diff --git a/src/releases/seamonkey2.0a1/changes.en.html b/src/releases/seamonkey2.0a1/changes.en.html index 2ee225d4170db8f12a5172f6e2ce01a003615db9_c3JjL3JlbGVhc2VzL3NlYW1vbmtleTIuMGExL2NoYW5nZXMuZW4uaHRtbA==..d6c2a996a2832843315412540fef55bd10b64659_c3JjL3JlbGVhc2VzL3NlYW1vbmtleTIuMGExL2NoYW5nZXMuZW4uaHRtbA== 100644 --- a/src/releases/seamonkey2.0a1/changes.en.html +++ b/src/releases/seamonkey2.0a1/changes.en.html @@ -27,7 +27,13 @@ <a href="../seamonkey[% rnote.relativeto.version %]/README">[% rnote.relativeto.name %]</a>.</p> </div> -<h2><a name="major">Major Changes</a></h2> +<ul class="toc"> + <li><a href="#major">Major Changes</a></li> + <li><a href="#new">New Features and Fixes</a></li> + <li><a href="#new-issues">New Issues</a></li> +</ul> + +<h2 id="major">Major Changes</h2> <!-- General --> <div class="fieldset"> <ul> @@ -51,6 +57,6 @@ </ul> </div> -<h2><a name="new">New Features and Fixes</a></h2> +<h2 id="new">New Features and Fixes</h2> <!-- Browser --> <div class="fieldset"> @@ -55,6 +61,6 @@ <!-- Browser --> <div class="fieldset"> -<span class="legend">Browser</span> +<span class="legend" id="browser">Browser</span> <ul> <li>add Undo Close Tab (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=350416">Bug 350416</a>, @@ -84,7 +90,7 @@ </div> <!-- MailNews --> <div class="fieldset"> -<span class="legend">MailNews</span> +<span class="legend" id="mailnews">MailNews</span> <ul> <li>rename TLS and SSL in SMTP preferences to what they really mean (STARTTLS, SMTP-over-SSL) (<a @@ -220,7 +226,7 @@ </div> <!-- Certificates --> <div class="fieldset"> -<span class="legend">Certificates</span> +<span class="legend" id="certs">Certificates</span> <ul> <li>allow to export certificate or full chain in Certificate Viewer (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=315871">Bug 315871</a>)</li> @@ -233,7 +239,7 @@ </div> <!-- ChatZilla --> <div class="fieldset"> -<span class="legend">ChatZilla</span> +<span class="legend" id="chatzilla">ChatZilla</span> <ul> <li>change Switch Text Direction shortcut to Ctrl+Shift+X (was: Ctrl+Shift+E) (<a @@ -270,7 +276,7 @@ </div> <!-- DOM Inspector --> <div class="fieldset"> -<span class="legend">DOM Inspector</span> +<span class="legend" id="inspector">DOM Inspector</span> <ul> <li>allow inserting/creating new nodes (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=112775">Bug 112775</a>)</li> @@ -288,7 +294,7 @@ </div> <!-- Windows --> <div class="fieldset"> -<span class="legend">Windows</span> +<span class="legend" id="windows">Windows</span> <ul> <li>use NSIS installer (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=351917">Bug 351917</a>)</li> @@ -320,7 +326,7 @@ </div> <!-- Linux --> <div class="fieldset"> -<span class="legend">Linux</span> +<span class="legend" id="linux">Linux</span> <ul> <li>let Backspace default to nothing on Linux instead of going back (in history) (<a @@ -368,7 +374,7 @@ </div> <!-- Compiling --> <div class="fieldset"> -<span class="legend">Compiling</span> +<span class="legend" id="build">Compiling</span> <ul> <li>introduce MozillaBuild for Windows (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=363079">Bug 363079</a>)</li> @@ -382,7 +388,7 @@ </div> <!-- General --> <div class="fieldset"> -<span class="legend">General</span> +<span class="legend" id="general">General</span> <ul> <li>add "Ignore Word" to inline spellchecker used for editable elements (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=354580">Bug @@ -454,7 +460,7 @@ </div> <!-- Major regressions noted here --> -<h2><a name="new-issues">New Issues</a></h2> +<h2 id="new-issues">New Issues</h2> <div class="section"> <p>These are items that have been added to the <a href="known-issues">Known Issues page</a> @@ -463,7 +469,6 @@ although the bugs themselves may have existed previously.</p> </div> <div class="fieldset"> -<span class="legend">General</span> <ul> <li>Profile Roaming is currently not working (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=378647">Bug 378647</a>)</li> diff --git a/src/releases/seamonkey2.0a1/index.en.html b/src/releases/seamonkey2.0a1/index.en.html index 2ee225d4170db8f12a5172f6e2ce01a003615db9_c3JjL3JlbGVhc2VzL3NlYW1vbmtleTIuMGExL2luZGV4LmVuLmh0bWw=..d6c2a996a2832843315412540fef55bd10b64659_c3JjL3JlbGVhc2VzL3NlYW1vbmtleTIuMGExL2luZGV4LmVuLmh0bWw= 100644 --- a/src/releases/seamonkey2.0a1/index.en.html +++ b/src/releases/seamonkey2.0a1/index.en.html @@ -37,5 +37,59 @@ <a href="..">current stable release</a> instead. </div> +<ul class="toc"> + <li><a href="#new">What's New in [% rnote.name %]</a></li> + <li><a href="#download">Downloading</a></li> + <li><a href="#install">System Requirements, Installation and Uninstallation</a></li> + <li><a href="#addons">Extensions and Themes</a></li> + <li><a href="#issues">Known Issues</a></li> + <li><a href="#troubleshooting">Troubleshooting</a></li> + <li><a href="#faq">Frequently Asked Questions</a></li> + <li><a href="#resources">Other Resources and Links</a></li> +</ul> + +<h2 id="new">What's New in [% rnote.name %]</h2> +<div class="section"> +The <a href="changes">changes page</a> lists all important changes in this +release, including <a href="changes#major">major changes</a>, +<a href="changes#new">new features and fixes</a> as well as +<a href="changes#new-issues">new issues</a>. +</div> + +<h2 id="download">Downloading</h2> +<div class="section"> +TBD +</div> + +<h2 id="install">System Requirements, Installation and Uninstallation</h2> +<div class="section"> +TBD +</div> + +<h2 id="addons">Extensions and Themes</h2> +<div class="section"> +TBD +</div> + +<h2 id="issues">Known Issues</h2> +<div class="section"> +TBD +</div> + +<h2 id="troubleshooting">Troubleshooting</h2> +<div class="section"> +TBD +</div> + +<h2 id="faq">Frequently Asked Questions</h2> +<div class="section"> +TBD +</div> + +<h2 id="resources">Other Resources and Links</h2> +<div class="section"> +TBD +</div> + </body> </html>