You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

download.xml 7.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!-- $Id$ -->
  17. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
  18. <document>
  19. <header>
  20. <title>Apache™ FOP: Downloading A Distribution</title>
  21. <version>$Revision$</version>
  22. </header>
  23. <body>
  24. <section id="dist-type">
  25. <title>Binary or Source?</title>
  26. <p>
  27. Most Apache™ FOP users will want to download the latest binary distribution,
  28. which is ready to run "out of the box." However, a source distribution
  29. will be preferable if you fall into one of the following categories:
  30. </p>
  31. <ul>
  32. <li>
  33. You wish to modify FOP.
  34. </li>
  35. <li>
  36. You wish to use a version more recent than the latest release. For
  37. example, if you have read on the user mailing list that a bug has
  38. been fixed or a feature added that you are eager to try, you might
  39. download a source distribution from the SVN repository so that you
  40. don't have to wait for the next release.
  41. </li>
  42. <li>
  43. You wish to build a local copy of the API documentation (javadocs).
  44. </li>
  45. </ul>
  46. </section>
  47. <section id="binary">
  48. <title>Binary Download</title>
  49. <p>
  50. Binary distributions include "-bin" in their names, and can be downloaded from a
  51. <link href="http://www.apache.org/dyn/closer.cgi/xmlgraphics/fop">FOP Distribution mirror</link>.
  52. Nightly builds of trunk code can be downloaded here:
  53. <link href="http://ci.apache.org/projects/xmlgraphics/fop/snapshots/">Nightly Snapshots</link>.
  54. </p>
  55. </section>
  56. <section id="source">
  57. <title>Source Download</title>
  58. <p>
  59. There are several ways to obtain a source distribution. Please note that they
  60. are listed from least current to most current:
  61. </p>
  62. <ul>
  63. <li>
  64. Download a released version from a
  65. <link href="http://www.apache.org/dyn/closer.cgi/xmlgraphics/fop">FOP Distribution mirror</link>.
  66. Source distributions include "-src" in their names.
  67. </li>
  68. <li>
  69. Download a Subversion snapshot
  70. <link href="http://vc.apache.org/snapshots/fop/">here</link>.
  71. These snapshots are checked out from Subversion approximately every six hours, and have the GMT of
  72. their creation time embedded in their names.
  73. </li>
  74. <li>
  75. Download directly from the SVN repository.
  76. Anyone can do this using the
  77. <link href="http://xmlgraphics.apache.org/repo.html">Anonymous SVN Server</link>.
  78. By default, the code in SVN is up-to-the-minute, the same code that the developers
  79. are modifying. See the <link href="dev/tools.html#svn">SVN section of Developer Tools</link>
  80. for more information on using SVN.
  81. </li>
  82. </ul>
  83. <p/>
  84. <table>
  85. <tr>
  86. <th colspan="2">Latest Stable Release</th>
  87. </tr>
  88. <tr>
  89. <td>Repository URL</td>
  90. <td>
  91. <link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_1/">
  92. <code>http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_1/</code>
  93. </link>
  94. </td>
  95. </tr>
  96. <tr>
  97. <td>Web view</td>
  98. <td>
  99. <link href="http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_1/">
  100. <code>http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_1/</code>
  101. </link>
  102. </td>
  103. </tr>
  104. <tr>
  105. <th colspan="2">Previous Stable Release</th>
  106. </tr>
  107. <tr>
  108. <td>Repository URL</td>
  109. <td>
  110. <link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_0/">
  111. <code>http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_0/</code>
  112. </link>
  113. </td>
  114. </tr>
  115. <tr>
  116. <td>Web view</td>
  117. <td>
  118. <link href="http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_0/">
  119. <code>http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_0/</code>
  120. </link>
  121. </td>
  122. </tr>
  123. <tr>
  124. <th colspan="2">Trunk</th>
  125. </tr>
  126. <tr>
  127. <td>Repository URL</td>
  128. <td>
  129. Main Repository:
  130. <link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/">
  131. <code>http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/</code>
  132. </link>
  133. <br/>
  134. European Mirror:
  135. <link href="http://svn.eu.apache.org/repos/asf/xmlgraphics/fop/trunk/">
  136. <code>http://svn.eu.apache.org/repos/asf/xmlgraphics/fop/trunk/</code>
  137. </link>
  138. </td>
  139. </tr>
  140. <tr>
  141. <td>Web view</td>
  142. <td>
  143. Main Repository:
  144. <link href="http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/">
  145. <code>http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/</code>
  146. </link>
  147. <br/>
  148. European Mirror:
  149. <link href="http://svn.eu.apache.org/viewvc/xmlgraphics/fop/trunk/">
  150. <code>http://svn.eu.apache.org/viewvc/xmlgraphics/fop/trunk/</code>
  151. </link>
  152. </td>
  153. </tr>
  154. </table>
  155. <p>
  156. With any source distribution, you will need to
  157. build FOP from the source files. For details please see the "Build" page on the documentation tab
  158. for the version you've downloaded.
  159. </p>
  160. <!-- No hopes to reenable them because of problems with long path names on Solaris
  161. <fixme author="jeremias">Reenable the link to the SVN snapshots once they are available.</fixme>
  162. -->
  163. </section>
  164. <section id="archives">
  165. <title>Archive Download</title>
  166. <p>
  167. FOP Archive distributions are linked from the upper portion of the Apache FOP
  168. Download Mirror Page and can be downloaded from the FOP
  169. <link href="http://archive.apache.org/dist/xmlgraphics/fop/binaries/">binaries</link> and
  170. <link href="http://archive.apache.org/dist/xmlgraphics/fop/source/">source</link> archives.
  171. </p>
  172. </section>
  173. </body>
  174. </document>
  175. <!-- Last Line of $RCSfile$ -->