This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 <records interface="collective.mrwiggin.registry.ILayoutRegistry" /> | |
5 <records interface="collective.mrwiggin.main_layout.IMainLayout" /> | |
6 | |
7 | |
8 <record name="collective.mrwiggin.registry.ILayoutRegistry.layouts"> | |
9 <element> | |
10 <value key="collective.mrwiggin.main_layout">collective.mrwiggin:main_layout.pt</value> | |
11 </element> | |
12 </record> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 [buildout] | |
2 extends = | |
3 ../../ports.cfg | |
4 etc/devel.cfg | |
5 # etc/buildout/prod.cfg | |
6 #parts += roadrunner | |
7 zcml += campagnamica.policy.import | |
8 | |
9 [instance] | |
10 http-address = ${development-amica:instance-http-address} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2010-03-30 10:34:34 ERROR Zope.SiteErrorLog 1269938074.640.362952788958 http://wwwn.uca.es/uca/web/servicios/uca_solidaria/contenido/main_html/document_view | |
Traceback (innermost last): | |
Module ZPublisher.Publish, line 127, in publish | |
Module ZPublisher.mapply, line 77, in mapply | |
Module ZPublisher.Publish, line 47, in call_object | |
Module Shared.DC.Scripts.Bindings, line 324, in __call__ | |
Module Shared.DC.Scripts.Bindings, line 361, in _bindAndExec | |
Module Products.CMFCore.FSPageTemplate, line 240, in _exec | |
Module Products.CMFCore.FSPageTemplate, line 180, in pt_render | |
Module Products.Gloworm, line 28, in pt_render |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<blobstorage 1> | |
blob-dir <..>/var/blobstorage/main | |
<filestorage 1> | |
path <..>/var/filestorage/main.fs | |
</filestorage> | |
</blobstorage> | |
<blobstorage 2> | |
blob-dir <..>/var/blobstorage/site-001 | |
<filestorage 2> | |
path <..>/var/filestorage/site-001.fs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<vdex xmlns="http://www.imsglobal.org/xsd/imsvdex_v1p0" | |
orderSignificant="false" language="en"> | |
<vocabIdentifier>your.package.car_manufacturers</vocabIdentifier> | |
<term> | |
<termIdentifier>ford</termIdentifier> | |
<caption> | |
<langstring language="en">Ford</langstring> | |
<langstring language="es">Una miedra de coche</langstring> | |
</caption> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
PRODUCTNAME='collective.gallery' | |
I18NDOMAIN=$PRODUCTNAME | |
# Synchronise the .pot with the templates. | |
i18ndude rebuild-pot --pot locales/${PRODUCTNAME}.pot --create ${I18NDOMAIN} . | |
# Synchronise the resulting .pot with the .po files | |
i18ndude sync --pot locales/${PRODUCTNAME}.pot locales/*/LC_MESSAGES/${PRODUCTNAME}.po |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 #extensions += buildout.dumppickedversions¬ | |
6 #allow-picked-versions = true¬ | |
7 #dump-picked-versions-file = ${buildout:directory}/profiles/versions_picked.cfg¬ | |
8 #index = http://pypi.python.org/simple¬ | |
9 #find-links +=¬ | |
10 # http://dist.plone.org/release/4.0rc1¬ | |
11 # http://dist.plone.org/thirdparty¬ | |
12 # http://eggrepo.eea.europa.eu/simple¬ | |
13 ¬ | |
14 #[deliverance1]¬ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 3f83e5a8ac39e91154691007d13dea0ac9084796 Mon Sep 17 00:00:00 2001 | |
From: Florian Friesdorf <[email protected]> | |
Date: Sat, 28 Aug 2010 00:32:16 +0200 | |
Subject: [PATCH] adjusted Customize and Paths | |
--- | |
src/mrs/developer/mrsd.py | 31 +++++++++++++++++-------------- | |
1 files changed, 17 insertions(+), 14 deletions(-) | |
diff --git a/src/mrs/developer/mrsd.py b/src/mrs/developer/mrsd.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error: while evaluating the function at `/Users/rok/.nix-defexpr/channels/nixpkgs_unstable/pkgs/lib/customisation.nix:91:35': | |
while evaluating the function at `/Users/rok/.nix-defexpr/channels/nixpkgs_unstable/pkgs/lib/customisation.nix:52:24': | |
while evaluating the builtin function `isAttrs': | |
while evaluating the function at `/Users/rok/.nix-defexpr/channels/nixpkgs_unstable/pkgs/applications/misc/ikiwiki/default.nix:1:1': | |
value is an attribute set while a Boolean was expected |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 % paster serve etc/zope2.ini | |
/Users/rok/Projects/garbas/deliverance-benchmark/eggs/Products.CMFCore-2.2.2-py2.6.egg/Products/CMFCore/FSObject.py:21: DeprecationWarning: RoleManager is deprecated. RoleManager is no longer part of AccessControl, please depend on Zope2 and import from OFS.role or use the new minimal RoleManager class from AccessControl.rolemanager. | |
from AccessControl.Role import RoleManager | |
Traceback (most recent call last): | |
File "/Users/rok/Projects/garbas/deliverance-benchmark/bin/paster", line 238, in <module> | |
paste.script.command.run() | |
File "/Users/rok/Projects/garbas/deliverance-benchmark/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/command.py", line 84, in run | |
invoke(command, command_name, options, args[1:]) | |
File "/Users/rok/Projects/garbas/deliverance-benchmark/eggs/PasteScript-1.7.3-py2.6.egg/paste/script/command.py", line 123, in invoke | |
exit_code = runner.run(args) |
OlderNewer