1: <?xml version="1.0" encoding="UTF-8"?>
2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
4: <head>
5: <title>accountex: home</title>
6: <?php include("head.html"); ?>
7: </head>
8: <body id="www-mozilla-org" class="secondLevel sectionAccountex">
9: <?php include("en_header.html"); ?>
10:
11: <div id="side">
12: <?php $seite="_index.html"; ?>
13: <?php include("en_nav.html"); ?>
14: <?php include("en_sidebar.html"); ?>
15: </div>
16:
17: <div id="mainContent">
18: <h2>Home</h2>
19: Welcome to the home of accountex.
20: <h3>What is accountex?</h3>
21: <p>
22: A powerful extension to export and import the account settings from/to <a href="http://www.mozilla.org/products/thunderbird/"
23: title="Get Thunderbird - Reclaim Your Inbox">Mozilla Thunderbird</a>.
24: </p>
25: <div style="text-align: center;"><img alt="" src="en_start.png" /></div><br />
26: <?php include("en_news.html"); ?>
27: <h3>Details</h3>
28:
29: <ul>
30: <li>The export assistant saves your account settings in a xml based text file (RDF). Supported are pop3, imap and 'local folder' accounts.</li>
31: <li>The import assistant imports your saved account settings in a thunderbird profile. Very helpful for example after a new installation or re-installation.</li>
32: </ul>
33:
34: <hr class="hide"/>
35: </div>
36: <?php include("footer.html"); ?>
37: </body>
38: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>