danny 2002/11/21 07:10:45
Modified: src/xdocs architecture_v2_0.xml commandsIMAP.xml
configuration_v2_0.xml index.xml
james_and_sendmail.xml usingJDBC_v2.0.xml
usingLDAP_v1_2.xml usingTLS_v1_2.xml
src/xdocs/stylesheets project.xml site.xsl
Log:
added meta tags, a fuller title, and changed some words on the front page.
Trying to improve our search engine ranking..
Revision Changes Path
1.3 +1 -1 jakarta-james/src/xdocs/architecture_v2_0.xml
Index: architecture_v2_0.xml
===================================================================
RCS file: /home/cvs/jakarta-james/src/xdocs/architecture_v2_0.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- architecture_v2_0.xml 21 Apr 2002 01:38:56 -0000 1.2
+++ architecture_v2_0.xml 21 Nov 2002 15:10:45 -0000 1.3
@@ -3,7 +3,7 @@
<document>
<properties>
- <title>James 2.0 - Notes for developers</title>
+ <title>Notes for developers</title>
<author email="[EMAIL PROTECTED]">Serge Knystautas</author>
</properties>
1.2 +1 -1 jakarta-james/src/xdocs/commandsIMAP.xml
Index: commandsIMAP.xml
===================================================================
RCS file: /home/cvs/jakarta-james/src/xdocs/commandsIMAP.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- commandsIMAP.xml 15 May 2001 16:47:22 -0000 1.1
+++ commandsIMAP.xml 21 Nov 2002 15:10:45 -0000 1.2
@@ -3,7 +3,7 @@
<document>
<properties>
- <title>Java Apache Mail Enterprise Server</title>
+ <title>IMAP</title>
<author email="[EMAIL PROTECTED]">Charles Benett</author>
</properties>
1.3 +1 -1 jakarta-james/src/xdocs/configuration_v2_0.xml
Index: configuration_v2_0.xml
===================================================================
RCS file: /home/cvs/jakarta-james/src/xdocs/configuration_v2_0.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configuration_v2_0.xml 10 Jan 2002 16:16:44 -0000 1.2
+++ configuration_v2_0.xml 21 Nov 2002 15:10:45 -0000 1.3
@@ -3,7 +3,7 @@
<document>
<properties>
- <title>Configuration for James 2.0</title>
+ <title>Configuration</title>
<author email="[EMAIL PROTECTED]">Serge Knystautas</author>
</properties>
1.20 +4 -7 jakarta-james/src/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-james/src/xdocs/index.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- index.xml 20 Nov 2002 22:24:23 -0000 1.19
+++ index.xml 21 Nov 2002 15:10:45 -0000 1.20
@@ -3,14 +3,14 @@
<document>
<properties>
- <title>- Overview</title>
+ <title>Overview</title>
<author email="[EMAIL PROTECTED]">Serge Knystautas</author>
- <author email="[EMAIL PROTECTED]">Danny Angus</author>
+ <author email="[EMAIL PROTECTED]">Danny Angus</author>
</properties>
<body>
<section name="What is it?">
-<p> The Java Apache Mail Enterprise Server (a.k.a. Apache James) is a 100% pure
Java server, designed to be a complete and portable enterprise mail engine solution
based on currently available open protocols (SMTP, POP3, NNTP). </p>
+<p>The Java Apache Mail Enterprise Server (a.k.a. Apache James) is a 100% pure Java
SMTP and POP3 Mail server, and NNTP News server designed to be a complete and portable
enterprise mail engine solution based on currently available open protocols. </p>
<p>James is also a mail application platform. <br/>The James project hosts the
Apache Mailet API, and James provides and implementation of this mail application
platform API. </p>
<p>James is based upon the Apache Avalon application framework. (For more
information about Avalon, please go to <a
href="http://jakarta.apache.org/avalon">http://jakarta.apache.org/avalon</a>)</p>
<p>James requires Java 2 (either JRE 1.3 or 1.4 as of 2.0a3). </p>
@@ -18,10 +18,7 @@
<p><b>Find out how to use James with sendmail</b><br/>We've added a HOW TO document
explaining how to configure sendmail to route all mail through James, read it <a
href="james_and_sendmail.html">Here</a>.</p>
</subsection>
<subsection name="releases">
-<p><b>Latest: james-2.1a1 (2002-11-13)</b>
-<br/> Found in the <a
href="http://jakarta.apache.org/builds/jakarta-james/latest">download area.</a>
-<br/><br/>This build is a release candidate for James 2.1. It includes all code
and configuration changes expected to be included in that release. Some additional
documentation not packaged in this build will be included in the final release.
-<br/><br/>Evaluation and testing of this release candidate with feedback provided
on the <a href="mailto:[EMAIL PROTECTED]">james-user</a> and <a
href="mailto:[EMAIL PROTECTED]">james-dev</a> mailing lists is strongly
encouraged.</p>
+<p><b>Latest: james-2.1a1-2002-09-19</b><br/> In the <a
href="http://jakarta.apache.org/builds/jakarta-james/latest">download area.</a> This
build represents changes over the previous milestone by presenting mailet developers
with an easier installation process it should only be considered for evaluation, and
should not be considered stable. It represents a snapshot of the most recent
changes</p>
<p><b>Stable: v2.0a3</b><br/>This version displays improved stability and a number
of bug fixes over v2.0a2 and is the recommended stable version
<br/><a href="http://jakarta.apache.org/builds/jakarta-james/release/v2.0a3">Binary
and Source distributions of v2.0a3</a></p>
<p><b>Get your hands on the latest versions..</b><br/>We put significant
milestones, and potential release candidates in the <a
href="http://jakarta.apache.org/builds/jakarta-james/latest">download
area.</a><br/>Whilst the quality of these versions cannot be guaranteed they may
contain important bug fixes and cool new features.<br/></p>
1.2 +1 -1 jakarta-james/src/xdocs/james_and_sendmail.xml
Index: james_and_sendmail.xml
===================================================================
RCS file: /home/cvs/jakarta-james/src/xdocs/james_and_sendmail.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- james_and_sendmail.xml 30 Aug 2002 15:04:29 -0000 1.1
+++ james_and_sendmail.xml 21 Nov 2002 15:10:45 -0000 1.2
@@ -3,7 +3,7 @@
<document>
<properties>
- <title>Routing mail from sendmail through James</title>
+ <title>Sendmail integration</title>
<author email="[EMAIL PROTECTED]">Danny Angus</author>
</properties>
1.2 +1 -1 jakarta-james/src/xdocs/usingJDBC_v2.0.xml
Index: usingJDBC_v2.0.xml
===================================================================
RCS file: /home/cvs/jakarta-james/src/xdocs/usingJDBC_v2.0.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- usingJDBC_v2.0.xml 25 Sep 2001 14:18:41 -0000 1.1
+++ usingJDBC_v2.0.xml 21 Nov 2002 15:10:45 -0000 1.2
@@ -3,7 +3,7 @@
<document>
<properties>
- <title>James 2.0 - Using JDBC</title>
+ <title>Using JDBC</title>
<author email="[EMAIL PROTECTED]">Charles Benett</author>
</properties>
1.2 +1 -1 jakarta-james/src/xdocs/usingLDAP_v1_2.xml
Index: usingLDAP_v1_2.xml
===================================================================
RCS file: /home/cvs/jakarta-james/src/xdocs/usingLDAP_v1_2.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- usingLDAP_v1_2.xml 21 May 2001 12:13:22 -0000 1.1
+++ usingLDAP_v1_2.xml 21 Nov 2002 15:10:45 -0000 1.2
@@ -3,7 +3,7 @@
<document>
<properties>
- <title>James 1.2.1 - Using LDAP</title>
+ <title>Using LDAP</title>
<author email="[EMAIL PROTECTED]">Charles Benett</author>
</properties>
1.2 +1 -1 jakarta-james/src/xdocs/usingTLS_v1_2.xml
Index: usingTLS_v1_2.xml
===================================================================
RCS file: /home/cvs/jakarta-james/src/xdocs/usingTLS_v1_2.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- usingTLS_v1_2.xml 21 May 2001 12:13:22 -0000 1.1
+++ usingTLS_v1_2.xml 21 Nov 2002 15:10:45 -0000 1.2
@@ -3,7 +3,7 @@
<document>
<properties>
- <title>James 1.2.1 - Using TLS</title>
+ <title>Using TLS</title>
<author email="[EMAIL PROTECTED]">Charles Benett</author>
</properties>
1.14 +1 -1 jakarta-james/src/xdocs/stylesheets/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-james/src/xdocs/stylesheets/project.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- project.xml 30 Aug 2002 15:04:30 -0000 1.13
+++ project.xml 21 Nov 2002 15:10:45 -0000 1.14
@@ -2,7 +2,7 @@
<project name="JAMES"
href="http://jakarta.apache.org/james/">
- <title>Jakarta James</title>
+ <title>Java Mail and News server, SMTP POP3 IMAP NNTP</title>
<logo href="/images/james-logo.jpg">JAMES - Java Apache Mail Enterprise
Server</logo>
<body>
1.2 +6 -2 jakarta-james/src/xdocs/stylesheets/site.xsl
Index: site.xsl
===================================================================
RCS file: /home/cvs/jakarta-james/src/xdocs/stylesheets/site.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- site.xsl 30 Jul 2002 13:37:34 -0000 1.1
+++ site.xsl 21 Nov 2002 15:10:45 -0000 1.2
@@ -49,7 +49,7 @@
<html>
<head>
<xsl:apply-templates select="meta"/>
- <title><xsl:value-of select="$project/title"/> - <xsl:value-of
select="properties/title"/></title>
+ <title>Apache Jakarta James - <xsl:value-of select="properties/title"/> -
<xsl:value-of select="$project/title"/></title>
<xsl:for-each select="properties/author">
<xsl:variable name="name">
<xsl:value-of select="."/>
@@ -60,6 +60,10 @@
<meta name="author" value="{$name}"/>
<meta name="email" value="{$email}"/>
</xsl:for-each>
+<meta name="keywords"
content="mail,email,SMTP,POP3,NNTP,IMAP,MAILET,JAVA,WINDOWS,LINUX,server,Windows,2k,NT,98,ME,XP,Linux."/>
+<meta name="description" content="Java mail server (mailserver) providing SMTP POP3
IMAP and News NNTP runs on Microsoft Windows 2k,NT,98,ME,XP, and most flavours of
Linux."/>
+<meta name="ROBOTS" content="ALL"/>
+
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style" />
</head>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>