/[gnue]/gnue-common/etc/sample.report-filters.conf
ViewVC logotype

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by jcater, Tue May 27 23:23:18 2003 UTC revision 1.21 by siesel, Mon Nov 3 13:41:48 2003 UTC
# Line 7  mailmerge = GNUe:Reports:MailMerge Line 7  mailmerge = GNUe:Reports:MailMerge
7  labels = GNUe:Reports:Labels  labels = GNUe:Reports:Labels
8  standard = GNUe:Reports:Standard  standard = GNUe:Reports:Standard
9    
10    #
11    # Settings for the different filters
12    #
13    # Common parameters:
14    #    engine : the engine to do the processing. Can be a
15    #             XSLT processor (choose between 'sablotron','libxslt',...
16    #             or a customized python processor like 'tabulator' for
17    #             the Simple tabulation example
18    
19    
20    
21    ########################################################
22    #
23    # Simple tabulation filter
24    #
25    
26    
27  [simple:text]  [simple:text]
28  description = Basic text without any formatting  description = Basic text without any formatting
29    mimetype = text/plain
30    
31    # using XSLT
32  engine = sablotron  engine = sablotron
33  template = text.xsl  template = text.xsl
34  mimetype = text/plain  
35    # using tabulator engine
36    engine = tabulator
37    formatter = text
38    encoding = iso8859-1
39    
40    
41  [simple:html]  [simple:html]
42  description = HTML 3.0-compatable markup.  description = HTML 3.0-compatable markup.
43    mimetype = text/html
44    
45    # using XSLT
46  engine = sablotron  engine = sablotron
47  template = html.xsl  template = html.xsl
48  mimetype = text/html  
49    # using tabulator engine
50    engine = tabulator
51    formatter = html
52    encoding = utf-8
53    
54  [simple:pdf]  [simple:pdf]
55  description = PDF Output.  description = PDF Output.
56    mimetype = text/pdf
57    
58    # using XSLT (broken?)
59    #engine = sablotron
60    #template = html.xsl
61    
62    # using tabulator engine
63  engine = tabulator  engine = tabulator
64  formatter = pdf  formatter = pdf
65  mimetype = text/pdf  
66    
67  # postprocessor doesn't work  # postprocessor doesn't work
68  #[simple:ps]  #[simple:ps]
# Line 38  mimetype = text/pdf Line 75  mimetype = text/pdf
75    
76  [simple:csv]  [simple:csv]
77  description = Comma Separated Values text format.  description = Comma Separated Values text format.
78    mimetype = text/comma-separated-values
79    # using XSLT
80  engine = sablotron  engine = sablotron
81  template = csv.xsl  template = csv.xsl
 mimetype = text/comma-separated-values  
82    
83    # using tabulator engine
84    engine = tabulator
85    formatter = csv
86    encoding = iso8859-1
87    
88    
89  ########################################################  ########################################################
# Line 101  formatter = postscript Line 143  formatter = postscript
143  mimetype = text/postscript  mimetype = text/postscript
144    
145    
   
   
146  #  #
147  # It is not necessary to define 'raw' drivers  # It is not necessary to define 'raw' drivers
148  # GNUe Reports automatically associates a "raw"  # GNUe Reports automatically associates a "raw"

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26