diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-30 18:54:41 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-30 18:54:41 +0000 |
commit | 5e3d0cddc1d7c5f4778443beebc4c1ea25b41452 (patch) | |
tree | 4d656689a215508235a32257532e1de89d85f535 /src/documentation/content/xdocs/design/extending.xml | |
parent | 61cfedc2aaf18096f8d123b9789e672975fc0ca5 (diff) | |
download | xmlgraphics-fop-5e3d0cddc1d7c5f4778443beebc4c1ea25b41452.tar.gz xmlgraphics-fop-5e3d0cddc1d7c5f4778443beebc4c1ea25b41452.zip |
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
Diffstat (limited to 'src/documentation/content/xdocs/design/extending.xml')
-rw-r--r-- | src/documentation/content/xdocs/design/extending.xml | 22 |
1 files changed, 21 insertions, 1 deletions
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:</p> >>]]></source> </section> - + <section id="status"> + <title>Status</title> + <section id="status-todo"> + <title>To Do</title> + </section> + <section id="status-wip"> + <title>Work In Progress</title> + <ul> + <li>mathml extension</li> + <li>another xml -> svg extension</li> + <li>svg text normal text if that can be handled otherwise stroked this is done automatically</li> + </ul> + </section> + <section id="status-complete"> + <title>Completed</title> + <ul> + <li>svg now in an xml handler, FOP can be used without batik</li> + <li>bookmark extension improved a bit - changed bookmark extension, now requires a wrapping element bookmark</li> + </ul> + </section> + </section> </body> </document> |