Doc: new download and build pages

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@900 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-12-25 17:51:51 +00:00
parent bd1ecaf492
commit 0ad8842ff0
12 changed files with 209 additions and 65 deletions

View File

@ -20,8 +20,9 @@ body {
padding:1px; padding:1px;
} }
.section h3 { .section h3 {
background:#ECECEC; margin-top: 0;
font-size:15px; margin-bottom: 0;
font-size:16px;
font-weight:bold; font-weight:bold;
} }
.section p { .section p {

View File

@ -7,7 +7,7 @@
<bannerLeft> <bannerLeft>
<name>DavMail Gateway</name> <name>DavMail Gateway</name>
<src>images/davmailLogo.png</src> <src>images/davmailLogo.png</src>
<href>http://sourceforge.net/projects/davmail</href> <href>http://davmail.sourceforge.net</href>
</bannerLeft> </bannerLeft>
<bannerRight> <bannerRight>
<name>SourceForge</name> <name>SourceForge</name>
@ -28,10 +28,11 @@
</head> </head>
<menu name="Quick Links"> <menu name="Quick Links">
<item name="Home" href="/index.html"/> <item name="Home" href="/index.html"/>
<item name="Download" href="http://sourceforge.net/projects/davmail/files/"/> <item name="Download" href="/download.html"/>
<item name="SourceForge site" href="http://sourceforge.net/projects/davmail"/>
<item name="Roadmap" href="/roadmap.html"/> <item name="Roadmap" href="/roadmap.html"/>
<item name="Build" href="/build.html"/>
<item name="FAQ" href="/faq.html"/> <item name="FAQ" href="/faq.html"/>
<item name="SourceForge site" href="http://sourceforge.net/projects/davmail"/>
</menu> </menu>
<menu name="DavMail Setup"> <menu name="DavMail Setup">

60
src/site/xdoc/build.xml Normal file
View File

@ -0,0 +1,60 @@
<?xml version="1.0"?>
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - Frequently asked questions</title>
<author email="mguessan@free.fr">Mickael Guessant</author>
</properties>
<body>
<section name="Building DavMail from source">
<p>Building DavMail is quite simple:</p>
<ul>
<li>Make sure you have Java 6 installed and set as current version by checking
JAVA_HOME:
<br/>
<ul>
<li>Unix/OSX:
<source>echo $JAVA_HOME</source>
</li>
<li>Windows:
<source>echo %JAVA_HOME%</source>
</li>
</ul>
</li>
<li>Download and unzip ant from<a href="http://ant.apache.org/">ant.apache.org</a>,
add ant/bin full path to the PATH environment variable
</li>
<li>Get DavMail source package from sourceforge and uncompress it:
<source>tar xvzf davmail-src-*.tgz</source>
<br/>
or checkout trunk:
<source>svn co http://davmail.svn.sourceforge.net/svnroot/davmail/trunk</source>
<br/>
or get and uncompress tarball from
<a href="http://davmail.svn.sourceforge.net/viewvc/davmail/trunk">
http://davmail.svn.sourceforge.net/viewvc/davmail/trunk
</a>
</li>
<li>Additional step on Windows: Download and install NSIS from
<a href="http://nsis.sourceforge.net">http://nsis.sourceforge.net</a>.
Then get KillProcess plugin from
<a href="http://www.esanu.name/software/index.php/nsis-kill-process/">
http://www.esanu.name/software/index.php/nsis-kill-process/
</a>
or the nsis directory in DavMail source. Copy the processwork.dll
library to NSIS plugin directory.
</li>
<li>Go into davmail directory root directory (which contains the build.xml file) and
type:
<source>ant</source>
</li>
</ul>
<p>Packages are then available under dist
</p>
</section>
</body>
</document>

122
src/site/xdoc/download.xml Normal file
View File

@ -0,0 +1,122 @@
<?xml version="1.0"?>
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - Download</title>
<author email="mguessan@free.fr">Mickael Guessant</author>
</properties>
<body>
<section name="Download latest DavMail Gateway release">
<p>The right DavMail package choice depends on your operating system and
deployment (server or workstation).
</p>
<p>Please consider making a donation to help this project at
<a href="https://sourceforge.net/donate/index.php?group_id=184600"
title="Donate">
SourceForge Donation page
</a>
</p>
<subsection name="Workstation (personal) mode">
<ul>
<li>
<strong>Windows:</strong>
Download installation package
<a href="http://sourceforge.net/projects/davmail/files/">davmail-<em>version</em>-setup.exe
</a>
<br/>
and follow instructions at
<a href="windowssetup.html">DavMail Setup on windows</a>
</li>
<li>
<strong>Mac OS X:</strong>
Download
<a href="http://sourceforge.net/projects/davmail/files/">DavMail-MacOSX-<em>version</em>.app.zip
</a>
<br/>
and follow instructions at
<a href="macosxsetup.html">DavMail Setup on Mac OS X</a>
</li>
<li>
<strong>Debian Linux (Ubuntu):</strong>
Download debian package
<a href="http://sourceforge.net/projects/davmail/files/">davmail_<em>version</em>-1_all.deb
</a>
<br/>
and follow instructions at
<a href="linuxsetup.html">DavMail Setup on linux</a>
</li>
<li>
<strong>Linux (other):</strong>
Download linux package
<a href="http://sourceforge.net/projects/davmail/files/">davmail-linux-x86-<em>version</em>.tgz
</a>
, or 64 bits package
<a href="http://sourceforge.net/projects/davmail/files/">davmail-linux-x86_64-
<em>version</em>
.tgz
</a>
<br/>
and follow instructions at
<a href="linuxsetup.html">DavMail Setup on linux</a>
<br/>
Note: the only difference between 32 and 64 packages is the included SWT library.
</li>
<li>
<strong>Other:</strong>
Download platform independent package
<a href="http://sourceforge.net/projects/davmail/files/">davmail-<em>version</em>.zip
</a>
<br/>
and follow instructions at
<a href="linuxsetup.html">DavMail Setup on linux</a>
<br/>
</li>
</ul>
</subsection>
<subsection name="Server (shared) mode">
<ul>
<li>
<strong>Standalone:</strong>
Download platform independent package
<a href="http://sourceforge.net/projects/davmail/files/">davmail-<em>version</em>.zip
</a>
<br/>
and follow instructions at
<a href="serversetup.html">DavMail Setup as a standalone server</a>
<br/>
</li>
<li>
<strong>Webapp:</strong>
If you intend to run DavMail inside an application server, download webapp package
<a href="http://sourceforge.net/projects/davmail/files/">davmail-<em>version</em>.war
</a>
<br/>
and follow instructions at
<a href="serversetup.html">DavMail Setup as a JEE Web Application</a>
(last section)
<br/>
</li>
</ul>
</subsection>
<subsection name="Build from source">
<p>
Download source tarball
<a href="http://sourceforge.net/projects/davmail/files/">davmail-src-<em>version</em>.tgz
</a>
<br/>
and follow instructions at
<a href="build.html">Building DavMail from source</a>
<br/>
</p>
</subsection>
</section>
</body>
</document>

View File

@ -65,8 +65,9 @@
under Tools/Options/Advanced: under Tools/Options/Advanced:
</p> </p>
<source> <source>
calendar.debug.log=true calendar.debug.log=true
calendar.debug.log.verbose=true</source> calendar.debug.log.verbose=true
</source>
<p> <p>
<strong>Invalid notifications</strong> <strong>Invalid notifications</strong>
@ -85,49 +86,8 @@ calendar.debug.log.verbose=true</source>
<p> <p>
<strong>How to build DavMail ?</strong> <strong>How to build DavMail ?</strong>
</p> </p>
<p>Building DavMail is quite simple:</p> <p>See
<ul> <a href="build.html">Building DavMail from source</a>
<li>Make sure you have Java 6 installed and set as current version by checking
JAVA_HOME:
<br/>
<ul>
<li>Unix/OSX:
<source>echo $JAVA_HOME</source>
</li>
<li>Windows:
<source>echo %JAVA_HOME%</source>
</li>
</ul>
</li>
<li>Download and unzip ant from<a href="http://ant.apache.org/">ant.apache.org</a>,
add ant/bin full path to the PATH environment variable
</li>
<li>Get DavMail source package from sourceforge and uncompress it:
<source>tar xvzf davmail-src-*.tgz</source>
<br/>
or checkout trunk:
<source>svn co http://davmail.svn.sourceforge.net/svnroot/davmail/trunk</source>
<br/>
or get and uncompress tarball from
<a href="http://davmail.svn.sourceforge.net/viewvc/davmail/trunk">
http://davmail.svn.sourceforge.net/viewvc/davmail/trunk
</a>
</li>
<li>Additional step on Windows: Download and install NSIS from
<a href="http://nsis.sourceforge.net">http://nsis.sourceforge.net</a>.
Then get KillProcess plugin from
<a href="http://www.esanu.name/software/index.php/nsis-kill-process/">
http://www.esanu.name/software/index.php/nsis-kill-process/
</a>
or the nsis directory in DavMail source. Copy the processwork.dll
library to NSIS plugin directory.
</li>
<li>Go into davmail directory root directory (which contains the build.xml file) and
type:
<source>ant</source>
</li>
</ul>
<p>Packages are then available under dist
</p> </p>
</subsection> </subsection>
</section> </section>

View File

@ -139,7 +139,7 @@
</table> </table>
<p>Uncheck a port to disable matching service.</p> <p>Uncheck a port to disable matching service.</p>
<p>Activate panel under Proxy tab to set an HTTP proxy and associated credentials if needed</p> <p>Activate panel under Proxy tab to set an HTTP proxy and associated credentials if needed</p>
<p>Proceeed to <p>Proceed to
<a href="thunderbirdmailsetup.html">Thunderbird mail setup</a> <a href="thunderbirdmailsetup.html">Thunderbird mail setup</a>
or or
<a href="osxicalsetup.html">OSX iCal setup</a> <a href="osxicalsetup.html">OSX iCal setup</a>

View File

@ -41,7 +41,7 @@
</p> </p>
</td> </td>
<td> <td>
<a class="download" href="http://sourceforge.net/projects/davmail/files/"> <a class="download" href="download.html">
Download DavMail Gateway Download DavMail Gateway
</a> </a>
<a class="donate" href="https://sourceforge.net/donate/index.php?group_id=184600" <a class="donate" href="https://sourceforge.net/donate/index.php?group_id=184600"

View File

@ -73,7 +73,7 @@
<img src="images/osxDirectoryUtility9.png" alt=""/> <img src="images/osxDirectoryUtility9.png" alt=""/>
</div> </div>
<p>Proceeed to <p>Proceed to
<a href="osximapmailsetup.html">OSX IMAP Mail setup</a> <a href="osximapmailsetup.html">OSX IMAP Mail setup</a>
</p> </p>
</subsection> </subsection>

View File

@ -38,7 +38,7 @@
<img src="images/osxIcal3.png" alt=""/> <img src="images/osxIcal3.png" alt=""/>
</div> </div>
<p>Proceeed to <p>Proceed to
<a href="osxdirectorysetup.html">OSX directory setup</a> <a href="osxdirectorysetup.html">OSX directory setup</a>
to enable attendee completion. to enable attendee completion.
</p> </p>

View File

@ -57,7 +57,7 @@
on the calendar in Lightning left pane and activate cache. Restart Thunderbird. on the calendar in Lightning left pane and activate cache. Restart Thunderbird.
</p> </p>
<p>Proceeed to <p>Proceed to
<a href="thunderbirddirectorysetup.html">Thunderbird directory setup</a> <a href="thunderbirddirectorysetup.html">Thunderbird directory setup</a>
</p> </p>
</subsection> </subsection>

View File

@ -76,7 +76,7 @@
<p>Server name is localhost, edit port according to DavMail settings. <p>Server name is localhost, edit port according to DavMail settings.
The connection must use authentication with Active Directory account and encryption is not needed. The connection must use authentication with Active Directory account and encryption is not needed.
</p> </p>
<p>Proceeed to <p>Proceed to
<a href="thunderbirdcalendarsetup.html">Thunderbird calendar setup</a> <a href="thunderbirdcalendarsetup.html">Thunderbird calendar setup</a>
</p> </p>
</subsection> </subsection>

View File

@ -76,7 +76,7 @@
<p>Server name is localhost, edit port according to DavMail settings. <p>Server name is localhost, edit port according to DavMail settings.
The connection must use authentication with Active Directory account and encryption is not needed. The connection must use authentication with Active Directory account and encryption is not needed.
</p> </p>
<p>Proceeed to <p>Proceed to
<a href="thunderbirdcalendarsetup.html">Thunderbird calendar setup</a> <a href="thunderbirdcalendarsetup.html">Thunderbird calendar setup</a>
</p> </p>
</subsection> </subsection>