From a7a1db3511fd664f5906c8fb50b403528d43f1bb Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Mon, 11 Nov 2002 09:22:37 +0000 Subject: moved to new docs git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195465 13f79535-47bb-0310-9956-ffa450edef68 --- docs/xml-docs/fop/todo.xml | 137 --------------------------------------------- 1 file changed, 137 deletions(-) delete mode 100644 docs/xml-docs/fop/todo.xml (limited to 'docs/xml-docs/fop/todo.xml') diff --git a/docs/xml-docs/fop/todo.xml b/docs/xml-docs/fop/todo.xml deleted file mode 100644 index 98d551f87..000000000 --- a/docs/xml-docs/fop/todo.xml +++ /dev/null @@ -1,137 +0,0 @@ - - - - -
- TODO - TODO list for FOP - - -
- - - - - -

-Core Features - these are the areas that are important to getting fop -to be useable for general use. -

-

-Processing improvements - these are mainly things that can be improved -in the way fop works, eg. resources usage, pdf output etc. -

-

-Enhancements - these are added functionality that might be useful, no -comment is made about the suitability of these suggestions. -

-
- - -

-The design for the layout is being developed under the -Design section. -The details should be discussed on the dev mailing list. -

-
- -

-Currently all properties are in the xml file. We need to handle all default -values properly (including ones that change depending on the element) and -all possible values. -

-

-To see if a property is implemented then look in the src/codegen/foproperties.xml file. -

-

-To see if a particular element uses this property then look in the element code. This is generally found in the package org.apache.fop.fo.flow.*. -

-
- -

-This is support for the functions in property values that evaluate some -expression. -Better support for resolution including support for "inherit" and values -with lists. -

-
- -

-Better and more available examples for users and new people to get a -feel for what FOP does. -

-
-
- - -

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

-
- -

-A better configuration setup that users can easily integrate. -

-
- -

-Support for streaming and linearized pdf to help with different -deployement of pdf documents. -

-
- -

-Use proper i18n handling for awt viewer. -

-
-
- - -

-Need better handling of font names, since a font can have several names. -

-
- -

-A user agent (or some similar thing) is needed to handle adjustable -values, such as setting dpi resolution. -

-
- -

-be able to specify a url as the input fo (or xml, xsl) documents. -

-
- -

-support (better) the direct rendering of text into pdf graphics -and other similair outputs -

-
- -

-Support for different encoding on different types of streams -in pdf document. -For example images and text. -

-
- -

-Add support for the pdf graphic state for use with transparency -in pdf 1.4. -

-
- -

-Currently patterns and gradients are not generated properly -

-
-
- - -
- -
- -- cgit v1.2.3