From 39e0e48745f7f7368e02d56f2636da9217a3c31f Mon Sep 17 00:00:00 2001 From: Simon Pepping Date: Fri, 25 Nov 2005 22:37:49 +0000 Subject: [PATCH] Change more links from xml.apache.org to xmlgraphics.apache.org. Change the file name helloworld.svg to lower case, as used in the java file. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@349032 13f79535-47bb-0310-9956-ffa450edef68 --- examples/embedding/README | 2 +- .../xml/svg/{HelloWorld.svg => helloworld.svg} | 0 examples/fo/basic/newlinktest.fo | 10 +++++----- examples/fo/basic/pdfoutline.fo | 18 +++++++++--------- examples/fo/basic/readme.fo | 18 +++++++++--------- examples/fo/svg/embedding.fo | 2 +- examples/mathml/build.xml | 2 +- examples/plan/build.xml | 2 +- examples/plan/docs/june.xml | 2 +- examples/plan/docs/plan.fo | 2 +- .../apache/fop/plan/PlanElementMapping.java | 2 +- 11 files changed, 30 insertions(+), 30 deletions(-) rename examples/embedding/xml/svg/{HelloWorld.svg => helloworld.svg} (100%) diff --git a/examples/embedding/README b/examples/embedding/README index eb17f212f..d3bb7682d 100644 --- a/examples/embedding/README +++ b/examples/embedding/README @@ -14,4 +14,4 @@ for a listing of all available examples. Please go to the page indicated below to find more information: -http://xml.apache.org/fop/embedding.html +http://xmlgraphics.apache.org/fop/embedding.html diff --git a/examples/embedding/xml/svg/HelloWorld.svg b/examples/embedding/xml/svg/helloworld.svg similarity index 100% rename from examples/embedding/xml/svg/HelloWorld.svg rename to examples/embedding/xml/svg/helloworld.svg diff --git a/examples/fo/basic/newlinktest.fo b/examples/fo/basic/newlinktest.fo index 09e9a8769..650c86d8f 100644 --- a/examples/fo/basic/newlinktest.fo +++ b/examples/fo/basic/newlinktest.fo @@ -25,9 +25,9 @@ font-size="8pt" font-family="serif" line-height="14pt" > - - http://xml.apache.org/fop + http://xmlgraphics.apache.org/fop @@ -45,7 +45,7 @@ FOP is part of Apache's XML project. The homepage of FOP is - http://xml.apache.org/fop + http://xmlgraphics.apache.org/fop @@ -133,9 +133,9 @@ align="justify" the link. - - http://xml.apache.org/fop + http://xmlgraphics.apache.org/fop diff --git a/examples/fo/basic/pdfoutline.fo b/examples/fo/basic/pdfoutline.fo index ca87b8fe6..a61191995 100644 --- a/examples/fo/basic/pdfoutline.fo +++ b/examples/fo/basic/pdfoutline.fo @@ -129,7 +129,7 @@ This files shows next to the trivial usage of fo:block and fo:inline examples of FOP is part of Apache's XML project. The homepage of FOP is - http://xml.apache.org/fop + http://xmlgraphics.apache.org/fop @@ -178,7 +178,7 @@ This files shows next to the trivial usage of fo:block and fo:inline examples of b) An XML parser which supports SAX and DOM like Xerces-J - (http://xml.apache.org/xerces-j/index.html) + (http://xerces.apache.org/xerces-j/index.html) . c) If you have to produce the flow objects files, which are the input for FOP, you need a transformation utility to create this files from your xml files. @@ -189,7 +189,7 @@ This files shows next to the trivial usage of fo:block and fo:inline examples of or XALAN - (http://xml.apache.org/xalan/index.html) + (http://xalan.apache.org/index.html) . @@ -281,7 +281,7 @@ This files shows next to the trivial usage of fo:block and fo:inline examples of (faq.html) . If you don't find a solution there, - you can ask for help on the list fop-dev@xml.apache.org. Maybe it's bug and + you can ask for help on the list fop-dev@xmlgraphics.apache.org. Maybe it's bug and maybe somebody is already working on it. @@ -1011,7 +1011,7 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. An XML parser which supports DOM like Xerces-J - (http://xml.apache.org/xerces-j/index.html) + (http://xerces.apache.org/xerces-j/index.html) . @@ -1063,12 +1063,12 @@ This is not the latest Fop documentation, but just an fo example. FOP - p. I) Getting involved - 1. Subscribe to fop-dev@xml.apache.org by sending an email - to fop-dev-subscribe@xml.apache.org + 1. Subscribe to fop-dev@xmlgraphics.apache.org by sending an email + to fop-dev-subscribe@xmlgraphics.apache.org 2. Read the archives to fop-dev to get an idea of the issues being discussed. - 3. Subscribe to fop-cvs@xml.apache.org by sending an email to - fop-cvs-subscribe@xml.apache.org (it is important + 3. Subscribe to fop-cvs@xmlgraphics.apache.org by sending an email to + fop-cvs-subscribe@xmlgraphics.apache.org (it is important that you follow changes being made). 4. Try :-) to wrap your head around the XSL working draft. 5. Get CVS working on your system. diff --git a/examples/fo/basic/readme.fo b/examples/fo/basic/readme.fo index 530a1dbf7..8b03dd54b 100644 --- a/examples/fo/basic/readme.fo +++ b/examples/fo/basic/readme.fo @@ -79,7 +79,7 @@ This files shows next to the trivial usage of fo:block and fo:inline examples of FOP is part of Apache's XML project. The homepage of FOP is - http://xml.apache.org/fop + http://xmlgraphics.apache.org/fop @@ -129,7 +129,7 @@ This files shows next to the trivial usage of fo:block and fo:inline examples of b) An XML parser which supports SAX and DOM like Xerces-J - (http://xml.apache.org/xerces-j/index.html) + (http://xerces.apache.org/xerces-j/index.html) . c) If you have to produce the flow objects files, which are the input for FOP, you need a transformation utility to create this files from your xml files. @@ -140,7 +140,7 @@ This files shows next to the trivial usage of fo:block and fo:inline examples of or XALAN - (http://xml.apache.org/xalan/index.html) + (http://xalan.apache.org/index.html) . @@ -232,7 +232,7 @@ This files shows next to the trivial usage of fo:block and fo:inline examples of (faq.html) . If you don't find a solution there, - you can ask for help on the list fop-dev@xml.apache.org. Maybe it's bug and + you can ask for help on the list fop-dev@xmlgraphics.apache.org. Maybe it's bug and maybe somebody is already working on it. @@ -950,7 +950,7 @@ This files shows next to the trivial usage of fo:block and fo:inline examples of An XML parser which supports DOM like Xerces-J - (http://xml.apache.org/xerces-j/index.html) + (http://xerces.apache.org/xerces-j/index.html) . @@ -1002,12 +1002,12 @@ This files shows next to the trivial usage of fo:block and fo:inline examples of I) Getting involved - 1. Subscribe to fop-dev@xml.apache.org by sending an email - to fop-dev-subscribe@xml.apache.org + 1. Subscribe to fop-dev@xmlgraphics.apache.org by sending an email + to fop-dev-subscribe@xmlgraphics.apache.org 2. Read the archives to fop-dev to get an idea of the issues being discussed. - 3. Subscribe to fop-cvs@xml.apache.org by sending an email to - fop-cvs-subscribe@xml.apache.org (it is important + 3. Subscribe to fop-cvs@xmlgraphics.apache.org by sending an email to + fop-cvs-subscribe@xmlgraphics.apache.org (it is important that you follow changes being made). 4. Try :-) to wrap your head around the XSL working draft. 5. Get CVS working on your system. diff --git a/examples/fo/svg/embedding.fo b/examples/fo/svg/embedding.fo index 4ecae2ae9..dbcac747b 100644 --- a/examples/fo/svg/embedding.fo +++ b/examples/fo/svg/embedding.fo @@ -784,7 +784,7 @@ There are a number of factors which specify exactly how the SVG image will be re -Note: if you want to know about SVG itself you should consult the appropriate SVG resource. The Batik Project is a good resource for information about SVG and samples etc. +Note: if you want to know about SVG itself you should consult the appropriate SVG resource. The Batik Project is a good resource for information about SVG and samples etc. diff --git a/examples/mathml/build.xml b/examples/mathml/build.xml index 872d11305..64c56b01c 100644 --- a/examples/mathml/build.xml +++ b/examples/mathml/build.xml @@ -137,7 +137,7 @@ - + diff --git a/examples/plan/build.xml b/examples/plan/build.xml index a3f68862b..d9df43796 100644 --- a/examples/plan/build.xml +++ b/examples/plan/build.xml @@ -131,7 +131,7 @@ - + diff --git a/examples/plan/docs/june.xml b/examples/plan/docs/june.xml index 7f8092da3..fa8c85cc0 100644 --- a/examples/plan/docs/june.xml +++ b/examples/plan/docs/june.xml @@ -1,5 +1,5 @@ - + Plan for June diff --git a/examples/plan/docs/plan.fo b/examples/plan/docs/plan.fo index af446c953..d47755b31 100644 --- a/examples/plan/docs/plan.fo +++ b/examples/plan/docs/plan.fo @@ -58,7 +58,7 @@ All other options are set in the style attribute. - + Example Plan diff --git a/examples/plan/src/org/apache/fop/plan/PlanElementMapping.java b/examples/plan/src/org/apache/fop/plan/PlanElementMapping.java index db86cf58f..13d65a3f7 100644 --- a/examples/plan/src/org/apache/fop/plan/PlanElementMapping.java +++ b/examples/plan/src/org/apache/fop/plan/PlanElementMapping.java @@ -32,7 +32,7 @@ import java.util.HashMap; public class PlanElementMapping extends ElementMapping { /** Plan Namespace */ - public static final String NAMESPACE = "http://xml.apache.org/fop/plan"; + public static final String NAMESPACE = "http://xmlgraphics.apache.org/fop/plan"; public PlanElementMapping() { this.namespaceURI = NAMESPACE; -- 2.39.5