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.

index.xml 2.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  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 V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
  18. <document>
  19. <header>
  20. <title>Apache™ FOP Version 1.0</title>
  21. <version>$Revision$</version>
  22. </header>
  23. <body>
  24. <section id="intro">
  25. <title>Introduction</title>
  26. <p>
  27. The Apache™ FOP team is proud to present to you this production
  28. quality codebase. FOP 1.0 provides a good subset of the W3C
  29. XSL-FO 1.0 and 1.1 Standards. Its stable, 1.0 designation
  30. provides added recognition as the productive tool it has been
  31. for years.
  32. </p>
  33. <p>
  34. We remain committed to improving the tool, and we continue to
  35. add new features. We welcome any feedback you might have and
  36. even more, any other form of help to get the project forward.
  37. </p>
  38. <p>
  39. This release contains many bug fixes and new features compared
  40. to the previous version. To see what has changed since the last release, please visit the
  41. <a href="changes_1.0.html">Changes Page</a> and the
  42. <a href="releaseNotes_1.0.html">Release Notes</a>.
  43. </p>
  44. <p>
  45. This release implements a good subset of the W3C XSL-FO 1.0
  46. and 1.1 Standards. For a detailed overview of FOP's
  47. compliance, visit the <a href="../compliance.html">compliance
  48. page</a>.
  49. </p>
  50. </section>
  51. <section id="upgrading">
  52. <title>Upgrading from an earlier version</title>
  53. <p>
  54. If you're upgrading to this version from an earlier version of FOP, please read the
  55. information contained on the <a href="upgrading.html">Upgrading page</a>!
  56. </p>
  57. </section>
  58. <section id="download">
  59. <title>Download</title>
  60. <p>
  61. To download this version, please visit the <a href="../download.html">download page</a>.
  62. </p>
  63. </section>
  64. </body>
  65. </document>