cvs commit: xml-fop STATUS CHANGES

2002-11-11 Thread jeremias
jeremias2002/11/11 02:26:24

  Modified:.Tag: fop-0_20_2-maintain STATUS CHANGES
  Log:
  Updated committer list, todo for maint branch and changes (mine and Oleg's)
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.47.2.3  +27 -53xml-fop/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/xml-fop/STATUS,v
  retrieving revision 1.47.2.2
  retrieving revision 1.47.2.3
  diff -u -r1.47.2.2 -r1.47.2.3
  --- STATUS5 May 2002 15:49:50 -   1.47.2.2
  +++ STATUS11 Nov 2002 10:26:24 -  1.47.2.3
  @@ -1,72 +1,46 @@
    COMMITTERS  
   
  -Arved Sandstrom (release coordinator) 
  -James Tauber (started it all and wrote most of the code) 
  +(in strict alphabetic order)
  +
  +Active committers
  +
  +Bertrand Delacretaz
  +Christian Geisert (release coordinator)
  +Karen Lease
  +Keiron Liddle
  +Jeremias Maerki
  +Joerg Pietschmann
  +Arved Sandstrom
  +Oleg Tkachenko
  +Peter B. West
  +
  +
  +Emeritus committers
  +(They have not committed anything for six months, and so are considered
  +to have retired from active duty. We wish them well and hope to see 
  +them return.)
   
   Kelly Campbell
   Steven Coffman
  -Bertrand Delacretaz
   Tore Engvig
  -Christian Geisert
   Stanislav Gorkhover
   Fotis Jannidis 
  -Karen Lease
  -Keiron Liddle
  -Jeremias Maerki
   Jordan Naftolin
  -Joerg Pietschmann
   Eric Schaeffer 
   Jon Smirl 
  +James Tauber (who started it all)
   Art Welch
  -Peter B. West
   
  - THINGS WORKED ON * 
   
  + THINGS WORKED ON * 
   
  -redesign/refactoring - layout [Karen Lease]
  -redesign/refactoring - page layout [Arved Sandstrom]
  -svg, testing [Keiron Liddle]
  +This is the FOP maintenance branch. We currently build releases from 
  +here but only bugfixing is done. FOP is currently being redesigned and 
  +all new functionality should go into the main branch.
   
  +- Bugfixing
   
    THINGS TO DO 
   
  -
  -1)
  -The immediate list of things that need to be done. These include things
  -that may prevent other activity or could be done independantly.
  -
  -* Redesign of flow layout handling, breaks keeps, spacing etc.
  -* Redesign/factoring of line area handling.
  -* Testing system, moving old tests to new system etc.
  -* SVG
  -- integrating Avalon and Fop
  -- Documentation / website needs to better help users understand how to use FOP
  -- examples (a separate set of user fo examples)
  -
  -(* being worked on,  - no current activity)
  -
  -2)
  -After the the layout handling is redesigned then these items should be
  -promoted to first priority.
  -These should be done with the aim of getting to basic conformance.
  -
  -- Implement all remaining formatting objects
  -- improve property handling for types not currently supported (eg. 'large' font)
  -- implement all required properties
  -
  -3)
  -Nail down external interfaces (the main part is fairly stable).
  -Setting base directory, using config, logging, extensions etc.
  -
  -Interfaces to include:
  -how does FOP get called
  -how does the formatter interface to renderers
  -how do people write new plug-ins: handlers for new image types
  -processors for fo:instream-foreign-object
  -
  -4)
  -Improve the code. Follow the Sun Java coding guidelines.
  -Have better comments and correlation between spec terms
  -and methods etc.
  -
  -
  +- Bugfixing
  +- Improving documentation
  
  
  
  1.10.2.24 +19 -0 xml-fop/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /home/cvs/xml-fop/CHANGES,v
  retrieving revision 1.10.2.23
  retrieving revision 1.10.2.24
  diff -u -r1.10.2.23 -r1.10.2.24
  --- CHANGES   12 Aug 2002 17:05:51 -  1.10.2.23
  +++ CHANGES   11 Nov 2002 10:26:24 -  1.10.2.24
  @@ -1,6 +1,25 @@
   ==
   Done since 0.20.4 release
   
  +- Removed the necessity for a buildtools.jar (Jeremias Maerki)
  +- Updated several JARs: Ant 1.5.1, Xerces 2.2.0, Xalan 2.4.1 (Jeremias Maerki)
  +- Fixed some multi-threading issues (NPEs)
  +  Submitted by: Joachim Unger [EMAIL PROTECTED]
  +- Improved registration of ImageReader implementations (Jeremias Maerki)
  +- Refactored baseDir stuff. Internally most code has been changed to work on 
  +  URLs instead of filenames. The baseDir property is evaluated to a baseURL 
  +  which can be accessed through Configuration.getBaseURL() (Jeremias Maerki)
  +- Added a fontBaseDir property (similar to baseDir) which represents a base 
  +  dir/URL for fonts. If this property isn't set, a fallback is made to 
  +  baseDir. (Jeremias Maerki)
  +- Fixed some javadoc warnings
  +  Submitted by: Victor Mote [EMAIL PROTECTED]
  +- Added translation for GoToPageDialog and update for czech translations
  +  Submitted by: Michal 

cvs commit: xml-fop STATUS

2002-05-05 Thread jeremias

jeremias02/05/05 08:49:50

  Modified:.Tag: fop-0_20_2-maintain STATUS
  Log:
  Updated committer list.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.47.2.2  +3 -0  xml-fop/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/xml-fop/STATUS,v
  retrieving revision 1.47.2.1
  retrieving revision 1.47.2.2
  diff -u -r1.47.2.1 -r1.47.2.2
  --- STATUS18 Feb 2002 18:27:36 -  1.47.2.1
  +++ STATUS5 May 2002 15:49:50 -   1.47.2.2
  @@ -12,10 +12,13 @@
   Fotis Jannidis 
   Karen Lease
   Keiron Liddle
  +Jeremias Maerki
   Jordan Naftolin
  +Joerg Pietschmann
   Eric Schaeffer 
   Jon Smirl 
   Art Welch
  +Peter B. West
   
    THINGS WORKED ON * 
   
  
  
  

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




cvs commit: xml-fop STATUS

2002-05-05 Thread jeremias

jeremias02/05/05 08:52:35

  Modified:.STATUS
  Log:
  Updated committer list.
  
  Revision  ChangesPath
  1.49  +8 -3  xml-fop/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/xml-fop/STATUS,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- STATUS5 Mar 2002 14:39:45 -   1.48
  +++ STATUS5 May 2002 15:52:34 -   1.49
  @@ -4,16 +4,21 @@
   James Tauber (started it all and wrote most of the code) 
   
   Kelly Campbell
  -Steven Coffman 
  +Steven Coffman
  +Bertrand Delacretaz
  +Tore Engvig
  +Christian Geisert
   Stanislav Gorkhover
   Fotis Jannidis 
   Karen Lease
   Keiron Liddle
  +Jeremias Maerki
   Jordan Naftolin
  +Joerg Pietschmann
   Eric Schaeffer 
   Jon Smirl 
  -Christian Geisert
  -Bertrand Delacretaz
  +Art Welch
  +Peter B. West
   
   Initial development of new layout managers, area tree and renderers.
   Altered xml handling.
  
  
  

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