[PyObjC-svn] r2130 - in trunk/pyobjc/trac-example-plugin: . pyobjc_trac_examples pyobjc_trac_examples/htdocs pyobjc_trac_examples/templates
| Newsgroups | gmane.comp.python.pyobjc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ronaldoussoren Date: Thu Apr 2 05:17:06 2009 New Revision: 2130 Log: A simple trac plugin that replicates the Examples section of the PyObjC website. The plugin doesn't cache anything and is therefore not as efficient as possible. Code needs to be reviewed for correctness. Added: trunk/pyobjc/trac-example-plugin/ (props changed) trunk/pyobjc/trac-example-plugin/pyobjc_trac_examples/ trunk/pyobjc/trac-example-plugin/pyobjc_trac_examples/__init__.py (contents, props changed) trunk/pyobjc/trac-example-plugin/pyobjc_trac_examples/htdocs/ trunk/pyobjc/trac-example-plugin/pyobjc_trac_examples/plugin.py (contents, props changed) trunk/pyobjc/trac-example-plugin/pyobjc_trac_examples/templates/ trunk/pyobjc/trac-example-plugin/pyobjc_trac_examples/templates/index.html trunk/pyobjc/trac-example-plugin/pyobjc_trac_examples/templates/sample-framework-index.html trunk/pyobjc/trac-example-plugin/pyobjc_trac_examples/templates/sample-global-index.html trunk/pyobjc/trac-example-plugin/pyobjc_trac_examples/templates/sample-index.html trunk/pyobjc/trac-example-plugin/pyobjc_trac_examples/templates/sample-source.html trunk/pyobjc/trac-example-plugin/setup.py (contents, props changed) ------------------------------------------------------------------------------