mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-13 22:48:07 -05:00
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:
parent
bd1ecaf492
commit
0ad8842ff0
@ -20,8 +20,9 @@ body {
|
||||
padding:1px;
|
||||
}
|
||||
.section h3 {
|
||||
background:#ECECEC;
|
||||
font-size:15px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
font-size:16px;
|
||||
font-weight:bold;
|
||||
}
|
||||
.section p {
|
||||
@ -31,10 +32,10 @@ body {
|
||||
|
||||
|
||||
.section table {
|
||||
margin-left:10px;
|
||||
border-collapse: collapse;
|
||||
margin-left:10px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.small {
|
||||
.small {
|
||||
font-size:9px;
|
||||
}
|
||||
.source {
|
||||
@ -42,7 +43,7 @@ body {
|
||||
}
|
||||
.floatLeft {
|
||||
float:left;
|
||||
}
|
||||
}
|
||||
.notype {
|
||||
list-style-type:none;
|
||||
margin-left:10px;
|
||||
@ -57,9 +58,9 @@ a.download {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
padding: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
-webkit-border-radius: 10px;
|
||||
margin: 5px;
|
||||
margin: 5px;
|
||||
}
|
||||
a.donate {
|
||||
display: block;
|
||||
@ -67,9 +68,9 @@ a.donate {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
padding: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
-webkit-border-radius: 10px;
|
||||
margin: 5px;
|
||||
margin: 5px;
|
||||
}
|
||||
.about p {
|
||||
padding: 0;
|
||||
|
@ -7,7 +7,7 @@
|
||||
<bannerLeft>
|
||||
<name>DavMail Gateway</name>
|
||||
<src>images/davmailLogo.png</src>
|
||||
<href>http://sourceforge.net/projects/davmail</href>
|
||||
<href>http://davmail.sourceforge.net</href>
|
||||
</bannerLeft>
|
||||
<bannerRight>
|
||||
<name>SourceForge</name>
|
||||
@ -28,10 +28,11 @@
|
||||
</head>
|
||||
<menu name="Quick Links">
|
||||
<item name="Home" href="/index.html"/>
|
||||
<item name="Download" href="http://sourceforge.net/projects/davmail/files/"/>
|
||||
<item name="SourceForge site" href="http://sourceforge.net/projects/davmail"/>
|
||||
<item name="Download" href="/download.html"/>
|
||||
<item name="Roadmap" href="/roadmap.html"/>
|
||||
<item name="Build" href="/build.html"/>
|
||||
<item name="FAQ" href="/faq.html"/>
|
||||
<item name="SourceForge site" href="http://sourceforge.net/projects/davmail"/>
|
||||
</menu>
|
||||
|
||||
<menu name="DavMail Setup">
|
||||
|
60
src/site/xdoc/build.xml
Normal file
60
src/site/xdoc/build.xml
Normal 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
122
src/site/xdoc/download.xml
Normal 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>
|
@ -65,8 +65,9 @@
|
||||
under Tools/Options/Advanced:
|
||||
</p>
|
||||
<source>
|
||||
calendar.debug.log=true
|
||||
calendar.debug.log.verbose=true</source>
|
||||
calendar.debug.log=true
|
||||
calendar.debug.log.verbose=true
|
||||
</source>
|
||||
|
||||
<p>
|
||||
<strong>Invalid notifications</strong>
|
||||
@ -85,49 +86,8 @@ calendar.debug.log.verbose=true</source>
|
||||
<p>
|
||||
<strong>How to build DavMail ?</strong>
|
||||
</p>
|
||||
<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>See
|
||||
<a href="build.html">Building DavMail from source</a>
|
||||
</p>
|
||||
</subsection>
|
||||
</section>
|
||||
|
@ -139,7 +139,7 @@
|
||||
</table>
|
||||
<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>Proceeed to
|
||||
<p>Proceed to
|
||||
<a href="thunderbirdmailsetup.html">Thunderbird mail setup</a>
|
||||
or
|
||||
<a href="osxicalsetup.html">OSX iCal setup</a>
|
||||
|
@ -41,7 +41,7 @@
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<a class="download" href="http://sourceforge.net/projects/davmail/files/">
|
||||
<a class="download" href="download.html">
|
||||
Download DavMail Gateway
|
||||
</a>
|
||||
<a class="donate" href="https://sourceforge.net/donate/index.php?group_id=184600"
|
||||
|
@ -73,7 +73,7 @@
|
||||
<img src="images/osxDirectoryUtility9.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Proceeed to
|
||||
<p>Proceed to
|
||||
<a href="osximapmailsetup.html">OSX IMAP Mail setup</a>
|
||||
</p>
|
||||
</subsection>
|
||||
|
@ -38,7 +38,7 @@
|
||||
<img src="images/osxIcal3.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Proceeed to
|
||||
<p>Proceed to
|
||||
<a href="osxdirectorysetup.html">OSX directory setup</a>
|
||||
to enable attendee completion.
|
||||
</p>
|
||||
|
@ -57,7 +57,7 @@
|
||||
on the calendar in Lightning left pane and activate cache. Restart Thunderbird.
|
||||
</p>
|
||||
|
||||
<p>Proceeed to
|
||||
<p>Proceed to
|
||||
<a href="thunderbirddirectorysetup.html">Thunderbird directory setup</a>
|
||||
</p>
|
||||
</subsection>
|
||||
|
@ -76,7 +76,7 @@
|
||||
<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.
|
||||
</p>
|
||||
<p>Proceeed to
|
||||
<p>Proceed to
|
||||
<a href="thunderbirdcalendarsetup.html">Thunderbird calendar setup</a>
|
||||
</p>
|
||||
</subsection>
|
||||
|
@ -76,7 +76,7 @@
|
||||
<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.
|
||||
</p>
|
||||
<p>Proceeed to
|
||||
<p>Proceed to
|
||||
<a href="thunderbirdcalendarsetup.html">Thunderbird calendar setup</a>
|
||||
</p>
|
||||
</subsection>
|
||||
|
Loading…
Reference in New Issue
Block a user