hello all,

i just spent a long and hard time ;-) to produce the current patch that add
the 

--output_path=DIR        Directory into which output files can be written 
(using redirect filter)

to tpage. I also notice that there are undocumented parameters. Are
doc/usage pages welcomed?

regards

-- 
Marc Chantreux
BibLibre, expert en logiciels libres pour l'info-doc
http://biblibre.com
Index: bin/tpage
===================================================================
--- bin/tpage	(révision 1112)
+++ bin/tpage	(copie de travail)
@@ -109,6 +109,7 @@
         'template_tag_style|tag_style|tagstyle=s',
         'template_compile_ext|compile_ext=s',
         'template_compile_dir|compile_dir=s',
+        'template_output_path|output_path|o=s',
         'template_plugin_base|plugin_base|pluginbase=s@',
         'perl5lib|perllib=s@'
     );
@@ -151,6 +152,7 @@
    --absolute               Allow ABSOLUTE directories (enabled by default)
    --relative               Allow RELATIVE directories (enabled by default)
    --include_path=DIR       Add directory to INCLUDE_PATH 
+   --output_path=DIR        Directory into which output files can be written (using redirect filter)
    --pre_process=TEMPLATE   Process TEMPLATE before each main template
    --post_process=TEMPLATE  Process TEMPLATE after each main template
    --process=TEMPLATE       Process TEMPLATE instead of main template
_______________________________________________
templates mailing list
templates@template-toolkit.org
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to