commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue-common/etc sample.report-filters.conf


From: Jan Ischebeck
Subject: gnue-common/etc sample.report-filters.conf
Date: Mon, 03 Nov 2003 08:41:49 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue-common
Branch:         
Changes by:     Jan Ischebeck <address@hidden>  03/11/03 08:41:49

Modified files:
        etc            : sample.report-filters.conf 

Log message:
        add additional options and more comments to report-filtes.conf sample

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/etc/sample.report-filters.conf.diff?tr1=1.20&tr2=1.21&r1=text&r2=text

Patches:
Index: gnue-common/etc/sample.report-filters.conf
diff -c gnue-common/etc/sample.report-filters.conf:1.20 
gnue-common/etc/sample.report-filters.conf:1.21
*** gnue-common/etc/sample.report-filters.conf:1.20     Tue May 27 19:23:18 2003
--- gnue-common/etc/sample.report-filters.conf  Mon Nov  3 08:41:48 2003
***************
*** 7,31 ****
  labels = GNUe:Reports:Labels
  standard = GNUe:Reports:Standard
  
  
  [simple:text]
  description = Basic text without any formatting
  engine = sablotron
  template = text.xsl
! mimetype = text/plain
  
  
  [simple:html]
  description = HTML 3.0-compatable markup.
  engine = sablotron
  template = html.xsl
! mimetype = text/html
  
  [simple:pdf]
  description = PDF Output.
  engine = tabulator
  formatter = pdf
! mimetype = text/pdf
  
  # postprocessor doesn't work
  #[simple:ps]
--- 7,68 ----
  labels = GNUe:Reports:Labels
  standard = GNUe:Reports:Standard
  
+ #
+ # Settings for the different filters
+ #
+ # Common parameters:
+ #    engine : the engine to do the processing. Can be a
+ #             XSLT processor (choose between 'sablotron','libxslt',...
+ #             or a customized python processor like 'tabulator' for
+ #             the Simple tabulation example
+ 
+ 
+ 
+ ########################################################
+ # 
+ # Simple tabulation filter
+ #
+ 
  
  [simple:text]
  description = Basic text without any formatting
+ mimetype = text/plain
+ 
+ # using XSLT
  engine = sablotron
  template = text.xsl
! 
! # using tabulator engine
! engine = tabulator
! formatter = text
! encoding = iso8859-1
  
  
  [simple:html]
  description = HTML 3.0-compatable markup.
+ mimetype = text/html
+ 
+ # using XSLT
  engine = sablotron
  template = html.xsl
! 
! # using tabulator engine
! engine = tabulator
! formatter = html
! encoding = utf-8
  
  [simple:pdf]
  description = PDF Output.
+ mimetype = text/pdf
+ 
+ # using XSLT (broken?)
+ #engine = sablotron
+ #template = html.xsl
+ 
+ # using tabulator engine
  engine = tabulator
  formatter = pdf
! 
  
  # postprocessor doesn't work
  #[simple:ps]
***************
*** 38,47 ****
  
  [simple:csv]
  description = Comma Separated Values text format.
  engine = sablotron
  template = csv.xsl
- mimetype = text/comma-separated-values
  
  
  
  ########################################################
--- 75,89 ----
  
  [simple:csv]
  description = Comma Separated Values text format.
+ mimetype = text/comma-separated-values
+ # using XSLT
  engine = sablotron
  template = csv.xsl
  
+ # using tabulator engine
+ engine = tabulator
+ formatter = csv
+ encoding = iso8859-1
  
  
  ########################################################
***************
*** 99,106 ****
  engine = labels
  formatter = postscript
  mimetype = text/postscript
- 
- 
  
  
  #
--- 141,146 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]