[aXSL-commit] SF.net SVN: axsl: [486] trunk/axsl/doc/web
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-04-30 19:20:34
|
Revision: 486 Author: victormote Date: 2006-04-30 12:20:25 -0700 (Sun, 30 Apr 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=486&view=rev Log Message: ----------- Exclude the javadocs from having links checked. Modified Paths: -------------- trunk/axsl/doc/web/index.html Added Paths: ----------- trunk/axsl/doc/web/robots.txt Modified: trunk/axsl/doc/web/index.html =================================================================== --- trunk/axsl/doc/web/index.html 2006-04-30 18:35:07 UTC (rev 485) +++ trunk/axsl/doc/web/index.html 2006-04-30 19:20:25 UTC (rev 486) @@ -20,7 +20,7 @@ <h2><a name="intro">Introduction</a></h2> <p><strong>aXSL</strong> (pronounced "axle"), is an <strong>A</strong>PI for processing <strong>XSL</strong>-FO documents. -<a rel="external" href="http://www.w3.org/TR/xsl">XSL-FO</a> is an XML-based +<a rel="external" href="http://www.w3.org/TR/xsl/">XSL-FO</a> is an XML-based standard for describing the format of document content. The main purpose of aXSL is to promote, to the extent possible, reuse and consistency between various XSL-FO implementations. @@ -39,7 +39,7 @@ <ul> <li>Configuration options, including configuration of external fonts.</li> <li>Extension definitions, including providing consistent namespaces.</li> - <li><a href="../modules.html">Module or sub-system interfaces.</a></li> + <li><a href="/modules.html">Module or sub-system interfaces.</a></li> <li>Testing suites.</li> </ul> Added: trunk/axsl/doc/web/robots.txt =================================================================== --- trunk/axsl/doc/web/robots.txt (rev 0) +++ trunk/axsl/doc/web/robots.txt 2006-04-30 19:20:25 UTC (rev 486) @@ -0,0 +1,2 @@ +User-Agent: W3C-checklink +Disallow: /api/ Property changes on: trunk/axsl/doc/web/robots.txt ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |