From: William Victor Mote Date: Wed, 30 Apr 2003 18:54:41 +0000 (+0000) Subject: Move contents of design/status.xml (not currently published anywhere) to the various... X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1508 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5e3d0cddc1d7c5f4778443beebc4c1ea25b41452;p=xmlgraphics-fop.git Move contents of design/status.xml (not currently published anywhere) to the various subsystem doc in a "status" section. Add startup.xml document as a stub to contain config, control, and env status content. Remove design/status.xml. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196377 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/design/areas.xml b/src/documentation/content/xdocs/design/areas.xml index 577dd3c7e..a32ccb1c8 100644 --- a/src/documentation/content/xdocs/design/areas.xml +++ b/src/documentation/content/xdocs/design/areas.xml @@ -154,5 +154,21 @@ page as it is added.

The Area Tree retains the concept of page sequences (this is not in the area tree in the spec) so that this information can be passed to the renderer. This is useful for setting the title and organising the groups of page sequences.

+
+ Status +
+ To Do +
+
+ Work in Progress +
+
+ Completed +
    +
  • new area tree model
  • +
  • changed area tree xml format to match the area tree hierarchy
  • +
+
+
diff --git a/src/documentation/content/xdocs/design/book.xml b/src/documentation/content/xdocs/design/book.xml index 4910374bb..3ce34fe7f 100644 --- a/src/documentation/content/xdocs/design/book.xml +++ b/src/documentation/content/xdocs/design/book.xml @@ -11,6 +11,7 @@ + diff --git a/src/documentation/content/xdocs/design/extending.xml b/src/documentation/content/xdocs/design/extending.xml index 469b1b4e0..92f390ca6 100644 --- a/src/documentation/content/xdocs/design/extending.xml +++ b/src/documentation/content/xdocs/design/extending.xml @@ -98,7 +98,27 @@ to result in a text box referencing the following PDF action:

>>]]> - +
+ Status +
+ To Do +
+
+ Work In Progress +
    +
  • mathml extension
  • +
  • another xml -> svg extension
  • +
  • svg text normal text if that can be handled otherwise stroked this is done automatically
  • +
+
+
+ Completed +
    +
  • svg now in an xml handler, FOP can be used without batik
  • +
  • bookmark extension improved a bit - changed bookmark extension, now requires a wrapping element bookmark
  • +
+
+
diff --git a/src/documentation/content/xdocs/design/layout.xml b/src/documentation/content/xdocs/design/layout.xml index b09b8fd5f..f0aa106c3 100644 --- a/src/documentation/content/xdocs/design/layout.xml +++ b/src/documentation/content/xdocs/design/layout.xml @@ -280,5 +280,23 @@ This handles the situation where before floats or footnotes may have been remove The areas are then placed on a last page.

+
+ Status +
+ To Do +
+
+ Work in Progress +
    +
  • better layout design - that can handle keeps and spacing better
  • +
  • better area tree handling - means it can run in less memory
  • +
  • new area tree model
  • +
  • changed area tree xml format to match the area tree hierarchy
  • +
+
+
+ Completed +
+
diff --git a/src/documentation/content/xdocs/design/parsing.xml b/src/documentation/content/xdocs/design/parsing.xml index d2e38d47a..361cc7778 100644 --- a/src/documentation/content/xdocs/design/parsing.xml +++ b/src/documentation/content/xdocs/design/parsing.xml @@ -38,5 +38,22 @@ Instead, FOP takes SAX events and builds its own tree-like structure. Why?

See User Extensions for a discussion of standard extensions shipped with FOP, and their related namespaces.

See Developer Extensions for a discussion of the mechanisms in place to allow developers to add their own extensions, including how to tell FOP about the foreign namespace.

+
+ Status +
+ To Do +
+
+ Work In Progress +
+
+ Completed +
    +
  • better handling of unknown xml and xml from an unknown namespace
  • +
  • Changed extensions to allow for external xml
  • +
  • Can have a default element mapping for extensions
  • +
+
+
diff --git a/src/documentation/content/xdocs/design/renderers.xml b/src/documentation/content/xdocs/design/renderers.xml index 5d1831a19..643131b8c 100644 --- a/src/documentation/content/xdocs/design/renderers.xml +++ b/src/documentation/content/xdocs/design/renderers.xml @@ -191,5 +191,22 @@ AbstractRenderer's methods can easily be overridden to handle things in a differ

The layout of the document depends mainly on the font being used. If two renderers have the same font metrics then it is possible to use the same Area Tree to render both. This can be handled by the AreaTree Handler.

+
+ Status +
+ To Do +
+
+ Work In Progress +
+
+ Completed +
    +
  • new renderer model
  • +
  • new interface for structured documents, rtf and mif
  • +
  • added handlers for xml in renderer
  • +
+
+
diff --git a/src/documentation/content/xdocs/design/startup.xml b/src/documentation/content/xdocs/design/startup.xml new file mode 100644 index 000000000..b73d1544b --- /dev/null +++ b/src/documentation/content/xdocs/design/startup.xml @@ -0,0 +1,39 @@ + + + +
+ FOP Design: Startup, Environment, Control +
+ +
+ Introduction +

Startup is the process of getting FOP bootstrapped and creating basic objects. Environment includes acquiring user options, instantiating any frameworks, setting up logging, etc. Control includes the basic logic for tieing the various subsystems together properly.

+
+
+ Status +
+ To Do +
    +
  • avalon integration - logging, configuration, component management, caching, uri resolver
  • +
  • improved interfaces +
      +
    • no threading/static problems
    • +
    • simpler to use
    • +
    +
  • +
  • better commandline handling
  • +
+
+
+ Work In Progress +
+
+ Completed +
    +
  • better image handling - redone so it can use a cache and synchronizes properly only on the current image while loading
  • +
+
+
+ +
diff --git a/src/documentation/content/xdocs/design/status.xml b/src/documentation/content/xdocs/design/status.xml deleted file mode 100644 index fcc24db07..000000000 --- a/src/documentation/content/xdocs/design/status.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - -
- Design Status - Current Status of FOP and Design - - - -
- - -
- Status -

-Currently some of FOP is being re-written so that the layout can be handled -properly without the problems that have been encountered and to make -it possible to handle keeps/breaks and spacing better. -

-

-A number of issues have been dealt with in the redesigned code. -

-
-
- Features TODO -
    -
  • avalon integration - logging, configuration, component management, caching, uri resolver
  • -
  • improved interfaces -
      -
    • no threading/static problems
    • -
    • simpler to use
    • -
    -
  • -
  • better commandline handling
  • -
-
-
- Done/Started Features -

-Many of these changes will make FOP much better to use and develop. -So if you help out with the development you can get to use these -things sooner. -

-
    -
  • better layout design - that can handle keeps and -spacing better
  • -
  • better area tree handling - means it can run in -less memory
  • -
  • better image handling - redone so it can use a -cache and synchronizes properly only on the current image while loading
  • -
  • svg now in an xml handler, FOP can be used without batik
  • -
  • bookmark extension improved a bit - changed bookmark extension, -now requires a wrapping element bookmark
  • -
  • new interface for structured documents, rtf and mif
  • -
  • better handling of unknown xml and xml from an unknown namespace
  • -
  • Changed extensions to allow for external xml
  • -
  • Can have a default element mapping for extensions
  • -
  • mathml extension
  • -
  • another xml -> svg extension
  • -
  • svg text normal text if that can be handled otherwise stroked -this is done automatically
  • -
  • new area tree model
  • -
  • new renderer model
  • -
  • added handlers for xml in renderer
  • -
  • changed area tree xml format to match the area tree hierarchy
  • -
- -
- - -
-