Changeset 193
- Timestamp:
- 09/08/06 21:18:36 (2 years ago)
- Files:
-
- trunk/MANIFEST (modified) (3 diffs)
- trunk/demo/disabled/index.html (modified) (1 diff)
- trunk/demo/moewiki (added)
- trunk/demo/moewiki/edit.xsl (added)
- trunk/demo/moewiki/global.xsl (added)
- trunk/demo/moewiki/index.xml (added)
- trunk/etc/axkit.conf.sample (modified) (1 diff)
- trunk/plugins/demo/moewiki (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/MANIFEST
r191 r193 5 5 demo/disabled/generic/index.html 6 6 demo/disabled/index.html 7 demo/disabled/moewiki/index.html 7 8 demo/disabled/spod5/index.html 8 9 demo/disabled/tal/index.html … … 29 30 demo/generic/stylesheet.xsl 30 31 demo/icons/folder.gif 32 demo/moewiki/edit.xsl 33 demo/moewiki/global.xsl 34 demo/moewiki/index.xml 31 35 demo/spod5/index.pod 32 36 demo/spod5/ui/default/axon_logo_500_fade.gif … … 119 123 plugins/demo/doc_viewer 120 124 plugins/demo/gallery 125 plugins/demo/moewiki 121 126 plugins/demo/serve_tal 122 127 plugins/demo/serve_xpathscript trunk/demo/disabled/index.html
r187 r193 80 80 <a href="spod5/">Click here</a>. 81 81 </p> 82 83 <h2><a href="moewiki/">MoeWiki</a></h2> 84 <p> 85 A minimal Wiki. 86 </p> 87 <p> 88 <a href="moewiki/">Click here</a>. 89 </p> 82 90 </body> 83 91 </html> trunk/etc/axkit.conf.sample
r187 r193 127 127 # </Location> 128 128 129 # MoeWiki DEMO 130 # <Location /moewiki> 131 # DocumentRoot demo/moewiki 132 # DirectoryIndex index.xml 133 # Plugin demo/moewiki 134 # Plugin generic_transform 135 # Transformation XSLT(demo/moewiki/global.xsl) 136 # </Location> 137 129 138 </Server>
