hammant 2002/06/09 01:39:05
Modified: site/src/xdocs appselsewhere.xml todo.xml
Log:
typos and mistakes fixed
Revision Changes Path
1.5 +10 -4 jakarta-avalon-apps/site/src/xdocs/appselsewhere.xml
Index: appselsewhere.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-apps/site/src/xdocs/appselsewhere.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- appselsewhere.xml 2 Apr 2002 11:50:34 -0000 1.4
+++ appselsewhere.xml 9 Jun 2002 08:39:05 -0000 1.5
@@ -42,23 +42,29 @@
</s2>
<s2 title="Enterprise Object Broker (EOB)">
<p>
- This is bean server that uses the Jo! block. It is not J2EE
compatible.
+ This is an application server that uses the Jo! block. It is not
J2EE compatible.
See <link
href="http://eob.sourceforge.net">http://eob.sourceforge.net</link>.
EOB is Apache licensed.
</p>
</s2>
<s2 title="Jesktop">
<p>
- This is a desktop GUI that sits on Phoenix. See <link
href="http://www.jesktop.com">http://www.jesktop.com</link>.
+ This is a desktop GUI that sits on Phoenix. See <link
href="http://www.jesktop.com">http://www.jesktop.com</link>.
This Jesktop reference implementation is Apache licensed.
</p>
- </s2>
+ </s2>
+ <s2 title="PhoenixJMS">
+ <p>
+ A JMS implementation hosted at SourceForge.
+ See <link
href="http://sourceforge.net/projects/phoenixjms">http://sourceforge.net/projects/phoenixjms</link>
+ </p>
+ </s2>
</s1>
</body>
<footer>
<legal>
Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
- $Revision: 1.4 $ $Date: 2002/04/02 11:50:34 $
+ $Revision: 1.5 $ $Date: 2002/06/09 08:39:05 $
</legal>
</footer>
</document>
1.5 +17 -11 jakarta-avalon-apps/site/src/xdocs/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-apps/site/src/xdocs/todo.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- todo.xml 29 May 2002 20:00:29 -0000 1.4
+++ todo.xml 9 Jun 2002 08:39:05 -0000 1.5
@@ -15,7 +15,7 @@
<s1 title="Overview">
<p>
We're looking for people to help out and write or port some of these
services.
- If it's a port of an existing service, it's original license should be
honoured.
+ If it's a port of an existing service, it's original license should be
honored.
For example if you are porting C source from the BSD operating system
to Java,
it's probably true that you should keep the block as BSD licensed.
Naturally
we'd prefer to see original code written that's Apache software
licensed. Of course
@@ -43,7 +43,7 @@
</p>
<p>
We'd prefer a compiler that could deal in terms of 100% java APIs
and return byte
- arrays or Class instances (as well has havng traditional file
system based input/output
+ arrays or Class instances (as well has having traditional file
system based input/output
</p>
</s2>
</s1>
@@ -129,7 +129,7 @@
their machines from time to time. IP numbers can be handed out
afresh each time or a concept of a lease can occur.
</p>
</s2>
- <s2 title="Lightweight Directory Acces Protocol">
+ <s2 title="Lightweight Directory Access Protocol">
<p>
LDAP - a location of services people, orgs, resources protocol.
</p>
@@ -141,26 +141,29 @@
</s2>
<s2 title="Remote Authentication Dial-In User Service">
<p>
- RADIUS - A server to authenticate dial in users.
+ RADIUS - A server to authenticate dial-in users.
</p>
<p>
See <link
href="http://sourceforge.net/projects/jradius/">http://sourceforge.net/projects/jradius/</link>
for a Java implementation. Unfortunately, it's license is
unsuitable for compilation against Apache
- foundation classes. The RFCs for RADIUS are <link
href="http://www.ietf.org/rfc/rfc2865.txt?number=2865">2865</link> and <link
href="http://www.ietf.org/rfc/rfc2868.txt?number=2868">2868</link>.
+ foundation classes. The RFCs for RADIUS are <link
href="http://www.ietf.org/rfc/rfc2865.txt?number=2865">2865</link>
+ and <link
href="http://www.ietf.org/rfc/rfc2868.txt?number=2868">2868</link>.
</p>
</s2>
<s2 title="Finger">
<p>
- An ancient protocol that gives basic semi structured data about
the node you are fingering. It has been used for several things over the years
including passing of PGP public keys and "are you at your desk" type things.
+ An ancient protocol that gives basic semi structured data about
the node you are fingering. It has been
+ used for several things over the years including passing of PGP
public keys and "are you at your desk" type of thing.
</p>
<p>
- An essential read <link
href="http://www-cse.ucsd.edu/users/bsy/coke.history.txt">
- http://www-cse.ucsd.edu/users/bsy/coke.history.txt</link>. About
a prototype Internet application. The RFC for finger is <link
href="http://www.ietf.org/rfc/rfc1288.txt?number=1288">1288</link>.
+ An essential read is <link
href="http://www-cse.ucsd.edu/users/bsy/coke.history.txt">
+ http://www-cse.ucsd.edu/users/bsy/coke.history.txt</link>. The RFC
for finger is
+ <link
href="http://www.ietf.org/rfc/rfc1288.txt?number=1288">1288</link>.
</p>
</s2>
<s2 title="Internet Relay Chat">
<p>
- Live chat system. Users enter and grant themselves identities.
It's illegal for the FBI to monitor conversations in IRC - not sure that
relevant to the replication of such a daemon in Avalon.
+ Live chat system. Users enter and grant themselves identities.
</p>
</s2>
<s2 title="Socks">
@@ -173,7 +176,8 @@
<s2 title="Enterprise Java Beans">
<p>
- EJB (Enterprise Java Beans). From Sun's J2EE spec. The
likelihood is that this is a large set of abstractions that would facilitate
the cooperation of multiple servers to present an EAR file compatible
deployment system.
+ EJB (Enterprise Java Beans). From Sun's J2EE spec. The
likelihood is that this is a large set of abstractions
+ that would facilitate the cooperation of multiple servers to
present an EAR file compatible deployment system.
</p>
<p>
Plenty of candidates for migration to Avalon in the open source
world.
@@ -181,7 +185,9 @@
</s2>
<s2 title="JDBC compliant DBMS">
<p>
- We have a block that launches <link
href="http://www.sourceforge.net/projects/hsqldb">HypersonicSQL</link> already,
but in November 2001 we started a new DBMS called <link
href="http://jakarta.apache.org/avalon/apps/apps/db/index.html">AvalonDB</link>
at Apache.
+ We have a block that launches <link
href="http://www.sourceforge.net/projects/hsqldb">HypersonicSQL</link>
+ already, but in November 2001 we started a new DBMS called
+ <link
href="http://jakarta.apache.org/avalon/apps/apps/db/index.html">AvalonDB</link>
at Apache.
</p>
</s2>
</s1>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>