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 fo...@locus.apache.org on 2000/03/07 11:21:58 UTC

cvs commit: xml-fop STATUS

fotis       00/03/07 02:21:58

  Modified:    .        STATUS
  Log:
  adds work done or happening by G. Pati, J. Smith and S. Coffman
  
  Revision  Changes    Path
  1.21      +10 -11    xml-fop/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/xml-fop/STATUS,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- STATUS	2000/02/29 09:38:21	1.20
  +++ STATUS	2000/03/07 10:21:57	1.21
  @@ -1,15 +1,17 @@
  -$Id: STATUS,v 1.20 2000/02/29 09:38:21 fotis Exp $
  +$Id: STATUS,v 1.21 2000/03/07 10:21:57 fotis Exp $
   
   STATUS
   
   Things worked on:
   
  -rewrite of the org.apache.fop.layout (implements xsl 2000) [James Tauber]
  +rewrite of the org.apache.fop.layout in a new package (implements xsl 2000) [James Tauber]
   image support [Eric Schaeffer, Pankaj Narula]
   simple-links [Arved Sandstrom]
   SVG support [Keiron Liddle][Torsten Friebe]
  -borders and absolute positioning [Jon Smirl]
  +more borders, padding and absolute positioning [Jon Smirl]
  +smooth shading in PDF [Steve Coffman]
   
  +
   Things to do:
   
   Get images working
  @@ -18,17 +20,13 @@
   [PARTIAL] Implement basic keeps
   [PARTIAL] Incorporate Eric Schaeffer's further table fixes
   Implement MessageHandler (or similar)
  +Support XSL Working Draft 12 January 2000
   
   Other Bugs to fix:
   
   colour not continued onto subsequent pages if coloured block goes over page
   simple-link doesn't seem to work (I think I, JKT, broke it)
   
  -Todo's 
  -
  -- Support XSL Working Draft 12 January 2000
  -- Makefile: Avoid recompilation of all files, fix some smaller problems
  -
   with AWT Previewer:
   
   - currently the layout process uses PDF fonts. This gives sometimes
  @@ -43,11 +41,12 @@
   
   History
   
  +Done since 0.12.1 release
  +- using Ant to build Fop instead of make [Giacomo Pati]
  +- borders, padding and absolute positioning [Jon Smirl]
  +
   0.12.1 release
   to make the bug fix on XTCommandLine available to non developers
  -
  -Done since 0.12.0 release:
  -
   basic support for padding-{top,left,bottom,right} on blocks.
   implemented simple-link (don't think it works, though)
   XTCommandLine now works again