<include name="build/site/**"/>
<include name="conf/**"/>
<include name="docs/xslfoRef.pdf"/>
- <include name="docs/examples/**"/>
- <exclude name="docs/examples/build.xml"/>
- <exclude name="docs/examples/runtests.*"/>
- <exclude name="docs/examples/results.html"/>
- <include name="docs/graphics/**"/>
<include name="docs/foschema/**"/>
<include name="examples/**"/>
<exclude name="examples/build.xml"/>
<copy todir="${dist.src.result.dir}/build" file="build/fop.jar"/>
<chmod file="${dist.src.result.dir}/build.sh" perm="ugo+rx" />
<chmod file="${dist.src.result.dir}/fop.sh" perm="ugo+rx" />
- <chmod file="${dist.src.result.dir}/docs/examples/runtests.sh" perm="ugo+rx" />
+ <chmod file="${dist.src.result.dir}/examples/fo/runtests.sh" perm="ugo+rx" />
<zip zipfile="${name}-${version}-src.zip" basedir="${dist.src.dir}" includes="**"/>
<menu label="Project">
<menu-item label="Status" href="status.html"/>
- <menu-item label="Changes" href="changes.html"/>
- <menu-item label="Todo" href="todo.html"/>
</menu>
<menu label="Using FOP">
on AnonCVS in the <link href="http://xml.apache.org/cvs.html">xml.apache.org documentation</link> for details.
Sometimes people have difficulties to access the cvs server; in this case you can download
a snapshot from the cvs files <link href="http://xml.apache.org/from-cvs/xml-fop/">here</link>.
- In both cases you have to build FOP yourself - see <link href="compiling.html">Compiling FOP</link> for details.
+ In both cases you have to build FOP yourself - see <link href="compiling.html">Compiling Fop</link> for details.
</p>
<note>
Important: Currently, releases of FOP are coming out of the
"fop-0_20_2-maintain" branch. The "MAIN" branch is currently
- under development. See <link href="dev/index.html">Development Docs</link>
+ under development. See <link href="http://xml.apache.org/fop/dev/index.html">Development Docs</link>
for more information.
</note>
<p>To run FOP from the command line, see <link href="running.html">Running FOP</link>.</p>
</p>
<p>
Reducing memory consumption in general and squishing bugs is an
- ongoing effort, partially addressed in the <link
- href="dev/index.html">redesign</link>.
+ ongoing effort, partially addressed in the redesign.
</p>
</answer>
</faq>
<title>Fop's Design</title>
<p>
The design for FOP is specified under the
-<link href="design/index.html">Design</link> section.
+<link href="http://xml.apache.org/fop/design/index.html">Design</link> section.
</p>
<p>
This is where the information on how FOP is developed and designed