version 1.1.1
[QuoteCollapse.git] / www / index.html
blob80774b038f916224f8896ad4b1a1c86dcee9398a
1 ---
2 layout: default
3 ---
5 <!-- ***************** INFO/NEWS *************** -->
6 <div id="infoTabs">
7 <div class="infoTab" id="whats-new">
8 <h5 class="infoHeader">What's New</h5>
9 <ul>
10 <li>Version 1.0 adds partial collapsing</li>
11 <li>Version 0.9 adds support for SeaMonkey</li>
12 <li>Git interface</li>
13 <li>Version 0.8 adds support for Thunderbird 3.0</li>
14 <li>Description for keybinding.</li>
15 <li>Version 0.7 adds support for Thunderbird 1.5</li>
16 <li>Version 0.6 adds support for Thunderbird 1.5b</li>
17 <li>Version 0.5 adds theme support and a smaller hotspot</li>
18 <!--
19 <li>Version 0.4 adds support for Thunderbird 1.0</LI>
20 <li>Version 0.3 adds support for Mozilla Mail/News</li>
21 <li>Version 0.2 adds expand by level/nesting</li>
22 <li>Version 0.1 for Thunderbird</li>
23 -->
24 </ul>
25 </div>
27 <div class="infoTab" id="other-stuff">
28 <h5 class="infoHeader">Other Stuff</h5>
29 <script type="text/javascript"><!--
30 google_ad_client = "pub-5604756703943711";
31 google_ad_width = 160;
32 google_ad_height = 600;
33 google_ad_format = "160x600_as";
34 google_ad_type = "text_image";
35 google_ad_channel ="9437245315";
36 //--></script>
37 <script type="text/javascript"
38 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
39 </script>
41 </div>
43 <!-- alternative image/table base tab works better in NS4 -->
44 <!--
45 <div class="infoTab" id="whats-new-image">
46 <h5 class="infoHeader"><img src="http://www.mozdev.org/sharedimages/whatsnew_top.gif" width="154" alt="What's New"></h5>
47 <div class="infoItems">
48 <div>News item goes here</div>
49 <div>More news item goes here</div>
50 <div><a href="http://mozdev.org/">mozdev.org</a></div>
51 </div>
52 </div>
53 -->
54 </div>
55 <!-- ***************** INFO/NEWS *************** -->
57 <!-- MAIN CONTENT -->
58 <P>If you have ever been bothered by excessive quotes in e-mails or newsgroup posts (especially in mailing list mirrors), this is the extension for you.
59 It automatically collapses all quotes, and expands them again on a click.
60 Hold down SHIFT while clicking, and all quotes contained in the current one will be collapsed/expanded. Hold down CTRL, and all quotes of the same nesting level will be toggled. Hold down CTRL and SHIFT, and all quotes will be toggled.
61 See <a href="customising.html#keybinding">Customising</a> if you want a key binding for QuoteCollapse.
62 </P>
64 <H3>How it works </H3>
65 <P>
66 The extension toggles a CSS attribute of quotes, so that the style can be switched using CSS. Note that this implies:
67 <UL>
68 <LI>QuoteCollapse works with plain text mails in the standard configuration.</LI>
69 <LI>It works with HTML mails if you view the message body as original HTML or simple HTML.</LI>
70 <LI>It does not work with HTML mails if you view them as plain text, because this explicitely turns off all styling.</LI>
71 <LI>It does not work with plain text mails if you switch off graphical quotes and block quotes using hidden preferences (see, e.g., <a href="http://www.holgermetzger.de/efaqmailnews.html#4">Holger Metzger's FAQ</a>), because this turns off the necessary style elements as well (you can switch off graphical quotes, just don't switch off block quotes).</LI>
72 <LI>It intentionally does not influence the text in the composer; otherwise changed styles would be included in the HTML which gets sent out.
73 </LI>
74 <LI>It coexists happily with other extensions changing the style, such as <a href="http://quotecolors.mozdev.org/">QuoteColors</A>.</LI>
75 <LI>It can be customised through CSS, see <a href="customising.html#style">Customising</a>.</LI>
76 </UL>
77 </P>
79 <H3>To do</H3>
80 <P> Feel free to tell me your suggestions through the <a href="https://github.com/{{ site.owner }}{{ site.baseurl }}/issues">Issue Tracker</a> or <a href="https://github.com/{{ site.owner }}{{ site.baseurl }}/pulls">Pull Requests</a>.
81 My current plans are:</P>
82 <UL>
83 <LI> Post screenshot :)
84 <LI> Preferences for collapsing/expanding by default
85 <LI> Key binding
86 <LI> <SPAN class="struck">Preference for collapsed size</SPAN>: version 1.0 adds partial collapsing
87 <LI> <SPAN class="struck">Detect quotes smaller than the collapse size</SPAN>: version 1.0 adds partial collapsing
88 <LI> <SPAN class="struck">Restrict active area to twisty</SPAN>: done in version 0.5
89 <LI> <SPAN class="struck">Better support for themes</SPAN>: done in version 0.5
90 <LI> <SPAN class="struck">Document customisation</SPAN>: done
91 <LI> <SPAN class="struck">Version for Mozilla Suite</SPAN>: done in version 0.3
92 <LI> <SPAN class="struck">Expand/collapse recursively and by level</SPAN>: done in version 0.2
93 </UL>