/[papo]/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.3 by charlie, Mon Aug 26 21:15:14 2002 UTC revision 1.4 by styxman, Fri Nov 15 15:32:54 2002 UTC
# Line 4  Line 4 
4  [mappings]  [mappings]
5  simple = GNUe:Reports:SimpleTabulation  simple = GNUe:Reports:SimpleTabulation
6  mailmerge = GNUe:Reports:MailMerge  mailmerge = GNUe:Reports:MailMerge
7    labels = GNUe:Reports:Labels
8  #standard = GNUe:Reports:Standard  #standard = GNUe:Reports:Standard
9    
10    
# Line 21  template = html.xsl Line 22  template = html.xsl
22  mimetype = text/html  mimetype = text/html
23    
24    
25    # postprocessor doesn't work
26    #[simple:ps]
27    #description = Postscript output (generated using html2ps)
28    #engine = sablotron
29    #template = html.xsl
30    #mimetype = text/postscript
31    #postprocessor1 = html2ps
32    
33    
34  [simple:csv]  [simple:csv]
35  description = Comma Separated Values text format.  description = Comma Separated Values text format.
36  engine = sablotron  engine = sablotron
# Line 35  mimetype = text/comma-separated-values Line 45  mimetype = text/comma-separated-values
45  #template = kspread.xsl  #template = kspread.xsl
46  #mimetype = application/x-kspread  #mimetype = application/x-kspread
47    
48    
49    ########################################################
50    #
51    # These are MailMerge examples
52    #
53    
54  [mailmerge:demo.rtf]  [mailmerge:demo.rtf]
55  description = My Sample RTF template  description = My Sample RTF template
56  engine = merge_rtf  engine = merge_rtf
57  template = /home/jason/cvs/gnue/reports/samples/mailmerge/gnue-intro-letter.abiword.rtf  template = /home/jason/cvs/gnue/reports/samples/mailmerge/gnue-intro-letter.abiword.rtf
58    
59    [mailmerge:authorizations-rh.rtf]
60    description = Reading At Home Authorizations
61    engine = merge_rtf
62    template = /public/data/merge-reports/authorizations-rh.rtf
63    
64    [mailmerge:authorizations-dm.rtf]
65    description = Direct Mail Authorizations
66    engine = merge_rtf
67    template = /public/data/merge-reports/authorizations-dm.rtf
68    
69    [mailmerge:auth.ps]
70    description = Direct Mail Authorizations (PS)
71    engine = merge_psfax
72    template = /home/jason/h/tmp/auth.ps
73    
74    [mailmerge:amc8fax]
75    description = AMC8 Fax
76    engine = merge_psfax
77    template = /home/jason/amcfax.ps
78    
79    
80    
81    ###################################################
82    #
83    # label adapters
84    # (these won't have to change, normally)
85    #
86    
87    [labels:text]
88    description = Basic text without any formatting
89    engine = labels
90    formatter = text
91    mimetype = text/plain
92    
93    
94    [labels:postscript]
95    description = Postscript output
96    engine = labels
97    formatter = postscript
98    mimetype = text/postscript
99    
100    
101    
102    
103  #  #
104  # It is not necessary to define 'raw' drivers  # It is not necessary to define 'raw' drivers

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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