From a09b6137be4bfe945932954b0d70ff2499981632 Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Sun, 13 Apr 2003 17:50:14 +0000 Subject: [PATCH] Convert product name from "Fop" to "FOP" for consistency. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196251 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/design/embedding.xml | 4 ++-- .../content/xdocs/dev/configuration.xml | 4 ++-- src/documentation/content/xdocs/dev/extensions.xml | 2 +- src/documentation/content/xdocs/dev/index.xml | 12 ++++++------ src/documentation/content/xdocs/news.xml | 4 ++-- src/documentation/content/xdocs/relnotes.xml | 2 +- src/documentation/content/xdocs/running.xml | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/documentation/content/xdocs/design/embedding.xml b/src/documentation/content/xdocs/design/embedding.xml index 0198c3ad4..c44b2263c 100644 --- a/src/documentation/content/xdocs/design/embedding.xml +++ b/src/documentation/content/xdocs/design/embedding.xml @@ -33,9 +33,9 @@ Possible meanings for a user agent: diff --git a/src/documentation/content/xdocs/dev/configuration.xml b/src/documentation/content/xdocs/dev/configuration.xml index c85ad2038..1696a7e22 100644 --- a/src/documentation/content/xdocs/dev/configuration.xml +++ b/src/documentation/content/xdocs/dev/configuration.xml @@ -21,7 +21,7 @@ configurable options available in FOP.
Setting up Hyphenation -

Fop comes already with some hyphenation patterns. If you +

FOP comes already with some hyphenation patterns. If you need a hyphenation pattern which isn't included in the distribution, do the following:

@@ -39,7 +39,7 @@ configurable options available in FOP.

3. If you have build your new hyphenation pattern file successfully you put the file into the /hyph directoy - and rebuild Fop. The file will be picked up and added + and rebuild FOP. The file will be picked up and added to the fop.jar.

diff --git a/src/documentation/content/xdocs/dev/extensions.xml b/src/documentation/content/xdocs/dev/extensions.xml index 654976a30..a87a234f0 100644 --- a/src/documentation/content/xdocs/dev/extensions.xml +++ b/src/documentation/content/xdocs/dev/extensions.xml @@ -42,7 +42,7 @@ the instream-foreign-object.
PDF Bookmarks

-To use this standard Fop extension, you need to add a namespace entry for +To use this standard FOP extension, you need to add a namespace entry for http://xml.apache.org/fop/extensions on the root element.

You can provide outlines inside the root object (but outside diff --git a/src/documentation/content/xdocs/dev/index.xml b/src/documentation/content/xdocs/dev/index.xml index a7267accc..cfc932124 100644 --- a/src/documentation/content/xdocs/dev/index.xml +++ b/src/documentation/content/xdocs/dev/index.xml @@ -31,11 +31,11 @@ The development of FOP and the related plans and tasks are discussed on the dev Users can help or get issues resolved by contributing information and examples to the developers.

- Get familiar with the Fop related standards -

At the moment Fop is mainly a tool to render XSL-FO files to pdf. Therefore if you want to contribute to Fop you should become familiar with these standards. You can find links at Specifications.

+ Get familiar with the FOP-related standards +

At the moment FOP is mainly a tool to render XSL-FO files to pdf. Therefore if you want to contribute to FOP you should become familiar with these standards. You can find links at Specifications.

- Fop's Design + FOP's Design

The design for FOP is specified under the Design section. This is where the information on how FOP is developed and designed internally will be kept.

@@ -46,7 +46,7 @@ internally will be kept. to fop-dev-subscribe@xml.apache.org

Sending bug reports and feature requests to the list is a welcome and important contribution to - developing Fop.

+ developing FOP.

Read also the archive of the discussion list fop-dev to get an idea of the issues being discussed.

@@ -54,12 +54,12 @@ internally will be kept. Look at the developer's code using cvs

Between releases the newest code can be accessed via cvs. To do this you need to install a cvs client on your computer, if it is not already there. An explanation how to connect to the - Fop source repository can be found at http://xml.apache.org/cvs.html. + FOP source repository can be found at http://xml.apache.org/cvs.html. An introduction into cvs and the cvs manual can be found in the reference library.

All changes to the code repository are sent to a special mailing list. After a cvs commit the diffs are automatically sent to this list. You can subscribe to fop-cvs@xml.apache.org by sending an email to - fop-cvs-subscribe@xml.apache.org. If you want to contribute to the development of Fop you should subscribe, + fop-cvs-subscribe@xml.apache.org. If you want to contribute to the development of FOP you should subscribe, because it is important that you follow changes being made.

diff --git a/src/documentation/content/xdocs/news.xml b/src/documentation/content/xdocs/news.xml index 213aa7beb..2baeaaa2b 100644 --- a/src/documentation/content/xdocs/news.xml +++ b/src/documentation/content/xdocs/news.xml @@ -71,7 +71,7 @@ The following JARs have been updated: Xerces to version 2.0.1, Xalan to version 2.3.1 and Batik to version 1.5beta2. -
  • Fop has been compiled with Jimi support
  • +
  • FOP has been compiled with Jimi support
  • Logging has been changed from LogKit to Avalon's Logger Interface @@ -107,7 +107,7 @@

    Welcome Jeremias Maerki, Joerg Pietschmann and Peter B. West!

  • - 11 March 2002 - Fop 0.20.3 released + 11 March 2002 - FOP 0.20.3 released

    This is a maintenance release, the first version which supports the XSL-FO Recommendation syntax. See the diff --git a/src/documentation/content/xdocs/relnotes.xml b/src/documentation/content/xdocs/relnotes.xml index 6cdee2132..f60b8dbf3 100644 --- a/src/documentation/content/xdocs/relnotes.xml +++ b/src/documentation/content/xdocs/relnotes.xml @@ -53,7 +53,7 @@

  • The following JARs have been updated: Xerces to version 2.0.1, Xalan to version 2.3.1 and Batik to version 1.5beta2.
  • -
  • Fop has been compiled with Jimi support this time +
  • FOP has been compiled with Jimi support this time but you still have to download Jimi and copy it to lib/ to get PNG support (no need to build FOP yourself though). diff --git a/src/documentation/content/xdocs/running.xml b/src/documentation/content/xdocs/running.xml index 84d1dd786..7767cef5b 100644 --- a/src/documentation/content/xdocs/running.xml +++ b/src/documentation/content/xdocs/running.xml @@ -77,7 +77,7 @@ fop -fo foo.fo -pdf foo.pdf (does the same as the previous line) fop -xsl foo.xsl -xml foo.xml -pdf foo.pdf fop foo.fo -mif foo.mif - fop foo.fo -print or Fop -print foo.fo + fop foo.fo -print or fop -print foo.fo fop foo.fo -awt

    PDF encryption is only available if FOP was compiled with encryption support and if compatible encryption support is availabe at run time. Currently, only the JCE is supported. Check the Details.

  • -- 2.39.5