You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ar...@apache.org on 2001/02/21 02:07:38 UTC

cvs commit: xml-fop/conf config.xml

arved       01/02/20 17:07:38

  Modified:    conf     config.xml
  Log:
  Updated command line
  
  Revision  Changes    Path
  1.4       +53 -29    xml-fop/conf/config.xml
  
  Index: config.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/conf/config.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- config.xml	2000/12/30 02:50:12	1.3
  +++ config.xml	2001/02/21 01:07:38	1.4
  @@ -1,29 +1,53 @@
  -<!--<!DOCTYPE configuration SYSTEM "config.dtd">-->
  -<!-- to developers: have a look at the config.dtd to 
  -     see how to structure your config entries -->
  -
  -<configuration>
  -  <entry>
  -    <key>version</key>
  -    <value>FOP 0.16.0 DEV</value>
  -  </entry>
  -
  -  <!-- stream-filter-list provides the default filters that are applied to all
  -       stream objects within the PDF file. These are normally used for 
  -       compression -->
  -  <entry role="pdf">
  -    <key>stream-filter-list</key>
  -    <list>
  -      <!-- provides compression using zlib flate (default is on)-->
  -      <value>flate</value>
  -      
  -      <!-- encodes binary data into printable ascii characters (default off)
  -           This provides about a 4:5 expansion of data size -->
  -      <value>ascii-85</value>
  -
  -      <!-- encodes binary data with hex representation (default off)
  -           This filter is not recommended as it doubles the data size -->
  -      <!-- <value>ascii-hex</value> -->
  -    </list>
  -  </entry>
  -</configuration>
  +<!--<!DOCTYPE configuration SYSTEM "config.dtd">-->
  +<!-- to developers: have a look at the config.dtd to 
  +     see how to structure your config entries -->
  +
  +<configuration>
  +  <entry>
  +    <key>version</key>
  +    <value>FOP 0.17.0 DEV</value>
  +  </entry>
  +
  +  <!-- default values for commandline options -->
  +  <!-- suppress all progress information, error message are still displayed -->
  +  <entry>
  +    <key>quiet</key>
  +    <value>false</value>
  +  </entry>
  +<!-- sets debug mode on/off; debug mode hasm more progress 
  +     information and a stacktrace in case of a fatal exception -->
  +  <entry>
  +    <key>debugMode</key>
  +    <value>false</value>
  +  </entry>
  +  <!-- displays all configuration  settings and then exits -->
  +  <entry>
  +    <key>dumpConfiguration</key>
  +    <value>false</value>
  +  </entry>
  +  <!--  -->
  +  <entry>
  +    <key>debugMode</key>
  +    <value>false</value>
  +  </entry>
  +
  +
  +  <!-- stream-filter-list provides the default filters that are applied to all
  +       stream objects within the PDF file. These are normally used for 
  +       compression -->
  +  <entry role="pdf">
  +    <key>stream-filter-list</key>
  +    <list>
  +      <!-- provides compression using zlib flate (default is on)-->
  +      <!-- <value>flate</value> -->
  +      
  +      <!-- encodes binary data into printable ascii characters (default off)
  +           This provides about a 4:5 expansion of data size -->
  +      <!--  <value>ascii-85</value> -->
  +
  +      <!-- encodes binary data with hex representation (default off)
  +           This filter is not recommended as it doubles the data size -->
  +      <!-- <value>ascii-hex</value> -->
  +    </list>
  +  </entry>
  +</configuration>