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 pb...@apache.org on 2002/05/07 16:42:59 UTC

cvs commit: xml-fop/conf xml-lang.xml config.xml userconfig.xml config.dtd

pbwest      02/05/07 07:42:59

  Modified:    conf     Tag: FOP_0-20-0_Alt-Design config.xml
                        userconfig.xml config.dtd
  Added:       conf     Tag: FOP_0-20-0_Alt-Design xml-lang.xml
  Log:
  Initial checkin of versions for experimental code.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.4.1   +15 -9     xml-fop/conf/config.xml
  
  Index: config.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/conf/config.xml,v
  retrieving revision 1.7
  retrieving revision 1.7.4.1
  diff -u -r1.7 -r1.7.4.1
  --- config.xml	28 Mar 2001 05:33:31 -0000	1.7
  +++ config.xml	7 May 2002 14:42:58 -0000	1.7.4.1
  @@ -1,3 +1,5 @@
  +<?xml version="1.0" encoding="iso-8859-1"?>
  +<!DOCTYPE configuration>
   <!--<!DOCTYPE configuration SYSTEM "config.dtd">-->
   <!-- to developers: have a look at the config.dtd to 
        see how to structure your config entries -->
  @@ -5,7 +7,7 @@
   <configuration>
     <entry>
       <key>version</key>
  -    <value>FOP @version@</value>
  +    <value>FOP 0.20.0 Alt-Design</value>
     </entry>
   
     <!-- default values for commandline options -->
  @@ -14,8 +16,8 @@
       <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 -->
  +  <!-- 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>
  @@ -27,14 +29,18 @@
     </entry>
     <!--  -->
     <entry>
  -    <key>debugMode</key>
  -    <value>false</value>
  +    <key>userConfigFileName</key>
  +    <value>userconfig.xml</value>
     </entry>
   
  +  <entry>
  +    <key>languageConfigFileName</key>
  +    <value>xml-lang.xml</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 -->
  +  stream objects within the PDF file. These are normally used for 
  +  compression -->
     <entry role="pdf">
       <key>stream-filter-list</key>
       <list>
  @@ -42,11 +48,11 @@
         <value>flate</value>
         
         <!-- encodes binary data into printable ascii characters (default off)
  -           This provides about a 4:5 expansion of data size -->
  +      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 -->
  +      This filter is not recommended as it doubles the data size -->
         <!-- <value>ascii-hex</value> -->
       </list>
     </entry>
  
  
  
  1.5.4.1   +30 -1     xml-fop/conf/userconfig.xml
  
  Index: userconfig.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/conf/userconfig.xml,v
  retrieving revision 1.5
  retrieving revision 1.5.4.1
  diff -u -r1.5 -r1.5.4.1
  --- userconfig.xml	16 May 2001 08:49:53 -0000	1.5
  +++ userconfig.xml	7 May 2002 14:42:58 -0000	1.5.4.1
  @@ -7,8 +7,37 @@
        Usage: java org.apache.fop.apps.Fop -c userconfig.xml -fo fo-file -pdf pdf-file
   -->
   
  -
   <configuration>
  +
  +  <entry>
  +    <key>debugMode</key>
  +    <value>true</value>
  +  </entry>
  + 
  +  <entry>
  +    <key>foFileName</key>
  +    <value>/home/pbw/public_html/xml/newtest3.fo</value>
  +  </entry>
  +
  +  <entry>
  +    <key>inputMode</key>
  +    <value>fo</value>
  +  </entry>
  +
  +  <entry>
  +    <key>foFileName</key>
  +    <value>/home/pbw/public_html/xml/newtest3.fo</value>
  +  </entry>
  +
  +  <entry>
  +    <key>outputMode</key>
  +    <value>pdf</value>
  +  </entry>
  +
  +  <entry>
  +    <key>outputFileName</key>
  +    <value>/home/pbw/public_html/xml/newtest3.pdf</value>
  +  </entry>
   
   <!--  NOT IMPLEMENTED
   basedir: normally the base directory is the directory where the fo file is 
  
  
  
  1.1.6.1   +1 -1      xml-fop/conf/config.dtd
  
  Index: config.dtd
  ===================================================================
  RCS file: /home/cvs/xml-fop/conf/config.dtd,v
  retrieving revision 1.1
  retrieving revision 1.1.6.1
  diff -u -r1.1 -r1.1.6.1
  --- config.dtd	12 Dec 2000 19:18:06 -0000	1.1
  +++ config.dtd	7 May 2002 14:42:58 -0000	1.1.6.1
  @@ -3,4 +3,4 @@
   <!ELEMENT key (#PCDATA)>
   <!ELEMENT value (#PCDATA)>
   <!ELEMENT list (value+ | subentry+)>
  -<!ELEMENT subentry (key,value+)>
  \ No newline at end of file
  +<!ELEMENT subentry (key,value+)>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +574 -0    xml-fop/conf/Attic/xml-lang.xml
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org