diff options
author | Simon Pepping <spepping@apache.org> | 2010-09-21 11:34:21 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2010-09-21 11:34:21 +0000 |
commit | 5f6c218eacf0b8f370df13d7273de621256a055c (patch) | |
tree | 35f5961abe699f941b06983ef30313f840938cdb /src/documentation | |
parent | ae8287810b01fd2c54290c32f6d3c432bb53454c (diff) | |
download | xmlgraphics-fop-5f6c218eacf0b8f370df13d7273de621256a055c.tar.gz xmlgraphics-fop-5f6c218eacf0b8f370df13d7273de621256a055c.zip |
Add the availability of nightly snapshots
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@999324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/dev/release.xml | 1 | ||||
-rw-r--r-- | src/documentation/content/xdocs/download.xml | 17 | ||||
-rw-r--r-- | src/documentation/content/xdocs/trunk/compiling.xml | 15 |
3 files changed, 20 insertions, 13 deletions
diff --git a/src/documentation/content/xdocs/dev/release.xml b/src/documentation/content/xdocs/dev/release.xml index 4e54df872..da614bee0 100644 --- a/src/documentation/content/xdocs/dev/release.xml +++ b/src/documentation/content/xdocs/dev/release.xml @@ -69,6 +69,7 @@ The purpose of documenting it here is to facilitate consistency, ensure that the <li>Update the tab names and directories in tabs.xml</li> <li>Delete the previous version directory.</li> <li>Update index.xml in the new version directory.</li> + <li>Update compiling.xml in the new version directory: change the intro for trunk to that for a release.</li> <li>Build the dist files (<code>build[.sh] dist</code>) and upload them to your web directory on <code>people.apache.org</code></li> diff --git a/src/documentation/content/xdocs/download.xml b/src/documentation/content/xdocs/download.xml index d8fbe9978..9d7988e61 100644 --- a/src/documentation/content/xdocs/download.xml +++ b/src/documentation/content/xdocs/download.xml @@ -51,8 +51,8 @@ <p> Binary distributions include "-bin" in their names, and can be downloaded from a <link href="http://www.apache.org/dyn/closer.cgi/xmlgraphics/fop">FOP Distribution mirror</link>. - Nightly builds of trunk source code can be downloaded here: - <link href="http://vc.apache.org/snapshots/fop/">Snapshot Trunk Builds</link> + Nightly builds of trunk code can be downloaded here: + <link href="http://ci.apache.org/projects/xmlgraphics/fop/snapshots/">Nightly Snapshots</link>. </p> </section> <section id="source"> @@ -67,13 +67,12 @@ <link href="http://www.apache.org/dyn/closer.cgi/xmlgraphics/fop">FOP Distribution mirror</link>. Source distributions include "-src" in their names. </li> - <!--li> - Download a CVS snapshot from the cvs files - <link href="http://xml.apache.org/from-cvs/xml-fop/">here</link>. - These snapshots are built approximately every six hours, and have the GMT of - their creation time embedded in their names. Please note that CVS snapshots - are made only for the "redesign" branch. - </li--> + <li> + Download a Subversion snapshot + <link href="http://vc.apache.org/snapshots/fop/">here</link>. + These snapshots are checked out from Subversion approximately every six hours, and have the GMT of + their creation time embedded in their names. + </li> <li> Download directly from the SVN repository. Anyone can do this using the diff --git a/src/documentation/content/xdocs/trunk/compiling.xml b/src/documentation/content/xdocs/trunk/compiling.xml index 98a6dfb6d..0a8bf3486 100644 --- a/src/documentation/content/xdocs/trunk/compiling.xml +++ b/src/documentation/content/xdocs/trunk/compiling.xml @@ -25,16 +25,23 @@ <body> <section id="build-needed"> <title>Do You Need To Build?</title> - <p> +<!-- text for released versions --> +<!-- <p> FOP distributions are either pre-compiled binary or source. If you are using a binary distribution, it is already built and there is no need to build it again. See the <a href="../download.html">Download Instructions</a> for information about whether a binary or source distribution is best for your needs. - </p> + </p>--> +<!-- /text for released versions --> +<!-- text for trunk --> <p> - If you got the source code from a repository snapshot or via Subversion you will need to build FOP - in any case. + FOP snapshots are either pre-compiled binary or source. + If you are using a binary snapshot, it is already built and there is no need to build it again. + If you got the source code from a repository snapshot or via Subversion you will need to build FOP. + See the <a href="../download.html">Download Instructions</a> for information about where to obtain binary or repository snapshots, and whether a + binary or source snapshot is best for your needs. </p> +<!-- /text for trunk --> </section> <section id="env"> <title>Set Up Your Environment</title> |