danny 2003/01/27 00:32:41 Modified: src/xdocs/stylesheets project.xml site.xsl Log: missed these, thanks Noel. Revision Changes Path 1.21 +21 -25 jakarta-james/src/xdocs/stylesheets/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-james/src/xdocs/stylesheets/project.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- project.xml 30 Dec 2002 05:03:51 -0000 1.20 +++ project.xml 27 Jan 2003 08:32:41 -0000 1.21 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <project name="James" - href="http://jakarta.apache.org/james/"> + href="http://james.apache.org/"> <title>Java Mail and News server, SMTP POP3 NNTP</title> <logo href="/images/james-logo.jpg">James - Java Apache Mail Enterprise Server</logo> @@ -9,53 +9,49 @@ <menu name="James"> <item name="Overview" href="/index.html"/> <item name="James FAQ" href="/FAQ.html"/> - </menu> - - <menu name="Translated"> - <item name="Japanese (web)" href="http://www.terra-intl.com/jakarta/james/"/> + <item name="Mailing Lists" href="http://jakarta.apache.org/site/mail.html"/> </menu> <menu name="Downloads"> - <item name="Binaries" href="/site/binindex.cgi"/> - <item name="Source Code" href="/site/sourceindex.cgi"/> + <item name="Binaries" href="http://jakarta.apache.org/site/binindex.cgi"/> + <item name="Source Code" href="http://jakarta.apache.org/site/sourceindex.cgi"/> </menu> - <menu name="Current Documentation"> + <menu name="Documentation"> <item name="James 2.1 Documentation" href="/documentation_2_1.html"/> <item name="James Javadocs" href="/javadocs/index.html"/> <item name="Mailet API" href="/mailet/index.html"/> <item name="James and sendmail" href="/james_and_sendmail.html"/> - <item name="Useful RFCs" href="/rfclist.html"/> + <item name="Older Document Archive" href="/document_archive.html"/> </menu> - <menu name="Older Documentation"> - <item name="James Document Archive" href="/document_archive.html"/> - </menu> - + <menu name="Project"> - <item name="Bug Database " href="/site/bugs.html"/> + <item name="Bug Database " href="http://jakarta.apache.org/site/bugs.html"/> + <item name="CVS Repositories" href="http://jakarta.apache.org/site/cvsindex.html"/> + <item name="Who We Are" href="/weare.html"/> <item name="How Can I Contribute?" href="/contribute.html"/> <item name="Coding Standards" href="/code-standards.html"/> <item name="License" href="/license.html"/> - <item name="TODO" href="/todo.html"/> <item name="Changelog" href="/changelog.html"/> - <item name="Who We Are" href="/weare.html"/> + <item name="TODO" href="/todo.html"/> </menu> - <menu name="Jakarta Information (web)"> - <item name="Front Page" href="http://jakarta.apache.org/index.html"/> - <item name="News & Status" href="http://jakarta.apache.org/site/news.html"/> - <item name="Mailing Lists" href="http://jakarta.apache.org/site/mail.html"/> - <item name="Get Involved" href="http://jakarta.apache.org/site/getinvolved.html"/> - <item name="CVS Repositories" href="http://jakarta.apache.org/site/cvsindex.html"/> - <item name="Reference Library" href="http://jakarta.apache.org/site/library.html"/> - <item name="FAQs" href="http://jakarta.apache.org/site/faqs.html"/> + <menu name="Translated"> + <item name="Japanese (web)" href="http://www.terra-intl.com/jakarta/james/"/> </menu> - <menu name="Related Projects (web)"> + <menu name="Related Projects"> + <item name="Jakarta" href="http://jakarta.apache.org/index.html"/> <item name="Ant" href="http://jakarta.apache.org/ant/index.html"/> <item name="Avalon" href="http://jakarta.apache.org/avalon/index.html"/> + </menu> + + <menu name="Useful Information"> + <item name="Get Involved" href="http://jakarta.apache.org/site/getinvolved.html"/> + <item name="Reference Library" href="http://jakarta.apache.org/site/library.html"/> + <item name="Apache" href="http://apache.org/foundation/faq.html"/> </menu> </body> 1.3 +8 -8 jakarta-james/src/xdocs/stylesheets/site.xsl Index: site.xsl =================================================================== RCS file: /home/cvs/jakarta-james/src/xdocs/stylesheets/site.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- site.xsl 21 Nov 2002 15:10:45 -0000 1.2 +++ site.xsl 27 Jan 2003 08:32:41 -0000 1.3 @@ -49,7 +49,7 @@ <html> <head> <xsl:apply-templates select="meta"/> - <title>Apache Jakarta James - <xsl:value-of select="properties/title"/> - <xsl:value-of select="$project/title"/></title> + <title>Apache James - <xsl:value-of select="properties/title"/> - <xsl:value-of select="$project/title"/></title> <xsl:for-each select="properties/author"> <xsl:variable name="name"> <xsl:value-of select="."/> @@ -75,10 +75,10 @@ <xsl:comment>PAGE HEADER</xsl:comment> <tr><td colspan="2"> - <xsl:comment>JAKARTA LOGO</xsl:comment> - <a href="http://jakarta.apache.org/"> - <img src="http://jakarta.apache.org/images/jakarta-logo.gif" - align="left" alt="The Jakarta Project" border="0"/> + <xsl:comment>ASF LOGO</xsl:comment> + <a href="http://www.apache.org/"> + <img src="http://www.apache.org/images/asf_logo_wide.gif" + align="left" alt="The ASF" border="0"/> </a> <xsl:if test="$project/logo"> <xsl:variable name="alt"> @@ -130,7 +130,7 @@ <xsl:comment>PAGE FOOTER</xsl:comment> <tr><td colspan="2"> <div align="center"><font color="{$body-link}" size="-1"><em> - Copyright © 1999-2002, Apache Software Foundation + Copyright © 1999-2003, Apache Software Foundation </em></font></div> </td></tr> @@ -158,7 +158,7 @@ <xsl:value-of select="@href"/> </xsl:when> <xsl:when test="starts-with(@href, '/site')"> - <xsl:text>http://jakarta.apache.org</xsl:text><xsl:value-of select="@href"/> + <xsl:text>http://james.apache.org</xsl:text><xsl:value-of select="@href"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="$relative-path"/><xsl:value-of select="@href"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
