This file contains hidden or 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
| [DEFAULT] | |
| debug = True | |
| [server:main] | |
| use = egg:paste#http | |
| host = 127.0.0.1 | |
| port = 8001 | |
| [pipeline:main] | |
| pipeline = egg:paste#evalerror |
This file contains hidden or 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) |
This file contains hidden or 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
| File "/Users/rok/Projects/garbas/deliverance-benchmark/eggs/Products.PlacelessTranslationService-2.0.1-py2.6.egg/Products/PlacelessTranslationService/overrides.zcml", line 3.2-7.6 | |
| <adapter | |
| for="zope.publisher.interfaces.http.IHTTPRequest" | |
| provides="zope.i18n.interfaces.IUserPreferredLanguages" | |
| factory="Products.PlacelessTranslationService.Negotiator.PTSLanguages" | |
| /> | |
| File "/Users/rok/Projects/garbas/deliverance-benchmark/eggs/Zope2-2.13.0a4-py2.6.egg/ZPublisher/i18n.zcml", line 10.2-14.8 | |
| <adapter | |
| for="zope.publisher.interfaces.http.IHTTPRequest" | |
| provides="zope.i18n.interfaces.IUserPreferredLanguages" |
This file contains hidden or 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 ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -O2 -c -o pcrecpp.lo pcrecpp.ccc | |
| g++ -DHAVE_CONFIG_H -I. -O2 -c pcrecpp.cc -fno-common -DPIC -o .libs/pcrecpp.o | |
| pcrecpp.cc: In member function 'void pcrecpp::RE::Init(const std::string&, const pcrecpp::RE_Options*)': | |
| pcrecpp.cc:85: internal compiler error: in set_mem_attributes_minus_bitpos, at emit-rtl.c:1533 | |
| Please submit a full bug report, | |
| with preprocessed source if appropriate. | |
| See <URL:http://developer.apple.com/bugreporter> for instructions. | |
| make[1]: *** [pcrecpp.lo] Error 1 | |
| make[1]: Leaving directory `/private/var/folders/al/al1RwhJ8FM8G3K-pcH6dN++++TI/-Tmp-/nix-build-5z35lhyla7q43cql43k15hdhv2hipxh7-pcre-7.8.drv-0/pcre-7.8' | |
| make: *** [all] Error 2 |
This file contains hidden or 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
| ... | |
| [simple-insertion] | |
| blueprint = collective.transmogrifier.sections.inserter | |
| key = string:text | |
| value = python:item['text'].replace('.html"', '"') | |
| ... | |
This file contains hidden or 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
| import os | |
| import argparse | |
| import transaction | |
| from AccessControl.User import UnrestrictedUser | |
| from AccessControl.SecurityManagement import newSecurityManager | |
| from collective.transmogrifier.transmogrifier import Transmogrifier | |
| from collective.transmogrifier.transmogrifier import configuration_registry |
This file contains hidden or 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/bash | |
| pyflakes $1 | |
| echo "## pyflakes above, pep8 below ##" | |
| pep8 --repeat $1 |
This file contains hidden or 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
| # | |
| # VI - like editing | |
| bindkey -v | |
| function prompt_vimode { | |
| RPS1="${${KEYMAP/vicmd/-- NORMAL --}/(main|viins)/-- INSERT --}" | |
| } | |
| function zle-line-init zle-keymap-select { | |
| prompt_vimode | |
| zle reset-prompt | |
| } |
This file contains hidden or 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
| [xdvcompile] | |
| recipe = plone.recipe.command | |
| command = | |
| cd ${buildout:directory}/src && \ | |
| for theme in *; \ | |
| do \ | |
| if [ -f ${buildout:directory}/src/$theme/rules.xml ]; \ | |
| then \ | |
| ${buildout:bin-directory}/xdvcompiler \ | |
| --output=${buildout:directory}/etc/themes/$theme/rules.xsl \ |
This file contains hidden or 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
| diff -r 48805e9872a8 vimperator/content/config.js | |
| --- a/vimperator/content/config.js Sun Jan 09 16:30:28 2011 +0100 | |
| +++ b/vimperator/content/config.js Wed Jan 19 15:58:34 2011 +0100 | |
| @@ -25,7 +25,8 @@ | |
| guioptions: { | |
| m: ["Menubar", ["toolbar-menubar"]], | |
| T: ["Toolbar", ["nav-bar"]], | |
| - B: ["Bookmark bar", ["PersonalToolbar"]] | |
| + B: ["Bookmark bar", ["PersonalToolbar"]], | |
| + A: ["Add-on bar", ["addon-bar"]] |