You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2005/04/24 07:03:59 UTC

svn commit: r164446 - in /directory/sitedocs/trunk/xdocs: navigation.xml subprojects/framework.xml

Author: trustin
Date: Sat Apr 23 22:03:58 2005
New Revision: 164446

URL: http://svn.apache.org/viewcvs?rev=164446&view=rev
Log:
* Removed dead frameworks
* Fixed link to MINA


Modified:
    directory/sitedocs/trunk/xdocs/navigation.xml
    directory/sitedocs/trunk/xdocs/subprojects/framework.xml

Modified: directory/sitedocs/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/directory/sitedocs/trunk/xdocs/navigation.xml?rev=164446&r1=164445&r2=164446&view=diff
==============================================================================
--- directory/sitedocs/trunk/xdocs/navigation.xml (original)
+++ directory/sitedocs/trunk/xdocs/navigation.xml Sat Apr 23 22:03:58 2005
@@ -13,7 +13,7 @@
       <item name="AuthX" href="/subprojects/authx/index.html"/>
       <item name="ASN.1" href="/subprojects/asn1/index.html"/>
       <item name="Kerberos" href="/subprojects/kerberos/index.html"/>
-      <item name="MINA" href="/subprojects/mina/index.html"/>
+      <item name="MINA" href="/subprojects/network/index.html"/>
       <!--
       <item name="Sitedocs" href="/subprojects/sitedocs/index.html"/>
       -->
@@ -80,10 +80,7 @@
        <item name="Changepw"  href="/subprojects/kerberos/changepw.html"/>
      </item>
      <item name="Frameworks" href="/subprojects/framework.html" collapse="true">
-       <item name="MINA" href="/subprojects/mina/index.html"/>
-       <!-- takes you back to the same place -->
-       <item name="Protocol" href="/subprojects/framework.html"/>
-       <item name="sedang" href="/subprojects/framework.html"/>
+       <item name="MINA" href="/subprojects/network/index.html"/>
      </item>
    </menu>
 

Modified: directory/sitedocs/trunk/xdocs/subprojects/framework.xml
URL: http://svn.apache.org/viewcvs/directory/sitedocs/trunk/xdocs/subprojects/framework.xml?rev=164446&r1=164445&r2=164446&view=diff
==============================================================================
--- directory/sitedocs/trunk/xdocs/subprojects/framework.xml (original)
+++ directory/sitedocs/trunk/xdocs/subprojects/framework.xml Sat Apr 23 22:03:58 2005
@@ -6,7 +6,7 @@
   </properties>
   
   <body>
-    <section name="Framework">
+    <section name="Frameworks">
       <p> 
         The Directory Project consists of a number of sub-projects. 
       </p>
@@ -19,50 +19,14 @@
         
         <tr>
           <td>
-            <a href="seda/index.html">SEDA</a>
+            <a href="network/">MINA</a>
           </td>
           <td>
             <p>
-              A simple framework for building staged event driven internet
-              protocol servers.
+              A Multipurpose Infrastrusture for Network Applications
             </p>
           </td>
         </tr>
-
-        <tr>
-          <td>
-            Protocol
-          </td>
-          <td>
-            <p>
-              Coming soon ... a generalized protocol provider API used by
-              all frameworks
-            </p>
-          </td>
-        </tr>
-
-        <tr>
-          <td>
-            MINA
-          </td>
-          <td>
-            <p>
-              Coming soon ... a Multipurpose Infrastrusture for Network Applications
-            </p>
-          </td>
-        </tr>
-
-        <tr>
-          <td>
-            sedang
-          </td>
-          <td>
-            <p>
-              Coming soon ... seda next generation ...
-            </p>
-          </td>
-        </tr>
-
         </table>
     </section>
   </body>