Author: eric Date: Tue Apr 5 14:42:55 2011 New Revision: 1089063 URL: http://svn.apache.org/viewvc?rev=1089063&view=rev Log: Bulk commit of protocols web site update (PROTOCOLS-21) + pom use James with lower case.
Modified: james/protocols/trunk/api/pom.xml james/protocols/trunk/impl/pom.xml james/protocols/trunk/pom.xml james/protocols/trunk/smtp/pom.xml james/protocols/trunk/src/site/site.xml james/protocols/trunk/src/site/xdoc/changes.xml james/protocols/trunk/src/site/xdoc/index.xml james/protocols/trunk/src/site/xdoc/source-code.xml Modified: james/protocols/trunk/api/pom.xml URL: http://svn.apache.org/viewvc/james/protocols/trunk/api/pom.xml?rev=1089063&r1=1089062&r2=1089063&view=diff ============================================================================== --- james/protocols/trunk/api/pom.xml (original) +++ james/protocols/trunk/api/pom.xml Tue Apr 5 14:42:55 2011 @@ -26,7 +26,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.james.protocols</groupId> <artifactId>protocols-api</artifactId> - <name>Apache JAMES Protocols API</name> + <name>Apache James Protocols API</name> <build> <plugins> <plugin> Modified: james/protocols/trunk/impl/pom.xml URL: http://svn.apache.org/viewvc/james/protocols/trunk/impl/pom.xml?rev=1089063&r1=1089062&r2=1089063&view=diff ============================================================================== --- james/protocols/trunk/impl/pom.xml (original) +++ james/protocols/trunk/impl/pom.xml Tue Apr 5 14:42:55 2011 @@ -26,7 +26,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.james.protocols</groupId> <artifactId>protocols-impl</artifactId> - <name>Apache JAMES Protocols Implementation</name> + <name>Apache James Protocols Implementation</name> <build> <plugins> <plugin> Modified: james/protocols/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?rev=1089063&r1=1089062&r2=1089063&view=diff ============================================================================== --- james/protocols/trunk/pom.xml (original) +++ james/protocols/trunk/pom.xml Tue Apr 5 14:42:55 2011 @@ -26,9 +26,9 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.james</groupId> <artifactId>protocols</artifactId> - <name>Apache JAMES Protocols</name> + <name>Apache James Protocols</name> <version>1.4-SNAPSHOT</version> - <description>JAMES Protocols</description> + <description>James Protocols</description> <url>http://james.apache.org/protocols</url> <inceptionYear>2010</inceptionYear> <packaging>pom</packaging> @@ -469,4 +469,5 @@ <properties> <target.jdk>1.5</target.jdk> </properties> + </project> Modified: james/protocols/trunk/smtp/pom.xml URL: http://svn.apache.org/viewvc/james/protocols/trunk/smtp/pom.xml?rev=1089063&r1=1089062&r2=1089063&view=diff ============================================================================== --- james/protocols/trunk/smtp/pom.xml (original) +++ james/protocols/trunk/smtp/pom.xml Tue Apr 5 14:42:55 2011 @@ -26,7 +26,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.james.protocols</groupId> <artifactId>protocols-smtp</artifactId> - <name>Apache JAMES Protocols SMTP</name> + <name>Apache James Protocols SMTP</name> <build> <plugins> <plugin> Modified: james/protocols/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/james/protocols/trunk/src/site/site.xml?rev=1089063&r1=1089062&r2=1089063&view=diff ============================================================================== --- james/protocols/trunk/src/site/site.xml (original) +++ james/protocols/trunk/src/site/site.xml Tue Apr 5 14:42:55 2011 @@ -17,7 +17,7 @@ specific language governing permissions and limitations under the License. --> -<project name="Server"> +<project name="Apache James Protocols"> <skin> <groupId>org.apache.james</groupId> @@ -47,9 +47,10 @@ <menu name="References"> <item name="Javadoc" href="/apidocs/index.html" /> - <item name="Changes" href="/changes.html" /> -<!-- <item name="JIRA Report" href="/jira-report.html" />--> <item name="Issue Tracker" href="https://issues.apache.org/jira/browse/PROTOCOLS" /> +<!-- Changes are not updated in JIRA (missing version numbers,...) --> +<!-- <item name="Changes" href="/changes.html" />--> +<!-- <item name="JIRA Report" href="/jira-report.html" />--> </menu> <menu ref="reports" /> Modified: james/protocols/trunk/src/site/xdoc/changes.xml URL: http://svn.apache.org/viewvc/james/protocols/trunk/src/site/xdoc/changes.xml?rev=1089063&r1=1089062&r2=1089063&view=diff ============================================================================== --- james/protocols/trunk/src/site/xdoc/changes.xml (original) +++ james/protocols/trunk/src/site/xdoc/changes.xml Tue Apr 5 14:42:55 2011 @@ -20,7 +20,7 @@ <document> <properties> - <title>James Protocols - Changes</title> + <title>Changes</title> </properties> <body> Modified: james/protocols/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/james/protocols/trunk/src/site/xdoc/index.xml?rev=1089063&r1=1089062&r2=1089063&view=diff ============================================================================== --- james/protocols/trunk/src/site/xdoc/index.xml (original) +++ james/protocols/trunk/src/site/xdoc/index.xml Tue Apr 5 14:42:55 2011 @@ -20,70 +20,43 @@ <document> <properties> - <title>Apache James Protocols - Index</title> + <title>Index</title> </properties> <body> - <section name="What is James Protocols?"> - + <section name="What is Apache James Protocols?"> <p>The Apache James Protocols Project delivers a lightweight, and highly extensible framework for mail protocols implementations.</p> - <p>The framework was build as a generic one, so its not bound to any socket implementation. This make it possible to use it with NIO or IO Frameworks.</p> - + <p>You can download James Protocols 1.2 official release from the <a href="http://james.apache.org/download.cgi">download page</a>.</p> </section> - <section name="James Protocols Usage"> - - <subsection name="James Protocols used by James Server"> - + <section name="Apache James Protocols in Server and as Component"> <p>The framework is currently used by James Server in conjunction with Netty to provide a high performance and extensible SMTP Server.</p> - <p>At the moment only the SMTP protocol is included, but others will follow.</p> - <p>You can read more about protocols used for SMTP in James Server on the <a href="http://james.apache.org/server/3/dev-extend-smtp-hook.html">SMTP Hooks</a> page.</p> + </section> - </subsection> - - <subsection name='Use James Protocols as a Component in you Application'> - - <p>Download James Protocols 1.2 official release from the <a href="http://james.apache.org/download.cgi">download page</a>.</p> - + <section name='Develop with Apache James Protocols'> <p>The <a href="source-code.html">source code</a> page contains information on how to develop with James Protocols.</p> - <p>You can also read more on the way the James Server - uses James Protocols to <a href="http://james.server.org/server/3/dev-extend-smtp-hook.html">Hook SMTP</a>.</p> - + uses James Protocols to <a href="http://james.apache.org/server/3/dev-extend-smtp-hook.html">Hook SMTP</a>.</p> <img src="images/uml/org.apache.james.protocols-package.png"/> - - </subsection> - - </section> - - <section name='Develop James Protocols'> - - <p>The <a href="source-code.html">source code</a> page contains information on how - to develop with James Protocols.</p> - </section> <section name="About the Apache Software Foundation"> - <p>Apache James is a project of The Apache Software Foundation (ASF) which encourages a collaborative, consensus-based development process under an open software license.</p> - <p>The ASF maintains other Java projects which may also be of interest. These are detailed on the ASF Projects page.</p> - <p>We recommended that users of James products subscribe to the James users <a href="http://james.apache.org/mail.html">mailing list</a>.</p> - </section> </body> Modified: james/protocols/trunk/src/site/xdoc/source-code.xml URL: http://svn.apache.org/viewvc/james/protocols/trunk/src/site/xdoc/source-code.xml?rev=1089063&r1=1089062&r2=1089063&view=diff ============================================================================== --- james/protocols/trunk/src/site/xdoc/source-code.xml (original) +++ james/protocols/trunk/src/site/xdoc/source-code.xml Tue Apr 5 14:42:55 2011 @@ -20,61 +20,38 @@ <document> <properties> - <title>James Protocols - Source Code</title> + <title>Source Code</title> </properties> <body> <section name="Get Source Code"> - <subsection name="Anonymous Access"> - <p>The source can be checked out anonymously from SVN with the following command.</p> - <p><code>$ svn checkout http://svn.apache.org/repos/asf/james/protocols/trunk james-protocols</code></p> - </subsection> - <subsection name="Developer Access"> - <p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p> - <p><code>$ svn checkout https://svn.apache.org/repos/asf/james/protocols/trunk james-protocols</code></p> - </subsection> - </section> - <section name="Protocols Source Projects"> - - <subsection name="Source Projects"> - + <section name="Source Organization"> + <subsection name="Modules"> <div style="float:left; margin=4px;"> <img src="images/uml/org.apache.james.protocols-package.png"/> </div> - </subsection> - <div style="clear:both; float:none;"/> - - <subsection name="James Protocols API - apache-james-protocols-api"> - + <subsection name="James Protocols API"> <p><code>apache-james-protocols-api</code> contains the interfaces, exceptions and Constants needed by the other projects.</p> - </subsection> - - <subsection name="James Protocols Implementation- apache-protocols-impl"> - + <subsection name="James Protocols Implementation"> <p><code>apache-james-protocols-impl</code> provides common services that can be used by any mail protocol.</p> - </subsection> - - <subsection name="James Protocols SMTP - apache-james-protocols-smtp"> - - <p><code>apache-james-protocols-smtp</code> implements the SMTP protocols with hooks for extensions.</p> - + <subsection name="James Protocols SMTP"> + <p><code>apache-james-protocols-smtp</code> implements the SMTP protocols with <a href="http://james.apache.org/server/3/dev-extend-smtp-hook.html">hooks</a> for extensions.</p> </subsection> - </section> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org