aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/java/org/apache/fop/area/inline/package.html22
-rw-r--r--src/java/org/apache/fop/area/package.html22
-rw-r--r--src/java/org/apache/fop/fo/expr/package.html22
-rw-r--r--src/java/org/apache/fop/fo/extensions/package.html22
-rw-r--r--src/java/org/apache/fop/fo/extensions/svg/package.html22
-rw-r--r--src/java/org/apache/fop/fo/flow/package.html22
-rw-r--r--src/java/org/apache/fop/fo/package.html22
-rw-r--r--src/java/org/apache/fop/fo/pagination/bookmarks/package.html22
-rw-r--r--src/java/org/apache/fop/fo/pagination/package.html22
-rw-r--r--src/java/org/apache/fop/fo/properties/package.html22
-rw-r--r--src/java/org/apache/fop/fonts/apps/package.html22
-rw-r--r--src/java/org/apache/fop/hyphenation/package.html22
-rw-r--r--src/java/org/apache/fop/image/analyser/package.html22
-rw-r--r--src/java/org/apache/fop/image/package.html22
-rw-r--r--src/java/org/apache/fop/layoutmgr/inline/package.html22
-rw-r--r--src/java/org/apache/fop/layoutmgr/list/package.html22
-rw-r--r--src/java/org/apache/fop/layoutmgr/package.html22
-rw-r--r--src/java/org/apache/fop/layoutmgr/table/package.html22
-rw-r--r--src/java/org/apache/fop/render/awt/package.html22
-rw-r--r--src/java/org/apache/fop/render/bitmap/package.html22
-rw-r--r--src/java/org/apache/fop/render/java2d/package.html22
-rw-r--r--src/java/org/apache/fop/render/mif/package.html22
-rw-r--r--src/java/org/apache/fop/render/pcl/package.html22
-rw-r--r--src/java/org/apache/fop/render/pdf/package.html18
-rw-r--r--src/java/org/apache/fop/render/print/package.html22
-rw-r--r--src/java/org/apache/fop/render/ps/extensions/package.html22
-rw-r--r--src/java/org/apache/fop/render/ps/package.html22
-rw-r--r--src/java/org/apache/fop/render/rtf/package.html22
-rw-r--r--src/java/org/apache/fop/render/svg/package.html22
-rw-r--r--src/java/org/apache/fop/render/txt/package.html22
-rw-r--r--src/java/org/apache/fop/render/xml/package.html18
-rw-r--r--src/java/org/apache/fop/tools/anttasks/package.html22
-rw-r--r--src/java/org/apache/fop/tools/package.html22
-rw-r--r--src/java/org/apache/fop/traits/package.html22
-rw-r--r--src/java/org/apache/fop/util/package.html22
35 files changed, 760 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/area/inline/package.html b/src/java/org/apache/fop/area/inline/package.html
new file mode 100644
index 000000000..249d862ca
--- /dev/null
+++ b/src/java/org/apache/fop/area/inline/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.area.inline Package</TITLE>
+<BODY>
+<P>FOP's area tree: inline-level areas</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/area/package.html b/src/java/org/apache/fop/area/package.html
new file mode 100644
index 000000000..4be652919
--- /dev/null
+++ b/src/java/org/apache/fop/area/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.area Package</TITLE>
+<BODY>
+<P>FOP's area tree.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/fo/expr/package.html b/src/java/org/apache/fop/fo/expr/package.html
new file mode 100644
index 000000000..8f980490b
--- /dev/null
+++ b/src/java/org/apache/fop/fo/expr/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.fo.expr Package</TITLE>
+<BODY>
+<P>Classes for XSL expressions and functions.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/fo/extensions/package.html b/src/java/org/apache/fop/fo/extensions/package.html
new file mode 100644
index 000000000..c88531e8a
--- /dev/null
+++ b/src/java/org/apache/fop/fo/extensions/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.fo Package</TITLE>
+<BODY>
+<P>Base classes for implementing extensions to XSL-FO.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/fo/extensions/svg/package.html b/src/java/org/apache/fop/fo/extensions/svg/package.html
new file mode 100644
index 000000000..7d513cea1
--- /dev/null
+++ b/src/java/org/apache/fop/fo/extensions/svg/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.fo.extensions.svg Package</TITLE>
+<BODY>
+<P>SVG extension classes which handle elements from the SVG namespace.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/fo/flow/package.html b/src/java/org/apache/fop/fo/flow/package.html
new file mode 100644
index 000000000..8c8e3a612
--- /dev/null
+++ b/src/java/org/apache/fop/fo/flow/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.fo.flow Package</TITLE>
+<BODY>
+<P>All the block- and inline-level flow formatting objects.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/fo/package.html b/src/java/org/apache/fop/fo/package.html
new file mode 100644
index 000000000..e4d15b1d7
--- /dev/null
+++ b/src/java/org/apache/fop/fo/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.fo Package</TITLE>
+<BODY>
+<P>Classes, constants and basic infrastructure for the FO tree.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/fo/pagination/bookmarks/package.html b/src/java/org/apache/fop/fo/pagination/bookmarks/package.html
new file mode 100644
index 000000000..a5567dc7e
--- /dev/null
+++ b/src/java/org/apache/fop/fo/pagination/bookmarks/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.fo.pagination.bookmarks Package</TITLE>
+<BODY>
+<P>Formatting objects for bookmarks as defined since XSL 1.1.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/fo/pagination/package.html b/src/java/org/apache/fop/fo/pagination/package.html
new file mode 100644
index 000000000..c0f62a450
--- /dev/null
+++ b/src/java/org/apache/fop/fo/pagination/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.fo.pagination Package</TITLE>
+<BODY>
+<P>All the pagination and declaration formatting objects.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/fo/properties/package.html b/src/java/org/apache/fop/fo/properties/package.html
new file mode 100644
index 000000000..b0797ac97
--- /dev/null
+++ b/src/java/org/apache/fop/fo/properties/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.fo.properties Package</TITLE>
+<BODY>
+<P>Classes representing the various property types as well as supporting data structures for the FO tree.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/fonts/apps/package.html b/src/java/org/apache/fop/fonts/apps/package.html
new file mode 100644
index 000000000..77c82d956
--- /dev/null
+++ b/src/java/org/apache/fop/fonts/apps/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.fonts.apps Package</TITLE>
+<BODY>
+<P>Command-line tools for generating XML font metric files from Type 1 and TrueType fonts.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/hyphenation/package.html b/src/java/org/apache/fop/hyphenation/package.html
new file mode 100644
index 000000000..454e3798b
--- /dev/null
+++ b/src/java/org/apache/fop/hyphenation/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.hyphenation Package</TITLE>
+<BODY>
+<P>Hyphenation support.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/image/analyser/package.html b/src/java/org/apache/fop/image/analyser/package.html
new file mode 100644
index 000000000..44a0728fc
--- /dev/null
+++ b/src/java/org/apache/fop/image/analyser/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.image.analyser Package</TITLE>
+<BODY>
+<P>Image analyzers for determining the format of an image and to preload its intrinsic size.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/image/package.html b/src/java/org/apache/fop/image/package.html
new file mode 100644
index 000000000..11a62b241
--- /dev/null
+++ b/src/java/org/apache/fop/image/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.image Package</TITLE>
+<BODY>
+<P>Contains image loading adapters for various image sources and the image cache.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/layoutmgr/inline/package.html b/src/java/org/apache/fop/layoutmgr/inline/package.html
new file mode 100644
index 000000000..619dfbd61
--- /dev/null
+++ b/src/java/org/apache/fop/layoutmgr/inline/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.layoutmgr.inline Package</TITLE>
+<BODY>
+<P>Layout managers for inline formatting objects and line building.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/layoutmgr/list/package.html b/src/java/org/apache/fop/layoutmgr/list/package.html
new file mode 100644
index 000000000..8eef94d25
--- /dev/null
+++ b/src/java/org/apache/fop/layoutmgr/list/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.layoutmgr.list Package</TITLE>
+<BODY>
+<P>Layout managers for lists.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/layoutmgr/package.html b/src/java/org/apache/fop/layoutmgr/package.html
new file mode 100644
index 000000000..80afd4979
--- /dev/null
+++ b/src/java/org/apache/fop/layoutmgr/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.layoutmgr Package</TITLE>
+<BODY>
+<P>FOP's layout engine. Layout managers and supporting classes.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/layoutmgr/table/package.html b/src/java/org/apache/fop/layoutmgr/table/package.html
new file mode 100644
index 000000000..fd5c180ec
--- /dev/null
+++ b/src/java/org/apache/fop/layoutmgr/table/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.layoutmgr.table Package</TITLE>
+<BODY>
+<P>Layout managers for tables.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/render/awt/package.html b/src/java/org/apache/fop/render/awt/package.html
new file mode 100644
index 000000000..72f92746d
--- /dev/null
+++ b/src/java/org/apache/fop/render/awt/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.render.awt Package</TITLE>
+<BODY>
+<P>AWT Renderer used for displaying rendered pages in Java applications. Based on the Java2D Renderer.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/render/bitmap/package.html b/src/java/org/apache/fop/render/bitmap/package.html
new file mode 100644
index 000000000..3fbc7722e
--- /dev/null
+++ b/src/java/org/apache/fop/render/bitmap/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.render.bitmap Package</TITLE>
+<BODY>
+<P>Bitmap Renderer which creates TIFF and PNG images from rendered pages. Based on the Java2D Renderer.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/render/java2d/package.html b/src/java/org/apache/fop/render/java2d/package.html
new file mode 100644
index 000000000..8cb4d714a
--- /dev/null
+++ b/src/java/org/apache/fop/render/java2d/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.render.java2d Package</TITLE>
+<BODY>
+<P>Java2D Renderer which paints rendered pages on Graphics2D instances. Used as base for the bitmap and AWT renderers.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/render/mif/package.html b/src/java/org/apache/fop/render/mif/package.html
new file mode 100644
index 000000000..b3e97fc5d
--- /dev/null
+++ b/src/java/org/apache/fop/render/mif/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.render.mif Package</TITLE>
+<BODY>
+<P>MIF Output Support</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/render/pcl/package.html b/src/java/org/apache/fop/render/pcl/package.html
new file mode 100644
index 000000000..feec0572e
--- /dev/null
+++ b/src/java/org/apache/fop/render/pcl/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.render.pcl Package</TITLE>
+<BODY>
+<P>PCL Renderer</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/render/pdf/package.html b/src/java/org/apache/fop/render/pdf/package.html
index b7ab755ae..699697837 100644
--- a/src/java/org/apache/fop/render/pdf/package.html
+++ b/src/java/org/apache/fop/render/pdf/package.html
@@ -1,6 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
<HTML>
<TITLE>org.apache.fop.render.pdf Package</TITLE>
<BODY>
-<P>Classes for rendering to PDF.</P>
+<P>PDF Renderer</P>
</BODY>
</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/render/print/package.html b/src/java/org/apache/fop/render/print/package.html
new file mode 100644
index 000000000..d7fc5efc8
--- /dev/null
+++ b/src/java/org/apache/fop/render/print/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.render.print Package</TITLE>
+<BODY>
+<P>Renderer which prints rendered pages directly to a printer. Based on the Java2D Renderer.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/render/ps/extensions/package.html b/src/java/org/apache/fop/render/ps/extensions/package.html
new file mode 100644
index 000000000..38c7f9526
--- /dev/null
+++ b/src/java/org/apache/fop/render/ps/extensions/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.render.ps.extensions Package</TITLE>
+<BODY>
+<P>Extensions specific to the PostScript Renderer.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/render/ps/package.html b/src/java/org/apache/fop/render/ps/package.html
new file mode 100644
index 000000000..da6e40da9
--- /dev/null
+++ b/src/java/org/apache/fop/render/ps/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.render.ps Package</TITLE>
+<BODY>
+<P>PostScript Renderer</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/render/rtf/package.html b/src/java/org/apache/fop/render/rtf/package.html
new file mode 100644
index 000000000..886af8fd5
--- /dev/null
+++ b/src/java/org/apache/fop/render/rtf/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.render.rtf Package</TITLE>
+<BODY>
+<P>RTF (Rich Text Format) Output Support</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/render/svg/package.html b/src/java/org/apache/fop/render/svg/package.html
new file mode 100644
index 000000000..7edba8c85
--- /dev/null
+++ b/src/java/org/apache/fop/render/svg/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.render.svg Package</TITLE>
+<BODY>
+<P>SVG (Structured Vector Graphics) Renderer</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/render/txt/package.html b/src/java/org/apache/fop/render/txt/package.html
new file mode 100644
index 000000000..37f2908b0
--- /dev/null
+++ b/src/java/org/apache/fop/render/txt/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.render.txt Package</TITLE>
+<BODY>
+<P>Plain Text Renderer</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/render/xml/package.html b/src/java/org/apache/fop/render/xml/package.html
index a25cabaa8..77e035e7a 100644
--- a/src/java/org/apache/fop/render/xml/package.html
+++ b/src/java/org/apache/fop/render/xml/package.html
@@ -1,6 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
<HTML>
<TITLE>org.apache.fop.render.xml Package</TITLE>
<BODY>
-<P>Classes for rendering to XML for debugging.</P>
+<P>Area Tree XML Renderer. Writes the area tree out as an XML file. Mainly used for debugging and testing.</P>
</BODY>
</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/tools/anttasks/package.html b/src/java/org/apache/fop/tools/anttasks/package.html
new file mode 100644
index 000000000..74dbfb55f
--- /dev/null
+++ b/src/java/org/apache/fop/tools/anttasks/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.tools.anttasks Package</TITLE>
+<BODY>
+<P>FOP-related tasks for <a href="http://ant.apache.org">Apache Ant</a>.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/tools/package.html b/src/java/org/apache/fop/tools/package.html
new file mode 100644
index 000000000..aa89f94b1
--- /dev/null
+++ b/src/java/org/apache/fop/tools/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.tools Package</TITLE>
+<BODY>
+<P>Various tools for FOP.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/traits/package.html b/src/java/org/apache/fop/traits/package.html
new file mode 100644
index 000000000..5a4d44222
--- /dev/null
+++ b/src/java/org/apache/fop/traits/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.traits Package</TITLE>
+<BODY>
+<P>Trait classes and other supporting data structures.</P>
+</BODY>
+</HTML> \ No newline at end of file
diff --git a/src/java/org/apache/fop/util/package.html b/src/java/org/apache/fop/util/package.html
new file mode 100644
index 000000000..94de448c5
--- /dev/null
+++ b/src/java/org/apache/fop/util/package.html
@@ -0,0 +1,22 @@
+<!--
+ Copyright 2005 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.fop.util Package</TITLE>
+<BODY>
+<P>Various utility classes (I/O, codecs, color support, service discovers etc.).</P>
+</BODY>
+</HTML> \ No newline at end of file