Revision: 57 Author: matt Date: 2006-08-07 16:04:08 +0000 (Mon, 07 Aug 2006)
Log Message: ----------- Move config to axkit.conf.sample so that people playing don't get their config destroyed when they update Added Paths: ----------- trunk/etc/axkit.conf.sample Removed Paths: ------------- trunk/etc/axkit.conf Deleted: trunk/etc/axkit.conf =================================================================== --- trunk/etc/axkit.conf 2006-08-07 14:44:16 UTC (rev 56) +++ trunk/etc/axkit.conf 2006-08-07 16:04:08 UTC (rev 57) @@ -1,71 +0,0 @@ -Plugin logging/warn -LogLevel LOGDEBUG - -Plugin cachecache -CacheModule Memory -# ten megabytes (ish) -CacheSize 10000000 - -Plugin error_xml -ErrorStylesheet demo/error.xsl -StackTrace On - -<Server> - - Port 8000 - DocumentRoot /Users/matt/Perl/xml-axkit/demo/xslt - StylesheetRoot /Users/matt/Perl/xml-axkit/demo/xslt - DirectoryIndex index.xml - - Plugin uri_to_file - Plugin serve_cgi - Plugin serve_file - - CGI_Match .*\.(pl|cgi)$ - - <Location /stylesheets> - # CSS - DocumentRoot demo/stylesheets - </Location> - - <Location /icons> - DocumentRoot demo/icons - </Location> - - <Location /xslt> - Plugin demo/serve_xslt - DirectoryIndex 01.xml - DocumentRoot demo/xslt - XSLT_Match .*\.xml$ - XSLT_Style demo/xslt/stylesheets/01.xsl - </Location> - - <Location /xsp> - DocumentRoot demo/xsp - Plugin demo/serve_xsp - XSP_Match .*\.xsp$ - </Location> - - <Location /tal> - DocumentRoot demo/tal - Plugin demo/serve_tal - </Location> - - <Location /xpathscript> - DocumentRoot demo/xpathscript - Plugin demo/serve_xpathscript - XPathScript_Stylesheet demo/xpathscript/no_wrapper.xps - XPathScript_OutputType text/html - </Location> - - <Location /gallery> - DocumentRoot demo/gallery - Plugin dir_to_xml - Plugin demo/gallery - ProofSheetColumns 3 - ImagesPerProofSheet 15 - GallerySizes "205 800 640 1024 full" - GalleryThumbQuality preview - </Location> - -</Server> Copied: trunk/etc/axkit.conf.sample (from rev 56, trunk/etc/axkit.conf)