You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

STATUS 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. **** COMMITTERS ****
  2. Arved Sandstrom (release coordinator)
  3. James Tauber (started it all and wrote most of the code)
  4. Kelly Campbell
  5. Steven Coffman
  6. Stanislav Gorkhover
  7. Fotis Jannidis
  8. Karen Lease
  9. Keiron Liddle
  10. Jordan Naftolin
  11. Eric Schaeffer
  12. Jon Smirl
  13. **** THINGS WORKED ON *****
  14. redesign/refactoring - layout [Karen Lease]
  15. redesign/refactoring - page layout [Arved Sandstrom]
  16. svg, testing [Keiron Liddle]
  17. **** THINGS TO DO ****
  18. 1)
  19. The immediate list of things that need to be done. These include things
  20. that may prevent other activity or could be done independantly.
  21. * Redesign of flow layout handling, breaks keeps, spacing etc.
  22. * Redesign/factoring of line area handling.
  23. * Testing system, moving old tests to new system etc.
  24. * SVG
  25. - integrating Avalon and Fop
  26. - Documentation / website needs to better help users understand how to use FOP
  27. - examples (a separate set of user fo examples)
  28. (* being worked on, - no current activity)
  29. 2)
  30. After the the layout handling is redesigned then these items should be
  31. promoted to first priority.
  32. These should be done with the aim of getting to basic conformance.
  33. - Implement all remaining formatting objects
  34. - improve property handling for types not currently supported (eg. 'large' font)
  35. - implement all required properties
  36. 3)
  37. Nail down external interfaces (the main part is fairly stable).
  38. Setting base directory, using config, logging, extensions etc.
  39. Interfaces to include:
  40. how does FOP get called
  41. how does the formatter interface to renderers
  42. how do people write new plug-ins: handlers for new image types
  43. processors for fo:instream-foreign-object
  44. 4)
  45. Improve the code. Follow the Sun Java coding guidelines.
  46. Have better comments and correlation between spec terms
  47. and methods etc.