aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-04-23 04:48:38 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-04-23 04:48:38 +0000
commit71cc437f15099b4091964c1b91fc4d5654d3eb9b (patch)
tree85865dadec29ef5e7d3901234062ce2afb684fde /src/documentation
parent79a1d0325d3ec281afc35eada11640e97579f412 (diff)
downloadxmlgraphics-fop-71cc437f15099b4091964c1b91fc4d5654d3eb9b.tar.gz
xmlgraphics-fop-71cc437f15099b4091964c1b91fc4d5654d3eb9b.zip
Add section about cleaning up web cvs repository.
Make column headings better on table. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/content/xdocs/dev/doc.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/documentation/content/xdocs/dev/doc.xml b/src/documentation/content/xdocs/dev/doc.xml
index 5e9d8d5a8..c58ea80f4 100644
--- a/src/documentation/content/xdocs/dev/doc.xml
+++ b/src/documentation/content/xdocs/dev/doc.xml
@@ -27,10 +27,10 @@ Maintenance branch releases either copy the trunk content to the maintenance bra
<p>The following table summarizes the flow of data to the FOP website in chronological order:</p>
<table>
<tr>
- <th>Processes</th>
- <th>Files</th>
+ <th>Process</th>
+ <th>Output</th>
<th>State</th>
- <th>Views</th>
+ <th>View(s)</th>
</tr>
<tr>
<td>Developer commits code to FOP repository.</td>
@@ -119,12 +119,17 @@ It will fail in a headless environment when it tries to use FOP to generate the
</section>
<section id="web-manual">
<title>Updating the FOP Web Repository Manually (Deprecated)</title>
- <warning>The steps in this section should not ordinarily be used. They are documented here for historical reasons, and for emergencies.</warning>
+ <warning>The steps in this section should not ordinarily be used. They are documented here for historical reasons, and for emergencies.
+See <link href="#delete">manually deleting retired files</link> for an exception to this rule.</warning>
<ul>
<li>Copy (or sym-link) the documents generated by Forrest (in xml-fop/build/site) to xml-site/targets/fop on your local machine.</li>
<li>Commit xml-site/targets/fop.</li>
</ul>
</section>
+ <section id="delete">
+ <title>Deleting Documentation Files</title>
+ <p>The one place where manual updates of the web cvs repository are required is when a document is retired. At this point, it will no longer be generated. However, it will still exist in the web cvs repository. You will need to use a cvs client to remove the files, then commit the changes to keep them from continuing to exist on the live site.</p>
+ </section>
</section>
</body>
</document>