You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-commits@incubator.apache.org by ng...@apache.org on 2006/11/14 21:35:09 UTC

svn commit: r474990 - in /incubator/ftpserver/trunk/core/src/site: resources/images/ site.xml xdocs/images/

Author: ngn
Date: Tue Nov 14 13:35:08 2006
New Revision: 474990

URL: http://svn.apache.org/viewvc?view=rev&rev=474990
Log:
Getting docs into shape for M2

Added:
    incubator/ftpserver/trunk/core/src/site/resources/images/
      - copied from r474833, incubator/ftpserver/trunk/core/src/site/xdocs/images/
    incubator/ftpserver/trunk/core/src/site/site.xml   (with props)
Removed:
    incubator/ftpserver/trunk/core/src/site/xdocs/images/

Added: incubator/ftpserver/trunk/core/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/ftpserver/trunk/core/src/site/site.xml?view=auto&rev=474990
==============================================================================
--- incubator/ftpserver/trunk/core/src/site/site.xml (added)
+++ incubator/ftpserver/trunk/core/src/site/site.xml Tue Nov 14 13:35:08 2006
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Maven">
+    <bannerLeft>
+        <name>Maven</name>
+        <src>http://maven.apache.org/images/apache-maven-project.png</src>
+        <href>http://maven.apache.org/</href>
+    </bannerLeft>
+    <bannerRight>
+        <src>http://maven.apache.org/images/maven-small.gif</src>
+    </bannerRight>
+    <body>
+        <links>
+            <item name="Apache" href="http://www.apache.org/" />
+            <item name="Incubator" href="http://incubator.apache.org/"/>
+        </links>
+        
+        <menu name="Apache FTP Server">
+            <item name="Welcome"             href="index.html"/>
+            <item name="FAQ"                 href="faq.html"/>
+            <item name="Download"            href="downloads.html"/>
+        </menu>
+        <menu name="Setup">
+            <item name="Installation"        href="installation.html"/>
+            <item name="Configuration"       href="configuration.html"/>
+            <item name="TLS/SSL Support"     href="ssl.html"/>
+            <item name="User Manager"        href="user_manager.html"/>
+            <item name="IP Restrictor"       href="ip_restrictor.html"/>
+            <item name="Logger"              href="logger.html"/>
+            <item name="Messages"            href="messages.html"/>
+        </menu>
+        <menu name="Advanced">
+            <item name="FTP Commands"        href="ftp_commands.html"/>
+            <item name="SITE Commands"       href="site_commands.html"/>
+            <item name="Ftplet"              href="ftplet.html"/>
+            <item name="Javadoc"             href="apidocs/index.html"/>
+        </menu>
+        <menu name="RFCs">
+            <item name="RFC959"              href="rfc959.html"/>
+            <item name="RFC2228"             href="rfc2228.html"/>
+            <item name="RFC2389"             href="rfc2389.html"/>
+            <item name="RFC2428"             href="rfc2428.html"/>
+            <item name="draft-twine-ftpmd5-00" href="draft-twine-ftpmd5-00.html"/>
+        </menu>
+        
+        ${reports}
+
+    </body>
+</project>
\ No newline at end of file

Propchange: incubator/ftpserver/trunk/core/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native