Author: ips Date: Tue Nov 30 10:43:14 2004 New Revision: 109227 URL: http://svn.apache.org/viewcvs?view=rev&rev=109227 Log: removed "reference impl" terminology from descs of apollo, hermes, and muse . Modified: incubator/public/trunk/site-author/projects/index.xml
Modified: incubator/public/trunk/site-author/projects/index.xml Url: http://svn.apache.org/viewcvs/incubator/public/trunk/site-author/projects/index.xml?view=diff&rev=109227&p1=incubator/public/trunk/site-author/projects/index.xml&r1=109226&p2=incubator/public/trunk/site-author/projects/index.xml&r2=109227 ============================================================================== --- incubator/public/trunk/site-author/projects/index.xml (original) +++ incubator/public/trunk/site-author/projects/index.xml Tue Nov 30 10:43:14 2004 @@ -1,14 +1,18 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0"?> + <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> + <document> + <header> <title>Incubated Projects</title> <authors> - <person name="The Apache Incubator Project" - email="[email protected]" /> + <person name="The Apache Incubator Project" email="[email protected]" /> </authors> </header> + <body> + <section> <title>Currently Incubating</title> <table> @@ -21,7 +25,7 @@ </tr> <tr> <td><link href="site:apollo">Apollo</link></td> - <td>A WS-ResourceFramework Reference Implementation</td> + <td>A robust implementation of the OASIS WS-ResourceFramework (WSRF) family of specifications</td> <td>WS PMC</td> <td>Davanum Srinivas</td> <td>2004-11-08</td> @@ -77,7 +81,7 @@ </tr> <tr> <td><link href="site:hermes">Hermes</link></td> - <td>A WS-Notification Reference Implementation</td> + <td>A robust implementation of the OASIS WS-Notification (WSN) family of specifications</td> <td>WS PMC</td> <td>Davanum Srinivas</td> <td>2004-11-08</td> @@ -133,7 +137,7 @@ </tr> <tr> <td><link href="site:muse">Muse</link></td> - <td>A OASIS Web Services Distributed Management (WSDM) Management using Web Services (MuWS) specification implementation</td> + <td>A robust implementation of the OASIS WSDM, Management using Web Services (MuWS) specification</td> <td>WS PMC</td> <td>Davanum Srinivas</td> <td>2004-11-08</td> @@ -202,7 +206,7 @@ <tr> <td><link href="site:juddi">jUDDI</link></td> <td>Implementation of a Universal Description Discovery and Integration (UDDI) registry</td> - <td>Webservices PMC</td> + <td>WS PMC</td> <td>Davanum Srinivas </td> <td>2003-9/2004-3</td> </tr> @@ -229,6 +233,7 @@ </tr> </table> </section> + <section> <title>Failed Incubations</title> <table> @@ -250,5 +255,7 @@ </tr> </table> </section> + </body> + </document> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
