cvs commit: xml-fop/conf fop.xconf

2004-03-05 Thread pbwest
pbwest  2004/03/05 22:03:44

  Added:   conf Tag: FOP_0-20-0_Alt-Design fop.xconf
  Log:
  For later use in integrating alt-design with HEAD
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.3.2.1   +0 -0  xml-fop/conf/fop.xconf
  
  Index: fop.xconf
  ===
  RCS file: /home/cvs/xml-fop/conf/fop.xconf,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: fop.xconf

2004-03-04 Thread J.Pietschmann
Peter B. West wrote:
What's the intention for fop.xconf? 
It's been there for ages with the intent to provide for
configurable, easily changed defaults. Unfortunately
1. There's not much more than PDF filters (in the maintenance
 branch), and if all filters are deleted, the code uses a
 flate filter anyway (which means you have to provide a
 nop filter in order to have a look at the uncompressed
 PDF code).
2. The fop.xconf, userconfig and command line options
 are not merged, although they should.
J.Pietschmann



fop.xconf

2004-03-03 Thread Peter B. West
Fops,

What's the intention for fop.xconf?  Is it to be processed by the user 
agent?  What about user configuration?  Have these things been decided yet?

Peter
--
Peter B. West http://www.powerup.com.au/~pbwest/resume.html


Re: fop.xconf

2004-03-03 Thread Glen Mazza
I haven't looked at it--but this was before my time on
the project, fop.xconf hasn't been altered since
December 2002.  It appears to be related to
Avalonization of FOP.  For the benefit of other
relative newcomers, it is located here:

http://cvs.apache.org/viewcvs.cgi/xml-fop/conf/fop.xconf

And the project's earlier discussion on it is here:

http://marc.theaimsgroup.com/?l=fop-devw=2r=1s=fop.xconfq=b

Glen

--- Peter B. West [EMAIL PROTECTED] wrote:
 Fops,
 
 What's the intention for fop.xconf?  Is it to be
 processed by the user 
 agent?  What about user configuration?  Have these
 things been decided yet?
 
 Peter
 -- 
 Peter B. West
 http://www.powerup.com.au/~pbwest/resume.html
 



cvs commit: xml-fop/conf fop.xconf

2002-12-14 Thread olegt
olegt   2002/12/14 07:35:28

  Modified:conf fop.xconf
  Log:
  Fixed well-formedness.
  
  Revision  ChangesPath
  1.3   +1 -1  xml-fop/conf/fop.xconf
  
  Index: fop.xconf
  ===
  RCS file: /home/cvs/xml-fop/conf/fop.xconf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- fop.xconf 22 Jul 2002 10:33:57 -  1.2
  +++ fop.xconf 14 Dec 2002 15:35:28 -  1.3
  @@ -104,5 +104,5 @@
   /renderer
   /renderers
   
  -fop
  +/fop
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




cvs commit: xml-fop/conf fop.xconf

2002-07-10 Thread keiron

keiron  2002/07/10 01:59:16

  Added:   conf fop.xconf
  Log:
  start of example configuration file
  contains default values so that if used will have no effect
  by default no configuration is needed, only if values need to be changed
  
  Revision  ChangesPath
  1.1  xml-fop/conf/fop.xconf
  
  Index: fop.xconf
  ===
  ?xml version=1.0?
  
  !-- NOTE: This is the version of the configuration --
  fop version=1.0
  
  userAgent
base url=.//
!-- pixel to millimeter to specify dpi, 72dpi --
pixelToMillimeter value=0.3528/
  /userAgent
  
  !-- Information for specific renderers --
  !-- Uses renderer mime type for renderers --
  renderers
  renderer mime=application/pdf
filterList
!-- provides compression using zlib flate (default is on)--
valueflate/value
  
!-- encodes binary data into printable ascii characters (default off)
 This provides about a 4:5 expansion of data size --
!-- valueascii-85/value --
  
!-- encodes binary data with hex representation (default off)
 This filter is not recommended as it doubles the data size --
!-- valueascii-hex/value --
/filterList
  
  fonts
!-- embedded fonts --
  !--
this information must exactly match the font specified
in the fo file otherwise it will use a default font.
ie.
fo:inline font-family=Arial font-weight=bold font-style=normal
Arial-normal-normal font
/fo:inline
  
for the font triplet specified by:
font-triplet name=Arial style=normal weight=bold/
   --
  
  !--
   font metrics-url=arial.xml kerning=yes embed-url=arial.ttf
  font-triplet name=Arial style=normal weight=normal/
  font-triplet name=ArialMT style=normal weight=normal/
   /font
   font metrics-url=arialb.xml kerning=yes embed-url=arialb.ttf
  font-triplet name=Arial style=normal weight=bold/
  font-triplet name=ArialMT style=normal weight=bold/
   /font
  --
  /fonts
  xmlHandler mime=text/svg+xml
  /xmlHandler
  /renderer
  renderer mime=application/ps
  xmlHandler mime=image/svg+xml
  /xmlHandler
  /renderer
  renderer mime=pcl
  
  /renderer
  renderer mime=mif
  
  /renderer
  renderer mime=text/svg+xml
  format type=paginated/
  link value=true/
  strokeText value=false/
  /renderer
  renderer mime=awt
  
  /renderer
  renderer mime=text/xml
  
  /renderer
  renderer mime=application/rtf
  
  /renderer
  renderer mime=text/text
  pageSize columns=80/
  /renderer
  /renderers
  
  fop
  
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]