Author: ptahchiev Date: Wed Mar 26 04:54:34 2008 New Revision: 641269 URL: http://svn.apache.org/viewvc?rev=641269&view=rev Log: Documentation improved. Added committers to the committer list, and improved indentation and links on the contributors page.
Modified: jakarta/cactus/trunk/cactus-site/pom.xml jakarta/cactus/trunk/cactus-site/src/site/site.xml jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/apis.xml jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/contributors.xml jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/coverage.xml Modified: jakarta/cactus/trunk/cactus-site/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/pom.xml?rev=641269&r1=641268&r2=641269&view=diff ============================================================================== --- jakarta/cactus/trunk/cactus-site/pom.xml (original) +++ jakarta/cactus/trunk/cactus-site/pom.xml Wed Mar 26 04:54:34 2008 @@ -68,8 +68,8 @@ <developer> <name>Vincent Massol</name> <id>vmassol</id> - <email>[EMAIL PROTECTED]</email> - <organization>Pivolis</organization> + <email>[EMAIL PROTECTED]</email> + <organization>XWiki</organization> </developer> <developer> <name>Jari Worsley</name> @@ -129,6 +129,79 @@ <email>[EMAIL PROTECTED]</email> <url>http://www.trajano.net/</url> </contributor> + <contributor> + <name>Philip Aston</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + <contributor> + <name>Cedric Chabanois</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + <contributor> + <name>Bob Davison</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + <contributor> + <name>Julien Dubois</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + <contributor> + <name>Andrew B Forman</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + <contributor> + <name>Jerome Grelier</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + <contributor> + <name>Magnus Grimsell</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + <contributor> + <name>Atsushi Hasegawa</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + <contributor> + <name>Todd Idler</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + <contributor> + <name>Kaarle Kaila</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + <contributor> + <name>Robert Leftwich</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + <contributor> + <name>Jason Robertson</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + <contributor> + <name>Matt Sullivan</name> + <email>-</email> + </contributor> + <contributor> + <name>Kazuhito Suguri</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + <contributor> + <name>Kunal Vaishnav</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + <contributor> + <name>Hudson Wong</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + <contributor> + <name>Peter Wong</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + <contributor> + <name>Sean Zhang</name> + <email>[EMAIL PROTECTED]</email> + </contributor> + </contributors> <reporting> @@ -150,6 +223,11 @@ </reportSet> </reportSets> </plugin--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>2.0-beta-6</version> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> Modified: jakarta/cactus/trunk/cactus-site/src/site/site.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/src/site/site.xml?rev=641269&r1=641268&r2=641269&view=diff ============================================================================== --- jakarta/cactus/trunk/cactus-site/src/site/site.xml (original) +++ jakarta/cactus/trunk/cactus-site/src/site/site.xml Wed Mar 26 04:54:34 2008 @@ -80,7 +80,7 @@ <item name="Participating" href="/participating/index.html" collapse="true"> <item name="About Us" href="/participating/contributors.html" /> <item name="TODO/Open Issues" href="http://issues.apache.org/jira/browse/CACTUS?report=com.atlassian.jira.plugin.system.project:openissues-panel" /> - <item name="Nightly Build Results" href="/participating/build_results.html" /> + <item name="Nightly Build Results" href="/participating/build_result.html" /> <item name="Coding Conventions" href="/participating/coding_conventions.html" /> <item name="Public API/SPIs" href="/participating/apis.html" /> <item name="CVS" href="http://jakarta.apache.org/site/cvsindex.html" /> @@ -90,7 +90,7 @@ <item name="Logos" href="/participating/logos.html" /> </item> </menu> - <menu name="Miscellanious"> + <menu name="Miscellaneous"> <item name="Why the name" href="cactusname.html" /> <item name="Mock vs Container" href="mock_vs_cactus.html"/> <item name="Tested On..." href="http://wiki.apache.org/jakarta-cactus/TestedOn"/> Modified: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/apis.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/apis.xml?rev=641269&r1=641268&r2=641269&view=diff ============================================================================== --- jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/apis.xml (original) +++ jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/apis.xml Wed Mar 26 04:54:34 2008 @@ -32,7 +32,7 @@ <note> Most of these rules are extracted from the excellent - <a href="ext:eclipse_api_usage">How to Use the Eclipse API</a> article + <a href="http://www.eclipse.org/articles/Article-API%20use/eclipse-api-usage-rules.html">How to Use the Eclipse API</a> article by Jim des Rivieres. </note> Modified: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/contributors.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/contributors.xml?rev=641269&r1=641268&r2=641269&view=diff ============================================================================== --- jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/contributors.xml (original) +++ jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/contributors.xml Wed Mar 26 04:54:34 2008 @@ -28,7 +28,7 @@ <body> -<section name="Meritocracy"> + <section name="Meritocracy"> <p> All work on Cactus is contributed by volunteers whose only motivation @@ -46,10 +46,7 @@ </p> </section> - - <anchor id="committers"/> <section name="Committers"> - <ul> <li> <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a> @@ -78,16 +75,15 @@ <li> <a href="mailto:[EMAIL PROTECTED]">Nicolas Chalumeau</a> </li> - <li> - <a href="mailto:[EMAIL PROTECTED]">Petar Tahchiev</a> - </li> + <li> + <a href="mailto:[EMAIL PROTECTED]">Petar Tahchiev</a> + </li> </ul> - </section> <section name="Contributors"> - <p>By alphabetical order on the last name:</p> + <p>By alphabetical order on the last name: </p> <ul> <li> <a href="mailto:[EMAIL PROTECTED]">Philip Aston</a> @@ -96,9 +92,6 @@ <a href="mailto:[EMAIL PROTECTED]">Cedric Chabanois</a> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Nicolas Chalumeau</a> - </li> - <li> <a href="mailto:[EMAIL PROTECTED]">Bob Davison</a> </li> <li> @@ -111,9 +104,6 @@ <a href="mailto:[EMAIL PROTECTED]">Jerome Grelier</a> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Magnus Grimsell</a> - </li> - <li> <a href="mailto:[EMAIL PROTECTED]">Atsushi Hasegawa</a> </li> <li> @@ -126,32 +116,13 @@ <a href="mailto:[EMAIL PROTECTED]">Robert Leftwich</a> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Felipe Leme</a> - </li> - <li> - <a href="mailto:[EMAIL PROTECTED]">Christopher Lenz</a> - </li> - <li> - <a href="mailto:[EMAIL PROTECTED]">Nicholas Lesiecki</a> - </li> - <li> - <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a> - </li> - <li> <a href="mailto:[EMAIL PROTECTED]">Alan Perfect</a> </li> <li> <a href="mailto:[EMAIL PROTECTED]">Jason Robertson</a> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Julien Ruaux</a> - </li> - <li> - <!-- No email. Request by Matt --> - Matt Sullivan - </li> - <li> - <a href="mailto:[EMAIL PROTECTED]">Kazuhito Suguri</a> + <a href="#">Matt Sullivan</a> </li> <li> <a href="mailto:[EMAIL PROTECTED]">Kunal Vaishnav</a> @@ -163,31 +134,32 @@ <a href="mailto:[EMAIL PROTECTED]">Peter Wong</a> </li> <li> - <a href="mailto:[EMAIL PROTECTED]">Jari Worsley</a> - </li> - <li> <a href="mailto:[EMAIL PROTECTED]">Sean Zhang</a> </li> </ul> - </section> + + <!-- The following paragrpahs must stay until the maven-site plugin resolve the issue + with missing paragraphs(see http://www.mail-archive.com/[EMAIL PROTECTED]/msg58676.html)--> + <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <section name="Special thanks"> <p> Thanks to all that have reported bugs or suggested ideas for Cactus. </p> + <p> Thanks to all that have participated to the <a href="logos.html">Cactus Logo</a> competitions and especially Lyonel Thouvenot who had his logo up on the Cacus web site from 2002 to April 2005: </p> - <br/> + <p> <center> - <img src="../images/logos/lthouvenot.gif" alt="Proposition 1: Classic"/> - </center> - <br/> + <img src="images/logos/lthouvenot.gif" alt="Proposition 1: Classic"/> + </center> + </p> <p> Special thanks also to Eoghan McIlwaine who has designed the current Cactus logo. @@ -196,7 +168,7 @@ And, of course ... </p> <p> - Thanks to the <a href="http://jakarta.apche.org">Apache Jakarta</a> project + Thanks to the <a href="http://jakarta.apache.org">Apache Jakarta</a> project for accepting the donation of J2EEUnit (renamed Cactus), thus giving it a home and more importantly a family. </p> @@ -209,6 +181,7 @@ <strong><a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a> -- Committer</strong> (written in 2002) </p> + <p> I started designing internet applications in 1998, when I joined <a href="http://www.octo.com/">OCTO Technology</a>, an @@ -224,6 +197,7 @@ generic framework to help unit test servlets. I improved the framework as I moved on, from customer to customer. </p> + <p> Until it was time to open source it! There were several drivers for that decision. As I spread the word about this framework within Octo, @@ -303,11 +277,10 @@ Cactus future. Come and help us ! :) </p> <p> - More info on my current open source involvements can be found - <a href="http://blogs.codehaus.org/people/vmassol/">here</a>. + More info on my current open source involvements can be found + <a href="http://blogs.codehaus.org/people/vmassol/">here</a>. </p> - <anchor id="nick_bio"/> <p> <strong> <a href="mailto:[EMAIL PROTECTED]">Nicholas Lesiecki</a> @@ -317,7 +290,7 @@ I became involved in Cactus while co-authoring <a href="http://www.amazon.com/exec/obidos/ASIN/047120708X/">Java Tools for Extreme Programming</a>. (See - our <a href="../resources/index.html#xp_book" anchor="xp_book">resources</a> + our <a href="../resources/index.html#xp_book">resources</a> section for details.) While researching the framework I found myself making some suggestions on the project's mailing list. One thing led to another, and now I am graced with commiter status. @@ -325,9 +298,9 @@ <p> I currently work as a Technical Team Lead at <a href="http://www.eblox.com/">eBlox, Inc</a>, a consulting and - ecommerce application development shop. Right now I lead development of - the company's flagship online catalog system, - <a href="http://eblox.com/storeblox.php">storeBlox</a>. As such, + ecommerce application development shop. Right now I lead development of + the company's flagship online catalog system, + <a href="http://eblox.com/storeblox.php">storeBlox</a>. As such, I'm always working on new ways to test J2EE components, and so my involvement with Cactus is natural. </p> @@ -335,24 +308,26 @@ I'm excited about Cactus 2.0, which we hope will usher in the next phase in in-container testing by providing a more abstract framework for interacting with a wider variety of containers (EJB, JMS, etc. ). - </p> - <p> - <strong> - <a href="mailto:[EMAIL PROTECTED]">Felipe Leme</a> -- Committer (written in October 2005) </strong> -</p><p> - My first contact with unit testing happened in 2000, while working at Terraspring (a startup company later acquired by Sun), when my team was assigned to a manager with an XP background. At that time we were not using Cactus, only pure JUnit and some javascript unit testing tool. - - In 2002 I went back to Brazil, first working as consultant for an IT company in Sao Paulo and later (in 2004) as a System Architect for a telecomunications in Campinas, where I had my first contact with Cactus. As the company already used Cactus in the development process and was migrating the building process to Maven, I got more involved with these two projects, fixing a bug here and suggesting an improvement there. After a few months of colaboration, I was nominated a committer for the Maven Plugins and later for Cactus - in both cases the nomination was proposed by Vincent. -</p><p> - My main contributions were on the Maven integration, although I have done some stuff in the Ant integration as well. I wish I could do more, but unfortunately I am lacking the time to do so... - </p> - <p> - <strong> - <a href="mailto:[EMAIL PROTECTED]">Petar Tahchiev</a> -- Committer (written in January 2008) </strong> -</p><p> - I started working with Cactus when trying to apply for the Google summer of code programme. - </p> - </section> + </p> + <p> + <strong> + <a href="mailto:[EMAIL PROTECTED]">Felipe Leme</a> -- Committer (written in October 2005) </strong> + </p> + <p> + My first contact with unit testing happened in 2000, while working at Terraspring (a startup company later acquired by Sun), when my team was assigned to a manager with an XP background. At that time we were not using Cactus, only pure JUnit and some javascript unit testing tool. + In 2002 I went back to Brazil, first working as consultant for an IT company in Sao Paulo and later (in 2004) as a System Architect for a telecomunications in Campinas, where I had my first contact with Cactus. As the company already used Cactus in the development process and was migrating the building process to Maven, I got more involved with these two projects, fixing a bug here and suggesting an improvement there. After a few months of colaboration, I was nominated a committer for the Maven Plugins and later for Cactus - in both cases the nomination was proposed by Vincent. + </p> + <p> + My main contributions were on the Maven integration, although I have done some stuff in the Ant integration as well. I wish I could do more, but unfortunately I am lacking the time to do so... + </p> + <p> + <strong> + <a href="mailto:[EMAIL PROTECTED]">Petar Tahchiev</a> -- Committer (written in January 2008) </strong> + </p> + <p> + I started working with Cactus when trying to apply for the Google summer of code programme in 2007. + </p> + </section> </body> </document> Modified: jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/coverage.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/coverage.xml?rev=641269&r1=641268&r2=641269&view=diff ============================================================================== --- jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/coverage.xml (original) +++ jakarta/cactus/trunk/cactus-site/src/site/xdoc/participating/coverage.xml Wed Mar 26 04:54:34 2008 @@ -43,7 +43,7 @@ </a> </li> <li> - <a href="../clover-12/index.html"> + <a href="../clover-13/index.html"> Test coverage for Cactus for J2EE 1.3 </a> </li> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]