From: <jbo...@li...> - 2005-09-24 12:29:32
|
Author: mla...@jb... Date: 2005-09-24 08:29:19 -0400 (Sat, 24 Sep 2005) New Revision: 1197 Added: trunk/labs/jbossweb/xdocs/news/changelog.xml Modified: trunk/labs/jbossweb/xdocs/news/project.xml trunk/labs/jbossweb/xdocs/project.xml trunk/labs/jbossweb/xdocs/style.xsl Log: Added changelog Added: trunk/labs/jbossweb/xdocs/news/changelog.xml =================================================================== --- trunk/labs/jbossweb/xdocs/news/changelog.xml 2005-09-24 12:17:13 UTC (rev 1196) +++ trunk/labs/jbossweb/xdocs/news/changelog.xml 2005-09-24 12:29:19 UTC (rev 1197) @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<!DOCTYPE document [ + <!ENTITY project SYSTEM "project.xml"> +]> +<document url="changelog.html"> + + &project; + + <properties> + <author email="mla...@jb...">Mladen Turk</author> + <title>Changelog</title> + </properties> + +<body> + +<section name="JBossWeb 4.x"> + <subsection name="Documentation"> + <changelog> + <update> + Added documentation repository and build scripts. (mturk) + </update> + </changelog> + </subsection> +</section> +</body> +</document> Modified: trunk/labs/jbossweb/xdocs/news/project.xml =================================================================== --- trunk/labs/jbossweb/xdocs/news/project.xml 2005-09-24 12:17:13 UTC (rev 1196) +++ trunk/labs/jbossweb/xdocs/news/project.xml 2005-09-24 12:29:19 UTC (rev 1197) @@ -6,6 +6,7 @@ <menu name="News"> <item name="2005" href="2005.html"/> <item name="Roadmap" href="roadmap.html"/> + <item name="Changelog" href="changelog.html"/> </menu> <menu name="Links"> <item name="Documentation Home" href="../index.html"/> Modified: trunk/labs/jbossweb/xdocs/project.xml =================================================================== --- trunk/labs/jbossweb/xdocs/project.xml 2005-09-24 12:17:13 UTC (rev 1196) +++ trunk/labs/jbossweb/xdocs/project.xml 2005-09-24 12:29:19 UTC (rev 1197) @@ -25,6 +25,7 @@ <menu name="News"> <item name="News & Status" href="news/2005.html"/> <item name="Roadmap" href="news/roadmap.html"/> + <item name="Changelog" href="news/changelog.html"/> </menu> </body> </project> Modified: trunk/labs/jbossweb/xdocs/style.xsl =================================================================== --- trunk/labs/jbossweb/xdocs/style.xsl 2005-09-24 12:17:13 UTC (rev 1196) +++ trunk/labs/jbossweb/xdocs/style.xsl 2005-09-24 12:29:19 UTC (rev 1197) @@ -17,7 +17,7 @@ <xsl:param name="void-image" select="'/images/void.gif'"/> <xsl:param name="project-menu" select="'menu'"/> <xsl:param name="standalone" select="''"/> - <xsl:param name="buglink" select="'http://jira.jboss.com/jira/browse/'"/> + <xsl:param name="buglink" select="'http://jira.jboss.com/jira/browse/JBWEB-'"/> <xsl:param name="home-site" select="'http://labs.jboss.com/portal/index.html?ctrl:id=page.default.info&project=jbossweb'"/> <!-- Process an entire document into an HTML page --> <xsl:template match="document"> @@ -42,10 +42,8 @@ </head> <body> <table border="0" width="100%" cellspacing="4"> - <xsl:comment>PAGE HEADER</xsl:comment> <tr><td colspan="2"> - <xsl:comment>JBOSS LOGO</xsl:comment> <xsl:variable name="alt"> <xsl:value-of select="$home-name"/> @@ -75,7 +73,6 @@ <img src="{$src}" align="right" alt="{$alt}" border="0"/> </a> </xsl:if> - </td></tr> <xsl:comment>HEADER SEPARATOR</xsl:comment> |