rana_b 2003/10/19 08:54:32
Modified: src/documentation/content/xdocs weare.xml tabs.xml site.xml
index.xml admin.xml
Added: src/documentation/content/xdocs todo_list.xml
Log:
doc changes
Revision Changes Path
1.4 +1 -1
incubator-ftpserver/src/documentation/content/xdocs/weare.xml
Index: weare.xml
===================================================================
RCS file:
/home/cvs/incubator-ftpserver/src/documentation/content/xdocs/weare.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- weare.xml 1 Apr 2003 13:39:21 -0000 1.3
+++ weare.xml 19 Oct 2003 15:54:32 -0000 1.4
@@ -12,7 +12,7 @@
<p>
Special thanks go to the following people for their
contributions to this project.
We also appreciate documentation, feedback, and bug reports.
This is a living document
- that describes the key contributors to James. Last Updated
March 2003.
+ that describes the key contributors to FTP server.
</p>
</section>
<section><title>Active Commiters</title>
1.2 +4 -1
incubator-ftpserver/src/documentation/content/xdocs/tabs.xml
Index: tabs.xml
===================================================================
RCS file:
/home/cvs/incubator-ftpserver/src/documentation/content/xdocs/tabs.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tabs.xml 1 Apr 2003 13:38:47 -0000 1.1
+++ tabs.xml 19 Oct 2003 15:54:32 -0000 1.2
@@ -12,6 +12,9 @@
directory (ends in '/'), in which case /index.html will be added
-->
- <tab label="Home" dir=""/>
+ <tab label="Home" dir=""/>
+ <tab label="Apache" href="http://www.apache.org"/>
+ <tab label="Incubator" href="http://incubator.apache.org"/>
+ <tab label="Avalon" href="http://avalon.apache.org"/>
</tabs>
1.3 +13 -8
incubator-ftpserver/src/documentation/content/xdocs/site.xml
Index: site.xml
===================================================================
RCS file:
/home/cvs/incubator-ftpserver/src/documentation/content/xdocs/site.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- site.xml 1 Apr 2003 13:39:21 -0000 1.2
+++ site.xml 19 Oct 2003 15:54:32 -0000 1.3
@@ -4,24 +4,29 @@
<about label="About">
<index label="Overview" href="index.html"/>
- <changes label="Changes" href="changes.html"/>
- <todo label="Todo" href="todo.html"/>
- <whoweare label="Who we are" href="weare.html"/>
- <!-- <index label="Download" href="download.html"/> -->
+ <!-- <changes label="Changes" href="changes.html"/> -->
+ <todo label="Todo" href="todo_list.html"/>
+ <whoweare label="Who we are" href="weare.html"/>
</about>
+
<manual label="Manual">
- <administration label="Administration" href="admin.html"/>
<configurations label="Configurations" href="conf.html"/>
<ldap label="LDAP Support" href="ldap_conf.html"/>
<db label="DB Support" href="jdbc_conf.html"/>
<site label="SITE Command" href="site_cmd.html"/>
- <iprestrictions label="IP Address Restrictions" href="ip_restr.html"/>
+ <iprestrictions label="IP Restrictions" href="ip_restr.html"/>
<usermanager label="User Manager" href="user_manager.html"/>
+ <administration label="Administration" href="admin.html"/>
</manual>
+
<references label="References">
- <!-- <index label="API" href="index.html"/> -->
<rfc765 label="RFC765" href="rfc765.html"/>
- <!-- <faq label="FAQ" href="faq.html"/> -->
+ <!-- <javadoc label="Javadoc" href="javadoc/index.html"/> -->
+ </references>
+
+ <references label="Download">
+ <cvs label="CVS"
href="http://cvs.apache.org/viewcvs.cgi/incubator-ftpserver/"/>
+ <download label="Source/Binaries"
href="http://www.apache.org/~rana_b/incubator/ftpserver"/>
</references>
</site>
1.4 +8 -0
incubator-ftpserver/src/documentation/content/xdocs/index.xml
Index: index.xml
===================================================================
RCS file:
/home/cvs/incubator-ftpserver/src/documentation/content/xdocs/index.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.xml 1 Apr 2003 13:39:21 -0000 1.3
+++ index.xml 19 Oct 2003 15:54:32 -0000 1.4
@@ -30,6 +30,14 @@
server.
</p>
</section>
+ <section><title>Documentation</title>
+ <p>
+ Some of the information on this site is currently a bit out of date.
We are
+ working hard to fix this. If you come across any inconsistencies or
have a
+ problem, please don't hesitate to contact us through the mailing
list.
+ Please use <strong>incubator-general</strong> mailing list for this.
+ </p>
+ </section>
<section><title>Features</title>
<ol>
<li>100% pure Java, free, open source resumable FTP server!!!</li>
1.4 +49 -4
incubator-ftpserver/src/documentation/content/xdocs/admin.xml
Index: admin.xml
===================================================================
RCS file:
/home/cvs/incubator-ftpserver/src/documentation/content/xdocs/admin.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- admin.xml 1 Apr 2003 13:39:21 -0000 1.3
+++ admin.xml 19 Oct 2003 15:54:32 -0000 1.4
@@ -25,11 +25,56 @@
real-time data.
</p>
</section>
- <section><title>Configuration Parameters</title>
- <fixme author=" ">To be done.</fixme>
+ <section><title>Login</title>
+ <p>
+ The first step is login. The admin user login/password depends on
the user manager
+ implementation. For the default user manager it is configurable. The
default value
+ is admin/admin.
+ </p>
+ <p>
+ <img src="images/ftp_login.png" alt="Login Screenshot"/>
+ </p>
</section>
- <section><title>Screenshots</title>
- <fixme author=" ">To be done.</fixme>
+ <section><title>User Management</title>
+ <p>
+ The basic user management (addition/deletion/modification) can be
done using the
+ remote admin UI.
+ </p>
+ <p>
+ <img src="images/ftp_usermanager.png" alt="UserManager
Screenshot"/>
+ </p>
+ </section>
+ <section><title>FTP Connections</title>
+ <p>
+ Current FTP connections can be monitored remotely. You can close
client connections too.
+ </p>
+ <p>
+ <img src="images/ftp_connections.png" alt="Connection Screenshot"/>
+ </p>
+ </section>
+ <section><title>User Spying</title>
+ <p>
+ Any FTP connection activity can be monitored remotely.
+ </p>
+ <p>
+ <img src="images/ftp_spy.png" alt="Spy Screenshot"/>
+ </p>
+ </section>
+ <section><title>Upload/Download/Delete</title>
+ <p>
+ You can get a list of all uploaded, downloaded and deleted files.
+ </p>
+ <p>
+ <img src="images/ftp_download.png" alt="Download Screenshot"/>
+ </p>
+ </section>
+ <section><title>Global Statistics</title>
+ <p>
+ Finally, you can also get the global statistics information.
+ </p>
+ <p>
+ <img src="images/ftp_stat.png" alt="Statistics Screenshot"/>
+ </p>
</section>
</body>
</document>
1.1
incubator-ftpserver/src/documentation/content/xdocs/todo_list.xml
Index: todo_list.xml
===================================================================
<?xml version="1.0"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
"document-v11.dtd">
<document>
<header>
<title>Apache FtpServer</title>
<subtitle>FTP server based on Apache Avalon</subtitle>
<authors>
<person id="ranab" name="Rana Bhattacharyya" email="[EMAIL PROTECTED]"/>
</authors>
</header>
<body>
<section><title>Todo List</title>
<p>
These are the features, we are planning to add soon.
</p>
<ol>
<li>We always like to keep upto date with the latest Avalon
development.</li>
<li>User defined upload, download, login, logout event
handlers.</li>
<li>Virtual file system support.</li>
<li>Secure FTP server.</li>
</ol>
</section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]