$uri = $_SERVER["REQUEST_URI"];
# Skini extenziju sa desne strane
$uri = substr($uri, 1);
$uri = str_replace('index.php', '', $uri);
$uri = str_replace('.php', '', $uri);
$uri = str_replace('.html', '', $uri);
list($lefturi, $righturi ) = split("/", $uri, 2);
@list($left1, $left2 ) = split("_", $lefturi, 2);
@list($right1, $right2) = split("_", $righturi, 2);
$title = $left1 . " ". $left2 . " :: " . $right1 . " " . str_replace ("_", " ", $right2);
$title = str_replace("/", " ", $title);
$title = ucwords($title);
?>
Linux System Administration ::
|
DocBook XML/SGML Processing Using OpenJadeDocBook XML/SGML Processing Using OpenJadeRevision History |
---|
Revision v2.2.8 | 2003-07-16 | Revised by: es | Added info about keeping JREs up-to-date forCocoon | Revision v2.2.7 | 2003-07-09 | Revised by: es | Fixed broken links to LDP XSL and other LDP XSL spefic filenames. | Revision v2.2.6 | 2003-06-16 | Revised by: sa | Verified the instruction against docbook XSL 1.57. | Revision v2.2.5 | 2003-05-16 | Revised by: sa | Fixed the broken links in the external resources section. | Revision v2.2.4 | 2003-04-20 | Revised by: sa | Updated links to the new Demo Site. Added new links to the resources section. | Revision v2.2.3 | 2002-11-22 | Revised by: sa | Added the suggestion made by users. Added new links to the resources section. | Revision v2.2.2 | 2002-10-09 | Revised by: as | This update fixes a few more typos, removes a couple of spaces that make the HTML rendering look odd. | Revision v2.2.1 | 2002-10-09 | Revised by: sa | Fixed the URL to the Sample Files. | Revision v2.2 | 2002-09-29 | Revised by: as | Minor corrections to the Cocoon section. | Revision v2.1 | 2002-09-15 | Revised by: sa | Minor corrections to the Cocoon section. | Revision v2.0 | 2002-09-10 | Revised by: sa | Added the section on serving DocBook XML 4.1.2 content using Tomcat + Cocoon. | Revision v1.5 | 2002-08-11 | Revised by: sa | Added the XML section and the sample XML file. | Revision v1.4 | 2002-08-08 | Revised by: sa | Many valuable modifications/corrections suggested by Lloyd D Budd. Thanks Lloyd. :) | Revision v1.3 | 2002-08-02 | Revised by: sa | Added the "Additional Resources" section. | Revision v1.2 | 2002-07-23 | Revised by: sa | Added the section on converting HTML -> PDF using HTMLDOC. Thanks to Luc De Louw for the suggestion. | Revision v1.1 | 2002-07-19 | Revised by: KET | Fixed grammatical errors, numbered processes. | Revision v1.0 | 2002-06-29 | Revised by: sa | Initial public release. |
This HOWTO explains setting up OpenJade to process SGML/XML DocBook documents.
|