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 sectionHome">
9: <?php include("header.html"); ?>
10: <div id="side">
11: <ul id="nav">
12: <li><span>Navigation</span>
13: <ul>
14: <li><a title="Visit the Home Page" href="index.html">Home Page</a></li>
15: <li><a title="Read about eG features" href="features.html">Features</a></li>
16: <li><a title="Frequently Asked Questions" href="faqs.html">FAQs</a></li>
17: <li><a title="Learn how to use eG" href="guide.html">User guide</a></li>
18: <li><a title="Read about eG versions" href="history.html">Version history</a></li>
19: <li><a title="Read and give feedback" href="notes.html?en">Your Feedback</a></li>
20: <li><a title="Contribute to eG development" href="contribute.html">Contribute</a></li>
21: <li><a title="Read credits" href="credits.html">Credits</a></li>
22: </ul>
23: </li>
24: <li><span>Other languages</span>
25: <ul>
26: <li><a href="fr_index.html">Français</a></li>
27: <li><a href="de_index.html">Deutsch</a></li>
28: <li><a href="ja_index.html">日本語</a></li>
29: </ul>
30: </li>
31: </ul>
32:
33: <div id="infosidebar">
34:
35: <div>
36: <a href="http://validator.w3.org/check?uri=http%3A%2F%2Feasygestures.mozdev.org%2Findex.html">
37: <img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" height="31" width="88">
38: </a>
39: </div>
40:
41: <div>
42: <a href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Feasygestures.mozdev.org%2Fcss%2Fmain.css">
43: <img style="border:0;width:88px;height:31px"
44: src="http://jigsaw.w3.org/css-validator/images/vcss"
45: alt="Valid CSS!">
46: </a>
47: </div>
48:
49: <div>
50: <a href='http://www.silktide.com/report.php?url=http%3A%2F%2Feasygestures.mozdev.org'>
51: <img src='http://sitescore.silktide.com/index.php?siteScoreUrl=http%3A%2F%2Feasygestures.mozdev.org' alt='Silktide SiteScore for this website' border='0'>
52: </a>
53: </div>
54: <br><br><br>
55:
56: <script type="text/javascript"><!--
57: google_ad_client = "pub-0026451011660559";
58: google_ad_width = 110;
59: google_ad_height = 32;
60: google_ad_format = "110x32_as_rimg";
61: google_cpa_choice = "CAAQ0ZGazgEaCNfGe9Y_ARDqKPmNxXQ";
62: //--></script>
63: <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
64: </script>
65: </div>
66: </div><!-- end of SIDE div -->
67: <div id="mainContent" class="right">
68: <h2>What is accountex?</h2>
69: <p>
70: A powerful extension to export and import the account settings from/to <a href="http://www.mozilla.org/products/thunderbird/"
71: title="Get Thunderbird - Reclaim Your Inbox">Mozilla Thunderbird</a>.
72: </p>
73: <img alt="" src="start.png" /><br />
74:
75: <h2>Details</h2>
76:
77: <ul>
78: <li>The export assistant saves your account settings in a xml based text file (RDF). Supported are pop3, imap and 'local folder' accounts.</li>
79: <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>
80: </ul>
81:
82: <hr class="hide"/>
83: </div>
84: <div id="side" class="right">
85: <?php include("news.html"); ?>
86: </div>
87: <?php include("footer.html"); ?>
88: </body>
89: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>