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.

136 lines
5.7 KiB

  1. <?xml version="1.0" encoding="iso-8859-1" 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. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. -->
  18. <!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  19. <s1 title="Download">
  20. <s2 title="Download">
  21. <p>Use the links below to download &XercesCName; from one of
  22. our mirrors. You <em>must</em> <link anchor="verify">verify the
  23. integrity</link> of the downloaded files using signatures downloaded
  24. from our main distribution directory.</p>
  25. <p>You can download the &XercesCName; distributions from
  26. the <jump href="http://www.apache.org/dist/xerces/c/">master
  27. distribution directory</jump> or, preferably, its <jump
  28. href="[preferred]/xerces/c/">mirror</jump>. Only current
  29. recommended releases are available on the main distribution
  30. site and its mirrors. Older releases are available from the
  31. <jump href="http://archive.apache.org/dist/xml/xerces-c/">archive
  32. download site.</jump></p>
  33. </s2>
  34. <s2 title="Mirror">
  35. <p>The currently selected mirror is <em>[preferred]</em>. If you
  36. encounter a problem with this mirror, please select another
  37. mirror. If all mirrors are failing, there are <em>backup</em>
  38. mirrors (at the end of the mirrors list) that should be available.</p>
  39. <form action="[location]" method="get" id="SelectMirror">
  40. Other mirrors: <select name="Preferred">
  41. [if-any http]
  42. [for http]<option value="[http]">[http]</option>[end]
  43. [end]
  44. [if-any ftp]
  45. [for ftp]<option value="[ftp]">[ftp]</option>[end]
  46. [end]
  47. [if-any backup]
  48. [for backup]<option value="[backup]">[backup] (backup)</option>[end]
  49. [end]
  50. </select>
  51. <input type="submit" value="Change" />
  52. </form>
  53. <p>You may also consult the <jump href="http://www.apache.org/mirrors/">complete
  54. list of mirrors</jump>.</p>
  55. </s2>
  56. <s2 title="Latest 3-Series Release">
  57. <p>The &XercesCName; &XercesCLatest; release is available in source code
  58. distributions only. If binaries are produced at a future point, this
  59. page will be updated.</p>
  60. <s3 title="Source Distributions">
  61. <p>
  62. <jump href="[preferred]/xerces/c/3/sources/xerces-c-3.1.2.zip">xerces-c-3.1.2.zip</jump>
  63. [<jump href="http://www.apache.org/dist/xerces/c/3/sources/xerces-c-3.1.2.zip.asc">PGP</jump>]
  64. [<jump href="http://www.apache.org/dist/xerces/c/3/sources/xerces-c-3.1.2.zip.md5">MD5</jump>]<br/>
  65. <jump href="[preferred]/xerces/c/3/sources/xerces-c-3.1.2.tar.gz">xerces-c-3.1.2.tar.gz</jump>
  66. [<jump href="http://www.apache.org/dist/xerces/c/3/sources/xerces-c-3.1.2.tar.gz.asc">PGP</jump>]
  67. [<jump href="http://www.apache.org/dist/xerces/c/3/sources/xerces-c-3.1.2.tar.gz.md5">MD5</jump>]<br/>
  68. <jump href="[preferred]/xerces/c/3/sources/xerces-c-3.1.2.tar.bz2">xerces-c-3.1.2.tar.bz2</jump>
  69. [<jump href="http://www.apache.org/dist/xerces/c/3/sources/xerces-c-3.1.2.tar.bz2.asc">PGP</jump>]
  70. [<jump href="http://www.apache.org/dist/xerces/c/3/sources/xerces-c-3.1.2.tar.bz2.md5">MD5</jump>]<br/>
  71. <jump href="[preferred]/xerces/c/3/sources/xerces-c-3.1.2.tar.xz">xerces-c-3.1.2.tar.xz</jump>
  72. [<jump href="http://www.apache.org/dist/xerces/c/3/sources/xerces-c-3.1.2.tar.xz.asc">PGP</jump>]
  73. [<jump href="http://www.apache.org/dist/xerces/c/3/sources/xerces-c-3.1.2.tar.xz.md5">MD5</jump>]
  74. </p>
  75. </s3>
  76. </s2>
  77. <anchor name="verify"/>
  78. <s2 title="Verify the integrity of the files">
  79. <p>It is essential that you verify the integrity of the downloaded
  80. files using the PGP or MD5 signatures. Please read <jump
  81. href="http://httpd.apache.org/dev/verification.html">Verifying
  82. HTTP Server Releases</jump> for more information on why you
  83. should verify our releases.</p>
  84. <p>The PGP signatures can be verified using PGP or GPG. First
  85. download the <jump href="http://www.apache.org/dist/xerces/c/KEYS">&XercesCName; KEYS</jump>
  86. as well as the <code>.asc</code> signature file for the particular
  87. distribution. Make sure you get these files from the <jump
  88. href="http://www.apache.org/dist/xerces/c/">main distribution
  89. directory</jump>, rather than from a mirror. Then verify the
  90. signatures using:</p>
  91. <source>
  92. % pgpk -a KEYS
  93. % pgpv &lt;distribution-name>.asc
  94. </source>
  95. <p><em>or</em></p>
  96. <source>
  97. % pgp -ka KEYS
  98. % pgp &lt;distribution-name>.asc
  99. </source>
  100. <p><em>or</em></p>
  101. <source>
  102. % gpg --import KEYS
  103. % gpg --verify &lt;distribution-name>.asc
  104. </source>
  105. <p>Alternatively, you can verify the MD5 signature on the files. A
  106. command line program called <code>md5</code> or <code>md5sum</code>
  107. is included in most UNXI distributions. It is also available as
  108. part of <jump href="http://www.gnu.org/software/textutils/textutils.html">GNU
  109. Textutils</jump>. Windows users can get binary md5 programs from <jump
  110. href="http://www.fourmilab.ch/md5/">here</jump>, <jump
  111. href="http://www.pc-tools.net/win32/freeware/console/">here</jump>, or
  112. <jump href="http://www.slavasoft.com/fsum/">here</jump>.</p>
  113. </s2>
  114. </s1>