diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-13 17:50:14 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-13 17:50:14 +0000 |
commit | a09b6137be4bfe945932954b0d70ff2499981632 (patch) | |
tree | 2808a53ef065af316b14b4a56c573d6c3d849b94 /src | |
parent | 7d9ddd5cddc8bc0efd5b571f92fddb10a4e6257a (diff) | |
download | xmlgraphics-fop-a09b6137be4bfe945932954b0d70ff2499981632.tar.gz xmlgraphics-fop-a09b6137be4bfe945932954b0d70ff2499981632.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/documentation/content/xdocs/design/embedding.xml | 4 | ||||
-rw-r--r-- | src/documentation/content/xdocs/dev/configuration.xml | 4 | ||||
-rw-r--r-- | src/documentation/content/xdocs/dev/extensions.xml | 2 | ||||
-rw-r--r-- | src/documentation/content/xdocs/dev/index.xml | 12 | ||||
-rw-r--r-- | src/documentation/content/xdocs/news.xml | 4 | ||||
-rw-r--r-- | src/documentation/content/xdocs/relnotes.xml | 2 | ||||
-rw-r--r-- | 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: <ul> <li>something that makes decisions where the specifiction indicates that the user agent should decide</li> -<li>Fop as the user agent, represented by a class that handles +<li>FOP as the user agent, represented by a class that handles various setup and decision values</li> -<li>an class that handles context for a particular Fop conversion +<li>an class that handles context for a particular FOP conversion that can be configured/overridden when embedding</li> </ul> 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. </section> <section> <title>Setting up Hyphenation</title> - <p>Fop comes already with some hyphenation patterns. If you + <p>FOP comes already with some hyphenation patterns. If you need a hyphenation pattern which isn't included in the distribution, do the following: </p> @@ -39,7 +39,7 @@ configurable options available in FOP. </p> <p>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. </p> </section> 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. <section> <title>PDF Bookmarks</title> <p> -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. </p> <p>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. </p> <section> - <title>Get familiar with the Fop related standards</title> - <p>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 <link href="../resources.html#specs">Specifications</link>.</p> + <title>Get familiar with the FOP-related standards</title> + <p>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 <link href="../resources.html#specs">Specifications</link>.</p> </section> <section> - <title>Fop's Design</title> + <title>FOP's Design</title> <p>The design for FOP is specified under the <link href="../design/index.html">Design</link> section. This is where the information on how FOP is developed and designed internally will be kept. </p> @@ -46,7 +46,7 @@ internally will be kept. to <link href="mailto:fop-dev-subscribe@xml.apache.org">fop-dev-subscribe@xml.apache.org</link> </p> <p>Sending bug reports and feature requests to the list is a welcome and important contribution to - developing Fop. </p> + developing FOP. </p> <p>Read also the <link href="http://marc.theaimsgroup.com/?l=fop-dev&r=1&w=2">archive</link> of the discussion list fop-dev to get an idea of the issues being discussed. </p> </section> @@ -54,12 +54,12 @@ internally will be kept. <title>Look at the developer's code using cvs</title> <p>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 <link href="http://xml.apache.org/cvs.html">http://xml.apache.org/cvs.html</link>. + FOP source repository can be found at <link href="http://xml.apache.org/cvs.html">http://xml.apache.org/cvs.html</link>. An introduction into cvs and the cvs manual can be found in the <link href="http://xml.apache.org/library.html">reference library</link>.</p> <p>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 <link href="mailto:fop-cvs-subscribe@xml.apache.org"> - fop-cvs-subscribe@xml.apache.org</link>. If you want to contribute to the development of Fop you should subscribe, + fop-cvs-subscribe@xml.apache.org</link>. If you want to contribute to the development of FOP you should subscribe, because it is important that you follow changes being made. </p> </section> <section id="patches"> 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. </li> - <li>Fop has been compiled with Jimi support</li> + <li>FOP has been compiled with Jimi support</li> <li> Logging has been changed from LogKit to Avalon's Logger Interface @@ -107,7 +107,7 @@ <p>Welcome Jeremias Maerki, Joerg Pietschmann and Peter B. West!</p> </section> <section> - <title>11 March 2002 - Fop 0.20.3 released</title> + <title>11 March 2002 - FOP 0.20.3 released</title> <p>This is a maintenance release, the first version which supports the XSL-FO Recommendation syntax. See the <link href="http://marc.theaimsgroup.com/?l=xml-apache-announce&m=101588818821794"> 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 @@ <li>The following JARs have been updated: Xerces to version 2.0.1, Xalan to version 2.3.1 and Batik to version 1.5beta2. </li> - <li>Fop has been compiled with Jimi support this time + <li>FOP has been compiled with Jimi support this time but you still have to download <link href="http://java.sun.com/products/jimi/">Jimi</link> 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</source> <p>PDF encryption is only available if FOP was compiled with encryption support <strong>and</strong> if compatible encryption support is availabe at run time. Currently, only the JCE is supported. Check the <link href="pdfencryption.html">Details</link>.</p> </section> |