[aXSL-commit] SF.net SVN: axsl: [487] trunk/axsl/doc/web
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-04-30 19:40:49
|
Revision: 487 Author: victormote Date: 2006-04-30 12:40:35 -0700 (Sun, 30 Apr 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=487&view=rev Log Message: ----------- Fix some bad links, in some cases by adding content. Modified Paths: -------------- trunk/axsl/doc/web/00-rsrc/include/leftmenu.html trunk/axsl/doc/web/robots.txt Added Paths: ----------- trunk/axsl/doc/web/ps/ trunk/axsl/doc/web/ps/index.html Modified: trunk/axsl/doc/web/00-rsrc/include/leftmenu.html =================================================================== --- trunk/axsl/doc/web/00-rsrc/include/leftmenu.html 2006-04-30 19:20:25 UTC (rev 486) +++ trunk/axsl/doc/web/00-rsrc/include/leftmenu.html 2006-04-30 19:40:35 UTC (rev 487) @@ -47,6 +47,12 @@ <tr> <td class="Bullet1"> </td> <td class="Menu1"> + <a class="Menu" href="/ps/">axslPS</a> + </td> + </tr> + <tr> + <td class="Bullet1"> </td> + <td class="Menu1"> <a class="Menu" href="/graphic/">axslGraphic</a> </td> </tr> Added: trunk/axsl/doc/web/ps/index.html =================================================================== --- trunk/axsl/doc/web/ps/index.html (rev 0) +++ trunk/axsl/doc/web/ps/index.html 2006-04-30 19:40:35 UTC (rev 487) @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> + +<head> + <title>aXSL: PS</title> + <meta name="content-revised" + content="$Date$"/> + <!--#include virtual="/00-rsrc/include/standard-head.html" --> +</head> + +<body> + +<!--#include virtual="/00-rsrc/include/leftmenu.html" --> + +<h1>aXSL: PS</h1> +<h2>Contents</h2> +<ul> + <li><a href="#intro">Introduction</a></li> + <li><a href="#implementations">Known Implementations</a></li> + <li><a href="#reference-apps">Reference Applications</a></li> +</ul> + +<h2><a name="intro">Introduction</a></h2> +<p>The PS module provides interfaces that are useful for dealing with certain +PostScript concepts.</p> + +<h2><a name="implementations">Known Implementations</a></h2> +<p>The known implementations of axslPS are:</p> +<ul> + <li>[open source] <a rel="external" +href="http://www.foray.org/module/ps/">FOrayPS</a></li> +</ul> + +<h2><a name="reference-apps">Reference Applications</a></h2> +<p>Reference applications contain working code that <em>uses </em>axslPS:</p> +<ul> + <li>[open source] <a rel="external" +href="http://www.foray.org/">FOray</a></li> +</ul> + +<!--#include virtual="/00-rsrc/include/leftmenu-end.html" --> +</body> +</html> Property changes on: trunk/axsl/doc/web/ps/index.html ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native Modified: trunk/axsl/doc/web/robots.txt =================================================================== --- trunk/axsl/doc/web/robots.txt 2006-04-30 19:20:25 UTC (rev 486) +++ trunk/axsl/doc/web/robots.txt 2006-04-30 19:40:35 UTC (rev 487) @@ -1,2 +1,6 @@ +# Robot exclusions for the link validator at validator.w3.org User-Agent: W3C-checklink +# Don't try to validate the javadocs. Disallow: /api/ +# Don't try to validate the link that does the link validation. +Disallow: http://validator.w3.org/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |