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.8KB

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