diff options
author | Keiron Liddle <keiron@apache.org> | 2001-12-17 10:19:34 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-12-17 10:19:34 +0000 |
commit | 010d64304dd62265ebcd076fba92720daf2e0950 (patch) | |
tree | e984bae7141334cedafcbac7934f9e603a70ab99 /docs/xml-docs/fop/todo.xml | |
parent | 2117e3c29113281c400889d61a2bd6926039a6c3 (diff) | |
download | xmlgraphics-fop-010d64304dd62265ebcd076fba92720daf2e0950.tar.gz xmlgraphics-fop-010d64304dd62265ebcd076fba92720daf2e0950.zip |
slight improvements/updates to info
information shuffling
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194609 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/xml-docs/fop/todo.xml')
-rw-r--r-- | docs/xml-docs/fop/todo.xml | 33 |
1 files changed, 9 insertions, 24 deletions
diff --git a/docs/xml-docs/fop/todo.xml b/docs/xml-docs/fop/todo.xml index e45b130f7..98d551f87 100644 --- a/docs/xml-docs/fop/todo.xml +++ b/docs/xml-docs/fop/todo.xml @@ -29,19 +29,9 @@ comment is made about the suitability of these suggestions. <s2 title="Core Features"> <s3 title="Layout"> <p> -This is the crucial part to getting FOP to make it to the next step. - </p> -</s3> -<s3 title="Webstart Demo"> - <p> -a demo using Java Webstart that runs the awt viewer and supports -linking from an index - </p> -</s3> -<s3 title="Website"> - <p> -Need to improve the website to better demonstrate what fop is and -can do. Examples, screenshots, pdf documents. +The design for the layout is being developed under the +<jump href="design/index.html">Design</jump> section. +The details should be discussed on the dev mailing list. </p> </s3> <s3 title="Property Support"> @@ -65,23 +55,24 @@ Better support for resolution including support for "inherit" and values with lists. </p> </s3> -<s3 title="Validity Checking"> +<s3 title="Examples"> <p> -Check the validity of children for a particular element to ensure -there are no invalid children. Should help process the layout better. +Better and more available examples for users and new people to get a +feel for what FOP does. </p> </s3> </s2> <s2 title="Processing Improvements"> <s3 title="Image Handling"> <p> -Needs to be a bit more solid. +Needs to be a bit more solid. Images are not cached properly +and image formats are not well documented. Allow for direct insertion of jpeg images in svg into the pdf. </p> </s3> <s3 title="Configuration"> <p> -Support for avalon. Better multithread handling. +A better configuration setup that users can easily integrate. </p> </s3> <s3 title="More PDF Outputs"> @@ -95,12 +86,6 @@ deployement of pdf documents. Use proper i18n handling for awt viewer. </p> </s3> -<s3 title="better abstraction of rendering classes"> - <p> -put all common rendering processes into an abstract class that has -no dependancies on any specific renderers. - </p> -</s3> </s2> <s2 title="Enhancements"> <s3 title="font handling"> |