[aXSL-commit] SF.net SVN: axsl: [484] trunk/axsl/doc/web
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-04-30 18:29:20
|
Revision: 484 Author: victormote Date: 2006-04-30 11:29:04 -0700 (Sun, 30 Apr 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=484&view=rev Log Message: ----------- Add doc about the doc. Modified Paths: -------------- trunk/axsl/doc/web/00-rsrc/include/leftmenu.html Added Paths: ----------- trunk/axsl/doc/web/admin/ trunk/axsl/doc/web/admin/doc.html Modified: trunk/axsl/doc/web/00-rsrc/include/leftmenu.html =================================================================== --- trunk/axsl/doc/web/00-rsrc/include/leftmenu.html 2006-04-30 18:17:39 UTC (rev 483) +++ trunk/axsl/doc/web/00-rsrc/include/leftmenu.html 2006-04-30 18:29:04 UTC (rev 484) @@ -83,13 +83,14 @@ <tr class="MenuHead"> <td class="MenuHead" colspan="2">Project</td> </tr> + <tr> <td class="Bullet1"> </td> <td class="Menu1"> <a class="Menu" rel="external" href="http://svn.sourceforge.net/axsl/">View Repository</a> </td> </tr> - </tr> + <tr> <td class="Bullet1"> </td> <td class="Menu1"> <a class="Menu" rel="external" @@ -97,6 +98,16 @@ Resources</a> </td> </tr> + <tr class="MenuHead"> + <td class="MenuHead" colspan="2">Administration</td> + </tr> + </tr> + <td class="Bullet1"> </td> + <td class="Menu1"> + <a class="Menu" + href="/admin/doc.html">Documentation</a> + </td> + </tr> </table> Added: trunk/axsl/doc/web/admin/doc.html =================================================================== --- trunk/axsl/doc/web/admin/doc.html (rev 0) +++ trunk/axsl/doc/web/admin/doc.html 2006-04-30 18:29:04 UTC (rev 484) @@ -0,0 +1,45 @@ +<?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: Documentation</title> + <meta name="content-revised" + content="$Date$"/> + <!--#include virtual="/00-rsrc/include/standard-head.html" --> +</head> + +<body> +<!--#include virtual="/00-rsrc/include/leftmenu-dev.html" --> + +<h1>aXSL: Documentation</h1> + +<h2>Contents</h2> +<ul> + <li><a href="#intro">Introduction</a></li> +</ul> + +<h2><a name="intro"/>Introduction</h2> + +<p>Documentation is currently maintained using the +<a href="http://www.w3.org/TR/xhtml1/" rel="external">XHTML 1.0 </a> Strict +DTD. Menus are maintained using Apache server-side includes. Formatting is +accomplished using CSS stylesheets. Documentation is web-oriented. +Content is maintained in the repository at axsl/doc/web. A script on the +SourceForge server is used to pull the content from the source code repository +to the web server. +Ideally, we would prefer to use XSLT to generate our xhtml and PDF content, but +right now that is less important than having a fairly automated update +system.</p> + +<p>When adding, moving, or removing content, be sure to consider the effect +on the menus. Also, run the +<a href="http://validator.w3.org/checklink?uri=www.axsl.org&summary=on&hide_type=all&recursive=on&depth=&check=Check" +rel="external">W3C Link Checker</a> to find broken links.</p> + +<!--#include virtual="/00-rsrc/include/leftmenu-end.html" --> +</body> +</html> Property changes on: trunk/axsl/doc/web/admin/doc.html ___________________________________________________________________ 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. |