diff options
-rw-r--r-- | src/documentation/content/xdocs/dev/doc.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/dev/doc.xml b/src/documentation/content/xdocs/dev/doc.xml index bcc812aff..7818e42ce 100644 --- a/src/documentation/content/xdocs/dev/doc.xml +++ b/src/documentation/content/xdocs/dev/doc.xml @@ -122,6 +122,20 @@ Maintenance branch releases either copy the trunk content to the maintenance bra can simply refresh in the browser after a change. </note> </section> + <section id="distribution"> + <title>Updating Distribution Files</title> + <p> + The Apache distribution system mirrors distributions around the world. Since it uses + <link href="http://httpd.apache.org/">Apache httpd</link> Module + <link href="http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#headername">mod_autoindex</link> + you also need to manually update the HEADER.html & READER.html files in + <code>/www/www.apache.org/dist/xmlgraphics/fop/</code> on + <code>people.apache.org</code>. Please be careful when doing stuff like that. + </p> + <note> + Please make sure you always have <strong>group rw permissions on all files</strong> under the /www directory! + </note> + </section> <section id="delete"> <title>Deleting Documentation Files</title> <p> |