aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/dev/doc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/documentation/content/xdocs/dev/doc.xml')
-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>