cvs commit: jakarta-commons/net/xdocs index.xml

2004-03-30 Thread dfs
dfs 2004/03/30 16:37:30

  Modified:net/xdocs index.xml
  Log:
  Reordered protocol list with most popular protocols at top.
  
  Revision  ChangesPath
  1.4   +8 -7  jakarta-commons/net/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/net/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml 30 Mar 2004 16:04:57 -  1.3
  +++ index.xml 31 Mar 2004 00:37:30 -  1.4
  @@ -43,17 +43,18 @@
  p
Supported protocols are:
ul
  -   liFinger/li
  -   liWhois/li 
  -   liTFTP/li
  -   liTelnet/li
  -   liPOP3/li
  liFTP/li
  liNNTP/li
  liSMTP/li
  -   liTime/li
  +   liPOP3/li
  +   liTelnet/li
  +   liTFTP/li
  +   liFinger/li
  +   liWhois/li 
  +   lirlogin, BSD R commands/li
  +   liTime (rdate) and Daytime/li
  liEcho/li
  -   liBSD R command support/li
  +   liDiscard/li
/ul
  /p
  /section
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/net/xdocs index.xml

2004-03-30 Thread dfs
dfs 2004/03/30 16:39:34

  Modified:net/xdocs index.xml
  Log:
  Corrected last commit.  Replaced BSD R command support with names of
  actual commands.
  
  Revision  ChangesPath
  1.5   +1 -1  jakarta-commons/net/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/net/xdocs/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml 31 Mar 2004 00:37:30 -  1.4
  +++ index.xml 31 Mar 2004 00:39:34 -  1.5
  @@ -51,7 +51,7 @@
  liTFTP/li
  liFinger/li
  liWhois/li 
  -   lirlogin, BSD R commands/li
  +   lirexec/rcmd/rlogin/li
  liTime (rdate) and Daytime/li
  liEcho/li
  liDiscard/li
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/net/xdocs index.xml

2004-03-29 Thread brekke
brekke  2004/03/29 20:16:29

  Modified:net  project.xml
  Added:   net/xdocs index.xml
  Log:
  Updated the index to formatted a little better.
  
  Revision  ChangesPath
  1.41  +3 -23 jakarta-commons/net/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-commons/net/project.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- project.xml   29 Mar 2004 03:14:38 -  1.40
  +++ project.xml   30 Mar 2004 04:16:28 -  1.41
  @@ -17,34 +17,14 @@
   
   project
 extend../commons-build/project.xml/extend
  -  nameJakarta Commons/Net/name
  +  nameJakarta Commons Net/name
 idcommons-net/id
 currentVersion1.2.0-dev/currentVersion
 inceptionYear1997/inceptionYear
 packageorg.apache.commons.net/package
 
  -  shortDescriptionJakarta Commons/Net/shortDescription
  -  
  -  description
  -This is an Internet protocol suite Java library originally 
  -developed by ORO, Inc. This version supports Finger, Whois, 
  -TFTP, Telnet, POP3, FTP, NNTP, SMTP, and some miscellaneous 
  -protocols like Time and Echo as well as BSD R command support. 
  -The purpose of the library is to provide fundamental protocol 
  -access, not higher-level abstractions. Therefore, some of the 
  -design violates object-oriented design principles. Our philosophy 
  -is to make the global functionality of a protocal accesible (e.g., 
  -TFTP send file and receive file) when possible, but also provide 
  -access to the fundamental protocols where applicable so that the 
  -programmer may construct his own custom implementations (e.g, the 
  -TFTP packet classes and the TFTP packet send and receive methods 
  -are exposed). NetComponents was originally a commercial product, 
  -but after ORO dissolved, it was continued to be made available for 
  -those who found it useful. However, no updates have been made since 
  -version 1.3.8, released in 1998. Now that certain contract obligations 
  -have expired, it is possible to make the source code freely available 
  -under the The Apache Software License.
  -  /description
  +  shortDescriptionJakarta Commons Net/shortDescription
  +  description/
 
 versions
   version
  
  
  
  1.1  jakarta-commons/net/xdocs/index.xml
  
  Index: index.xml
  ===
  ?xml version=1.0 encoding=ISO-8859-1?
  !DOCTYPE org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd'
  !--
 Copyright 2003-2004 The Apache Software Foundation
  
 Licensed under the Apache License, Version 2.0 (the License);
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
  
 http://www.apache.org/licenses/LICENSE-2.0
  
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an AS IS BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
  --
  document
  
   properties
titleJakarta Commons Net/title
author email=[EMAIL PROTECTED]Commons Documentation Team/author
   /properties
  
   body
   
 section name=Jakarta Commons Net
 p
   This is an Internet protocol suite Java library originally developed by ORO, 
Inc.  
   The purpose of the library is to provide fundamental protocol 
   access, not higher-level abstractions. Therefore, some of the 
   design violates object-oriented design principles. Our philosophy 
   is to make the global functionality of a protocal accesible (e.g., 
   TFTP send file and receive file) when possible, but also provide 
   access to the fundamental protocols where applicable so that the 
   programmer may construct his own custom implementations (e.g, the 
   TFTP packet classes and the TFTP packet send and receive methods 
   are exposed). 
 /p
 /section
 section name=Features
 p
   Supported protocols include:
   ul
 liFinger/li
 liWhois/li 
 liTFTP/li
 liTelnet/li
 liPOP3/li
 liFTP/li
 liNNTP/li
 liSMTP/li
 liTime/li
 liEcho/li
 liBSD R command support/li
   /ul
 /p
 /section
 section name=Background
 p
  NetComponents was originally a commercial product, 
  but after ORO dissolved, it was continued to be made available for 
  those who found it useful. However, no updates have been made since 
  version 1.3.8, released in 1998. Now that certain contract obligations 
  have expired, it is possible to make the source code freely available 
  under the