Author: akarasulu Date: Fri Jan 7 23:22:20 2005 New Revision: 124650 URL: http://svn.apache.org/viewcvs?view=rev&rev=124650 Log: fix sitedocs to refer to APSEDA Modified: incubator/directory/apseda/trunk/xdocs/index.xml incubator/directory/apseda/trunk/xdocs/navigation.xml incubator/directory/apseda/trunk/xdocs/news.xml
Modified: incubator/directory/apseda/trunk/xdocs/index.xml Url: http://svn.apache.org/viewcvs/incubator/directory/apseda/trunk/xdocs/index.xml?view=diff&rev=124650&p1=incubator/directory/apseda/trunk/xdocs/index.xml&r1=124649&p2=incubator/directory/apseda/trunk/xdocs/index.xml&r2=124650 ============================================================================== --- incubator/directory/apseda/trunk/xdocs/index.xml (original) +++ incubator/directory/apseda/trunk/xdocs/index.xml Fri Jan 7 23:22:20 2005 @@ -8,13 +8,13 @@ <body> <section name="Introduction"> <p> - SEDA is a high performance and high scalability network application - framework which follows + Apache SEDA (apseda) is a high performance and high scalability + network application framework which follows the <a href="http://www.eecs.harvard.edu/~mdw/proj/seda/">Staged Event-Driven Architecture</a>. </p> <p> - SEDA will be a simple yet full-featured network application which + APSEDA will be a simple yet full-featured network application which provides: <ul> <li>Support for TCP, UDP, and intra-VM transport types,</li> Modified: incubator/directory/apseda/trunk/xdocs/navigation.xml Url: http://svn.apache.org/viewcvs/incubator/directory/apseda/trunk/xdocs/navigation.xml?view=diff&rev=124650&p1=incubator/directory/apseda/trunk/xdocs/navigation.xml&r1=124649&p2=incubator/directory/apseda/trunk/xdocs/navigation.xml&r2=124650 ============================================================================== --- incubator/directory/apseda/trunk/xdocs/navigation.xml (original) +++ incubator/directory/apseda/trunk/xdocs/navigation.xml Fri Jan 7 23:22:20 2005 @@ -5,35 +5,23 @@ <body> <links> - <!-- - <item name="Apache" href="http://apache.org/"/> - --> <item name="Directory" href="../../index.html"/> - <item name="Eve" href="../eve/index.html"/> + <item name="Server" href="../server/index.html"/> <item name="LDAP" href="../directory-ldap/index.html"/> <item name="Naming" href="../directory-naming/index.html"/> <item name="ASN.1" href="../asn1/index.html"/> <item name="Janus" href="../janus/index.html"/> <item name="Kerberos" href="../kerberos/index.html"/> - <!-- - <item name="SEDA" href="../seda/index.html"/> - --> - <!-- - <item name="Sitedocs" href="../sitedocs/index.html"/> - --> </links> - <menu name="SEDA"> + <menu name="APSEDA"> <item name="Overview" href="/index.html"/> <item name="News and Status" href="/news.html"/> - <!-- I'll write this up tomorrow - <item name="Architecture" href="/architecture.html"/> - --> <item name="Roadmap" href="/roadmap.html"/> </menu> <menu name="Project Information"> <item name="Open Issues" href="http://issues.apache.org/jira/browse/DIRSEDA"/> - <item name="Source Repositories" href="http://svn.apache.org/viewcvs.cgi/incubator/directory/seda/trunk/?root=Apache-SVN"/> + <item name="Source Repositories" href="http://svn.apache.org/viewcvs.cgi/incubator/directory/apseda/trunk/?root=Apache-SVN"/> </menu> </body> </project> Modified: incubator/directory/apseda/trunk/xdocs/news.xml Url: http://svn.apache.org/viewcvs/incubator/directory/apseda/trunk/xdocs/news.xml?view=diff&rev=124650&p1=incubator/directory/apseda/trunk/xdocs/news.xml&r1=124649&p2=incubator/directory/apseda/trunk/xdocs/news.xml&r2=124650 ============================================================================== --- incubator/directory/apseda/trunk/xdocs/news.xml (original) +++ incubator/directory/apseda/trunk/xdocs/news.xml Fri Jan 7 23:22:20 2005 @@ -21,7 +21,7 @@ <section name="Status"> <!-- insert new news items as a subsection here w/ most recent first --> <p> - We're refactoring API to make SEDA more usable and robust. There will be + We're refactoring API to make APSEDA more usable and robust. There will be no feature improvement until the API is stablized. Here is the list of implemented features:
