~bzr/bzr-webserve/webserve-dev

  • Committer:
  • Date: 2007-12-11 22:06:08 UTC
  • Revision ID: kreijack@inwind.it-20071211220608-xsw81nmrsxwn344m
Hey Goffredo,

I have a few patches to bzr webserve.

The manifest patch makes python setup.py sdist include all the files
instead of only the python files.  Useful for making tarballs of the
project.

The templates patch does two things:
 1) Fixes the get() method so it can return values for the DEFAULT config.
 2) Allows you to specify a templates directory in the config file under
DEFAULT.

The combination of these two changes allows you to run the webserve-dir
cgi cgi script from a different directory than the template files.

-Toshio
Filename Latest Rev Last Changed Committer Comment Size
..
docs 178 17 years ago ghigo removed webserve dir, moving everithing up a level Diff
templates 178 17 years ago ghigo removed webserve dir, moving everithing up a level Diff
__init__.py 246 16 years ago ghigo correct a trivial syntax error 2.5 KB Diff Download File
cmd_changelog.py 235 17 years ago ghigo pep8 cleanup 9.1 KB Diff Download File
cmd_content.py 247 16 years ago ghigo Add some stuff regarding the encoding: - encode th 5 KB Diff Download File
cmd_inventory.py 235 17 years ago ghigo pep8 cleanup 4.3 KB Diff Download File
hgweb.py 250 16 years ago Hey Goffredo, I have a few patches to bzr webserv 49.9 KB Diff Download File
MANIFEST.in 250 16 years ago Hey Goffredo, I have a few patches to bzr webserv 49 bytes Diff Download File
setup.py 188 17 years ago ghigo update the setup.py file version parameter to 0.12 1.7 KB Diff Download File
templater.py 247 16 years ago ghigo Add some stuff regarding the encoding: - encode th 7.2 KB Diff Download File
test_webserve.py 249 16 years ago klll at hhh Add encoding in diff of an unchanged line 30.6 KB Diff Download File
File webserve-dir.cgi 196 17 years ago ghigo README update 1.2 KB Diff Download File
webserve.cgi 196 17 years ago ghigo README update 1.6 KB Diff Download File