diff example.ini @ 10:a9ddcfc7c4e8

added transformer just of content-type name
author k0s <k0scist@gmail.com>
date Sun, 07 Feb 2010 19:48:09 -0500
parents 1a267297f779
children 0ad456dbb4c5
line wrap: on
line diff
--- a/example.ini	Sun Feb 07 19:03:15 2010 -0500
+++ b/example.ini	Sun Feb 07 19:48:09 2010 -0500
@@ -20,4 +20,4 @@
 [app:contenttransformer]
 paste.app_factory = contenttransformer.factory:factory
 transformer.directory = %(here)s/example
-transformer.transforms = *.gv.txt=Graphviz,*.txt=ReST
\ No newline at end of file
+transformer.transforms = *.gv.txt=Graphviz,*.txt=ReST,foo=text/plain
\ No newline at end of file