Link to the shiny new Git interface and announce it.
[AboutConfig.git] / www / index.html
blobebc96d30f50a8654d20cb0905539afc704d6b3fe
2 <!-- ***************** INFO/NEWS *************** -->
3 <div id="infoTabs">
4 <div class="infoTab" id="whats-new">
5 <h5 class="infoHeader">What's New</h5>
6 <ul>
7 <li>Git interface</li>
8 <li>Version 0.6 adds support for TB 1.5</li>
9 <li>Version 0.5 adds a toolbar icon</li>
10 <li>Version 0.4 fixes issues with installer builds</li>
11 <!--
12 <li>Version 0.3 fixes toolkit issues on Win/Mac</li>
13 <li>Version 0.2 adds support for TB 1.0</li>
14 <li><a href="http://www.mozdev.org/">mozdev.org</a></li>
15 -->
16 </ul>
17 </div>
19 <div class="infoTab" id="other-stuff">
20 <h5 class="infoHeader">Other Stuff</h5>
21 <script type="text/javascript"><!--
22 google_ad_client = "pub-5604756703943711";
23 google_ad_width = 160;
24 google_ad_height = 600;
25 google_ad_format = "160x600_as";
26 google_ad_type = "text_image";
27 google_ad_channel ="9529252866";
28 //--></script>
29 <script type="text/javascript"
30 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
31 </script>
33 </div>
35 <!-- alternative image/table base tab works better in NS4 -->
36 <!--
37 <div class="infoTab" id="whats-new-image">
38 <h5 class="infoHeader"><img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" alt="What's New"></h5>
39 <div class="infoItems">
40 <div>News item goes here</div>
41 <div>More news item goes here</div>
42 <div><a href="http://mozdev.org/">mozdev.org</a></div>
43 </div>
44 </div>
45 -->
46 </div>
47 <!-- ***************** INFO/NEWS *************** -->
49 <!-- MAIN CONTENT -->
50 <p>The <strong>AboutConfig</strong> extension implements for Mozilla Thunderbird what &quot;about:config&quot; is for Mozilla Firefox and Suite. You can use it to change all preferences. Make sure you know what you are doing! If you don't know &quot;about:config&quot; you probably don't want to use AboutConfig.</p>
52 <H3>Usage</H3><P>
53 AboutConfig can be activated from the &quot;Tools&quot; menu.
54 Starting from version 0.5 you can also use a toolbar icon (use &quot;Customize&quot; from the toolbar context menu to add the icon to a toolbar).
55 </P>
57 <H3>Credits</H3><P> AboutConfig uses files from the Firefox 1.0 distribution which do most of the work for us. The intended side effect is that the GUI is exactly the same as for Firefox. In Thunderbird 1.5, those files are shipped with the distribution, and AboutConfig merely uses these files.</p>
59 <H3>Note</H3><P> You may also want to check out <a href="http://preferential.mozdev.org/">http://preferential.mozdev.org/</a> although it doesn't seem to be maintained any more.</p>
61 <H3>To do</H3>
62 <P> Feel free to tell me your suggestions through the <A HREF="list.html" text="mailing list">mailing
63 list</A>.
64 My current plans are:</P>
65 <UL>
66 <LI> Post screenshot :)
67 <LI> <SPAN class="struck">Support TB 1.5</SPAN>: done in version 0.6
68 <LI> <SPAN class="struck">Support TB 1.0</SPAN>: done in version 0.2
69 </UL>