You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2016/06/27 12:12:47 UTC

svn commit: r1750325 - in /xmlgraphics/site/trunk/content/fop: ./ 0.95/ 1.0/ 1.1/ 2.0/ 2.1/ dev/ trunk/

Author: ssteiner
Date: Mon Jun 27 12:12:47 2016
New Revision: 1750325

URL: http://svn.apache.org/viewvc?rev=1750325&view=rev
Log:
Correct url

Modified:
    xmlgraphics/site/trunk/content/fop/0.95/configuration.mdtext
    xmlgraphics/site/trunk/content/fop/1.0/configuration.mdtext
    xmlgraphics/site/trunk/content/fop/1.0/intermediate.mdtext
    xmlgraphics/site/trunk/content/fop/1.1/configuration.mdtext
    xmlgraphics/site/trunk/content/fop/1.1/intermediate.mdtext
    xmlgraphics/site/trunk/content/fop/2.0/configuration.mdtext
    xmlgraphics/site/trunk/content/fop/2.0/intermediate.mdtext
    xmlgraphics/site/trunk/content/fop/2.1/configuration.mdtext
    xmlgraphics/site/trunk/content/fop/2.1/intermediate.mdtext
    xmlgraphics/site/trunk/content/fop/dev/doc.mdtext
    xmlgraphics/site/trunk/content/fop/dev/testing.mdtext
    xmlgraphics/site/trunk/content/fop/fo.mdtext
    xmlgraphics/site/trunk/content/fop/knownissues.mdtext
    xmlgraphics/site/trunk/content/fop/trunk/configuration.mdtext
    xmlgraphics/site/trunk/content/fop/trunk/intermediate.mdtext

Modified: xmlgraphics/site/trunk/content/fop/0.95/configuration.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/0.95/configuration.mdtext?rev=1750325&r1=1750324&r2=1750325&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/0.95/configuration.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/0.95/configuration.mdtext Mon Jun 27 12:12:47 2016
@@ -186,7 +186,7 @@ Check the following possibilities:
     <fop
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:noNamespaceSchemaLocation=
-      "http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/foschema/fop-configuration.xsd?view=co">
+      "http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/src/foschema/fop-configuration.xsd?view=co">
 
 and run the configuration file through a validating schema parser. Note that the schema cannot detect all errors, and that it is stricter about the order of some elements than FOP itself is.
 

Modified: xmlgraphics/site/trunk/content/fop/1.0/configuration.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/1.0/configuration.mdtext?rev=1750325&r1=1750324&r2=1750325&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/1.0/configuration.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/1.0/configuration.mdtext Mon Jun 27 12:12:47 2016
@@ -244,7 +244,7 @@ Check the following possibilities:
     <fop
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation=
-        "http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/foschema/fop-configuration.xsd?view=co">
+        "http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/src/foschema/fop-configuration.xsd?view=co">
 
 and run the configuration file through a validating schema parser. Note that the schema cannot detect all errors, and that it is stricter about the order of some elements than FOP itself is.
 

Modified: xmlgraphics/site/trunk/content/fop/1.0/intermediate.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/1.0/intermediate.mdtext?rev=1750325&r1=1750324&r2=1750325&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/1.0/intermediate.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/1.0/intermediate.mdtext Mon Jun 27 12:12:47 2016
@@ -156,7 +156,7 @@ This initial example is obviously not ve
 
 One of the most important use cases for this format is obviously modifying the intermediate format before finally rendering it to the target format. You can easily use XSLT to process the IF file according to your needs.
 
-There is an XML Schema (located under [src/documentation/intermediate-format-ng](http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/intermediate-format-ng/)) that helps you verify that your modified content is correct.
+There is an XML Schema (located under [src/documentation/intermediate-format-ng](http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/src/documentation/intermediate-format-ng/)) that helps you verify that your modified content is correct.
 
 For certain output formats there's a caveat: Formats like AFP and PCL do not support arbitrary transformations on the IF's "viewport" and "g" elements. Possible are only rotations in 90 degree steps and translations.
 

Modified: xmlgraphics/site/trunk/content/fop/1.1/configuration.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/1.1/configuration.mdtext?rev=1750325&r1=1750324&r2=1750325&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/1.1/configuration.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/1.1/configuration.mdtext Mon Jun 27 12:12:47 2016
@@ -267,7 +267,7 @@ Check the following possibilities:
     <fop
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation=
-        "http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/foschema/fop-configuration.xsd?view=co">
+        "http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/src/foschema/fop-configuration.xsd?view=co">
 
 and run the configuration file through a validating schema parser. Note that the schema cannot detect all errors, and that it is stricter about the order of some elements than FOP itself is.
 

Modified: xmlgraphics/site/trunk/content/fop/1.1/intermediate.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/1.1/intermediate.mdtext?rev=1750325&r1=1750324&r2=1750325&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/1.1/intermediate.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/1.1/intermediate.mdtext Mon Jun 27 12:12:47 2016
@@ -156,7 +156,7 @@ This initial example is obviously not ve
 
 One of the most important use cases for this format is obviously modifying the intermediate format before finally rendering it to the target format. You can easily use XSLT to process the IF file according to your needs.
 
-There is an XML Schema (located under [src/documentation/intermediate-format-ng](http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/intermediate-format-ng/)) that helps you verify that your modified content is correct.
+There is an XML Schema (located under [src/documentation/intermediate-format-ng](http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/src/documentation/intermediate-format-ng/)) that helps you verify that your modified content is correct.
 
 For certain output formats there's a caveat: Formats like AFP and PCL do not support arbitrary transformations on the IF's "viewport" and "g" elements. Possible are only rotations in 90 degree steps and translations.
 

Modified: xmlgraphics/site/trunk/content/fop/2.0/configuration.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/2.0/configuration.mdtext?rev=1750325&r1=1750324&r2=1750325&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/2.0/configuration.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/2.0/configuration.mdtext Mon Jun 27 12:12:47 2016
@@ -283,7 +283,7 @@ Check the following possibilities:
     <fop
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation=
-        "http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/foschema/fop-configuration.xsd?view=co">
+        "http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/src/foschema/fop-configuration.xsd?view=co">
 
 and run the configuration file through a validating schema parser. Note that the schema cannot detect all errors, and that it is stricter about the order of some elements than FOP itself is.
 

Modified: xmlgraphics/site/trunk/content/fop/2.0/intermediate.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/2.0/intermediate.mdtext?rev=1750325&r1=1750324&r2=1750325&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/2.0/intermediate.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/2.0/intermediate.mdtext Mon Jun 27 12:12:47 2016
@@ -156,7 +156,7 @@ This initial example is obviously not ve
 
 One of the most important use cases for this format is obviously modifying the intermediate format before finally rendering it to the target format. You can easily use XSLT to process the IF file according to your needs.
 
-There is an XML Schema (located under [src/documentation/intermediate-format-ng](http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/intermediate-format-ng/)) that helps you verify that your modified content is correct.
+There is an XML Schema (located under [src/documentation/intermediate-format-ng](http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/src/documentation/intermediate-format-ng/)) that helps you verify that your modified content is correct.
 
 For certain output formats there's a caveat: Formats like AFP and PCL do not support arbitrary transformations on the IF's "viewport" and "g" elements. Possible are only rotations in 90 degree steps and translations.
 

Modified: xmlgraphics/site/trunk/content/fop/2.1/configuration.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/2.1/configuration.mdtext?rev=1750325&r1=1750324&r2=1750325&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/2.1/configuration.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/2.1/configuration.mdtext Mon Jun 27 12:12:47 2016
@@ -283,7 +283,7 @@ Check the following possibilities:
     <fop
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation=
-        "http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/foschema/fop-configuration.xsd?view=co">
+        "http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/src/foschema/fop-configuration.xsd?view=co">
 
 and run the configuration file through a validating schema parser. Note that the schema cannot detect all errors, and that it is stricter about the order of some elements than FOP itself is.
 

Modified: xmlgraphics/site/trunk/content/fop/2.1/intermediate.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/2.1/intermediate.mdtext?rev=1750325&r1=1750324&r2=1750325&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/2.1/intermediate.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/2.1/intermediate.mdtext Mon Jun 27 12:12:47 2016
@@ -156,7 +156,7 @@ This initial example is obviously not ve
 
 One of the most important use cases for this format is obviously modifying the intermediate format before finally rendering it to the target format. You can easily use XSLT to process the IF file according to your needs.
 
-There is an XML Schema (located under [src/documentation/intermediate-format-ng](http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/intermediate-format-ng/)) that helps you verify that your modified content is correct.
+There is an XML Schema (located under [src/documentation/intermediate-format-ng](http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/src/documentation/intermediate-format-ng/)) that helps you verify that your modified content is correct.
 
 For certain output formats there's a caveat: Formats like AFP and PCL do not support arbitrary transformations on the IF's "viewport" and "g" elements. Possible are only rotations in 90 degree steps and translations.
 

Modified: xmlgraphics/site/trunk/content/fop/dev/doc.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/dev/doc.mdtext?rev=1750325&r1=1750324&r2=1750325&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/dev/doc.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/dev/doc.mdtext Mon Jun 27 12:12:47 2016
@@ -39,7 +39,7 @@ The following table summarizes the flow
 
 | Process | Output | State | View(s) |
 |---------|--------|-------|---------|
-| Developer commits code to FOP repository. | FOP repository (SVN) | Raw XML and other content |  [in SVN](http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/)  |
+| Developer commits code to FOP repository. | FOP repository (SVN) | Raw XML and other content |  [in SVN](http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/src/documentation/content/xdocs/)  |
 | Developer builds and uploads documentation using ForrestBot. | /www/xmlgraphics.apache.org/fop on people.apache.org | sync-ready | n/a |
 | Cron job runs rsync to synchronize the website with the real web server (runs every few hours). | Infrastructure knows. :-) | web-ready |  [FOP Web Site](http://xmlgraphics.apache.org/fop)  |
 

Modified: xmlgraphics/site/trunk/content/fop/dev/testing.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/dev/testing.mdtext?rev=1750325&r1=1750324&r2=1750325&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/dev/testing.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/dev/testing.mdtext Mon Jun 27 12:12:47 2016
@@ -18,7 +18,7 @@ There is a group of basic API tests that
 
 ## Layout Engine Testing { #layoutengine}
 
-The [http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/test/layoutengine/](http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/test/layoutengine/) directory in the repository contains a test suite for checking the functionality of Apache&trade; FOP's layout engine. For information on how to create test cases for the layout engine, please visit the [Wiki page](http://wiki.apache.org/xmlgraphics-fop/HowToCreateLayoutEngineTests).
+The [http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/fop/test/layoutengine/](http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/fop/test/layoutengine/) directory in the repository contains a test suite for checking the functionality of Apache&trade; FOP's layout engine. For information on how to create test cases for the layout engine, please visit the [Wiki page](http://wiki.apache.org/xmlgraphics-fop/HowToCreateLayoutEngineTests).
 
 ## Functional Testing { #functional}
 <warning>The "functional" testing section on this page is currently inoperative.</warning>

Modified: xmlgraphics/site/trunk/content/fop/fo.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/fo.mdtext?rev=1750325&r1=1750324&r2=1750325&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/fo.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/fo.mdtext Mon Jun 27 12:12:47 2016
@@ -403,7 +403,7 @@ Here are a couple of methods for validat
   * [RenderX](http://www.renderx.com) has provided an [Unofficial DTD for FO Documents](http://www.renderx.com/Tests/validator/fo.dtd.html), which may be helpful in validating general FO issues.
   * [AntennaHouse](http://www.antennahouse.com) has provided a tool called [focheck](https://github.com/AntennaHouse/focheck) for XSL-FO validation using RELAX NG and Schematron 
 
-FOP also maintains an [Unofficial FOP Schema](http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/foschema/fop.xsd?view=co) in the FOP Subversion Repository. This document can be used either to validate against the FO standard, or against the actual FOP implementation. See the notes near the beginning of the document for instructions on how to use it.
+FOP also maintains an [Unofficial FOP Schema](http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/src/foschema/fop.xsd?view=co) in the FOP Subversion Repository. This document can be used either to validate against the FO standard, or against the actual FOP implementation. See the notes near the beginning of the document for instructions on how to use it.
 
 ### Producing landscape pages { #landscape}
 

Modified: xmlgraphics/site/trunk/content/fop/knownissues.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/knownissues.mdtext?rev=1750325&r1=1750324&r2=1750325&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/knownissues.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/knownissues.mdtext Mon Jun 27 12:12:47 2016
@@ -18,7 +18,7 @@ Apache&trade; FOP has an extensive autom
 
 ### FO Tree { #FO-Tree}
 
-This section lists currently disabled test cases in the test suite for the FO tree tests. The data for this section comes from [test/fotree/disabled-testcases.xml](http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/test/fotree/disabled-testcases.xml).
+This section lists currently disabled test cases in the test suite for the FO tree tests. The data for this section comes from [test/fotree/disabled-testcases.xml](http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/fop/test/fotree/disabled-testcases.xml).
 
 **demo-test-failure.fo** (demo test failure):
 
@@ -30,7 +30,7 @@ The code currently evaluates this functi
 
 ### Layout Engine { #Layout-Engine}
 
-This section lists currently disabled test cases in the test suite for the layout engine tests. The data for this section comes from [test/layoutengine/disabled-testcases.xml](http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/test/layoutengine/disabled-testcases.xml).
+This section lists currently disabled test cases in the test suite for the layout engine tests. The data for this section comes from [test/layoutengine/disabled-testcases.xml](http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/fop/test/layoutengine/disabled-testcases.xml).
 
 **block-container_space-before_space-after_3.xml** (Auto-height block-containers produce fences):
 

Modified: xmlgraphics/site/trunk/content/fop/trunk/configuration.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/trunk/configuration.mdtext?rev=1750325&r1=1750324&r2=1750325&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/trunk/configuration.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/trunk/configuration.mdtext Mon Jun 27 12:12:47 2016
@@ -287,7 +287,7 @@ Check the following possibilities:
     <fop
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation=
-        "http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/foschema/fop-configuration.xsd?view=co">
+        "http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/src/foschema/fop-configuration.xsd?view=co">
 
 and run the configuration file through a validating schema parser. Note that the schema cannot detect all errors, and that it is stricter about the order of some elements than FOP itself is.
 

Modified: xmlgraphics/site/trunk/content/fop/trunk/intermediate.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/trunk/intermediate.mdtext?rev=1750325&r1=1750324&r2=1750325&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/trunk/intermediate.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/trunk/intermediate.mdtext Mon Jun 27 12:12:47 2016
@@ -156,7 +156,7 @@ This initial example is obviously not ve
 
 One of the most important use cases for this format is obviously modifying the intermediate format before finally rendering it to the target format. You can easily use XSLT to process the IF file according to your needs.
 
-There is an XML Schema (located under [src/documentation/intermediate-format-ng](http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/intermediate-format-ng/)) that helps you verify that your modified content is correct.
+There is an XML Schema (located under [src/documentation/intermediate-format-ng](http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/src/documentation/intermediate-format-ng/)) that helps you verify that your modified content is correct.
 
 For certain output formats there's a caveat: Formats like AFP and PCL do not support arbitrary transformations on the IF's "viewport" and "g" elements. Possible are only rotations in 90 degree steps and translations.
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org