[Ejtools-cvs] xdocs/templates download.xml,NONE,1.1 index.xml,1.4,1.5 navigation.xml,1.4,1.5
Brought to you by:
letiemble
From: <let...@us...> - 2003-12-14 10:42:55
|
Update of /cvsroot/ejtools/xdocs/templates In directory sc8-pr-cvs1:/tmp/cvs-serv2776/templates Modified Files: index.xml navigation.xml Added Files: download.xml Log Message: More fun on the website : - sublink for library - download page - correct links --- NEW FILE: download.xml --- <?xml version="1.0" encoding="ISO-8859-1"?> <!-- # ================================================================================ # EJTools, the Enterprise Java Tools # # Distributable under LGPL license. # See terms of license at gnu.org. # # $Revision: 1.1 $ # ================================================================================ --> <document> <properties> <title>Download</title> </properties> <body> <section name="Download"> <p>You can download the EJTools suite from the <a href="http://sourceforge.net/project/showfiles.php?group_id=49088">Sourceforge download pages</a>.</p> <p>Here is the current status of the EJTools suite :</p> <center> <table width="90%"> <tr> <th width="75%">Application</th> <th width="25%">Current Release</th> </tr> #foreach ($reactorProject in $reactorApplicationsProjects) <tr> <td> <a href="${reactorProject.url}/index.html">${reactorProject.name}</a> </td> <td>${reactorProject.currentVersion}</td> </tr> #end </table> </center> </section> <section name="Source Snapshot"> <p>A nightly snapshot of the code base is available for download <a href="/snapshot.tar.gz">here</a>.</p> </section> </body> </document> Index: index.xml =================================================================== RCS file: /cvsroot/ejtools/xdocs/templates/index.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.xml 6 Aug 2003 12:36:32 -0000 1.4 --- index.xml 13 Dec 2003 20:54:07 -0000 1.5 *************** *** 11,50 **** --> <document> ! <properties> ! <title>Front Page</title> ! </properties> ! <body> ! <section name="What is EJTools ?"> ! <p>EJTools is a collection of WEB-based and GUI-based tools related to the J2EE platform, and especially the JBoss J2EE Server. This includes a JNDI space browser, a JMX browser, a management application (related to JSR77 from SUN), a deployment application (related to JSR88 from SUN), and others.</p> ! <p>The EJTools project purpose is to provide cutting-edge tools to J2EE developpers and administrators. This project is closely related to JBoss Server, because it is free and very cool to test J2EE applications with.</p> ! <p>The EJTools suite is composed of the following tools :<ul> ! <li>JMX Browser : a tool which allows to view and interact with the JMX space in a J2EE Server.</li> ! <li>JNDI Browser : a tool which allows to view and interact with the JNDI userspace.</li> ! <li>Management Tool : a tool which allows to view and interact with a JSR77 compliant J2EE server.</li> ! <li>Deployment Tool : an client implementation of the JSR88 API (not available).</li> ! </ul> ! </p> ! </section> ! <section name="Download"> ! <p>You can download the EJTools suite from the <a href="http://sourceforge.net/project/showfiles.php?group_id=49088">Sourceforge download pages</a>.</p> ! <p>A nightly snapshot of the code base is available <a href="/snapshot.tar.gz">here</a>.</p> ! <p>Here is the current status of the EJTools suite :</p> ! <center> ! <table width="75%"> ! <tr> ! <th width="75%">Application</th> ! <th width="25%">Current Release</th> ! </tr> #foreach ($reactorProject in $reactorApplicationsProjects) <tr> ! <td> ! <a href="${reactorProject.url}/index.html">${reactorProject.name}</a> ! </td> ! <td>${reactorProject.currentVersion}</td> ! </tr> #end </table> ! </center> ! </section> ! </body> </document> --- 11,47 ---- --> <document> ! <properties> ! <title>Front Page</title> ! </properties> ! <body> ! <section name="What is EJTools ?"> ! <p>EJTools is a collection of WEB-based and GUI-based tools related to the J2EE platform, and especially the JBoss J2EE Server. This includes a JNDI space browser, a JMX browser, a management application (related to JSR77 from SUN), a deployment application (related to JSR88 from SUN), and others.</p> ! <p>The EJTools project purpose is to provide cutting-edge tools to J2EE developpers and administrators. This project is closely related to JBoss Server, because it is free and very cool to test J2EE applications with.</p> ! <p>The EJTools suite is composed of the following tools :</p> ! <!-- ! <ul> ! <li>JMX Browser : a tool which allows to view and interact with the JMX space in a J2EE Server.</li> ! <li>JNDI Browser : a tool which allows to view and interact with the JNDI userspace.</li> ! <li>Management Tool : a tool which allows to view and interact with a JSR77 compliant J2EE server.</li> ! <li>Deployment Tool : an client implementation of the JSR88 API (not available).</li> ! </ul> ! --> ! <center> ! <table width="90%"> ! <tr> ! <th width="30%">Application</th> ! <th width="70%">Description</th> ! </tr> #foreach ($reactorProject in $reactorApplicationsProjects) <tr> ! <td> ! <a href="${reactorProject.url}/index.html">${reactorProject.name}</a> ! </td> ! <td>${reactorProject.description}</td> ! </tr> #end </table> ! </center> ! </section> ! </body> </document> Index: navigation.xml =================================================================== RCS file: /cvsroot/ejtools/xdocs/templates/navigation.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** navigation.xml 15 Sep 2003 21:17:25 -0000 1.4 --- navigation.xml 13 Dec 2003 20:54:07 -0000 1.5 *************** *** 11,46 **** --> <project name="EJTools : the Enterprise Java Tools"> ! <title>EJTools : the Enterprise Java Tools</title> ! <body> ! <links> ! <!--item name="Home Page" href="${pom.organization.url}"/--> ! <item name="SourceForge Project Page" href="${pom.url}"/> ! <item name="Browse CVS" href="${pom.repository.url}"/> ! <item name="Report an Issue" href="${pom.issueTrackingUrl}"/> ! </links> ! <menu name="Overview"> ! <item name="Front Page" href="/index.html"/> ! <item name="News and Status" href="/status.html"/> ! <item name="Look & Feel" href="/look_and_feel.html"/> ! <item name="License" href="/license.html"/> ! </menu> ! <menu name="Applications"> #foreach ($reactorProject in $reactorApplicationsProjects) <item name="$reactorProject.name" href="${reactorProject.url}/index.html" collapse="true"> ! <item name="Details" href="${reactorProject.url}/details.html"/> ! <item name="FAQs" href="${reactorProject.url}/faq.html"/> ! <item name="Screenshots" href="${reactorProject.url}/screenshots.html"/> ! </item> #end </menu> ! <menu name="Libraries"> #foreach ($reactorProject in $reactorLibrariesProjects) ! <item name="$reactorProject.name" href="${reactorProject.url}/index.html"/> #end </menu> ! <menu name="Developer Resources"> ! <item name="Developer Guide" href="/development/index.html"/> ! <item name="Project Layout" href="/development/layout.html"/> ! </menu> ! </body> </project> --- 11,72 ---- --> <project name="EJTools : the Enterprise Java Tools"> ! <title>EJTools : the Enterprise Java Tools</title> ! <body> ! <links> ! <!--item name="Home Page" href="${pom.organization.url}"/--> ! <item name="SourceForge Project Page" href="${pom.url}"/> ! <item name="Browse CVS" href="${pom.repository.url}"/> ! <item name="Report an Issue" href="${pom.issueTrackingUrl}"/> ! </links> ! <menu name="Overview"> ! <item name="Front Page" href="/index.html"/> ! <item name="Download" href="/download.html"/> ! <item name="News and Status" href="/status.html"/> ! <item name="License" href="/license.html"/> ! </menu> ! <menu name="Applications"> #foreach ($reactorProject in $reactorApplicationsProjects) <item name="$reactorProject.name" href="${reactorProject.url}/index.html" collapse="true"> ! <item name="Details" href="${reactorProject.url}/details.html"/> ! <item name="Screenshots" href="${reactorProject.url}/screenshots.html"/> ! <item name="FAQs" href="${reactorProject.url}/faq.html"/> ! <!-- ! <item name="Manual" href="${reactorProject.url}/manual.html"/> ! --> ! </item> #end </menu> ! <menu name="Libraries"> #foreach ($reactorProject in $reactorLibrariesProjects) ! <item name="$reactorProject.name" href="${reactorProject.url}/index.html" collapse="true"> ! #set ( $apidocs = "${reactorProject.id}.apidocs" ) ! #set ( $junit = "${reactorProject.id}.junit" ) ! #if ( $context.getVariable( $apidocs ) == 'present' ) ! <!-- $context.getVariable( 'maven.ejtools.doc.apidocs' ) --> ! #if ( $context.getVariable( 'ejtools.doc.apidocs' ) == 'true' ) ! <item name="Javadocs" href="${reactorProject.url}/apidocs/index.html"/> ! #end ! <!-- $context.getVariable( 'maven.ejtools.doc.xref' ) --> ! #if ( $context.getVariable( 'ejtools.doc.xref' ) == 'true' ) ! <item name="Sources" href="${reactorProject.url}/xref/index.html"/> ! #end ! #end ! #if ( $context.getVariable( $junit ) == 'present' ) ! <!-- $context.getVariable( 'maven.ejtools.doc.junit' ) --> ! #if ( $context.getVariable( 'ejtools.doc.junit' ) == 'true' ) ! <item name="Test Reports" href="${reactorProject.url}/junit-report.html"/> ! #end ! <!-- $context.getVariable( 'maven.ejtools.doc.clover' ) --> ! #if ( $context.getVariable( 'ejtools.doc.clover' ) == 'true' ) ! <item name="Test Coverage" href="${reactorProject.url}/clover/index.html"/> ! #end ! #end ! </item> #end </menu> ! <menu name="Developer Resources"> ! <item name="Developer Guide" href="/development/index.html"/> ! <item name="Project Layout" href="/development/layout.html"/> ! </menu> ! </body> </project> |