change SeaMonkey site to use .en.html instead of .html for enabling L10n at a later stage
change SeaMonkey site to use .en.html instead of .html for enabling L10n at a later stage
--- a/lib/breadcrumbs.tmpl
+++ b/lib/breadcrumbs.tmpl
@@ -1,20 +1,20 @@
[%
# Load the sitemap once per build and cache it for reuse on each page.
IF !global.cached.xpath;
USE xpath = XML.XPath("lib/sitemap.xml");
global.cached.xpath = xpath;
END;
BLOCK breadcrumbs;
- my_path = "${template.name}"|replace('/index.html','/');
+ my_path = "${template.name}"|replace('/index.html|/index.en.html','/')|replace('.html|.en.html','');
nodes = [global.cached.xpath.findnodes("//page[@url='$my_path']")];
UNLESS nodes;
- my_id = "${template.name}"|replace('/index.html|.html','')|replace('^.+/','');
+ my_id = "${template.name}"|replace('/index.html|/index.en.html|.html|.en.html','')|replace('^.+/','');
nodes = [global.cached.xpath.findnodes("//page[@id='$my_id']")];
END;
PROCESS crumb crumbs=[] node=nodes.0;
u = "";
FOREACH crumb IN crumbs.reverse;
IF loop.first;
--- a/lib/sidebar.tmpl
+++ b/lib/sidebar.tmpl
@@ -18,24 +18,24 @@
ELSE;
page.path = (page.url == '.') ? '/' : "/$page.url";
END;
ELSE;
# add page id to current path to get page path
page.path = "$path/$page.id";
# add suffix for a section (/index.html) or page (.html)
- suffix = page.page ? '/index.html' : '.html';
+ suffix = page.page ? '/index.en.html' : '.en.html';
page.url = "${page.path}${suffix}";
END;
# add complete URL to sitemap lookup table
site.url2page.${page.url} = page;
- t_url = "/${template.name}";
+ t_url = "/${template.name}"|replace('/index.html|/index.en.html','/')|replace('.html|.en.html','');
in_list = 0;
FOREACH url IN urllist;
IF page.path == "/$url";
in_list = 1;
END;
END;
IF !page.hide || in_list;
--- a/lib/sitemap.xml
+++ b/lib/sitemap.xml
@@ -5,228 +5,228 @@ non-ASCII characters must be DOUBLE-esca
you can use Hixie's converter to get the entity codes
http://www.damowmow.com/portal/ (use the "Indentify" field)
-->
<site title="SeaMonkey Project" url="http://seamonkey-project.org">
<page url="." title="Home" id="home" />
- <page url="news.html" title="News" id="news" />
+ <page url="news" title="News" id="news" />
<page url="releases/" title="Download &amp; Releases" id="releases">
- <page url="releases/index.html" title="1.1.4" id="index" hide="true">
+ <page url="releases/index" title="1.1.4" id="index" hide="true">
<page url="releases/seamonkey1.1.4/" title="Release Notes" id="seamonkey1.1.4">
- <page url="releases/seamonkey1.1.4/README.html" title="What's New" id="seamonkey1.1.4-readme">
- <page url="releases/seamonkey1.1.4/changelog.html" title="Rough Changelog" id="seamonkey1.1.4-changelog" />
+ <page url="releases/seamonkey1.1.4/README" title="What's New" id="seamonkey1.1.4-readme">
+ <page url="releases/seamonkey1.1.4/changelog" title="Rough Changelog" id="seamonkey1.1.4-changelog" />
</page>
- <page url="releases/seamonkey1.1.4/installation.html" title="Installation Instructions" id="seamonkey1.1.4-install" />
- <page url="releases/seamonkey1.1.4/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.1.4-extras" />
- <page url="releases/seamonkey1.1.4/known-issues.html" title="Known Issues" id="seamonkey1.1.4-issues" />
+ <page url="releases/seamonkey1.1.4/installation" title="Installation Instructions" id="seamonkey1.1.4-install" />
+ <page url="releases/seamonkey1.1.4/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.1.4-extras" />
+ <page url="releases/seamonkey1.1.4/known-issues" title="Known Issues" id="seamonkey1.1.4-issues" />
</page>
</page>
- <page url="releases/1.1.3.html" title="1.1.3" id="1.1.3" hide="true">
+ <page url="releases/1.1.3" title="1.1.3" id="1.1.3" hide="true">
<page url="releases/seamonkey1.1.3/" title="Release Notes" id="seamonkey1.1.3">
- <page url="releases/seamonkey1.1.3/README.html" title="What's New" id="seamonkey1.1.3-readme">
- <page url="releases/seamonkey1.1.3/changelog.html" title="Rough Changelog" id="seamonkey1.1.3-changelog" />
+ <page url="releases/seamonkey1.1.3/README" title="What's New" id="seamonkey1.1.3-readme">
+ <page url="releases/seamonkey1.1.3/changelog" title="Rough Changelog" id="seamonkey1.1.3-changelog" />
</page>
- <page url="releases/seamonkey1.1.3/installation.html" title="Installation Instructions" id="seamonkey1.1.3-install" />
- <page url="releases/seamonkey1.1.3/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.1.3-extras" />
- <page url="releases/seamonkey1.1.3/known-issues.html" title="Known Issues" id="seamonkey1.1.3-issues" />
+ <page url="releases/seamonkey1.1.3/installation" title="Installation Instructions" id="seamonkey1.1.3-install" />
+ <page url="releases/seamonkey1.1.3/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.1.3-extras" />
+ <page url="releases/seamonkey1.1.3/known-issues" title="Known Issues" id="seamonkey1.1.3-issues" />
</page>
</page>
- <page url="releases/1.1.2.html" title="1.1.2" id="1.1.2" hide="true">
+ <page url="releases/1.1.2" title="1.1.2" id="1.1.2" hide="true">
<page url="releases/seamonkey1.1.2/" title="Release Notes" id="seamonkey1.1.2">
- <page url="releases/seamonkey1.1.2/README.html" title="What's New" id="seamonkey1.1.2-readme">
- <page url="releases/seamonkey1.1.2/changelog.html" title="Rough Changelog" id="seamonkey1.1.2-changelog" />
+ <page url="releases/seamonkey1.1.2/README" title="What's New" id="seamonkey1.1.2-readme">
+ <page url="releases/seamonkey1.1.2/changelog" title="Rough Changelog" id="seamonkey1.1.2-changelog" />
</page>
- <page url="releases/seamonkey1.1.2/installation.html" title="Installation Instructions" id="seamonkey1.1.2-install" />
- <page url="releases/seamonkey1.1.2/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.1.2-extras" />
- <page url="releases/seamonkey1.1.2/known-issues.html" title="Known Issues" id="seamonkey1.1.2-issues" />
+ <page url="releases/seamonkey1.1.2/installation" title="Installation Instructions" id="seamonkey1.1.2-install" />
+ <page url="releases/seamonkey1.1.2/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.1.2-extras" />
+ <page url="releases/seamonkey1.1.2/known-issues" title="Known Issues" id="seamonkey1.1.2-issues" />
</page>
</page>
- <page url="releases/1.1.1.html" title="1.1.1" id="1.1.1" hide="true">
+ <page url="releases/1.1.1" title="1.1.1" id="1.1.1" hide="true">
<page url="releases/seamonkey1.1.1/" title="Release Notes" id="seamonkey1.1.1">
- <page url="releases/seamonkey1.1.1/README.html" title="What's New" id="seamonkey1.1.1-readme">
- <page url="releases/seamonkey1.1.1/changelog.html" title="Rough Changelog" id="seamonkey1.1.1-changelog" />
+ <page url="releases/seamonkey1.1.1/README" title="What's New" id="seamonkey1.1.1-readme">
+ <page url="releases/seamonkey1.1.1/changelog" title="Rough Changelog" id="seamonkey1.1.1-changelog" />
</page>
- <page url="releases/seamonkey1.1.1/installation.html" title="Installation Instructions" id="seamonkey1.1.1-install" />
- <page url="releases/seamonkey1.1.1/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.1.1-extras" />
- <page url="releases/seamonkey1.1.1/known-issues.html" title="Known Issues" id="seamonkey1.1.1-issues" />
+ <page url="releases/seamonkey1.1.1/installation" title="Installation Instructions" id="seamonkey1.1.1-install" />
+ <page url="releases/seamonkey1.1.1/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.1.1-extras" />
+ <page url="releases/seamonkey1.1.1/known-issues" title="Known Issues" id="seamonkey1.1.1-issues" />
</page>
</page>
- <page url="releases/1.1.html" title="1.1" id="1.1" hide="true">
+ <page url="releases/1.1" title="1.1" id="1.1" hide="true">
<page url="releases/seamonkey1.1/" title="Release Notes" id="seamonkey1.1">
- <page url="releases/seamonkey1.1/README.html" title="What's New" id="seamonkey1.1-readme">
- <page url="releases/seamonkey1.1/changelog.html" title="Rough Changelog" id="seamonkey1.1-changelog" />
+ <page url="releases/seamonkey1.1/README" title="What's New" id="seamonkey1.1-readme">
+ <page url="releases/seamonkey1.1/changelog" title="Rough Changelog" id="seamonkey1.1-changelog" />
</page>
- <page url="releases/seamonkey1.1/installation.html" title="Installation Instructions" id="seamonkey1.1-install" />
- <page url="releases/seamonkey1.1/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.1-extras" />
- <page url="releases/seamonkey1.1/known-issues.html" title="Known Issues" id="seamonkey1.1-issues" />
+ <page url="releases/seamonkey1.1/installation" title="Installation Instructions" id="seamonkey1.1-install" />
+ <page url="releases/seamonkey1.1/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.1-extras" />
+ <page url="releases/seamonkey1.1/known-issues" title="Known Issues" id="seamonkey1.1-issues" />
</page>
</page>
- <page url="releases/1.1b.html" title="1.1 Beta" id="1.1b" hide="true">
+ <page url="releases/1.1b" title="1.1 Beta" id="1.1b" hide="true">
<page url="releases/seamonkey1.1b/" title="Release Notes" id="seamonkey1.1b">
- <page url="releases/seamonkey1.1b/README.html" title="What's New" id="seamonkey1.1b-readme">
- <page url="releases/seamonkey1.1b/changelog.html" title="Rough Changelog" id="seamonkey1.1b-changelog" />
+ <page url="releases/seamonkey1.1b/README" title="What's New" id="seamonkey1.1b-readme">
+ <page url="releases/seamonkey1.1b/changelog" title="Rough Changelog" id="seamonkey1.1b-changelog" />
</page>
- <page url="releases/seamonkey1.1b/installation.html" title="Installation Instructions" id="seamonkey1.1b-install" />
- <page url="releases/seamonkey1.1b/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.1b-extras" />
- <page url="releases/seamonkey1.1b/known-issues.html" title="Known Issues" id="seamonkey1.1b-issues" />
+ <page url="releases/seamonkey1.1b/installation" title="Installation Instructions" id="seamonkey1.1b-install" />
+ <page url="releases/seamonkey1.1b/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.1b-extras" />
+ <page url="releases/seamonkey1.1b/known-issues" title="Known Issues" id="seamonkey1.1b-issues" />
</page>
</page>
- <page url="releases/1.1a.html" title="1.1 Alpha" id="1.1a" hide="true">
+ <page url="releases/1.1a" title="1.1 Alpha" id="1.1a" hide="true">
<page url="releases/seamonkey1.1a/" title="Release Notes" id="seamonkey1.1a">
- <page url="releases/seamonkey1.1a/README.html" title="What's New" id="seamonkey1.1a-readme">
- <page url="releases/seamonkey1.1a/changelog.html" title="Rough Changelog" id="seamonkey1.1a-changelog" />
+ <page url="releases/seamonkey1.1a/README" title="What's New" id="seamonkey1.1a-readme">
+ <page url="releases/seamonkey1.1a/changelog" title="Rough Changelog" id="seamonkey1.1a-changelog" />
</page>
- <page url="releases/seamonkey1.1a/installation.html" title="Installation Instructions" id="seamonkey1.1a-install" />
- <page url="releases/seamonkey1.1a/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.1a-extras" />
- <page url="releases/seamonkey1.1a/known-issues.html" title="Known Issues" id="seamonkey1.1a-issues" />
+ <page url="releases/seamonkey1.1a/installation" title="Installation Instructions" id="seamonkey1.1a-install" />
+ <page url="releases/seamonkey1.1a/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.1a-extras" />
+ <page url="releases/seamonkey1.1a/known-issues" title="Known Issues" id="seamonkey1.1a-issues" />
</page>
</page>
- <page url="releases/1.0.9.html" title="1.0.9" id="1.0.9" hide="true">
+ <page url="releases/1.0.9" title="1.0.9" id="1.0.9" hide="true">
<page url="releases/seamonkey1.0.9/" title="Release Notes" id="seamonkey1.0.9">
- <page url="releases/seamonkey1.0.9/README.html" title="What's New" id="seamonkey1.0.9-readme">
- <page url="releases/seamonkey1.0.9/changelog.html" title="Rough Changelog" id="seamonkey1.0.9-changelog" />
+ <page url="releases/seamonkey1.0.9/README" title="What's New" id="seamonkey1.0.9-readme">
+ <page url="releases/seamonkey1.0.9/changelog" title="Rough Changelog" id="seamonkey1.0.9-changelog" />
</page>
- <page url="releases/seamonkey1.0.9/installation.html" title="Installation Instructions" id="seamonkey1.0.9-install" />
- <page url="releases/seamonkey1.0.9/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.9-extras" />
- <page url="releases/seamonkey1.0.9/known-issues.html" title="Known Issues" id="seamonkey1.0.9-issues" />
+ <page url="releases/seamonkey1.0.9/installation" title="Installation Instructions" id="seamonkey1.0.9-install" />
+ <page url="releases/seamonkey1.0.9/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.9-extras" />
+ <page url="releases/seamonkey1.0.9/known-issues" title="Known Issues" id="seamonkey1.0.9-issues" />
</page>
</page>
- <page url="releases/1.0.8.html" title="1.0.8" id="1.0.8" hide="true">
+ <page url="releases/1.0.8" title="1.0.8" id="1.0.8" hide="true">
<page url="releases/seamonkey1.0.8/" title="Release Notes" id="seamonkey1.0.8">
- <page url="releases/seamonkey1.0.8/README.html" title="What's New" id="seamonkey1.0.8-readme">
- <page url="releases/seamonkey1.0.8/changelog.html" title="Rough Changelog" id="seamonkey1.0.8-changelog" />
+ <page url="releases/seamonkey1.0.8/README" title="What's New" id="seamonkey1.0.8-readme">
+ <page url="releases/seamonkey1.0.8/changelog" title="Rough Changelog" id="seamonkey1.0.8-changelog" />
</page>
- <page url="releases/seamonkey1.0.8/installation.html" title="Installation Instructions" id="seamonkey1.0.8-install" />
- <page url="releases/seamonkey1.0.8/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.8-extras" />
- <page url="releases/seamonkey1.0.8/known-issues.html" title="Known Issues" id="seamonkey1.0.8-issues" />
+ <page url="releases/seamonkey1.0.8/installation" title="Installation Instructions" id="seamonkey1.0.8-install" />
+ <page url="releases/seamonkey1.0.8/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.8-extras" />
+ <page url="releases/seamonkey1.0.8/known-issues" title="Known Issues" id="seamonkey1.0.8-issues" />
</page>
</page>
- <page url="releases/1.0.7.html" title="1.0.7" id="1.0.7" hide="true">
+ <page url="releases/1.0.7" title="1.0.7" id="1.0.7" hide="true">
<page url="releases/seamonkey1.0.7/" title="Release Notes" id="seamonkey1.0.7">
- <page url="releases/seamonkey1.0.7/README.html" title="What's New" id="seamonkey1.0.7-readme">
- <page url="releases/seamonkey1.0.7/changelog.html" title="Rough Changelog" id="seamonkey1.0.7-changelog" />
+ <page url="releases/seamonkey1.0.7/README" title="What's New" id="seamonkey1.0.7-readme">
+ <page url="releases/seamonkey1.0.7/changelog" title="Rough Changelog" id="seamonkey1.0.7-changelog" />
</page>
- <page url="releases/seamonkey1.0.7/installation.html" title="Installation Instructions" id="seamonkey1.0.7-install" />
- <page url="releases/seamonkey1.0.7/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.7-extras" />
- <page url="releases/seamonkey1.0.7/known-issues.html" title="Known Issues" id="seamonkey1.0.7-issues" />
+ <page url="releases/seamonkey1.0.7/installation" title="Installation Instructions" id="seamonkey1.0.7-install" />
+ <page url="releases/seamonkey1.0.7/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.7-extras" />
+ <page url="releases/seamonkey1.0.7/known-issues" title="Known Issues" id="seamonkey1.0.7-issues" />
</page>
</page>
- <page url="releases/1.0.6.html" title="1.0.6" id="1.0.6" hide="true">
+ <page url="releases/1.0.6" title="1.0.6" id="1.0.6" hide="true">
<page url="releases/seamonkey1.0.6/" title="Release Notes" id="seamonkey1.0.6">
- <page url="releases/seamonkey1.0.6/README.html" title="What's New" id="seamonkey1.0.6-readme">
- <page url="releases/seamonkey1.0.6/changelog.html" title="Rough Changelog" id="seamonkey1.0.6-changelog" />
+ <page url="releases/seamonkey1.0.6/README" title="What's New" id="seamonkey1.0.6-readme">
+ <page url="releases/seamonkey1.0.6/changelog" title="Rough Changelog" id="seamonkey1.0.6-changelog" />
</page>
- <page url="releases/seamonkey1.0.6/installation.html" title="Installation Instructions" id="seamonkey1.0.6-install" />
- <page url="releases/seamonkey1.0.6/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.6-extras" />
- <page url="releases/seamonkey1.0.6/known-issues.html" title="Known Issues" id="seamonkey1.0.6-issues" />
+ <page url="releases/seamonkey1.0.6/installation" title="Installation Instructions" id="seamonkey1.0.6-install" />
+ <page url="releases/seamonkey1.0.6/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.6-extras" />
+ <page url="releases/seamonkey1.0.6/known-issues" title="Known Issues" id="seamonkey1.0.6-issues" />
</page>
</page>
- <page url="releases/1.0.5.html" title="1.0.5" id="1.0.5" hide="true">
+ <page url="releases/1.0.5" title="1.0.5" id="1.0.5" hide="true">
<page url="releases/seamonkey1.0.5/" title="Release Notes" id="seamonkey1.0.5">
- <page url="releases/seamonkey1.0.5/README.html" title="What's New" id="seamonkey1.0.5-readme">
- <page url="releases/seamonkey1.0.5/changelog.html" title="Rough Changelog" id="seamonkey1.0.5-changelog" />
+ <page url="releases/seamonkey1.0.5/README" title="What's New" id="seamonkey1.0.5-readme">
+ <page url="releases/seamonkey1.0.5/changelog" title="Rough Changelog" id="seamonkey1.0.5-changelog" />
</page>
- <page url="releases/seamonkey1.0.5/installation.html" title="Installation Instructions" id="seamonkey1.0.5-install" />
- <page url="releases/seamonkey1.0.5/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.5-extras" />
- <page url="releases/seamonkey1.0.5/known-issues.html" title="Known Issues" id="seamonkey1.0.5-issues" />
+ <page url="releases/seamonkey1.0.5/installation" title="Installation Instructions" id="seamonkey1.0.5-install" />
+ <page url="releases/seamonkey1.0.5/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.5-extras" />
+ <page url="releases/seamonkey1.0.5/known-issues" title="Known Issues" id="seamonkey1.0.5-issues" />
</page>
</page>
- <page url="releases/1.0.4.html" title="1.0.4" id="1.0.4" hide="true">
+ <page url="releases/1.0.4" title="1.0.4" id="1.0.4" hide="true">
<page url="releases/seamonkey1.0.4/" title="Release Notes" id="seamonkey1.0.4">
- <page url="releases/seamonkey1.0.4/README.html" title="What's New" id="seamonkey1.0.4-readme">
- <page url="releases/seamonkey1.0.4/changelog.html" title="Rough Changelog" id="seamonkey1.0.4-changelog" />
+ <page url="releases/seamonkey1.0.4/README" title="What's New" id="seamonkey1.0.4-readme">
+ <page url="releases/seamonkey1.0.4/changelog" title="Rough Changelog" id="seamonkey1.0.4-changelog" />
</page>
- <page url="releases/seamonkey1.0.4/installation.html" title="Installation Instructions" id="seamonkey1.0.4-install" />
- <page url="releases/seamonkey1.0.4/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.4-extras" />
- <page url="releases/seamonkey1.0.4/known-issues.html" title="Known Issues" id="seamonkey1.0.4-issues" />
+ <page url="releases/seamonkey1.0.4/installation" title="Installation Instructions" id="seamonkey1.0.4-install" />
+ <page url="releases/seamonkey1.0.4/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.4-extras" />
+ <page url="releases/seamonkey1.0.4/known-issues" title="Known Issues" id="seamonkey1.0.4-issues" />
</page>
</page>
- <page url="releases/1.0.3.html" title="1.0.3" id="1.0.3" hide="true">
+ <page url="releases/1.0.3" title="1.0.3" id="1.0.3" hide="true">
<page url="releases/seamonkey1.0.3/" title="Release Notes" id="seamonkey1.0.3">
- <page url="releases/seamonkey1.0.3/README.html" title="What's New" id="seamonkey1.0.3-readme">
- <page url="releases/seamonkey1.0.3/changelog.html" title="Rough Changelog" id="seamonkey1.0.3-changelog" />
+ <page url="releases/seamonkey1.0.3/README" title="What's New" id="seamonkey1.0.3-readme">
+ <page url="releases/seamonkey1.0.3/changelog" title="Rough Changelog" id="seamonkey1.0.3-changelog" />
</page>
- <page url="releases/seamonkey1.0.3/installation.html" title="Installation Instructions" id="seamonkey1.0.3-install" />
- <page url="releases/seamonkey1.0.3/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.3-extras" />
- <page url="releases/seamonkey1.0.3/known-issues.html" title="Known Issues" id="seamonkey1.0.3-issues" />
+ <page url="releases/seamonkey1.0.3/installation" title="Installation Instructions" id="seamonkey1.0.3-install" />
+ <page url="releases/seamonkey1.0.3/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.3-extras" />
+ <page url="releases/seamonkey1.0.3/known-issues" title="Known Issues" id="seamonkey1.0.3-issues" />
</page>
</page>
- <page url="releases/1.0.2.html" title="1.0.2" id="1.0.2" hide="true">
+ <page url="releases/1.0.2" title="1.0.2" id="1.0.2" hide="true">
<page url="releases/seamonkey1.0.2/" title="Release Notes" id="seamonkey1.0.2">
- <page url="releases/seamonkey1.0.2/README.html" title="What's New" id="seamonkey1.0.2-readme">
- <page url="releases/seamonkey1.0.2/changelog.html" title="Rough Changelog" id="seamonkey1.0.2-changelog" />
+ <page url="releases/seamonkey1.0.2/README" title="What's New" id="seamonkey1.0.2-readme">
+ <page url="releases/seamonkey1.0.2/changelog" title="Rough Changelog" id="seamonkey1.0.2-changelog" />
</page>
- <page url="releases/seamonkey1.0.2/installation.html" title="Installation Instructions" id="seamonkey1.0.2-install" />
- <page url="releases/seamonkey1.0.2/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.2-extras" />
- <page url="releases/seamonkey1.0.2/known-issues.html" title="Known Issues" id="seamonkey1.0.2-issues" />
+ <page url="releases/seamonkey1.0.2/installation" title="Installation Instructions" id="seamonkey1.0.2-install" />
+ <page url="releases/seamonkey1.0.2/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.2-extras" />
+ <page url="releases/seamonkey1.0.2/known-issues" title="Known Issues" id="seamonkey1.0.2-issues" />
</page>
</page>
- <page url="releases/1.0.1.html" title="1.0.1" id="1.0.1" hide="true">
+ <page url="releases/1.0.1" title="1.0.1" id="1.0.1" hide="true">
<page url="releases/seamonkey1.0.1/" title="Release Notes" id="seamonkey1.0.1">
- <page url="releases/seamonkey1.0.1/README.html" title="What's New" id="seamonkey1.0.1-readme">
- <page url="releases/seamonkey1.0.1/changelog.html" title="Rough Changelog" id="seamonkey1.0.1-changelog" />
+ <page url="releases/seamonkey1.0.1/README" title="What's New" id="seamonkey1.0.1-readme">
+ <page url="releases/seamonkey1.0.1/changelog" title="Rough Changelog" id="seamonkey1.0.1-changelog" />
</page>
- <page url="releases/seamonkey1.0.1/installation.html" title="Installation Instructions" id="seamonkey1.0.1-install" />
- <page url="releases/seamonkey1.0.1/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.1-extras" />
- <page url="releases/seamonkey1.0.1/known-issues.html" title="Known Issues" id="seamonkey1.0.1-issues" />
+ <page url="releases/seamonkey1.0.1/installation" title="Installation Instructions" id="seamonkey1.0.1-install" />
+ <page url="releases/seamonkey1.0.1/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0.1-extras" />
+ <page url="releases/seamonkey1.0.1/known-issues" title="Known Issues" id="seamonkey1.0.1-issues" />
</page>
</page>
- <page url="releases/1.0.html" title="1.0" id="1.0" hide="true">
+ <page url="releases/1.0" title="1.0" id="1.0" hide="true">
<page url="releases/seamonkey1.0/" title="Release Notes" id="seamonkey1.0">
- <page url="releases/seamonkey1.0/README.html" title="What's New" id="seamonkey1.0-readme">
- <page url="releases/seamonkey1.0/changelog.html" title="Rough Changelog" id="seamonkey1.0-changelog" />
+ <page url="releases/seamonkey1.0/README" title="What's New" id="seamonkey1.0-readme">
+ <page url="releases/seamonkey1.0/changelog" title="Rough Changelog" id="seamonkey1.0-changelog" />
</page>
- <page url="releases/seamonkey1.0/installation.html" title="Installation Instructions" id="seamonkey1.0-install" />
- <page url="releases/seamonkey1.0/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0-extras" />
- <page url="releases/seamonkey1.0/known-issues.html" title="Known Issues" id="seamonkey1.0-issues" />
+ <page url="releases/seamonkey1.0/installation" title="Installation Instructions" id="seamonkey1.0-install" />
+ <page url="releases/seamonkey1.0/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0-extras" />
+ <page url="releases/seamonkey1.0/known-issues" title="Known Issues" id="seamonkey1.0-issues" />
</page>
</page>
- <page url="releases/1.0b.html" title="1.0 Beta" id="1.0b" hide="true">
+ <page url="releases/1.0b" title="1.0 Beta" id="1.0b" hide="true">
<page url="releases/seamonkey1.0b/" title="Release Notes" id="seamonkey1.0b">
- <page url="releases/seamonkey1.0b/README.html" title="What's New" id="seamonkey1.0b-readme">
- <page url="releases/seamonkey1.0b/changelog.html" title="Rough Changelog" id="seamonkey1.0b-changelog" />
+ <page url="releases/seamonkey1.0b/README" title="What's New" id="seamonkey1.0b-readme">
+ <page url="releases/seamonkey1.0b/changelog" title="Rough Changelog" id="seamonkey1.0b-changelog" />
</page>
- <page url="releases/seamonkey1.0b/installation.html" title="Installation Instructions" id="seamonkey1.0b-install" />
- <page url="releases/seamonkey1.0b/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0b-extras" />
- <page url="releases/seamonkey1.0b/known-issues.html" title="Known Issues" id="seamonkey1.0b-issues" />
+ <page url="releases/seamonkey1.0b/installation" title="Installation Instructions" id="seamonkey1.0b-install" />
+ <page url="releases/seamonkey1.0b/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0b-extras" />
+ <page url="releases/seamonkey1.0b/known-issues" title="Known Issues" id="seamonkey1.0b-issues" />
</page>
</page>
- <page url="releases/1.0a.html" title="1.0 Alpha" id="1.0a" hide="true">
+ <page url="releases/1.0a" title="1.0 Alpha" id="1.0a" hide="true">
<page url="releases/seamonkey1.0a/" title="Release Notes" id="seamonkey1.0a">
- <page url="releases/seamonkey1.0a/README.html" title="What's New" id="seamonkey1.0a-readme">
- <page url="releases/seamonkey1.0a/changelog.html" title="Rough Changelog" id="seamonkey1.0a-changelog" />
+ <page url="releases/seamonkey1.0a/README" title="What's New" id="seamonkey1.0a-readme">
+ <page url="releases/seamonkey1.0a/changelog" title="Rough Changelog" id="seamonkey1.0a-changelog" />
</page>
- <page url="releases/seamonkey1.0a/installation.html" title="Installation Instructions" id="seamonkey1.0a-install" />
- <page url="releases/seamonkey1.0a/installation-extras.html" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0a-extras" />
- <page url="releases/seamonkey1.0a/known-issues.html" title="Known Issues" id="seamonkey1.0a-issues" />
+ <page url="releases/seamonkey1.0a/installation" title="Installation Instructions" id="seamonkey1.0a-install" />
+ <page url="releases/seamonkey1.0a/installation-extras" title="Java, Plug-ins, and Other Extras" id="seamonkey1.0a-extras" />
+ <page url="releases/seamonkey1.0a/known-issues" title="Known Issues" id="seamonkey1.0a-issues" />
</page>
</page>
</page>
<page url="start/" title="Start Page" id="start" hide="true" />
- <page url="community.html" title="Community &amp; Support" id="community" />
+ <page url="community" title="Community &amp; Support" id="community" />
<page url="doc/" title="Documentation &amp; Help" id="doc">
- <page url="doc/features.html" title="Features" id="features" />
+ <page url="doc/features" title="Features" id="features" />
</page>
<page url="https://addons.mozilla.org/seamonkey/" title="Add-Ons" id="addons" />
<page url="http://www.cafepress.com/SeaMonkeySuite" title="Merchandising Shop" id="shop" />
<page url="dev/" title="Development" id="dev">
- <page url="dev/get-involved.html" title="Get Involved" id="get-involved" />
- <page url="dev/project-areas.html" title="Project Areas" id="project-areas" />
- <page url="dev/review-and-flags.html" title="Review &amp; Flags" id="review-and-flags" />
- <page url="dev/artwork.html" title="Artwork" id="artwork" />
- <page url="dev/trademark.html" title="Trademark Rules" id="trademark" />
+ <page url="dev/get-involved" title="Get Involved" id="get-involved" />
+ <page url="dev/project-areas" title="Project Areas" id="project-areas" />
+ <page url="dev/review-and-flags" title="Review &amp; Flags" id="review-and-flags" />
+ <page url="dev/artwork" title="Artwork" id="artwork" />
+ <page url="dev/trademark" title="Trademark Rules" id="trademark" />
</page>
- <page url="about.html" title="About" id="about" />
+ <page url="about" title="About" id="about" />
- <page url="sitemap.html" title="Site Map" id="sitemap" hide="true" />
+ <page url="sitemap" title="Site Map" id="sitemap" hide="true" />
</site>
--- a/lib/wrapper.tmpl
+++ b/lib/wrapper.tmpl
@@ -154,22 +154,22 @@
[%- END -%]
</ul>
[%- END %]
</div>
</div>
<div id="footer">
<ul id="footer-menu">
- <li><a href="/sitemap.html">[% strings.Sitemap %]</a></li>
+ <li><a href="/sitemap">[% strings.Sitemap %]</a></li>
<li><a href="http://www.mozilla.org/security/">[% strings.Security %]</a></li>
- <li><a href="/about.html">[% strings.About %]</a></li>
- <li><a href="/about.html#contact">[% strings.Contact %]</a></li>
+ <li><a href="/about">[% strings.About %]</a></li>
+ <li><a href="/about#contact">[% strings.Contact %]</a></li>
</ul>
- <p class="tLicense">[% strings.TrademarkPre %] <a href="/dev/trademark.html">[% strings.TrademarkLink %]</a> [% strings.TrademarkPost %]</p>
+ <p class="tLicense">[% strings.TrademarkPre %] <a href="/dev/trademark">[% strings.TrademarkLink %]</a> [% strings.TrademarkPost %]</p>
<p class="tLicense">[% strings.LicenseCC %] | <a href="http://www.mozilla.org/foundation/licensing/website-content.html">[% strings.Details %]</a>.</p>
[% IF document.links.license -%]
<p class="tLicense">[% strings.LicenseIs %]
<a href="[% document.links.license.0.href %]">[% document.links.license.0.title %]</a>.</p>
[%- END %]
[%- sourcefile = template.name;
sourcefile = sourcefile|replace('\+','%2b');
sourcefile = sourcefile|replace('\=','%3d');
new file mode 100644
--- /dev/null
+++ b/src/.htaccess
@@ -0,0 +1,5 @@
+AddDefaultCharset UTF-8
+LanguagePriority en
+ForceLanguagePriority Prefer Fallback
+Options +MultiViews
+DirectoryIndex index
new file mode 100644
--- /dev/null
+++ b/src/about.en.html
@@ -0,0 +1,107 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Language" content="en">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta http-equiv="Content-Script-Type" content="text/javascript">
+
+<link rel="maintainer" title="Robert Kaiser" href="mailto:kairo@kairo.at">
+<link rel="top" href="./" title="SeaMonkey Project">
+<link rel="up" href="./" title="Home">
+
+<title>About SeaMonkey</title>
+</head>
+<body>
+<h1>About SeaMonkey</h1>
+
+<p>
+The SeaMonkey project is a community effort to deliver production-quality
+releases of code derived from the application formerly known as
+"Mozilla Application Suite".
+Whereas the main focus of the Mozilla Corporation has shifted to Firefox,
+our group of dedicated volunteers works to ensure that users are provided with
+a compelling integrated internet software suite — and have it stable
+enough for corporate use.
+</p>
+
+<h2 id="org">Organization</h2>
+
+<h3 id="council">SeaMonkey Council</h3>
+
+<p>The SeaMonkey Council is the team responsible for project and release
+management, and can be contacted via the email address
+<a href="mailto:seamonkey-council@mozilla.org">seamonkey-council@mozilla.org</a>.</p>
+
+<dl>
+ <dt id="biesi">Christian Biesinger (biesi)</dt>
+ <dd>Christian has been working on Mozilla for a few years; he mostly works
+ in Gecko code, but also does UI patches occasionally. He wrote the image
+ decoders for BMP and XBM files. He also wrote a
+ <a href="http://wiki.mozilla.org/wiki/User:Biesi" class="ex-ref">Plan to
+ make SeaMonkey use the "new toolkit"</a>.</dd>
+
+ <dt id="KaiRo">Robert Kaiser (KaiRo)</dt>
+ <dd>KaiRo is the head of MLP staff (Mozilla Localization Project) and has
+ worked on localizing SeaMonkey since late 1999 (M11/M12). He's also
+ doing the EarlyBlue and LCARStrek themes and has done some work on
+ making some parts of the product localizeable and themable.
+ See also <a href="http://home.kairo.at/blog" class="ex-ref">KaiRo's
+ blog</a> and <a href="http://www.seamonkey.at/" class="ex-ref">the
+ German SeaMonkey site</a>.</dd>
+
+ <dt id="IanN">Ian Neal (IanN)</dt>
+ <dd>Ian does work on XUL/JS stuff (mainly UI but also some backend) with a
+ little bit of simple C++ stuff thrown in. He peer reviews on help and
+ has been actively involved in Mozilla development for about two years
+ before the SeaMonkey project was started.</dd>
+
+ <dt id="Neil">Neil Rashbrook (Neil)</dt>
+ <dd>Neil is the "module owner" of XPFE (most of the SeaMonkey-specific code),
+ and a super-reviewer focussed on XPFE and MailNews. He has been very
+ involved in all SeaMonkey related development for years.</dd>
+
+ <dt id="CTho">Christopher Thomas (CTho)</dt>
+ <dd>Chris has been a Mozilla user for about 5 years, and started as a
+ developer in 2003. His interests have been mostly in the Mozilla
+ frontend. He is experienced with JS and C++.</dd>
+</dl>
+
+<h3 id="owners">Project Area Owners and Peers</h3>
+
+<p>
+The SeaMonkey Project can be divided into several areas, which are listed on
+our <a href="dev/project-areas">project areas list</a>. Each of those areas
+should have an owner and possibly several peers (people who know the code well
+enough to give reviews there), who together care about that area. The sum of
+those areas build a strong group of developers, who can move the SeaMonkey
+project forward.
+</p>
+
+<h3 id="community">Community</h3>
+
+<p>
+Additionally, there's a vibrant community surrounding those developers, see the
+<a href="community">SeaMonkey community page</a> for how to get in touch
+with those people.
+<br>If you want to take an active role in testing or even developing SeaMonkey,
+<a href="dev/get-involved">getting involved with the project</a> is fairly
+easy for anybody who can donate his time to our efforts.
+</p>
+
+<h2 id="contact">Contact</h2>
+
+<p>
+For support and help or even development questions, please turn to
+<a href="./community">our community</a> which usually can help you faster
+and often better than our very small project steering team, the SeaMonkey
+Council.
+</p>
+
+<p>
+If you have questions about legal issues, project management issues or topic
+that need to stay undisclosed to the wider public, please mail the SeaMonkey
+Council at <a href="mailto:seamonkey-council@mozilla.org">seamonkey-council@mozilla.org</a>.
+</p>
+</html>
\ No newline at end of file
deleted file mode 100755
--- a/src/about.html
+++ /dev/null
@@ -1,107 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
-<head>
-
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta http-equiv="Content-Language" content="en">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<meta http-equiv="Content-Script-Type" content="text/javascript">
-
-<link rel="maintainer" title="Robert Kaiser" href="mailto:kairo@kairo.at">
-<link rel="top" href="/" title="SeaMonkey Project">
-<link rel="up" href="./" title="Home">
-
-<title>About SeaMonkey</title>
-</head>
-<body>
-<h1>About SeaMonkey</h1>
-
-<p>
-The SeaMonkey project is a community effort to deliver production-quality
-releases of code derived from the application formerly known as
-"Mozilla Application Suite".
-Whereas the main focus of the Mozilla Corporation has shifted to Firefox,
-our group of dedicated volunteers works to ensure that users are provided with
-a compelling integrated internet software suite — and have it stable
-enough for corporate use.
-</p>
-
-<h2 id="org">Organization</h2>
-
-<h3 id="council">SeaMonkey Council</h3>
-
-<p>The SeaMonkey Council is the team responsible for project and release
-management, and can be contacted via the email address
-<a href="mailto:seamonkey-council@mozilla.org">seamonkey-council@mozilla.org</a>.</p>
-
-<dl>
- <dt id="biesi">Christian Biesinger (biesi)</dt>
- <dd>Christian has been working on Mozilla for a few years; he mostly works
- in Gecko code, but also does UI patches occasionally. He wrote the image
- decoders for BMP and XBM files. He also wrote a
- <a href="http://wiki.mozilla.org/wiki/User:Biesi" class="ex-ref">Plan to
- make SeaMonkey use the "new toolkit"</a>.</dd>
-
- <dt id="KaiRo">Robert Kaiser (KaiRo)</dt>
- <dd>KaiRo is the head of MLP staff (Mozilla Localization Project) and has
- worked on localizing SeaMonkey since late 1999 (M11/M12). He's also
- doing the EarlyBlue and LCARStrek themes and has done some work on
- making some parts of the product localizeable and themable.
- See also <a href="http://home.kairo.at/blog" class="ex-ref">KaiRo's
- blog</a> and <a href="http://www.seamonkey.at/" class="ex-ref">the
- German SeaMonkey site</a>.</dd>
-
- <dt id="IanN">Ian Neal (IanN)</dt>
- <dd>Ian does work on XUL/JS stuff (mainly UI but also some backend) with a
- little bit of simple C++ stuff thrown in. He peer reviews on help and
- has been actively involved in Mozilla development for about two years
- before the SeaMonkey project was started.</dd>
-
- <dt id="Neil">Neil Rashbrook (Neil)</dt>
- <dd>Neil is the "module owner" of XPFE (most of the SeaMonkey-specific code),
- and a super-reviewer focussed on XPFE and MailNews. He has been very
- involved in all SeaMonkey related development for years.</dd>
-
- <dt id="CTho">Christopher Thomas (CTho)</dt>
- <dd>Chris has been a Mozilla user for about 5 years, and started as a
- developer in 2003. His interests have been mostly in the Mozilla
- frontend. He is experienced with JS and C++.</dd>
-</dl>
-
-<h3 id="owners">Project Area Owners and Peers</h3>
-
-<p>
-The SeaMonkey Project can be divided into several areas, which are listed on
-our <a href="dev/project-areas.html">project areas list</a>. Each of those areas
-should have an owner and possibly several peers (people who know the code well
-enough to give reviews there), who together care about that area. The sum of
-those areas build a strong group of developers, who can move the SeaMonkey
-project forward.
-</p>
-
-<h3 id="community">Community</h3>
-
-<p>
-Additionally, there's a vibrant community surrounding those developers, see the
-<a href="community.html">SeaMonkey community page</a> for how to get in touch
-with those people.
-<br>If you want to take an active role in testing or even developing SeaMonkey,
-<a href="dev/get-involved.html">getting involved with the project</a> is fairly
-easy for anybody who can donate his time to our efforts.
-</p>
-
-<h2 id="contact">Contact</h2>
-
-<p>
-For support and help or even development questions, please turn to
-<a href="/community.html">our community</a> which usually can help you faster
-and often better than our very small project steering team, the SeaMonkey
-Council.
-</p>
-
-<p>
-If you have questions about legal issues, project management issues or topic
-that need to stay undisclosed to the wider public, please mail the SeaMonkey
-Council at <a href="mailto:seamonkey-council@mozilla.org">seamonkey-council@mozilla.org</a>.
-</p>
-</html>
\ No newline at end of file
new file mode 100644
--- /dev/null
+++ b/src/community.en.html
@@ -0,0 +1,140 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Language" content="en">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta http-equiv="Content-Script-Type" content="text/javascript">
+
+<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
+<link rel="top" href="./" title="SeaMonkey Project">
+<link rel="up" href="./" title="SeaMonkey Project">
+
+<title>SeaMonkey Community</title>
+</head>
+<body>
+<h1>SeaMonkey Community</h1>
+
+<p>
+Development of the SeaMonkey Internet Application suite software wouldn't be
+possible without the vibrant community of developers and users that form the
+SeaMonkey Project.
+<br>This page gives you some pointers of how to get in contact or be a part of
+our community. For a perspective of the wider Mozilla community that we are a
+part of, read the <a href="http://www.mozilla.org/community/">mozilla.org community page</a>.
+</P>
+
+<h2 id="groups">Newsgroups / Mailing Lists</h2>
+
+<p>
+The main channel of community activity within the SeaMonkey project are the
+newsgroups hosted at mozilla.org, each of which are mirrored as mailing lists.
+<br>Please read the <a href="http://www.mozilla.org/community/developer-forums.html">mozilla.org
+developer forums page</a> for more info about those groups / lists. This page
+also lists lots of similar forums for other mozilla.org projects as well as
+technical topics related to Mozilla technology.
+</p>
+
+<p>Please read the <a href="http://www.mozilla.org/community/etiquette.html">Mozilla forum
+etiquette</a> document for posting rules and conventions.</p>
+
+<table class="forumlist">
+<colgroup><col class="name"><col><col class="subscribe"></colgroup>
+<tr>
+<th id="support-seamonkey">mozilla.support.seamonkey</th>
+<td>
+ End-user support, ask user questions about SeaMonkey here.
+</td>
+<td>
+ <ul class="subscribe">
+ <li>News: <a href="news://news.mozilla.org/mozilla.support.seamonkey">mozilla.support.seamonkey</a></li>
+ <li>List: support-seamonkey@lists.mozilla.org
+ <a href="https://lists.mozilla.org/listinfo/support-seamonkey">subscribe/unsubscribe</a></li>
+ </ul>
+</td>
+</tr>
+<tr>
+<th id="dev-apps-seamonkey">mozilla.dev.apps.seamonkey</th>
+<td>
+ This forum is for code questions, project management and development
+ discussion within the SeaMonkey project.
+</td>
+<td>
+ <ul class="subscribe">
+ <li>News: <a href="news://news.mozilla.org/mozilla.dev.apps.seamonkey">mozilla.dev.apps.seamonkey</a></li>
+ <li>List: dev-apps-seamonkey@lists.mozilla.org
+ <a href="https://lists.mozilla.org/listinfo/dev-apps-seamonkey">subscribe/unsubscribe</a></li>
+ </ul>
+</td>
+</tr>
+</table>
+
+<h2 id="irc">IRC - Internet Relay Chat</h2>
+
+<p>
+Lots of SeaMonkey developers and users also gather on IRC in the
+<a href="irc://irc.mozilla.org/seamonkey">#seamonkey channel on irc.mozilla.org</a>
+(This link should directly take you into the channel when you're using SeaMonkey
+with the ChatZilla IRC Client installed, which you should have with a full
+installation.)
+</p>
+
+<h2 id="support">User Support and Discussion</h2>
+
+<p>
+A community product like SeaMonkey heavily relies on users building a support
+and discussion network to help each other with questions and problems regarding
+the use of the software. This is happening directly at mozilla.org through the
+above mentioned communication channels, and in several other places, the most
+important of which are listed in this section.
+</p>
+
+<dl class="sitelist">
+ <dt><a href="http://forums.mozillazine.org/index.php?c=3">MozillaZine Forums</a></dt>
+ <dd>
+ <p>
+ The web forums of the oldest Mozilla online magazine, covering thousands
+ of SeaMonkey-related topics.
+ </p>
+ </dd>
+
+ <dt><a href="http://kb.mozillazine.org/Mozilla_Suite">Knowledge Base</a></dt>
+ <dd>
+ <p>
+ Also hosted at MozillaZine, the knowledge base offers lots of help for
+ users of our software.
+ </p>
+ </dd>
+
+ <dt><a href="http://seamonkey.ilias.ca/">SeaMonkey Help</a></dt>
+ <dd>
+ <p>
+ Contributed by a long-time SeaMonkey fan, this page hosts various user
+ support documents as well as a document describing the
+ <a href="http://ilias.ca/SeamonkeyvsFirefox">differences between
+ Firefox/Thunderbird and SeaMonkey</a> very well.
+ </p>
+ </dd>
+
+ <dt><a href="http://www.mozilla.org/community/user-sites.html">Mozilla User Community Sites</a></dt>
+ <dd>
+ <p>
+ User community sites around the Web that deal with the wider Mozilla
+ project, many of which also cover SeaMonkey.
+ </p>
+ </dd>
+
+ <dt><a href="http://www.mozilla.org/community/intl/">International Mozilla Sites</a></dt>
+
+ <dd>
+ <p>
+ The international Mozilla community provides many resources, also in
+ languages other than English.
+ </p>
+ </dd>
+
+</dl>
+
+</body>
+</html>
\ No newline at end of file
deleted file mode 100755
--- a/src/community.html
+++ /dev/null
@@ -1,140 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
-<head>
-
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta http-equiv="Content-Language" content="en">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<meta http-equiv="Content-Script-Type" content="text/javascript">
-
-<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
-<link rel="top" href="/" title="SeaMonkey Project">
-<link rel="up" href="./" title="SeaMonkey Project">
-
-<title>SeaMonkey Community</title>
-</head>
-<body>
-<h1>SeaMonkey Community</h1>
-
-<p>
-Development of the SeaMonkey Internet Application suite software wouldn't be
-possible without the vibrant community of developers and users that form the
-SeaMonkey Project.
-<br>This page gives you some pointers of how to get in contact or be a part of
-our community. For a perspective of the wider Mozilla community that we are a
-part of, read the <a href="/community/">mozilla.org community page</a>.
-</P>
-
-<h2 id="groups">Newsgroups / Mailing Lists</h2>
-
-<p>
-The main channel of community activity within the SeaMonkey project are the
-newsgroups hosted at mozilla.org, each of which are mirrored as mailing lists.
-<br>Please read the <a href="/community/developer-forums.html">mozilla.org
-developer forums page</a> for more info about those groups / lists. This page
-also lists lots of similar forums for other mozilla.org projects as well as
-technical topics related to Mozilla technology.
-</p>
-
-<p>Please read the <a href="/community/etiquette.html">Mozilla forum
-etiquette</a> document for posting rules and conventions.</p>
-
-<table class="forumlist">
-<colgroup><col class="name"><col><col class="subscribe"></colgroup>
-<tr>
-<th id="support-seamonkey">mozilla.support.seamonkey</th>
-<td>
- End-user support, ask user questions about SeaMonkey here.
-</td>
-<td>
- <ul class="subscribe">
- <li>News: <a href="news://news.mozilla.org/mozilla.support.seamonkey">mozilla.support.seamonkey</a></li>
- <li>List: support-seamonkey@lists.mozilla.org
- <a href="https://lists.mozilla.org/listinfo/support-seamonkey">subscribe/unsubscribe</a></li>
- </ul>
-</td>
-</tr>
-<tr>
-<th id="dev-apps-seamonkey">mozilla.dev.apps.seamonkey</th>
-<td>
- This forum is for code questions, project management and development
- discussion within the SeaMonkey project.
-</td>
-<td>
- <ul class="subscribe">
- <li>News: <a href="news://news.mozilla.org/mozilla.dev.apps.seamonkey">mozilla.dev.apps.seamonkey</a></li>
- <li>List: dev-apps-seamonkey@lists.mozilla.org
- <a href="https://lists.mozilla.org/listinfo/dev-apps-seamonkey">subscribe/unsubscribe</a></li>
- </ul>
-</td>
-</tr>
-</table>
-
-<h2 id="irc">IRC - Internet Relay Chat</h2>
-
-<p>
-Lots of SeaMonkey developers and users also gather on IRC in the
-<a href="irc://irc.mozilla.org/seamonkey">#seamonkey channel on irc.mozilla.org</a>
-(This link should directly take you into the channel when you're using SeaMonkey
-with the ChatZilla IRC Client installed, which you should have with a full
-installation.)
-</p>
-
-<h2 id="support">User Support and Discussion</h2>
-
-<p>
-A community product like SeaMonkey heavily relies on users building a support
-and discussion network to help each other with questions and problems regarding
-the use of the software. This is happening directly at mozilla.org through the
-above mentioned communication channels, and in several other places, the most
-important of which are listed in this section.
-</p>
-
-<dl class="sitelist">
- <dt><a href="http://forums.mozillazine.org/index.php?c=3">MozillaZine Forums</a></dt>
- <dd>
- <p>
- The web forums of the oldest Mozilla online magazine, covering thousands
- of SeaMonkey-related topics.
- </p>
- </dd>
-
- <dt><a href="http://kb.mozillazine.org/Mozilla_Suite">Knowledge Base</a></dt>
- <dd>
- <p>
- Also hosted at MozillaZine, the knowledge base offers lots of help for
- users of our software.
- </p>
- </dd>
-
- <dt><a href="http://seamonkey.ilias.ca/">SeaMonkey Help</a></dt>
- <dd>
- <p>
- Contributed by a long-time SeaMonkey fan, this page hosts various user
- support documents as well as a document describing the
- <a href="http://ilias.ca/SeamonkeyvsFirefox">differences between
- Firefox/Thunderbird and SeaMonkey</a> very well.
- </p>
- </dd>
-
- <dt><a href="/community/user-sites.html">Mozilla User Community Sites</a></dt>
- <dd>
- <p>
- User community sites around the Web that deal with the wider Mozilla
- project, many of which also cover SeaMonkey.
- </p>
- </dd>
-
- <dt><a href="/community/intl/">International Mozilla Sites</a></dt>
-
- <dd>
- <p>
- The international Mozilla community provides many resources, also in
- languages other than English.
- </p>
- </dd>
-
-</dl>
-
-</body>
-</html>
\ No newline at end of file
new file mode 100644
--- /dev/null
+++ b/src/dev/artwork.en.html
@@ -0,0 +1,81 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Language" content="en">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta http-equiv="Content-Script-Type" content="text/javascript">
+
+<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
+<link rel="top" href="../" title="SeaMonkey Project">
+<link rel="up" href="./" title="Development">
+<link rel="section" href="#history" title="History">
+<link rel="section" href="#logo" title="Logo">
+
+<title>SeaMonkey Artwork</title>
+</head>
+<body>
+<h1>SeaMonkey Artwork</h1>
+
+<h2><a name="history" id="history">History</a></h2>
+
+<p>
+When the SeaMonkey project took over development of the suite application
+from the Mozilla Foundation, all Mozilla logos had to be replaced with our
+own, new artwork.
+</p>
+
+<p>
+Early SeaMonkey nightlies as well as the SeaMonkey 1.0 Alpha release showed a
+placeholder logo and other artwork derived from that. This imagery, originally
+created by Chris Thomas, and other derived artwork was only being used to
+replace all Mozilla-branded artwork and, as already noted, as a placeholder for
+our real branding, which was found through community submissions.
+</p>
+
+<p>
+After months of submissions and selection processes, the SeaMonkey Council
+announced a new logo for its project and application. The project's initial
+<a href="news.html#2005-07-28">call for logo submissions</a> was answered with
+no fewer than 197 different proposals submitted by Mozilla and SeaMonkey
+community members. From those 197 logos, amongst which were many good options,
+the Council selected the new logo after many discussions and a long decision
+process.
+</p>
+
+<h2><a name="logo" id="logo">The New Logo</a></h2>
+
+<p>
+The new artwork centers around an abstract figure resembling a "Sea Monkey",
+colored in a light, cyan/blue color, standing out from a dark blue circle with
+a wave pattern in the middle. This design, created by Alex Butin, not only
+looks professional and polished, but also fits perfectly as an icon on a modern
+computer desktop and is easily recognizable even in small sizes. Additionally,
+the look matches the rest of the mozilla.org family (Firefox, Thunderbird,
+Camino, Sunbird) quite well. And while the soft shapes and color shades create
+a very polished impression, the waves and the figure make people feel the new
+dynamic the internet suite application has gained through the new project.
+</p>
+
+<p>
+<img src="images/seamonkey96.png" width="96" height="96" alt="">
+<img src="images/seamonkey64.png" width="64" height="64" alt="">
+<img src="images/seamonkey32.png" width="32" height="32" alt="">
+<img src="images/seamonkey16.png" width="16" height="16" alt="">
+</p>
+
+<p>
+Above images show the SeaMonkey logo in different sizes, from 96px down to
+16px. The SeaMonkey word and logo are registered as US trademarks by the
+Mozilla Foundation, and these logo images are also owned by the Mozilla
+Foundation (the SeaMonkey project at mozilla.org is legally represented by the
+Mozilla Foundation), but they are free to use for promotion of our project and
+application. Some versions of the logo and derived artwork are used in the
+mozilla.org CVS code repository and the final SeaMonkey application, and
+provided under the <a href="../../MPL/">MPL/LGPL/GPL tri-license</a> for that
+purpose.
+</p>
+
+</body>
+</html>
\ No newline at end of file
deleted file mode 100755
--- a/src/dev/artwork.html
+++ /dev/null
@@ -1,81 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
-<head>
-
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta http-equiv="Content-Language" content="en">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<meta http-equiv="Content-Script-Type" content="text/javascript">
-
-<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
-<link rel="top" href="/" title="SeaMonkey Project">
-<link rel="up" href="./" title="Development">
-<link rel="section" href="#history" title="History">
-<link rel="section" href="#logo" title="Logo">
-
-<title>SeaMonkey Artwork</title>
-</head>
-<body>
-<h1>SeaMonkey Artwork</h1>
-
-<h2><a name="history" id="history">History</a></h2>
-
-<p>
-When the SeaMonkey project took over development of the suite application
-from the Mozilla Foundation, all Mozilla logos had to be replaced with our
-own, new artwork.
-</p>
-
-<p>
-Early SeaMonkey nightlies as well as the SeaMonkey 1.0 Alpha release showed a
-placeholder logo and other artwork derived from that. This imagery, originally
-created by Chris Thomas, and other derived artwork was only being used to
-replace all Mozilla-branded artwork and, as already noted, as a placeholder for
-our real branding, which was found through community submissions.
-</p>
-
-<p>
-After months of submissions and selection processes, the SeaMonkey Council
-announced a new logo for its project and application. The project's initial
-<a href="news.html#2005-07-28">call for logo submissions</a> was answered with
-no fewer than 197 different proposals submitted by Mozilla and SeaMonkey
-community members. From those 197 logos, amongst which were many good options,
-the Council selected the new logo after many discussions and a long decision
-process.
-</p>
-
-<h2><a name="logo" id="logo">The New Logo</a></h2>
-
-<p>
-The new artwork centers around an abstract figure resembling a "Sea Monkey",
-colored in a light, cyan/blue color, standing out from a dark blue circle with
-a wave pattern in the middle. This design, created by Alex Butin, not only
-looks professional and polished, but also fits perfectly as an icon on a modern
-computer desktop and is easily recognizable even in small sizes. Additionally,
-the look matches the rest of the mozilla.org family (Firefox, Thunderbird,
-Camino, Sunbird) quite well. And while the soft shapes and color shades create
-a very polished impression, the waves and the figure make people feel the new
-dynamic the internet suite application has gained through the new project.
-</p>
-
-<p>
-<img src="images/seamonkey96.png" width="96" height="96" alt="">
-<img src="images/seamonkey64.png" width="64" height="64" alt="">
-<img src="images/seamonkey32.png" width="32" height="32" alt="">
-<img src="images/seamonkey16.png" width="16" height="16" alt="">
-</p>
-
-<p>
-Above images show the SeaMonkey logo in different sizes, from 96px down to
-16px. The SeaMonkey word and logo are registered as US trademarks by the
-Mozilla Foundation, and these logo images are also owned by the Mozilla
-Foundation (the SeaMonkey project at mozilla.org is legally represented by the
-Mozilla Foundation), but they are free to use for promotion of our project and
-application. Some versions of the logo and derived artwork are used in the
-mozilla.org CVS code repository and the final SeaMonkey application, and
-provided under the <a href="../../MPL/">MPL/LGPL/GPL tri-license</a> for that
-purpose.
-</p>
-
-</body>
-</html>
\ No newline at end of file
new file mode 100644
--- /dev/null
+++ b/src/dev/get-involved.en.html
@@ -0,0 +1,118 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Language" content="en">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta http-equiv="Content-Script-Type" content="text/javascript">
+<meta http-equiv="Cache-Control" content="max-age=0">
+<meta http-equiv="Cache-Control" content="must-revalidate">
+
+<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
+<link rel="top" href="../" title="SeaMonkey Project">
+<link rel="up" href="./" title="Development">
+
+<title>Get Involved with SeaMonkey</title>
+</head>
+<body>
+<h1>Get Involved with SeaMonkey</h1>
+<p>
+You've probably already downloaded (or compiled) a copy of SeaMonkey.
+This means that you're ready for volunteering to become part of the SeaMonkey
+testing community. Helping out won't take much of your time, doesn't require
+special skills, and will help improve SeaMonkey.
+</p>
+
+<h2>What Needs To Be Done?</h2>
+ <p>You've already downloaded a build. All you have to do is use it as your
+ everyday browser and mail/news reader.
+ <dl class="tasklist">
+ <dt>Report Bugs</dt>
+ <dd>
+ <dl>
+ <dt>Reporter Tool</dt>
+ <dd>
+ SeaMonkey comes with a new tool for reporting broken web sites
+ (available through the Custom Install option). From the 'Help' menu,
+ select 'Report Broken Web Site' and provide as much information as
+ you can about the issue that you are encountering. By helping alert
+ us of broken web sites, we can work with the webmaster to correct the
+ problem, and make the website compatible.
+ </dd>
+ <dt>Crash Reporting (Breakpad)</dt>
+ <dd>
+ Please submit crash reports when our "Crash! Bang! Boom!" dialog comes
+ up and asks for that. Crash reports give us really valuable data on
+ which crashes are the most serious, and how often people are
+ encountering them. And all you have to do is click a button and leave
+ the checkbox for submitting turned on.
+ </dd>
+ <dt>Bugzilla</dt>
+ <dd>
+ All software errors in our application should get reported in the
+ Bugzilla database. If you find something you think is a bug, check to
+ see if it's not already
+ <a href="http://bugzilla.mozilla.org/duplicates.cgi">known about</a>,
+ and then please follow the
+ <a href="http://bugzilla.mozilla.org/enter_bug.cgi?format=guided">bug
+ submission procedure</a>.
+ </dd>
+ </dl>
+ </dd>
+ <dt>Quality Assurance</dt>
+ <dd>
+ <p>SeaMonkey QA has a <a href="http://wiki.mozilla.org/SeaMonkey:QA">page</a>
+ dedicated to ways to get involved with helping. This doesn't involve
+ knowing how to code, although a little knowledge of HTML is helpful.
+ Being involved with QA is good for people wanting to get more familiar
+ with SeaMonkey, and there's a strong community. A particularly good way
+ to get involved is to join the
+ <a href="http://www.mozilla.org/newlayout/bugathon.html">BugAThon</a>.</p>
+ </dd>
+ <dt>Fix Bugs</dt>
+ <dd>
+ <p>Is there some bug that really bothers you? As well as reporting it,
+ feel free to <a href="http://www.mozilla.org/developer/">fix it</a>.</p>
+ </dd>
+ <dt><a href="http://developer.mozilla.org/en/docs/Devmo:How_to_Help">Write
+ Documentation</a></dt>
+ <dd>
+ <p>We need
+ <a href="http://developer.mozilla.org/en/docs/"
+ title="Mozilla Documentation">documentation</a>
+ for users, web developers, and developers working on SeaMonkey and
+ other Mozilla projects. If you write your own code, document it. Much
+ of the existing code isn't very well documented. In the process of
+ figuring things out, try and document your discoveries.</p>
+ </dd>
+ <dt>Contact Web Sites That Have Problems</dt>
+ <dd>
+ <p>Do your favorite web sites work properly in SeaMonkey or other
+ Mozilla-based browsers? If not then you can help Mozilla succeed by
+ helping to convince web sites and web developers to develop
+ cross-browser, standards-based content which supports SeaMonkey.</p>
+ <p>You can help with the <a href="../../tech-evangelism/">Mozilla
+ Tech Evangelism</a> project by filing Tech Evangelism bugs on sites
+ which do not work in SeaMonkey, by triaging existing Tech Evangelism
+ bugs, and by complaining to sites that they do not support your
+ favorite browser!</p>
+ </dd>
+ </dl>
+ <dl class="tasklist">
+ <dt>Community</dt>
+ <dd>
+ <p>SeaMonkey developers tend to hang out on IRC. If you've
+ installed Chatzilla, getting connected is
+ <a href="irc://irc.mozilla.org/#mozillazine">easy</a>. Otherwise, fire up
+ your favorite IRC client and connect to <tt>irc.mozilla.org:6667</tt>,
+ <tt>#mozillazine</tt> (a friendly channel belonging to
+ <a href="http://www.mozillazine.org/">MozillaZine</a>.) The development
+ channel is #seamonkey, although please note that people are trying to do
+ work in this channel, so please don't ask support questions there.
+ Another way to get involved is reading the
+ <a href="community#groups">newsgroups</a>.</p>
+ </dd>
+ </dl>
+</body>
+</html>
deleted file mode 100644
--- a/src/dev/get-involved.html
+++ /dev/null
@@ -1,118 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
-<head>
-
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta http-equiv="Content-Language" content="en">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<meta http-equiv="Content-Script-Type" content="text/javascript">
-<meta http-equiv="Cache-Control" content="max-age=0">
-<meta http-equiv="Cache-Control" content="must-revalidate">
-
-<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
-<link rel="top" href="/" title="SeaMonkey Project">
-<link rel="up" href="./" title="Development">
-
-<title>Get Involved with SeaMonkey</title>
-</head>
-<body>
-<h1>Get Involved with SeaMonkey</h1>
-<p>
-You've probably already downloaded (or compiled) a copy of SeaMonkey.
-This means that you're ready for volunteering to become part of the SeaMonkey
-testing community. Helping out won't take much of your time, doesn't require
-special skills, and will help improve SeaMonkey.
-</p>
-
-<h2>What Needs To Be Done?</h2>
- <p>You've already downloaded a build. All you have to do is use it as your
- everyday browser and mail/news reader.
- <dl class="tasklist">
- <dt>Report Bugs</dt>
- <dd>
- <dl>
- <dt>Reporter Tool</dt>
- <dd>
- SeaMonkey comes with a new tool for reporting broken web sites
- (available through the Custom Install option). From the 'Help' menu,
- select 'Report Broken Web Site' and provide as much information as
- you can about the issue that you are encountering. By helping alert
- us of broken web sites, we can work with the webmaster to correct the
- problem, and make the website compatible.
- </dd>
- <dt>Crash Reporting (Breakpad)</dt>
- <dd>
- Please submit crash reports when our "Crash! Bang! Boom!" dialog comes
- up and asks for that. Crash reports give us really valuable data on
- which crashes are the most serious, and how often people are
- encountering them. And all you have to do is click a button and leave
- the checkbox for submitting turned on.
- </dd>
- <dt>Bugzilla</dt>
- <dd>
- All software errors in our application should get reported in the
- Bugzilla database. If you find something you think is a bug, check to
- see if it's not already
- <a href="http://bugzilla.mozilla.org/duplicates.cgi">known about</a>,
- and then please follow the
- <a href="http://bugzilla.mozilla.org/enter_bug.cgi?format=guided">bug
- submission procedure</a>.
- </dd>
- </dl>
- </dd>
- <dt>Quality Assurance</dt>
- <dd>
- <p>SeaMonkey QA has a <a href="http://wiki.mozilla.org/SeaMonkey:QA">page</a>
- dedicated to ways to get involved with helping. This doesn't involve
- knowing how to code, although a little knowledge of HTML is helpful.
- Being involved with QA is good for people wanting to get more familiar
- with SeaMonkey, and there's a strong community. A particularly good way
- to get involved is to join the
- <a href="/newlayout/bugathon.html">BugAThon</a>.</p>
- </dd>
- <dt>Fix Bugs</dt>
- <dd>
- <p>Is there some bug that really bothers you? As well as reporting it,
- feel free to <a href="/developer/">fix it</a>.</p>
- </dd>
- <dt><a href="http://developer.mozilla.org/en/docs/Devmo:How_to_Help">Write
- Documentation</a></dt>
- <dd>
- <p>We need
- <a href="http://developer.mozilla.org/en/docs/"
- title="Mozilla Documentation">documentation</a>
- for users, web developers, and developers working on SeaMonkey and
- other Mozilla projects. If you write your own code, document it. Much
- of the existing code isn't very well documented. In the process of
- figuring things out, try and document your discoveries.</p>
- </dd>
- <dt>Contact Web Sites That Have Problems</dt>
- <dd>
- <p>Do your favorite web sites work properly in SeaMonkey or other
- Mozilla-based browsers? If not then you can help Mozilla succeed by
- helping to convince web sites and web developers to develop
- cross-browser, standards-based content which supports SeaMonkey.</p>
- <p>You can help with the <a href="../../tech-evangelism/">Mozilla
- Tech Evangelism</a> project by filing Tech Evangelism bugs on sites
- which do not work in SeaMonkey, by triaging existing Tech Evangelism
- bugs, and by complaining to sites that they do not support your
- favorite browser!</p>
- </dd>
- </dl>
- <dl class="tasklist">
- <dt>Community</dt>
- <dd>
- <p>SeaMonkey developers tend to hang out on IRC. If you've
- installed Chatzilla, getting connected is
- <a href="irc://irc.mozilla.org/#mozillazine">easy</a>. Otherwise, fire up
- your favorite IRC client and connect to <tt>irc.mozilla.org:6667</tt>,
- <tt>#mozillazine</tt> (a friendly channel belonging to
- <a href="http://www.mozillazine.org/">MozillaZine</a>.) The development
- channel is #seamonkey, although please note that people are trying to do
- work in this channel, so please don't ask support questions there.
- Another way to get involved is reading the
- <a href="community.html#groups">newsgroups</a>.</p>
- </dd>
- </dl>
-</body>
-</html>
new file mode 100644
--- /dev/null
+++ b/src/dev/index.en.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Language" content="en">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta http-equiv="Content-Script-Type" content="text/javascript">
+
+<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
+<link rel="top" href="../" title="SeaMonkey Project">
+<link rel="up" href="../" title="Home">
+
+<title>Development</title>
+</head>
+<body>
+<h1>SeaMonkey Development Resources</h1>
+<p>
+The SeaMonkey Project is constantly in need of developers. If you want to help, you can find some resources here.
+</p>
+
+<ul>
+ <li><a href="http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/">"Nightly" builds</a></li>
+ <li><a href="http://wiki.mozilla.org/SeaMonkey:Home_Page">Wiki: SeaMonkey Home Page</a></li>
+ <li><a href="get-involved">Getting Involved with SeaMonkey</a></li>
+ <li><a href="artwork">Logo & Artwork</a></li>
+ <li><a href="project-areas">SeaMonkey Project Areas</a></li>
+ <li><a href="review-and-flags">Review and Flag Policies</a></li>
+ <li><a href="http://weblogs.mozillazine.org/seamonkey/" class="ex-ref">SeaMonkey Weblog</a></li>
+ <li><a href="http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey">Current Tree Status</a></li>
+</ul>
+</body>
+</html>
deleted file mode 100644
--- a/src/dev/index.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
-<head>
-
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta http-equiv="Content-Language" content="en">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<meta http-equiv="Content-Script-Type" content="text/javascript">
-
-<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
-<link rel="top" href="/" title="SeaMonkey Project">
-<link rel="up" href="../" title="Home">
-
-<title>Development</title>
-</head>
-<body>
-<h1>SeaMonkey Development Resources</h1>
-<p>
-The SeaMonkey Project is constantly in need of developers. If you want to help, you can find some resources here.
-</p>
-
-<ul>
- <li><a href="http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/">"Nightly" builds</a></li>
- <li><a href="http://wiki.mozilla.org/SeaMonkey:Home_Page">Wiki: SeaMonkey Home Page</a></li>
- <li><a href="get-involved.html">Getting Involved with SeaMonkey</a></li>
- <li><a href="artwork.html">Logo & Artwork</a></li>
- <li><a href="project-areas.html">SeaMonkey Project Areas</a></li>
- <li><a href="review-and-flags.html">Review and Flag Policies</a></li>
- <li><a href="http://weblogs.mozillazine.org/seamonkey/" class="ex-ref">SeaMonkey Weblog</a></li>
- <li><a href="http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey">Current Tree Status</a></li>
-</ul>
-</body>
-</html>
new file mode 100644
--- /dev/null
+++ b/src/dev/project-areas-internal.en.html
@@ -0,0 +1,335 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
+<link rel="top" href="../" title="SeaMonkey Project">
+<!-- link rel="up" href="../" title="Home" -->
+
+<title>SeaMonkey project areas</title>
+</head>
+<body>
+<h1>SeaMonkey project areas</h1>
+
+<p>
+The project areas list acts as a "master list" for several other things:
+Most importantly, SeaMonkey's Bugzilla components list gets derived from it,
+but also things like CVS modules are based on it. It's similar in purpose to
+the <a href="http://www.mozilla.org/owners.html">Mozilla Module Owners</a>
+list, and the
+<a href="http://www.mozilla.org/hacking/module-ownership.html">Module
+Ownership</a> document applies as far as possible, esp. its "Criteria for
+Module Ownership" section.
+<br>The list is managed by Robert Kaiser (KaiRo)
+<<a href="mailto:kairo@kairo.at">kairo@kairo.at</a>>,
+contact him with any comments or suggestions for changes.
+<br>Note that only the owner of an area (or its parent area) or the SeaMonkey
+Council can decide on changes for a specific area.
+So if you want to get on the list as a peer, contact the owner. If you want
+to own an area, contact either the parent area's owner (if there is one) or
+the SeaMonkey Council.
+</p>
+<p>
+If the table is too wide for your little screen, try a widescreen high-resolution one. :)
+</p>
+<p><i>
+Note: This is still a draft version of that list, which is supposed to go to
+<a href="http://www.seamonkey-project.org/project-areas">http://www.seamonkey-project.org/project-areas.html</a>
+in the future.
+In the Owner and Peers columns, italic values mean proposed/volunteered but
+not assigned yet, and striked out old owners/peers mean people who have told
+us they want to hand over that area.
+Any question mark means that I'm unsure of that one - comments welcome!
+<br>There's a different document about
+<a href="seamonkey-bugzilla-reorg">bugzilla component restructuring</a>
+now which also notes old components that get renamed or merged into the new
+ones listed here.
+</i></p>
+
+<table class="data">
+<thead>
+<tr>
+ <th colspan="3">Area name</th>
+ <th>Description</th>
+ <th>Bugzilla component</th>
+ <th>Source directories</th>
+ <th>Owner</th>
+ <th>Peer(s)</th>
+</tr>
+</thead>
+
+<tbody>
+<tr>
+ <td colspan="3"><b>User Interface</b></td>
+ <td> </td>
+ <td> </td>
+ <td>xpfe/<br>suite/</td>
+ <td>Neil ("UI tsar")</td>
+ <td> </td>
+</tr>
+<tr>
+ <td rowspan="2"> </td>
+ <td colspan="2">UI design and review</td>
+ <td>achieving consistency throughout the product both internally and
+ externally</td>
+ <td>UI design</td>
+ <td> </td>
+ <td>Neil</td>
+ <td>jag, timeless <small>(old: dean_tessman?)</small></td>
+</tr>
+<tr>
+ <td colspan="2">Themes</td>
+ <td>Classic, Modern, general theme issues</td>
+ <td>Themes</td>
+ <td>themes/<br>suite/themes/</td>
+ <td><i>MReimer</i></td>
+ <td>Neil, <i>KaiRo</i></td>
+</tr>
+
+<tr>
+ <td colspan="3"><b>Suite applications</b></td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+</tr>
+<tr>
+ <td rowspan="13"> </td>
+ <td colspan="2"><b><i>Browser</i></b></td>
+ <td>Navigator UI and parts of the suite that are mainly used by the browser
+ (some may be shared with Mail or Composer to a certain extent though)</td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+</tr>
+<tr>
+ <td rowspan="4"> </td>
+ <td>Browsing tools</td>
+ <td>[UI for] Tools that help with browser functionality (Bookmarks,
+ History, location bar, page info, view source, autocomplete etc.)</td>
+ <td>Browsing tools: Bookmarks
+ <br>Browsing tools: Page Info
+ <br>Browsing tools: ViewSource
+ <br>Browsing tools: Autocomplete</td>
+ <td> </td>
+ <td>db48x (Page Info) <small>(old: p_ch?, <span style="text-decoration:line-through;">mrbkap</span>)</small></td>
+ <td>db48x (Bookmarks, ViewSource, Autocomplete) <small>(old: doron?)</small></td>
+</tr>
+<tr>
+ <td>Download & File Handling</td>
+ <td>Download Manager, helper apps, open/save files</td>
+ <td>Download & File Handling</td>
+ <td>xpfe/components/download-manager</td>
+ <td><i>biesi</i></td>
+ <td> </td>
+</tr>
+<tr>
+ <td>Privacy, Passwords & Permissions</td>
+ <td>UI for Passwords, PopUp/Image blocking, Cookies; Wallet (Backend code
+ for most of those is shared)</td>
+ <td>Privacy, Passwords & Permissions</td>
+ <td>extensions/wallet/<br>xpfe/components/[permissions|cookie]</td>
+ <td><i>IanN</i> <small>(old: darin?)</small></td>
+ <td>dveditz <small>(old: mvl?, mconnor?, dwitte?, alecf?)</small></td>
+</tr>
+<tr>
+ <td>Sidebar & Search</td>
+ <td>Sidebar (incl. internal panels), web search features</td>
+ <td>Sidebar & Search</td>
+ <td> </td>
+ <td><i>Mnyromyr</i></td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2"><b><i>MailNews</i></b></td>
+ <td> </td>
+ <td> </td>
+ <td>mailnews/</td>
+ <td><i>Mnyromyr</i> <small>(old: mscott?)</small></td>
+ <td>Neil <small>(old: <span style="text-decoration:line-through;">sspitzer</span>, ducarroz?, kaie?, dmose?, bienvenu?)</small></td>
+</tr>
+<tr>
+ <td rowspan="5"> </td>
+ <td>Address Book & Contacts</td>
+ <td>Address book, VCard support, Address book sidebar etc.</td>
+ <td>MailNews: Address Book & Contacts</td>
+ <td> </td>
+ <td><i>Standard8</i> <small>(old: <span style="text-decoration:line-through;">sspitzer</span>)</small></td>
+ <td> </td>
+</tr>
+<tr>
+ <td>Account Management & Configuration</td>
+ <td>Account Manager/Wizard, Preferences panels, etc.</td>
+ <td>MailNews: Account Management & Configuration</td>
+ <td> </td>
+ <td><i>IanN</i> <small>(old: <span style="text-decoration:line-through;">sspitzer</span>)</small></td>
+ <td> </td>
+</tr>
+<tr>
+ <td>Composition</td>
+ <td>Compose window, etc.</td>
+ <td>MailNews: Composition</td>
+ <td> </td>
+ <td><i>IanN</i></td>
+ <td> </td>
+</tr>
+<tr>
+ <td>Backend</td>
+ <td>Watch backend closely, make us work with it, help improving it;
+ includes: Transmission (receiving, sending, receipts), offline,
+ (junk) filters, storage bugs, etc.</td>
+ <td>MailNews: Backend</td>
+ <td> </td>
+ <td><i>bienvenu</i></td>
+ <td><small>(old: grylchan?)</small></td>
+</tr>
+<tr>
+ <td>Message Display</td>
+ <td>Main window; display of mails, news, maybe RSS; search;
+ notifications; drag'n'drop; etc.</td>
+ <td>MailNews: Message Display</td>
+ <td> </td>
+ <td><i>IanN</i> <small>(old: <span style="text-decoration:line-through;">sspitzer</span>)</small></td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2"><b><i>Composer</i></b></td>
+ <td> </td>
+ <td>Composer</td>
+ <td> </td>
+ <td><small>(old: <span style="text-decoration:line-through;">glazou</span>)</small></td>
+ <td>timeless, Neil <small>(old: smfr?, cmanske?, brade?, akkana?, Joe Francis?, Joaquin Blas?)</small></td>
+</tr>
+<tr>
+ <td colspan="2"><b><i>Integration of external apps</i></b></td>
+ <td>integration of chatzilla, inspector, venkman, calendar, etc.</td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+</tr>
+
+<tr>
+ <td colspan="3"><b>Cross-suite components</b></td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+</tr>
+<tr>
+ <td rowspan="6"> </td>
+ <td colspan="2">Build Config</td>
+ <td> </td>
+ <td>Build Config</td>
+ <td> </td>
+ <td>chase</td>
+ <td>wtchang, dbaron, bsmedberg, bryner</td>
+</tr>
+<tr>
+ <td colspan="2">Help</td>
+ <td> </td>
+ <td>Help</td>
+ <td>extensions/help/</td>
+ <td>IanN</td>
+ <td><i>stefanh</i>, Neil <small>(old: danielwang?, steffen.wilberg?, <span style="text-decoration:line-through;">jwalden</span>)</small></td>
+</tr>
+<tr>
+ <td colspan="2">Installer</td>
+ <td> </td>
+ <td>Installer</td>
+ <td>xpinstall/[packager|wizard]/<br>suite/installer/</td>
+ <td><i>Ajschult (Linux), CTho (Windows)</i></td>
+ <td>dveditz <small>(old: <span style="text-decoration:line-through;">bsmedberg</span>, <span style="text-decoration:line-through;">bz QA: gemal</span>)</small></td>
+</tr>
+<tr>
+ <td colspan="2">Preferences</td>
+ <td>Preference Panels; default preferences; etc.</td>
+ <td>Preferences</td>
+ <td>xpfe/components/prefwindow</td>
+ <td><i>IanN</i></td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Security</td>
+ <td>Suite-specific security UI and features, app-level security issues</td>
+ <td>Security</td>
+ <td> </td>
+ <td>dveditz</td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Startup & Profiles</td>
+ <td>Profile Manager, profile access code, suite startup</td>
+ <td>Startup & Profiles</td>
+ <td> </td>
+ <td><i>brian.lu</i></td>
+ <td>ccarlen, <small>(old: <span style="text-decoration:line-through;">sspitzer</span>)</small></td>
+</tr>
+
+<tr>
+ <td colspan="3"><b>Project Organization</b></td>
+ <td>not real suite code, but all the stuff around it</td>
+ <td> </td>
+ <td> </td>
+ <td>SeaMonkey Council</td>
+ <td> </td>
+</tr>
+<tr>
+ <td rowspan="6"> </td>
+ <td colspan="2">Project Management</td>
+ <td>someone needs to drive those things and feel responsible for getting
+ SeaMonkey Council decisions</td>
+ <td> </td>
+ <td> </td>
+ <td>SeaMonkey Council; <i>KaiRo</i></td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Release Mangement</td>
+ <td>get releases out the door, write up release notes</td>
+ <td> </td>
+ <td> </td>
+ <td><i>CTho</i></td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">MoFo liaison</td>
+ <td>keep an open line with MoFo folks and take care of stuff we need of
+ them or they need of us</td>
+ <td> </td>
+ <td> </td>
+ <td><i>KaiRo</i></td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Qualitity Assurance (QA)</td>
+ <td>Testing, bug triaging, smoketests, bug triaging, testing...</td>
+ <td>General <i>(for things that need triaging)</i></td>
+ <td> </td>
+ <td>ajschult</td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Community, User Relations, Support</td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td><i>self</i></td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Marketing/Press/PR, web pages, spokesman</td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td><i>KaiRo</i></td>
+ <td> </td>
+</tr>
+</tbody>
+</table>
+
+</body>
+</html>
deleted file mode 100644
--- a/src/dev/project-areas-internal.html
+++ /dev/null
@@ -1,335 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
-<link rel="top" href="/" title="SeaMonkey Project">
-<!-- link rel="up" href="/" title="Home" -->
-
-<title>SeaMonkey project areas</title>
-</head>
-<body>
-<h1>SeaMonkey project areas</h1>
-
-<p>
-The project areas list acts as a "master list" for several other things:
-Most importantly, SeaMonkey's Bugzilla components list gets derived from it,
-but also things like CVS modules are based on it. It's similar in purpose to
-the <a href="http://www.mozilla.org/owners.html">Mozilla Module Owners</a>
-list, and the
-<a href="http://www.mozilla.org/hacking/module-ownership.html">Module
-Ownership</a> document applies as far as possible, esp. its "Criteria for
-Module Ownership" section.
-<br>The list is managed by Robert Kaiser (KaiRo)
-<<a href="mailto:kairo@kairo.at">kairo@kairo.at</a>>,
-contact him with any comments or suggestions for changes.
-<br>Note that only the owner of an area (or its parent area) or the SeaMonkey
-Council can decide on changes for a specific area.
-So if you want to get on the list as a peer, contact the owner. If you want
-to own an area, contact either the parent area's owner (if there is one) or
-the SeaMonkey Council.
-</p>
-<p>
-If the table is too wide for your little screen, try a widescreen high-resolution one. :)
-</p>
-<p><i>
-Note: This is still a draft version of that list, which is supposed to go to
-<a href="http://www.mozilla.org/projects/seamonkey/project-areas.html">http://www.mozilla.org/projects/seamonkey/project-areas.html</a>
-in the future.
-In the Owner and Peers columns, italic values mean proposed/volunteered but
-not assigned yet, and striked out old owners/peers mean people who have told
-us they want to hand over that area.
-Any question mark means that I'm unsure of that one - comments welcome!
-<br>There's a different document about
-<a href="seamonkey-bugzilla-reorg.html">bugzilla component restructuring</a>
-now which also notes old components that get renamed or merged into the new
-ones listed here.
-</i></p>
-
-<table class="data">
-<thead>
-<tr>
- <th colspan="3">Area name</th>
- <th>Description</th>
- <th>Bugzilla component</th>
- <th>Source directories</th>
- <th>Owner</th>
- <th>Peer(s)</th>
-</tr>
-</thead>
-
-<tbody>
-<tr>
- <td colspan="3"><b>User Interface</b></td>
- <td> </td>
- <td> </td>
- <td>xpfe/<br>suite/</td>
- <td>Neil ("UI tsar")</td>
- <td> </td>
-</tr>
-<tr>
- <td rowspan="2"> </td>
- <td colspan="2">UI design and review</td>
- <td>achieving consistency throughout the product both internally and
- externally</td>
- <td>UI design</td>
- <td> </td>
- <td>Neil</td>
- <td>jag, timeless <small>(old: dean_tessman?)</small></td>
-</tr>
-<tr>
- <td colspan="2">Themes</td>
- <td>Classic, Modern, general theme issues</td>
- <td>Themes</td>
- <td>themes/<br>suite/themes/</td>
- <td><i>MReimer</i></td>
- <td>Neil, <i>KaiRo</i></td>
-</tr>
-
-<tr>
- <td colspan="3"><b>Suite applications</b></td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
-</tr>
-<tr>
- <td rowspan="13"> </td>
- <td colspan="2"><b><i>Browser</i></b></td>
- <td>Navigator UI and parts of the suite that are mainly used by the browser
- (some may be shared with Mail or Composer to a certain extent though)</td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
-</tr>
-<tr>
- <td rowspan="4"> </td>
- <td>Browsing tools</td>
- <td>[UI for] Tools that help with browser functionality (Bookmarks,
- History, location bar, page info, view source, autocomplete etc.)</td>
- <td>Browsing tools: Bookmarks
- <br>Browsing tools: Page Info
- <br>Browsing tools: ViewSource
- <br>Browsing tools: Autocomplete</td>
- <td> </td>
- <td>db48x (Page Info) <small>(old: p_ch?, <span style="text-decoration:line-through;">mrbkap</span>)</small></td>
- <td>db48x (Bookmarks, ViewSource, Autocomplete) <small>(old: doron?)</small></td>
-</tr>
-<tr>
- <td>Download & File Handling</td>
- <td>Download Manager, helper apps, open/save files</td>
- <td>Download & File Handling</td>
- <td>xpfe/components/download-manager</td>
- <td><i>biesi</i></td>
- <td> </td>
-</tr>
-<tr>
- <td>Privacy, Passwords & Permissions</td>
- <td>UI for Passwords, PopUp/Image blocking, Cookies; Wallet (Backend code
- for most of those is shared)</td>
- <td>Privacy, Passwords & Permissions</td>
- <td>extensions/wallet/<br>xpfe/components/[permissions|cookie]</td>
- <td><i>IanN</i> <small>(old: darin?)</small></td>
- <td>dveditz <small>(old: mvl?, mconnor?, dwitte?, alecf?)</small></td>
-</tr>
-<tr>
- <td>Sidebar & Search</td>
- <td>Sidebar (incl. internal panels), web search features</td>
- <td>Sidebar & Search</td>
- <td> </td>
- <td><i>Mnyromyr</i></td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2"><b><i>MailNews</i></b></td>
- <td> </td>
- <td> </td>
- <td>mailnews/</td>
- <td><i>Mnyromyr</i> <small>(old: mscott?)</small></td>
- <td>Neil <small>(old: <span style="text-decoration:line-through;">sspitzer</span>, ducarroz?, kaie?, dmose?, bienvenu?)</small></td>
-</tr>
-<tr>
- <td rowspan="5"> </td>
- <td>Address Book & Contacts</td>
- <td>Address book, VCard support, Address book sidebar etc.</td>
- <td>MailNews: Address Book & Contacts</td>
- <td> </td>
- <td><i>Standard8</i> <small>(old: <span style="text-decoration:line-through;">sspitzer</span>)</small></td>
- <td> </td>
-</tr>
-<tr>
- <td>Account Management & Configuration</td>
- <td>Account Manager/Wizard, Preferences panels, etc.</td>
- <td>MailNews: Account Management & Configuration</td>
- <td> </td>
- <td><i>IanN</i> <small>(old: <span style="text-decoration:line-through;">sspitzer</span>)</small></td>
- <td> </td>
-</tr>
-<tr>
- <td>Composition</td>
- <td>Compose window, etc.</td>
- <td>MailNews: Composition</td>
- <td> </td>
- <td><i>IanN</i></td>
- <td> </td>
-</tr>
-<tr>
- <td>Backend</td>
- <td>Watch backend closely, make us work with it, help improving it;
- includes: Transmission (receiving, sending, receipts), offline,
- (junk) filters, storage bugs, etc.</td>
- <td>MailNews: Backend</td>
- <td> </td>
- <td><i>bienvenu</i></td>
- <td><small>(old: grylchan?)</small></td>
-</tr>
-<tr>
- <td>Message Display</td>
- <td>Main window; display of mails, news, maybe RSS; search;
- notifications; drag'n'drop; etc.</td>
- <td>MailNews: Message Display</td>
- <td> </td>
- <td><i>IanN</i> <small>(old: <span style="text-decoration:line-through;">sspitzer</span>)</small></td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2"><b><i>Composer</i></b></td>
- <td> </td>
- <td>Composer</td>
- <td> </td>
- <td><small>(old: <span style="text-decoration:line-through;">glazou</span>)</small></td>
- <td>timeless, Neil <small>(old: smfr?, cmanske?, brade?, akkana?, Joe Francis?, Joaquin Blas?)</small></td>
-</tr>
-<tr>
- <td colspan="2"><b><i>Integration of external apps</i></b></td>
- <td>integration of chatzilla, inspector, venkman, calendar, etc.</td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
-</tr>
-
-<tr>
- <td colspan="3"><b>Cross-suite components</b></td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
-</tr>
-<tr>
- <td rowspan="6"> </td>
- <td colspan="2">Build Config</td>
- <td> </td>
- <td>Build Config</td>
- <td> </td>
- <td>chase</td>
- <td>wtchang, dbaron, bsmedberg, bryner</td>
-</tr>
-<tr>
- <td colspan="2">Help</td>
- <td> </td>
- <td>Help</td>
- <td>extensions/help/</td>
- <td>IanN</td>
- <td><i>stefanh</i>, Neil <small>(old: danielwang?, steffen.wilberg?, <span style="text-decoration:line-through;">jwalden</span>)</small></td>
-</tr>
-<tr>
- <td colspan="2">Installer</td>
- <td> </td>
- <td>Installer</td>
- <td>xpinstall/[packager|wizard]/<br>suite/installer/</td>
- <td><i>Ajschult (Linux), CTho (Windows)</i></td>
- <td>dveditz <small>(old: <span style="text-decoration:line-through;">bsmedberg</span>, <span style="text-decoration:line-through;">bz QA: gemal</span>)</small></td>
-</tr>
-<tr>
- <td colspan="2">Preferences</td>
- <td>Preference Panels; default preferences; etc.</td>
- <td>Preferences</td>
- <td>xpfe/components/prefwindow</td>
- <td><i>IanN</i></td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Security</td>
- <td>Suite-specific security UI and features, app-level security issues</td>
- <td>Security</td>
- <td> </td>
- <td>dveditz</td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Startup & Profiles</td>
- <td>Profile Manager, profile access code, suite startup</td>
- <td>Startup & Profiles</td>
- <td> </td>
- <td><i>brian.lu</i></td>
- <td>ccarlen, <small>(old: <span style="text-decoration:line-through;">sspitzer</span>)</small></td>
-</tr>
-
-<tr>
- <td colspan="3"><b>Project Organization</b></td>
- <td>not real suite code, but all the stuff around it</td>
- <td> </td>
- <td> </td>
- <td>SeaMonkey Council</td>
- <td> </td>
-</tr>
-<tr>
- <td rowspan="6"> </td>
- <td colspan="2">Project Management</td>
- <td>someone needs to drive those things and feel responsible for getting
- SeaMonkey Council decisions</td>
- <td> </td>
- <td> </td>
- <td>SeaMonkey Council; <i>KaiRo</i></td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Release Mangement</td>
- <td>get releases out the door, write up release notes</td>
- <td> </td>
- <td> </td>
- <td><i>CTho</i></td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">MoFo liaison</td>
- <td>keep an open line with MoFo folks and take care of stuff we need of
- them or they need of us</td>
- <td> </td>
- <td> </td>
- <td><i>KaiRo</i></td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Qualitity Assurance (QA)</td>
- <td>Testing, bug triaging, smoketests, bug triaging, testing...</td>
- <td>General <i>(for things that need triaging)</i></td>
- <td> </td>
- <td>ajschult</td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Community, User Relations, Support</td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td><i>self</i></td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Marketing/Press/PR, web pages, spokesman</td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td><i>KaiRo</i></td>
- <td> </td>
-</tr>
-</tbody>
-</table>
-
-</body>
-</html>
new file mode 100644
--- /dev/null
+++ b/src/dev/project-areas.en.html
@@ -0,0 +1,299 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Language" content="en">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta http-equiv="Content-Script-Type" content="text/javascript">
+
+<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
+<link rel="top" href="../" title="SeaMonkey Project">
+<link rel="up" href="./" title="Development">
+
+<title>SeaMonkey project areas</title>
+</head>
+<body>
+<h1>SeaMonkey project areas</h1>
+
+<p>
+The project areas list acts as a "master list" for several other things:
+Most importantly,
+<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=298904">SeaMonkey's
+Bugzilla components list</a> gets derived from it, but also things like CVS
+modules are based on or related to it. It's similar in purpose to the
+<a href="http://www.mozilla.org/owners.html">Mozilla Module Owners</a>
+list, and the
+<a href="http://www.mozilla.org/hacking/module-ownership.html">Module
+Ownership</a> document applies as far as possible, esp. its "Criteria for
+Module Ownership" section.
+Additionally, <a href="review-and-flags">SeaMonkey code reviews</a> need
+to be done by area owners or peers listed in this document.
+<br>The list is managed by Robert Kaiser (KaiRo)
+<<a href="mailto:kairo@kairo.at">kairo@kairo.at</a>>,
+contact him with any comments or suggestions for changes.
+<br>Note that only the owner of an area (or its parent area) or the SeaMonkey
+Council can decide on changes for a specific area.
+So if you want to get on the list as a peer, contact the owner. If you want
+to own an area, contact either the parent area's owner (if there is one) or
+the SeaMonkey Council.
+</p>
+<p>
+If the table is too wide for your little screen, try a widescreen high-resolution one. :)
+</p>
+
+<table class="data">
+<thead>
+<tr>
+ <th colspan="3">Area name</th>
+ <th>Description</th>
+ <th>Bugzilla component</th>
+ <th>Owner</th>
+ <th>Peer(s)</th>
+</tr>
+</thead>
+
+<tbody>
+<tr>
+ <td colspan="3"><b>User Interface</b></td>
+ <td> </td>
+ <td> </td>
+ <td>Neil ("UI tsar")</td>
+ <td> </td>
+</tr>
+<tr>
+ <td rowspan="2"> </td>
+ <td colspan="2">UI design and review</td>
+ <td>achieving consistency throughout the product both internally and
+ externally</td>
+ <td>UI design</td>
+ <td>Neil</td>
+ <td>jag, timeless</td>
+</tr>
+<tr>
+ <td colspan="2">Themes</td>
+ <td>Classic, Modern, general theme issues</td>
+ <td>Themes</td>
+ <td>MReimer</td>
+ <td>Neil, KaiRo</td>
+</tr>
+
+<tr>
+ <td colspan="3"><b>Suite applications</b></td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+</tr>
+<tr>
+ <td rowspan="13"> </td>
+ <td colspan="2"><b><i>Browser</i></b></td>
+ <td>Navigator UI and parts of the suite that are mainly used by the browser
+ (some may be shared with Mail or Composer to a certain extent though)</td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+</tr>
+<tr>
+ <td rowspan="4"> </td>
+ <td>Browsing tools</td>
+ <td>[UI for] Tools that help with browser functionality (Bookmarks,
+ History, location bar, page info, view source, autocomplete etc.)</td>
+ <td>Browsing tools: Bookmarks
+ <br>Browsing tools: Page Info
+ <br>Browsing tools: ViewSource
+ <br>Browsing tools: Autocomplete</td>
+ <td>db48x (Page Info)</td>
+ <td>db48x (Bookmarks, ViewSource, Autocomplete)</td>
+</tr>
+<tr>
+ <td>Download & File Handling</td>
+ <td>Download Manager, helper apps, open/save files</td>
+ <td>Download & File Handling</td>
+ <td>biesi</td>
+ <td> </td>
+</tr>
+<tr>
+ <td>Privacy, Passwords & Permissions</td>
+ <td>UI for Passwords, PopUp/Image blocking, Cookies; Wallet (Backend code
+ for most of those is shared)</td>
+ <td>Privacy, Passwords & Permissions</td>
+ <td>IanN</td>
+ <td>dveditz</td>
+</tr>
+<tr>
+ <td>Sidebar & Search</td>
+ <td>Sidebar (incl. internal panels), web search features</td>
+ <td>Sidebar & Search</td>
+ <td>Mnyromyr</td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2"><b><i>MailNews</i></b></td>
+ <td> </td>
+ <td> </td>
+ <td>Mnyromyr</td>
+ <td>Neil</td>
+</tr>
+<tr>
+ <td rowspan="5"> </td>
+ <td>Address Book & Contacts</td>
+ <td>Address book, VCard support, Address book sidebar etc.</td>
+ <td>MailNews: Address Book & Contacts</td>
+ <td>Standard8</td>
+ <td> </td>
+</tr>
+<tr>
+ <td>Account Management & Configuration</td>
+ <td>Account Manager/Wizard, Preferences panels, etc.</td>
+ <td>MailNews: Account Management & Configuration</td>
+ <td>IanN</td>
+ <td> </td>
+</tr>
+<tr>
+ <td>Composition</td>
+ <td>Compose window, etc.</td>
+ <td>MailNews: Composition</td>
+ <td>IanN</td>
+ <td> </td>
+</tr>
+<tr>
+ <td>Backend</td>
+ <td>Watch backend closely, make us work with it, help improving it;
+ includes: Transmission (receiving, sending, receipts), offline,
+ (junk) filters, storage bugs, etc.</td>
+ <td>MailNews: Backend</td>
+ <td>bienvenu</td>
+ <td> </td>
+</tr>
+<tr>
+ <td>Message Display</td>
+ <td>Main window; display of mails, news, maybe RSS; search;
+ notifications; drag'n'drop; etc.</td>
+ <td>MailNews: Message Display</td>
+ <td>IanN</td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2"><b><i>Composer</i></b></td>
+ <td> </td>
+ <td>Composer</td>
+ <td> </td>
+ <td>timeless, Neil</td>
+</tr>
+<tr>
+ <td colspan="2"><b><i>Integration of external apps</i></b></td>
+ <td>integration of chatzilla, inspector, venkman, calendar, etc.</td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+</tr>
+
+<tr>
+ <td colspan="3"><b>Cross-suite components</b></td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+</tr>
+<tr>
+ <td rowspan="6"> </td>
+ <td colspan="2">Build Config</td>
+ <td> </td>
+ <td>Build Config</td>
+ <td>chase</td>
+ <td>wtchang, dbaron, bsmedberg, bryner</td>
+</tr>
+<tr>
+ <td colspan="2">Help</td>
+ <td> </td>
+ <td>Help</td>
+ <td>IanN</td>
+ <td>stefanh, Neil</td>
+</tr>
+<tr>
+ <td colspan="2">Installer</td>
+ <td> </td>
+ <td>Installer</td>
+ <td>Ajschult (Linux), CTho (Windows)</td>
+ <td>dveditz</td>
+</tr>
+<tr>
+ <td colspan="2">Preferences</td>
+ <td>Preference Panels; default preferences; etc.</td>
+ <td>Preferences</td>
+ <td>IanN</td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Security</td>
+ <td>Suite-specific security UI and features, app-level security issues</td>
+ <td>Security</td>
+ <td>dveditz</td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Startup & Profiles</td>
+ <td>Profile Manager, profile access code, suite startup</td>
+ <td>Startup & Profiles</td>
+ <td>brian.lu</td>
+ <td>ccarlen</td>
+</tr>
+
+<tr>
+ <td colspan="3"><b>Project Organization</b></td>
+ <td>not real suite code, but all the stuff around it</td>
+ <td> </td>
+ <td>SeaMonkey Council</td>
+ <td> </td>
+</tr>
+<tr>
+ <td rowspan="6"> </td>
+ <td colspan="2">Project Management</td>
+ <td>someone needs to drive those things and feel responsible for getting
+ SeaMonkey Council decisions</td>
+ <td> </td>
+ <td>SeaMonkey Council; KaiRo</td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Release Mangement</td>
+ <td>get releases out the door, write up release notes</td>
+ <td> </td>
+ <td>CTho</td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">MoFo liaison</td>
+ <td>keep an open line with MoFo folks and take care of stuff we need of
+ them or they need of us</td>
+ <td> </td>
+ <td>KaiRo</td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Qualitity Assurance (QA)</td>
+ <td>Testing, bug triaging, smoketests, bug triaging, testing...</td>
+ <td>General <i>(for things that need triaging)</i></td>
+ <td>ajschult</td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Community, User Relations, Support</td>
+ <td> </td>
+ <td> </td>
+ <td>self</td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Marketing/Press/PR, web pages, spokesman</td>
+ <td> </td>
+ <td> </td>
+ <td>KaiRo</td>
+ <td> </td>
+</tr>
+</tbody>
+</table>
+
+</body>
+</html>
deleted file mode 100644
--- a/src/dev/project-areas.html
+++ /dev/null
@@ -1,299 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
-<head>
-
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta http-equiv="Content-Language" content="en">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<meta http-equiv="Content-Script-Type" content="text/javascript">
-
-<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
-<link rel="top" href="/" title="SeaMonkey Project">
-<link rel="up" href="./" title="Development">
-
-<title>SeaMonkey project areas</title>
-</head>
-<body>
-<h1>SeaMonkey project areas</h1>
-
-<p>
-The project areas list acts as a "master list" for several other things:
-Most importantly,
-<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=298904">SeaMonkey's
-Bugzilla components list</a> gets derived from it, but also things like CVS
-modules are based on or related to it. It's similar in purpose to the
-<a href="../../owners.html">Mozilla Module Owners</a>
-list, and the
-<a href="../../hacking/module-ownership.html">Module
-Ownership</a> document applies as far as possible, esp. its "Criteria for
-Module Ownership" section.
-Additionally, <a href="review-and-flags.html">SeaMonkey code reviews</a> need
-to be done by area owners or peers listed in this document.
-<br>The list is managed by Robert Kaiser (KaiRo)
-<<a href="mailto:kairo@kairo.at">kairo@kairo.at</a>>,
-contact him with any comments or suggestions for changes.
-<br>Note that only the owner of an area (or its parent area) or the SeaMonkey
-Council can decide on changes for a specific area.
-So if you want to get on the list as a peer, contact the owner. If you want
-to own an area, contact either the parent area's owner (if there is one) or
-the SeaMonkey Council.
-</p>
-<p>
-If the table is too wide for your little screen, try a widescreen high-resolution one. :)
-</p>
-
-<table class="data">
-<thead>
-<tr>
- <th colspan="3">Area name</th>
- <th>Description</th>
- <th>Bugzilla component</th>
- <th>Owner</th>
- <th>Peer(s)</th>
-</tr>
-</thead>
-
-<tbody>
-<tr>
- <td colspan="3"><b>User Interface</b></td>
- <td> </td>
- <td> </td>
- <td>Neil ("UI tsar")</td>
- <td> </td>
-</tr>
-<tr>
- <td rowspan="2"> </td>
- <td colspan="2">UI design and review</td>
- <td>achieving consistency throughout the product both internally and
- externally</td>
- <td>UI design</td>
- <td>Neil</td>
- <td>jag, timeless</td>
-</tr>
-<tr>
- <td colspan="2">Themes</td>
- <td>Classic, Modern, general theme issues</td>
- <td>Themes</td>
- <td>MReimer</td>
- <td>Neil, KaiRo</td>
-</tr>
-
-<tr>
- <td colspan="3"><b>Suite applications</b></td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
-</tr>
-<tr>
- <td rowspan="13"> </td>
- <td colspan="2"><b><i>Browser</i></b></td>
- <td>Navigator UI and parts of the suite that are mainly used by the browser
- (some may be shared with Mail or Composer to a certain extent though)</td>
- <td> </td>
- <td> </td>
- <td> </td>
-</tr>
-<tr>
- <td rowspan="4"> </td>
- <td>Browsing tools</td>
- <td>[UI for] Tools that help with browser functionality (Bookmarks,
- History, location bar, page info, view source, autocomplete etc.)</td>
- <td>Browsing tools: Bookmarks
- <br>Browsing tools: Page Info
- <br>Browsing tools: ViewSource
- <br>Browsing tools: Autocomplete</td>
- <td>db48x (Page Info)</td>
- <td>db48x (Bookmarks, ViewSource, Autocomplete)</td>
-</tr>
-<tr>
- <td>Download & File Handling</td>
- <td>Download Manager, helper apps, open/save files</td>
- <td>Download & File Handling</td>
- <td>biesi</td>
- <td> </td>
-</tr>
-<tr>
- <td>Privacy, Passwords & Permissions</td>
- <td>UI for Passwords, PopUp/Image blocking, Cookies; Wallet (Backend code
- for most of those is shared)</td>
- <td>Privacy, Passwords & Permissions</td>
- <td>IanN</td>
- <td>dveditz</td>
-</tr>
-<tr>
- <td>Sidebar & Search</td>
- <td>Sidebar (incl. internal panels), web search features</td>
- <td>Sidebar & Search</td>
- <td>Mnyromyr</td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2"><b><i>MailNews</i></b></td>
- <td> </td>
- <td> </td>
- <td>Mnyromyr</td>
- <td>Neil</td>
-</tr>
-<tr>
- <td rowspan="5"> </td>
- <td>Address Book & Contacts</td>
- <td>Address book, VCard support, Address book sidebar etc.</td>
- <td>MailNews: Address Book & Contacts</td>
- <td>Standard8</td>
- <td> </td>
-</tr>
-<tr>
- <td>Account Management & Configuration</td>
- <td>Account Manager/Wizard, Preferences panels, etc.</td>
- <td>MailNews: Account Management & Configuration</td>
- <td>IanN</td>
- <td> </td>
-</tr>
-<tr>
- <td>Composition</td>
- <td>Compose window, etc.</td>
- <td>MailNews: Composition</td>
- <td>IanN</td>
- <td> </td>
-</tr>
-<tr>
- <td>Backend</td>
- <td>Watch backend closely, make us work with it, help improving it;
- includes: Transmission (receiving, sending, receipts), offline,
- (junk) filters, storage bugs, etc.</td>
- <td>MailNews: Backend</td>
- <td>bienvenu</td>
- <td> </td>
-</tr>
-<tr>
- <td>Message Display</td>
- <td>Main window; display of mails, news, maybe RSS; search;
- notifications; drag'n'drop; etc.</td>
- <td>MailNews: Message Display</td>
- <td>IanN</td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2"><b><i>Composer</i></b></td>
- <td> </td>
- <td>Composer</td>
- <td> </td>
- <td>timeless, Neil</td>
-</tr>
-<tr>
- <td colspan="2"><b><i>Integration of external apps</i></b></td>
- <td>integration of chatzilla, inspector, venkman, calendar, etc.</td>
- <td> </td>
- <td> </td>
- <td> </td>
-</tr>
-
-<tr>
- <td colspan="3"><b>Cross-suite components</b></td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
-</tr>
-<tr>
- <td rowspan="6"> </td>
- <td colspan="2">Build Config</td>
- <td> </td>
- <td>Build Config</td>
- <td>chase</td>
- <td>wtchang, dbaron, bsmedberg, bryner</td>
-</tr>
-<tr>
- <td colspan="2">Help</td>
- <td> </td>
- <td>Help</td>
- <td>IanN</td>
- <td>stefanh, Neil</td>
-</tr>
-<tr>
- <td colspan="2">Installer</td>
- <td> </td>
- <td>Installer</td>
- <td>Ajschult (Linux), CTho (Windows)</td>
- <td>dveditz</td>
-</tr>
-<tr>
- <td colspan="2">Preferences</td>
- <td>Preference Panels; default preferences; etc.</td>
- <td>Preferences</td>
- <td>IanN</td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Security</td>
- <td>Suite-specific security UI and features, app-level security issues</td>
- <td>Security</td>
- <td>dveditz</td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Startup & Profiles</td>
- <td>Profile Manager, profile access code, suite startup</td>
- <td>Startup & Profiles</td>
- <td>brian.lu</td>
- <td>ccarlen</td>
-</tr>
-
-<tr>
- <td colspan="3"><b>Project Organization</b></td>
- <td>not real suite code, but all the stuff around it</td>
- <td> </td>
- <td>SeaMonkey Council</td>
- <td> </td>
-</tr>
-<tr>
- <td rowspan="6"> </td>
- <td colspan="2">Project Management</td>
- <td>someone needs to drive those things and feel responsible for getting
- SeaMonkey Council decisions</td>
- <td> </td>
- <td>SeaMonkey Council; KaiRo</td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Release Mangement</td>
- <td>get releases out the door, write up release notes</td>
- <td> </td>
- <td>CTho</td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">MoFo liaison</td>
- <td>keep an open line with MoFo folks and take care of stuff we need of
- them or they need of us</td>
- <td> </td>
- <td>KaiRo</td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Qualitity Assurance (QA)</td>
- <td>Testing, bug triaging, smoketests, bug triaging, testing...</td>
- <td>General <i>(for things that need triaging)</i></td>
- <td>ajschult</td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Community, User Relations, Support</td>
- <td> </td>
- <td> </td>
- <td>self</td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Marketing/Press/PR, web pages, spokesman</td>
- <td> </td>
- <td> </td>
- <td>KaiRo</td>
- <td> </td>
-</tr>
-</tbody>
-</table>
-
-</body>
-</html>
new file mode 100644
--- /dev/null
+++ b/src/dev/project-areas.prev.tmp.en.html
@@ -0,0 +1,343 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
+<link rel="top" href="../" title="SeaMonkey Project">
+<!-- link rel="up" href="../" title="Home" -->
+
+<title>SeaMonkey project areas</title>
+</head>
+<body>
+<h1>SeaMonkey project areas</h1>
+
+<p>
+The project areas list acts as a "master list" for several other things:
+Most importantly, SeaMonkey's Bugzilla components list gets derived from it,
+but also things like CVS modules are based on it. It's similar in purpose to
+the <a href="http://www.mozilla.org/owners.html">Mozilla Module Owners</a>
+list, and the
+<a href="http://www.mozilla.org/hacking/module-ownership.html">Module
+Ownership</a> document applies as far as possible, esp. its "Criteria for
+Module Ownership" section.
+<br>The list is managed by Robert Kaiser (KaiRo)
+<<a href="mailto:kairo@kairo.at">kairo@kairo.at</a>>,
+contact him with any comments or suggestions for changes.
+<br>Note that only the owner of an area (or its parent area) or the SeaMonkey
+Council can decide on changes for a specific area.
+So if you want to get on the list as a peer, contact the owner. If you want
+to own an area, contact either the parent area's owner (if there is one) or
+the SeaMonkey Council.
+</p>
+<p>
+If the table is too wide for your little screen, try a widescreen high-resolution one. :)
+</p>
+<p><i>
+Note: This is still a draft version of that list, which is supposed to go to
+<a href="http://www.seamonkey-project.org/project-areas">http://www.seamonkey-project.org/project-areas.html</a>
+in the future.
+In the Owner and Peers columns, italic values mean proposed/volunteered but
+not assigned yet, and striked out old owners/peers mean people who have told
+us they want to hand over that area.
+Any question mark means that I'm unsure of that one - comments welcome!
+<br>There's a different document about
+<a href="seamonkey-bugzilla-reorg">bugzilla component restructuring</a>
+now which also notes old components that get renamed or merged into the new
+ones listed here.
+</i></p>
+
+<table class="data">
+<thead>
+<tr>
+ <th colspan="3">Area name</th>
+ <th>Description</th>
+ <th>Bugzilla component</th>
+ <th>Source directories</th>
+ <th>Owner</th>
+ <th>Peer(s)</th>
+</tr>
+</thead>
+
+<tbody>
+<tr>
+ <td colspan="3"><b>User Interface</b></td>
+ <td> </td>
+ <td> </td>
+ <td>xpfe/<br>suite/</td>
+ <td>Neil ("UI tsar")</td>
+ <td> </td>
+</tr>
+<tr>
+ <td rowspan="3"> </td>
+ <td colspan="2">UI design and review</td>
+ <td>achieving consistency throughout the product both internally and
+ externally</td>
+ <td><i>new:</i> UI design <small>(old: XP Apps; XP Apps: GUI Features)</td>
+ <td> </td>
+ <td>Neil</td>
+ <td>jag, timeless <small>(old: dean_tessman?)</small></td>
+</tr>
+<tr>
+ <td colspan="2">Themes</td>
+ <td>Classic, Modern, general theme issues</td>
+ <td><i>new:</i> Themes</td>
+ <td>themes/<br>suite/themes/</td>
+ <td><i>MReimer</i></td>
+ <td>Neil, <i>KaiRo</i></td>
+</tr>
+<tr>
+ <td colspan="2">Localization (L10n)</td>
+ <td>do we need that seperately or is it just MLP's domain?</td>
+ <td><i>new:</i> Localization</td>
+ <td>[mailnews|xpfe]/*/locale/<br>suite/locales/</td>
+ <td><i>KaiRo</i></td>
+ <td> </td>
+</tr>
+
+<tr>
+ <td colspan="3"><b>Suite applications</b></td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+</tr>
+<tr>
+ <td rowspan="13"> </td>
+ <td colspan="2"><b><i>Browser</i></b></td>
+ <td>Navigator UI and parts of the suite that are mainly used by the browser
+ (some may be shared with Mail or Composer to a certain extent though)</td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+</tr>
+<tr>
+ <td rowspan="4"> </td>
+ <td>Browsing tools</td>
+ <td>[UI for] Tools that help with browser functionality (Bookmarks,
+ History, location bar, page info, view source, autocomplete etc.)</td>
+ <td><i>new:</i> Browsing tools: Bookmarks <small>(old: Bookmarks)</small>
+ <br><i>new:</i> Browsing tools: Page Info <small>(old: Page Info)</small>
+ <br><i>new:</i> Browsing tools: ViewSource <small>(old: ViewSource)</small>
+ <br><i>new:</i> Browsing tools: Autocomplete <small>(old: XP Apps: Autocomplete)</small></td>
+ <td> </td>
+ <td>db48x (Page Info) <small>(old: p_ch?, <span style="text-decoration:line-through;">mrbkap</span>)</small></td>
+ <td>db48x (Bookmarks, ViewSource, Autocomplete) <small>(old: doron?)</small></td>
+</tr>
+<tr>
+ <td>Download & File Handling</td>
+ <td>Download Manager, helper apps, open/save files</td>
+ <td><i>new:</i> Download & File Handling <small>(old: Download Manager)</small></td>
+ <td>xpfe/components/download-manager</td>
+ <td><i>biesi</i></td>
+ <td> </td>
+</tr>
+<tr>
+ <td>Privacy, Passwords & Permissions</td>
+ <td>UI for Passwords, PopUp/Image blocking, Cookies; Wallet (Backend code
+ for most of those is shared)</td>
+ <td><i>new:</i> Privacy, Passwords & Permissions <small>(old: Password Manager)</small></td>
+ <td>extensions/wallet/<br>xpfe/components/[permissions|cookie]</td>
+ <td><i>IanN</i> <small>(old: darin?)</small></td>
+ <td>dveditz <small>(old: mvl?, mconnor?, dwitte?, alecf?)</small></td>
+</tr>
+<tr>
+ <td>Sidebar & Search</td>
+ <td>Sidebar (incl. internal panels), web search features</td>
+ <td><i>new:</i> Sidebar & Search <small>(old: Sidebar)</small></td>
+ <td> </td>
+ <td><i>Mnyromyr</i></td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2"><b><i>MailNews</i></b></td>
+ <td> </td>
+ <td> </td>
+ <td>mailnews/</td>
+ <td><i>Mnyromyr</i> <small>(old: mscott?)</small></td>
+ <td>Neil <small>(old: <span style="text-decoration:line-through;">sspitzer</span>, ducarroz?, kaie?, dmose?, bienvenu?)</small></td>
+</tr>
+<tr>
+ <td rowspan="5"> </td>
+ <td>Address Book & Contacts</td>
+ <td>Address book, VCard support, Address book sidebar etc.</td>
+ <td><i>new:</i> MailNews: Address Book & Contacts <small>(old: Address Book)</small></td>
+ <td> </td>
+ <td><i>Standard8</i> <small>(old: <span style="text-decoration:line-through;">sspitzer</span>)</small></td>
+ <td> </td>
+</tr>
+<tr>
+ <td>Account Management & Configuration</td>
+ <td>Account Manager/Wizard, Preferences panels, etc.</td>
+ <td><i>new:</i> MailNews: Account Management & Configuration <small>(old: MailNews: Account Manager)</small></td>
+ <td> </td>
+ <td><i>IanN</i> <small>(old: <span style="text-decoration:line-through;">sspitzer</span>)</small></td>
+ <td> </td>
+</tr>
+<tr>
+ <td>Composition</td>
+ <td>Compose window, etc.</td>
+ <td><i>new:</i> MailNews: Composition</td>
+ <td> </td>
+ <td><i>IanN</i></td>
+ <td> </td>
+</tr>
+<tr>
+ <td>Backend</td>
+ <td>Watch backend closely, make us work with it, help improving it;
+ includes: Transmission (receiving, sending, receipts), offline,
+ (junk) filters, storage bugs, etc.</td>
+ <td><i>new:</i> MailNews: Backend <small>(old: MailNews: Offline; MailNews: Return Receipts)</small></td>
+ <td> </td>
+ <td><i>bienvenu</i></td>
+ <td><small>(old: grylchan?)</small></td>
+</tr>
+<tr>
+ <td>Message Display</td>
+ <td>Main window; display of mails, news, maybe RSS; search;
+ notifications; drag'n'drop; etc.</td>
+ <td><i>new:</i> MailNews: Message Display <small>(old: MailNews: Main Mail Window; MailNews: Notification; MailNews: Search; MailNews: Subscribe)</small></td>
+ <td> </td>
+ <td><i>IanN</i> <small>(old: <span style="text-decoration:line-through;">sspitzer</span>)</small></td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2"><b><i>Composer</i></b></td>
+ <td> </td>
+ <td>Composer <small>(+old: Composer CSS Editor)</small></td>
+ <td> </td>
+ <td><small>(old: <span style="text-decoration:line-through;">glazou</span>)</small></td>
+ <td>timeless, Neil <small>(old: smfr?, cmanske?, brade?, akkana?, Joe Francis?, Joaquin Blas?)</small></td>
+</tr>
+<tr>
+ <td colspan="2"><b><i>Integration of external apps</i></b></td>
+ <td>integration of chatzilla, inspector, venkman, calendar, etc.</td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+</tr>
+
+<tr>
+ <td colspan="3"><b>Cross-suite components</b></td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+</tr>
+<tr>
+ <td rowspan="6"> </td>
+ <td colspan="2">Build Config</td>
+ <td> </td>
+ <td>Build Config</td>
+ <td> </td>
+ <td>chase</td>
+ <td>wtchang, dbaron, bsmedberg, bryner</td>
+</tr>
+<tr>
+ <td colspan="2">Help</td>
+ <td> </td>
+ <td>Help</td>
+ <td>extensions/help/</td>
+ <td>IanN</td>
+ <td><i>stefan_h</i>, Neil <small>(old: danielwang?, steffen.wilberg?, <span style="text-decoration:line-through;">jwalden</span>)</small></td>
+</tr>
+<tr>
+ <td colspan="2">Installer</td>
+ <td> </td>
+ <td>Installer <small>(+old: Installer: XPI Packages)</small></td>
+ <td>xpinstall/[packager|wizard]/<br>suite/installer/</td>
+ <td><i>Ajschult (Linux)</i></td>
+ <td>dveditz <small>(old: <span style="text-decoration:line-through;">bsmedberg</span>, <span style="text-decoration:line-through;">bz QA: gemal</span>)</small></td>
+</tr>
+<tr>
+ <td colspan="2">Preferences</td>
+ <td>Preference Panels; default preferences; etc.</td>
+ <td>Preferences</td>
+ <td>xpfe/components/prefwindow</td>
+ <td><i>IanN</i></td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Security</td>
+ <td>Suite-specific security UI and features, app-level security issues</td>
+ <td>Security</td>
+ <td> </td>
+ <td>dveditz</td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Startup & Profiles</td>
+ <td>Profile Manager, profile access code, suite startup</td>
+ <td><i>new:</i> Startup & Profiles <small>(old: Profile: Manager)</small></td>
+ <td> </td>
+ <td><i>brian.lu</i></td>
+ <td>ccarlen, <small>(old: <span style="text-decoration:line-through;">sspitzer</span>)</small></td>
+</tr>
+
+<tr>
+ <td colspan="3"><b>Project Organization</b></td>
+ <td>not real suite code, but all the stuff around it</td>
+ <td> </td>
+ <td> </td>
+ <td>SeaMonkey Council</td>
+ <td> </td>
+</tr>
+<tr>
+ <td rowspan="6"> </td>
+ <td colspan="2">Project Management</td>
+ <td>someone needs to drive those things and feel responsible for getting
+ SeaMonkey Council decisions</td>
+ <td> </td>
+ <td> </td>
+ <td>SeaMonkey Council; <i>KaiRo</i></td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Release Mangement</td>
+ <td>get releases out the door, write up release notes</td>
+ <td> </td>
+ <td> </td>
+ <td><i>CTho</i></td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">MoFo liaison</td>
+ <td>keep an open line with MoFo folks and take care of stuff we need of
+ them or they need of us</td>
+ <td> </td>
+ <td> </td>
+ <td><i>KaiRo</i></td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Qualitity Assurance (QA)</td>
+ <td>Testing, bug triaging, smoketests, bug triaging, testing...</td>
+ <td>General <i>(for things that need triaging)</i></td>
+ <td> </td>
+ <td>ajschult</td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Community, User Relations, Support?</td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+</tr>
+<tr>
+ <td colspan="2">Marketing/Press/PR, web pages, spokesman?</td>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td><i>JustinArthur?, self?, KaiRo?</i></td>
+ <td> </td>
+</tr>
+</tbody>
+</table>
+
+</body>
+</html>
deleted file mode 100644
--- a/src/dev/project-areas.prev.tmp.html
+++ /dev/null
@@ -1,343 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
-<link rel="top" href="/" title="SeaMonkey Project">
-<!-- link rel="up" href="/" title="Home" -->
-
-<title>SeaMonkey project areas</title>
-</head>
-<body>
-<h1>SeaMonkey project areas</h1>
-
-<p>
-The project areas list acts as a "master list" for several other things:
-Most importantly, SeaMonkey's Bugzilla components list gets derived from it,
-but also things like CVS modules are based on it. It's similar in purpose to
-the <a href="http://www.mozilla.org/owners.html">Mozilla Module Owners</a>
-list, and the
-<a href="http://www.mozilla.org/hacking/module-ownership.html">Module
-Ownership</a> document applies as far as possible, esp. its "Criteria for
-Module Ownership" section.
-<br>The list is managed by Robert Kaiser (KaiRo)
-<<a href="mailto:kairo@kairo.at">kairo@kairo.at</a>>,
-contact him with any comments or suggestions for changes.
-<br>Note that only the owner of an area (or its parent area) or the SeaMonkey
-Council can decide on changes for a specific area.
-So if you want to get on the list as a peer, contact the owner. If you want
-to own an area, contact either the parent area's owner (if there is one) or
-the SeaMonkey Council.
-</p>
-<p>
-If the table is too wide for your little screen, try a widescreen high-resolution one. :)
-</p>
-<p><i>
-Note: This is still a draft version of that list, which is supposed to go to
-<a href="http://www.mozilla.org/projects/seamonkey/project-areas.html">http://www.mozilla.org/projects/seamonkey/project-areas.html</a>
-in the future.
-In the Owner and Peers columns, italic values mean proposed/volunteered but
-not assigned yet, and striked out old owners/peers mean people who have told
-us they want to hand over that area.
-Any question mark means that I'm unsure of that one - comments welcome!
-<br>There's a different document about
-<a href="seamonkey-bugzilla-reorg.html">bugzilla component restructuring</a>
-now which also notes old components that get renamed or merged into the new
-ones listed here.
-</i></p>
-
-<table class="data">
-<thead>
-<tr>
- <th colspan="3">Area name</th>
- <th>Description</th>
- <th>Bugzilla component</th>
- <th>Source directories</th>
- <th>Owner</th>
- <th>Peer(s)</th>
-</tr>
-</thead>
-
-<tbody>
-<tr>
- <td colspan="3"><b>User Interface</b></td>
- <td> </td>
- <td> </td>
- <td>xpfe/<br>suite/</td>
- <td>Neil ("UI tsar")</td>
- <td> </td>
-</tr>
-<tr>
- <td rowspan="3"> </td>
- <td colspan="2">UI design and review</td>
- <td>achieving consistency throughout the product both internally and
- externally</td>
- <td><i>new:</i> UI design <small>(old: XP Apps; XP Apps: GUI Features)</td>
- <td> </td>
- <td>Neil</td>
- <td>jag, timeless <small>(old: dean_tessman?)</small></td>
-</tr>
-<tr>
- <td colspan="2">Themes</td>
- <td>Classic, Modern, general theme issues</td>
- <td><i>new:</i> Themes</td>
- <td>themes/<br>suite/themes/</td>
- <td><i>MReimer</i></td>
- <td>Neil, <i>KaiRo</i></td>
-</tr>
-<tr>
- <td colspan="2">Localization (L10n)</td>
- <td>do we need that seperately or is it just MLP's domain?</td>
- <td><i>new:</i> Localization</td>
- <td>[mailnews|xpfe]/*/locale/<br>suite/locales/</td>
- <td><i>KaiRo</i></td>
- <td> </td>
-</tr>
-
-<tr>
- <td colspan="3"><b>Suite applications</b></td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
-</tr>
-<tr>
- <td rowspan="13"> </td>
- <td colspan="2"><b><i>Browser</i></b></td>
- <td>Navigator UI and parts of the suite that are mainly used by the browser
- (some may be shared with Mail or Composer to a certain extent though)</td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
-</tr>
-<tr>
- <td rowspan="4"> </td>
- <td>Browsing tools</td>
- <td>[UI for] Tools that help with browser functionality (Bookmarks,
- History, location bar, page info, view source, autocomplete etc.)</td>
- <td><i>new:</i> Browsing tools: Bookmarks <small>(old: Bookmarks)</small>
- <br><i>new:</i> Browsing tools: Page Info <small>(old: Page Info)</small>
- <br><i>new:</i> Browsing tools: ViewSource <small>(old: ViewSource)</small>
- <br><i>new:</i> Browsing tools: Autocomplete <small>(old: XP Apps: Autocomplete)</small></td>
- <td> </td>
- <td>db48x (Page Info) <small>(old: p_ch?, <span style="text-decoration:line-through;">mrbkap</span>)</small></td>
- <td>db48x (Bookmarks, ViewSource, Autocomplete) <small>(old: doron?)</small></td>
-</tr>
-<tr>
- <td>Download & File Handling</td>
- <td>Download Manager, helper apps, open/save files</td>
- <td><i>new:</i> Download & File Handling <small>(old: Download Manager)</small></td>
- <td>xpfe/components/download-manager</td>
- <td><i>biesi</i></td>
- <td> </td>
-</tr>
-<tr>
- <td>Privacy, Passwords & Permissions</td>
- <td>UI for Passwords, PopUp/Image blocking, Cookies; Wallet (Backend code
- for most of those is shared)</td>
- <td><i>new:</i> Privacy, Passwords & Permissions <small>(old: Password Manager)</small></td>
- <td>extensions/wallet/<br>xpfe/components/[permissions|cookie]</td>
- <td><i>IanN</i> <small>(old: darin?)</small></td>
- <td>dveditz <small>(old: mvl?, mconnor?, dwitte?, alecf?)</small></td>
-</tr>
-<tr>
- <td>Sidebar & Search</td>
- <td>Sidebar (incl. internal panels), web search features</td>
- <td><i>new:</i> Sidebar & Search <small>(old: Sidebar)</small></td>
- <td> </td>
- <td><i>Mnyromyr</i></td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2"><b><i>MailNews</i></b></td>
- <td> </td>
- <td> </td>
- <td>mailnews/</td>
- <td><i>Mnyromyr</i> <small>(old: mscott?)</small></td>
- <td>Neil <small>(old: <span style="text-decoration:line-through;">sspitzer</span>, ducarroz?, kaie?, dmose?, bienvenu?)</small></td>
-</tr>
-<tr>
- <td rowspan="5"> </td>
- <td>Address Book & Contacts</td>
- <td>Address book, VCard support, Address book sidebar etc.</td>
- <td><i>new:</i> MailNews: Address Book & Contacts <small>(old: Address Book)</small></td>
- <td> </td>
- <td><i>Standard8</i> <small>(old: <span style="text-decoration:line-through;">sspitzer</span>)</small></td>
- <td> </td>
-</tr>
-<tr>
- <td>Account Management & Configuration</td>
- <td>Account Manager/Wizard, Preferences panels, etc.</td>
- <td><i>new:</i> MailNews: Account Management & Configuration <small>(old: MailNews: Account Manager)</small></td>
- <td> </td>
- <td><i>IanN</i> <small>(old: <span style="text-decoration:line-through;">sspitzer</span>)</small></td>
- <td> </td>
-</tr>
-<tr>
- <td>Composition</td>
- <td>Compose window, etc.</td>
- <td><i>new:</i> MailNews: Composition</td>
- <td> </td>
- <td><i>IanN</i></td>
- <td> </td>
-</tr>
-<tr>
- <td>Backend</td>
- <td>Watch backend closely, make us work with it, help improving it;
- includes: Transmission (receiving, sending, receipts), offline,
- (junk) filters, storage bugs, etc.</td>
- <td><i>new:</i> MailNews: Backend <small>(old: MailNews: Offline; MailNews: Return Receipts)</small></td>
- <td> </td>
- <td><i>bienvenu</i></td>
- <td><small>(old: grylchan?)</small></td>
-</tr>
-<tr>
- <td>Message Display</td>
- <td>Main window; display of mails, news, maybe RSS; search;
- notifications; drag'n'drop; etc.</td>
- <td><i>new:</i> MailNews: Message Display <small>(old: MailNews: Main Mail Window; MailNews: Notification; MailNews: Search; MailNews: Subscribe)</small></td>
- <td> </td>
- <td><i>IanN</i> <small>(old: <span style="text-decoration:line-through;">sspitzer</span>)</small></td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2"><b><i>Composer</i></b></td>
- <td> </td>
- <td>Composer <small>(+old: Composer CSS Editor)</small></td>
- <td> </td>
- <td><small>(old: <span style="text-decoration:line-through;">glazou</span>)</small></td>
- <td>timeless, Neil <small>(old: smfr?, cmanske?, brade?, akkana?, Joe Francis?, Joaquin Blas?)</small></td>
-</tr>
-<tr>
- <td colspan="2"><b><i>Integration of external apps</i></b></td>
- <td>integration of chatzilla, inspector, venkman, calendar, etc.</td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
-</tr>
-
-<tr>
- <td colspan="3"><b>Cross-suite components</b></td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
-</tr>
-<tr>
- <td rowspan="6"> </td>
- <td colspan="2">Build Config</td>
- <td> </td>
- <td>Build Config</td>
- <td> </td>
- <td>chase</td>
- <td>wtchang, dbaron, bsmedberg, bryner</td>
-</tr>
-<tr>
- <td colspan="2">Help</td>
- <td> </td>
- <td>Help</td>
- <td>extensions/help/</td>
- <td>IanN</td>
- <td><i>stefan_h</i>, Neil <small>(old: danielwang?, steffen.wilberg?, <span style="text-decoration:line-through;">jwalden</span>)</small></td>
-</tr>
-<tr>
- <td colspan="2">Installer</td>
- <td> </td>
- <td>Installer <small>(+old: Installer: XPI Packages)</small></td>
- <td>xpinstall/[packager|wizard]/<br>suite/installer/</td>
- <td><i>Ajschult (Linux)</i></td>
- <td>dveditz <small>(old: <span style="text-decoration:line-through;">bsmedberg</span>, <span style="text-decoration:line-through;">bz QA: gemal</span>)</small></td>
-</tr>
-<tr>
- <td colspan="2">Preferences</td>
- <td>Preference Panels; default preferences; etc.</td>
- <td>Preferences</td>
- <td>xpfe/components/prefwindow</td>
- <td><i>IanN</i></td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Security</td>
- <td>Suite-specific security UI and features, app-level security issues</td>
- <td>Security</td>
- <td> </td>
- <td>dveditz</td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Startup & Profiles</td>
- <td>Profile Manager, profile access code, suite startup</td>
- <td><i>new:</i> Startup & Profiles <small>(old: Profile: Manager)</small></td>
- <td> </td>
- <td><i>brian.lu</i></td>
- <td>ccarlen, <small>(old: <span style="text-decoration:line-through;">sspitzer</span>)</small></td>
-</tr>
-
-<tr>
- <td colspan="3"><b>Project Organization</b></td>
- <td>not real suite code, but all the stuff around it</td>
- <td> </td>
- <td> </td>
- <td>SeaMonkey Council</td>
- <td> </td>
-</tr>
-<tr>
- <td rowspan="6"> </td>
- <td colspan="2">Project Management</td>
- <td>someone needs to drive those things and feel responsible for getting
- SeaMonkey Council decisions</td>
- <td> </td>
- <td> </td>
- <td>SeaMonkey Council; <i>KaiRo</i></td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Release Mangement</td>
- <td>get releases out the door, write up release notes</td>
- <td> </td>
- <td> </td>
- <td><i>CTho</i></td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">MoFo liaison</td>
- <td>keep an open line with MoFo folks and take care of stuff we need of
- them or they need of us</td>
- <td> </td>
- <td> </td>
- <td><i>KaiRo</i></td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Qualitity Assurance (QA)</td>
- <td>Testing, bug triaging, smoketests, bug triaging, testing...</td>
- <td>General <i>(for things that need triaging)</i></td>
- <td> </td>
- <td>ajschult</td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Community, User Relations, Support?</td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
-</tr>
-<tr>
- <td colspan="2">Marketing/Press/PR, web pages, spokesman?</td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td><i>JustinArthur?, self?, KaiRo?</i></td>
- <td> </td>
-</tr>
-</tbody>
-</table>
-
-</body>
-</html>
new file mode 100644
--- /dev/null
+++ b/src/dev/review-and-flags.en.html
@@ -0,0 +1,152 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Language" content="en">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta http-equiv="Content-Script-Type" content="text/javascript">
+
+<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
+<link rel="top" href="../" title="SeaMonkey Project">
+<link rel="up" href="./" title="Development">
+<link rel="section" href="#review" title="Code reviews">
+<link rel="subsection" href="#sr" title="Super-reviewers">
+<link rel="section" href="#flags" title="Bugzilla flags">
+<link rel="subsection" href="#blocking" title="blocking-seamonkey-xxx">
+<link rel="subsection" href="#approval" title="approval-seamonkey-xxx">
+
+<title>SeaMonkey code reviews and flag rules</title>
+</head>
+<body>
+<h1>SeaMonkey code reviews and flag rules</h1>
+
+<h2 id="review">Code reviews</h2>
+
+<p>
+Note that those rules apply to suite-specific code only.
+Toolkit has <a href="http://www.mozilla.org/projects/toolkit/review.html">their own review rules</a>,
+and so does <a href="http://www.mozilla.org/hacking/code-review-faq.html">core Mozilla
+code</a> (Gecko, shared stuff, etc).
+</p>
+
+<ul>
+ <li><abbr title="review">r=</abbr> from <a href="project-areas">module
+ owner or peer</a> (of all involved modules).</li>
+ <li><abbr title="super-review">sr=</abbr> is required for all UI changes
+ (note that for small UI changes it may happen to be faster to get r+sr from
+ a super reviewer).</li>
+ <li><abbr title="super-review">sr=</abbr> is required if the patch was across
+ multiple modules.</li>
+ <li><abbr title="super-review">sr=</abbr> is also required if any of the
+ patch's reviewers request it - typically for non-trivial patches.</li>
+</ul>
+
+<p class="note">
+Any module owner could theoretically request
+<abbr title="module owner approval">moa</abbr>, which would mean that he is
+required to approve all patches in that module. That doesn't mean he actually
+has to review them, that can still be done by a peer or other reviewer
+approved by the module owner.
+No SeaMonkey module owner requires moa yet though.
+</p>
+
+<h3 id="sr">super-reviewers:</h3>
+
+<ul>
+ <li><a href="mailto:neil.parkwaycc.co.uk@myrealbox.com">Neil
+ Rashbrook</a></li>
+ <li><a href="mailto:jag@tty.nl">Peter Annema (jag)</a></li>
+</ul>
+
+<h2 id="flags">Bugzilla flags</h2>
+
+<p>
+All those xxx-seamonkey-yyy flags referred to below can be requested
+(set to "?") by anyone, only SeaMonkey Council members are allowed to set
+them to "+" or "-" though.
+<p>
+
+<h3 id="blocking">blocking-seamonkey-xxx</h3>
+
+<ul>
+ <li>Criteria for +
+ <ul>
+ <li>We can't ship the relevant release without that issue fixed, and
+ would push out the release for that</li>
+ <li>security issues should be blockers in almost any case</li>
+ <li>severe usability issues block a final; if the vast majority of
+ testers can live with them, they might not block alpha though</li>
+ <li>high-profile crashes or hangs</li>
+ <li>Only high severity issues block an alpha, less severe bugs might also
+ block a beta or final
+ <ul>
+ <li>Alpha: opinion of one Council member</li>
+ <li>Beta: agreement of two Council members</li>
+ <li>Final: if two aren't completely sure, need three to agree,
+ preferably one of them being the release engineer</li>
+ </ul>
+ </li>
+ </ul>
+ </li>
+ <li>Criteria for - (anything meeting one of those can be minused without
+ further discussion)
+ <ul>
+ <li>minor glitches</li>
+ <li>enhancements, feature requests (exceptions are when a Council
+ majority thinks we need them for the release)</li>
+ <li>things that weren't fixed in older final releases and did not harm
+ there (as long as circumstances haven't changed radically)</li>
+ </ul>
+ </li>
+</ul>
+
+<ul class="note">
+<li>We may end up in having blockers without an assignee. We (Council) need
+ to make sure we get someone working on them, so we can get a release
+ done.</li>
+<li>Nice-to-have improvements that don't fix major problems don't block the
+ release. Their patches might get approved, but the bugs get blocking- in
+ almost any case.</li>
+<li>We should try to keep the number of blocking+ bugs as small as possible.
+ Remember that from the definition of the flags, the number of open blockers
+ has to be <strong>zero</strong> to ship the release. We shouldn't slip that
+ definition by far, ideally we should meet it.</li>
+</ul>
+
+<h3 id="approval">approval-seamonkey-xxx</h3>
+
+<ul>
+<li>Criteria for +
+ <ul>
+ <li>Low risk (beta: very low risk, final: minimum risk)</li>
+ <li>no L10n string changes</li>
+ <li>polish, stability improvement, or routine change (version number
+ etc.)</li>
+ <li>patch is ready and reviewed</li>
+ <li>patch is tested well enough for the risk involved
+ <ul>
+ <li>Alpha: opinion of one Council member</li>
+ <li>Beta/Final/Stable: agreement of two Council members</li>
+ <li>If the approval request was made by a Council member or module owner,
+ approval by one Council member is sufficient</li>
+ </ul>
+ </li>
+ </ul>
+</li>
+<li>Criteria for - (anything meeting one of those can be minused without
+ further discussion)
+ <ul>
+ <li>L10n string changes (esp. after a L10n freeze)</li>
+ <li>High risk, low value</li>
+ </ul>
+</li>
+</ul>
+
+<p>
+General advice: Developers should include risk estimation and level of
+testing the patch got when requesting approval.
+</p>
+
+</body>
+</html>
\ No newline at end of file
deleted file mode 100644
--- a/src/dev/review-and-flags.html
+++ /dev/null
@@ -1,152 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
-<head>
-
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta http-equiv="Content-Language" content="en">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<meta http-equiv="Content-Script-Type" content="text/javascript">
-
-<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
-<link rel="top" href="/" title="SeaMonkey Project">
-<link rel="up" href="./" title="Development">
-<link rel="section" href="#review" title="Code reviews">
-<link rel="subsection" href="#sr" title="Super-reviewers">
-<link rel="section" href="#flags" title="Bugzilla flags">
-<link rel="subsection" href="#blocking" title="blocking-seamonkey-xxx">
-<link rel="subsection" href="#approval" title="approval-seamonkey-xxx">
-
-<title>SeaMonkey code reviews and flag rules</title>
-</head>
-<body>
-<h1>SeaMonkey code reviews and flag rules</h1>
-
-<h2 id="review">Code reviews</h2>
-
-<p>
-Note that those rules apply to suite-specific code only.
-Toolkit has <a href="../toolkit/review.html">their own review rules</a>,
-and so does <a href="../../hacking/code-review-faq.html">core Mozilla
-code</a> (Gecko, shared stuff, etc).
-</p>
-
-<ul>
- <li><abbr title="review">r=</abbr> from <a href="project-areas.html">module
- owner or peer</a> (of all involved modules).</li>
- <li><abbr title="super-review">sr=</abbr> is required for all UI changes
- (note that for small UI changes it may happen to be faster to get r+sr from
- a super reviewer).</li>
- <li><abbr title="super-review">sr=</abbr> is required if the patch was across
- multiple modules.</li>
- <li><abbr title="super-review">sr=</abbr> is also required if any of the
- patch's reviewers request it - typically for non-trivial patches.</li>
-</ul>
-
-<p class="note">
-Any module owner could theoretically request
-<abbr title="module owner approval">moa</abbr>, which would mean that he is
-required to approve all patches in that module. That doesn't mean he actually
-has to review them, that can still be done by a peer or other reviewer
-approved by the module owner.
-No SeaMonkey module owner requires moa yet though.
-</p>
-
-<h3 id="sr">super-reviewers:</h3>
-
-<ul>
- <li><a href="mailto:neil.parkwaycc.co.uk@myrealbox.com">Neil
- Rashbrook</a></li>
- <li><a href="mailto:jag@tty.nl">Peter Annema (jag)</a></li>
-</ul>
-
-<h2 id="flags">Bugzilla flags</h2>
-
-<p>
-All those xxx-seamonkey-yyy flags referred to below can be requested
-(set to "?") by anyone, only SeaMonkey Council members are allowed to set
-them to "+" or "-" though.
-<p>
-
-<h3 id="blocking">blocking-seamonkey-xxx</h3>
-
-<ul>
- <li>Criteria for +
- <ul>
- <li>We can't ship the relevant release without that issue fixed, and
- would push out the release for that</li>
- <li>security issues should be blockers in almost any case</li>
- <li>severe usability issues block a final; if the vast majority of
- testers can live with them, they might not block alpha though</li>
- <li>high-profile crashes or hangs</li>
- <li>Only high severity issues block an alpha, less severe bugs might also
- block a beta or final
- <ul>
- <li>Alpha: opinion of one Council member</li>
- <li>Beta: agreement of two Council members</li>
- <li>Final: if two aren't completely sure, need three to agree,
- preferably one of them being the release engineer</li>
- </ul>
- </li>
- </ul>
- </li>
- <li>Criteria for - (anything meeting one of those can be minused without
- further discussion)
- <ul>
- <li>minor glitches</li>
- <li>enhancements, feature requests (exceptions are when a Council
- majority thinks we need them for the release)</li>
- <li>things that weren't fixed in older final releases and did not harm
- there (as long as circumstances haven't changed radically)</li>
- </ul>
- </li>
-</ul>
-
-<ul class="note">
-<li>We may end up in having blockers without an assignee. We (Council) need
- to make sure we get someone working on them, so we can get a release
- done.</li>
-<li>Nice-to-have improvements that don't fix major problems don't block the
- release. Their patches might get approved, but the bugs get blocking- in
- almost any case.</li>
-<li>We should try to keep the number of blocking+ bugs as small as possible.
- Remember that from the definition of the flags, the number of open blockers
- has to be <strong>zero</strong> to ship the release. We shouldn't slip that
- definition by far, ideally we should meet it.</li>
-</ul>
-
-<h3 id="approval">approval-seamonkey-xxx</h3>
-
-<ul>
-<li>Criteria for +
- <ul>
- <li>Low risk (beta: very low risk, final: minimum risk)</li>
- <li>no L10n string changes</li>
- <li>polish, stability improvement, or routine change (version number
- etc.)</li>
- <li>patch is ready and reviewed</li>
- <li>patch is tested well enough for the risk involved
- <ul>
- <li>Alpha: opinion of one Council member</li>
- <li>Beta/Final/Stable: agreement of two Council members</li>
- <li>If the approval request was made by a Council member or module owner,
- approval by one Council member is sufficient</li>
- </ul>
- </li>
- </ul>
-</li>
-<li>Criteria for - (anything meeting one of those can be minused without
- further discussion)
- <ul>
- <li>L10n string changes (esp. after a L10n freeze)</li>
- <li>High risk, low value</li>
- </ul>
-</li>
-</ul>
-
-<p>
-General advice: Developers should include risk estimation and level of
-testing the patch got when requesting approval.
-</p>
-
-</body>
-</html>
\ No newline at end of file
new file mode 100644
--- /dev/null
+++ b/src/dev/trademark.en.html
@@ -0,0 +1,102 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Language" content="en">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta http-equiv="Content-Script-Type" content="text/javascript">
+
+<link rel="maintainer" title="Robert Kaiser" href="mailto:kairo@kairo.at">
+<link rel="top" href="../" title="SeaMonkey Project">
+<link rel="up" href="./" title="Development">
+
+<title>SeaMonkey Trademark Policy</title>
+</head>
+<body>
+<p class="important">
+This document is a draft, this policy has not been finalized yet!
+</p>
+
+<h1>Trademark Policy</h1>
+
+<p>
+The objective of the SeaMonkey Trademark Usage Policy is to encourage and allow
+widespread use of the SeaMonkey name and logo by the SeaMonkey community,
+maintain the value of their image and good standing, and protect them from
+inappropriate or unauthorised use. Trademarks must be protected or they lapse,
+allowing anyone to use or abuse them. We don't want that to happen to
+SeaMonkey!
+</p>
+
+<p>
+Trademark uses not covered by this document have to follow
+<a href="http://www.mozilla.org/foundation/trademarks/policy.html">the Mozilla
+trademark policy</a> unless explicitely granted by the SeaMonkey Council.
+</p>
+
+<h2 id="usage">SeaMonkey Trademark Usage Policy</h2>
+
+<p>
+SeaMonkey and the SeaMonkey logo are all trademarks of the Mozilla Foundation.
+Before using the any of these marks outside the scope of fair use (such as
+using these in a review to refer to the product), please send an email to
+<a href="mailto:seamonkey-council@mozilla.org">seamonkey-council@mozilla.org</a>
+with your name, contact details, and a short explanation of your proposed usage
+of the trademarks. We will answer these mails as quickly as we can, so you can
+help spread the love!
+</p>
+
+<p>
+As long as you follow the Logo Standards listed below, you do not need to
+contact us if:
+</p>
+
+<ul>
+<li>You want to use the logo in a desktop background. Go right ahead! We may
+ create a gallery in the future and would love to have user contributions
+ there! Logos for such use can be found on the
+ <a href="artwork">SeaMonkey artwork page</a>.</li>
+<li>You want to link to our website from your site. Buttons can be found on the
+ <a href="artwork">SeaMonkey artwork page</a>.</li>
+</ul>
+
+<p>
+If you have any questions at all about your proposed use, please contact us.
+</p>
+
+<h2 id="domains">Websites and Domains</h2>
+
+<p>
+Where possible, we ask that SeaMonkey-related domain ownership be held by the
+SeaMonkey Council, Mozilla Foundation, or a Mozilla Foundation-authorised
+organisation. Please ask for a trademark license before registering a domain
+which incorporates the SeaMonkey name. In the future (when we have funds!), we
+may sponsor registration fees for approved domains, and leave technical
+administrative control in the hands of the website operator.
+</p>
+
+<h2 id="standards">Logo Standards</h2>
+
+<p>
+It is important to maintain the visual integrity of the SeaMonkey logo. We
+therefore ask that anyone considering use of the logo keep the following
+guidelines in mind. Following these guidelines will increase the chances that
+we will quickly approve your use of the logo.
+</p>
+
+<ul>
+<li>When appearing in multiple colours, the logo should use only the "official"
+ logo colors.</li>
+<li>You may use transparency and gradient/depth tools, but should still
+ maintain the SeaMonkey colors.</li>
+<li>A monotone version may be acceptable in certain situations, if the use
+ requires it (e.g., desktop backgrounds).</li>
+<li>Any scaling must retain the original proportions of the logo.</li>
+<li>Other than the variations listed here, the logo may not be modified in any
+ way.</li>
+<li>Additional text may not be added in such a way that it appears to be part
+ of the logo itself.</li>
+</ul>
+</body>
+</html>
\ No newline at end of file
deleted file mode 100755
--- a/src/dev/trademark.html
+++ /dev/null
@@ -1,102 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
-<head>
-
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta http-equiv="Content-Language" content="en">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<meta http-equiv="Content-Script-Type" content="text/javascript">
-
-<link rel="maintainer" title="Robert Kaiser" href="mailto:kairo@kairo.at">
-<link rel="top" href="/" title="SeaMonkey Project">
-<link rel="up" href="./" title="Development">
-
-<title>SeaMonkey Trademark Policy</title>
-</head>
-<body>
-<p class="important">
-This document is a draft, this policy has not been finalized yet!
-</p>
-
-<h1>Trademark Policy</h1>
-
-<p>
-The objective of the SeaMonkey Trademark Usage Policy is to encourage and allow
-widespread use of the SeaMonkey name and logo by the SeaMonkey community,
-maintain the value of their image and good standing, and protect them from
-inappropriate or unauthorised use. Trademarks must be protected or they lapse,
-allowing anyone to use or abuse them. We don't want that to happen to
-SeaMonkey!
-</p>
-
-<p>
-Trademark uses not covered by this document have to follow
-<a href="http://www.mozilla.org/foundation/trademarks/policy.html">the Mozilla
-trademark policy</a> unless explicitely granted by the SeaMonkey Council.
-</p>
-
-<h2 id="usage">SeaMonkey Trademark Usage Policy</h2>
-
-<p>
-SeaMonkey and the SeaMonkey logo are all trademarks of the Mozilla Foundation.
-Before using the any of these marks outside the scope of fair use (such as
-using these in a review to refer to the product), please send an email to
-<a href="mailto:seamonkey-council@mozilla.org">seamonkey-council@mozilla.org</a>
-with your name, contact details, and a short explanation of your proposed usage
-of the trademarks. We will answer these mails as quickly as we can, so you can
-help spread the love!
-</p>
-
-<p>
-As long as you follow the Logo Standards listed below, you do not need to
-contact us if:
-</p>
-
-<ul>
-<li>You want to use the logo in a desktop background. Go right ahead! We may
- create a gallery in the future and would love to have user contributions
- there! Logos for such use can be found on the
- <a href="artwork.html">SeaMonkey artwork page</a>.</li>
-<li>You want to link to our website from your site. Buttons can be found on the
- <a href="artwork.html">SeaMonkey artwork page</a>.</li>
-</ul>
-
-<p>
-If you have any questions at all about your proposed use, please contact us.
-</p>
-
-<h2 id="domains">Websites and Domains</h2>
-
-<p>
-Where possible, we ask that SeaMonkey-related domain ownership be held by the
-SeaMonkey Council, Mozilla Foundation, or a Mozilla Foundation-authorised
-organisation. Please ask for a trademark license before registering a domain
-which incorporates the SeaMonkey name. In the future (when we have funds!), we
-may sponsor registration fees for approved domains, and leave technical
-administrative control in the hands of the website operator.
-</p>
-
-<h2 id="standards">Logo Standards</h2>
-
-<p>
-It is important to maintain the visual integrity of the SeaMonkey logo. We
-therefore ask that anyone considering use of the logo keep the following
-guidelines in mind. Following these guidelines will increase the chances that
-we will quickly approve your use of the logo.
-</p>
-
-<ul>
-<li>When appearing in multiple colours, the logo should use only the "official"
- logo colors.</li>
-<li>You may use transparency and gradient/depth tools, but should still
- maintain the SeaMonkey colors.</li>
-<li>A monotone version may be acceptable in certain situations, if the use
- requires it (e.g., desktop backgrounds).</li>
-<li>Any scaling must retain the original proportions of the logo.</li>
-<li>Other than the variations listed here, the logo may not be modified in any
- way.</li>
-<li>Additional text may not be added in such a way that it appears to be part
- of the logo itself.</li>
-</ul>
-</body>
-</html>
\ No newline at end of file
new file mode 100644
--- /dev/null
+++ b/src/doc/features.en.html
@@ -0,0 +1,72 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Language" content="en">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta http-equiv="Content-Script-Type" content="text/javascript">
+
+<link rel="maintainer" title="Robert Kaiser" href="mailto:kairo@kairo.at">
+<link rel="top" href="../" title="SeaMonkey Project">
+<link rel="up" href="./" title="Documentation & Help">
+
+<title>Features</title>
+</head>
+<body>
+<h1>Features of the SeaMonkey<sup>®</sup> Suite</h1>
+
+<div class="section">
+ <h3 id="browser">Browser ("Navigator")</h3>
+
+ <p><strong>Tabbed browsing</strong> gives you a better way to surf the net.
+ You no longer have to open one page at a time. With tabbed browsing, open
+ several pages at once with one click. Plus, your homepage can be multiple
+ pages, in tabs.</p>
+
+ <p><strong>Popup blocker</strong> lets you surf the web without interruption
+ from annoying ads.
+ </p>
+
+ <p><strong>Image Manager</strong> lets you block images to remove offensive
+ images or speed up the rendering of web sites.</p>
+
+ <p><strong>Find as you type</strong> gives you another way to navigate a
+ page. Just start typing to jump from link to link or to find a word or
+ phrase within a page.</p>
+
+ <p>Plus all the features a modern browser should have including: Advanced
+ security settings; Password, Download, and Cookie managers; Themes;
+ multi-language and multi-platform support; and, the latest in Web
+ Standards.</p>
+
+
+ <h3 id="mail">Mail & Newsgroups</h3>
+
+ <p><strong><a href="http://www.mozilla.org/start/1.5/extra/using-junk-control.html">Junk
+ mail controls</a></strong> helps you take back control of your e-mail from
+ spammers. SeaMonkey's adaptive junk mail control gets smarter with use and
+ is personalized to the e-mail that you receive.</p>
+
+ <p>Manage your mail with customizable <strong>Labels</strong> and
+ <strong>Mail Views</strong>. Color code your e-mail to help you
+ prioritize. Sort your mail with views to help you through your
+ e-mail much faster.</p>
+
+ <p><strong>Multiple Accounts</strong> support helps you manage
+ all your mail through one interface.</p>
+
+ <p>SeaMonkey Messenger includes Enterprise ready features such as S/MIME,
+ return receipts, Address Books, LDAP support, and digital signing.</p>
+
+
+ <h3 id="composer">Composer</h3>
+ <p>SeaMonkey's powerful yet simple <strong>HTML editor</strong> keeps
+ getting better with dynamic image and table resizing, quick insert and
+ delete of table cells, improved CSS support, and support for positioned
+ layers. For all your documents and website projects, Composer is all you
+ need.</p>
+
+</div>
+</body>
+</html>
deleted file mode 100644
--- a/src/doc/features.html
+++ /dev/null
@@ -1,72 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
-<head>
-
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta http-equiv="Content-Language" content="en">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<meta http-equiv="Content-Script-Type" content="text/javascript">
-
-<link rel="maintainer" title="Robert Kaiser" href="mailto:kairo@kairo.at">
-<link rel="top" href="/" title="SeaMonkey Project">
-<link rel="up" href="./" title="Documentation & Help">
-
-<title>Features</title>
-</head>
-<body>
-<h1>Features of the SeaMonkey<sup>®</sup> Suite</h1>
-
-<div class="section">
- <h3 id="browser">Browser ("Navigator")</h3>
-
- <p><strong>Tabbed browsing</strong> gives you a better way to surf the net.
- You no longer have to open one page at a time. With tabbed browsing, open
- several pages at once with one click. Plus, your homepage can be multiple
- pages, in tabs.</p>
-
- <p><strong>Popup blocker</strong> lets you surf the web without interruption
- from annoying ads.
- </p>
-
- <p><strong>Image Manager</strong> lets you block images to remove offensive
- images or speed up the rendering of web sites.</p>
-
- <p><strong>Find as you type</strong> gives you another way to navigate a
- page. Just start typing to jump from link to link or to find a word or
- phrase within a page.</p>
-
- <p>Plus all the features a modern browser should have including: Advanced
- security settings; Password, Download, and Cookie managers; Themes;
- multi-language and multi-platform support; and, the latest in Web
- Standards.</p>
-
-
- <h3 id="mail">Mail & Newsgroups</h3>
-
- <p><strong><a href="http://www.mozilla.org/start/1.5/extra/using-junk-control.html">Junk
- mail controls</a></strong> helps you take back control of your e-mail from
- spammers. SeaMonkey's adaptive junk mail control gets smarter with use and
- is personalized to the e-mail that you receive.</p>
-
- <p>Manage your mail with customizable <strong>Labels</strong> and
- <strong>Mail Views</strong>. Color code your e-mail to help you
- prioritize. Sort your mail with views to help you through your
- e-mail much faster.</p>
-
- <p><strong>Multiple Accounts</strong> support helps you manage
- all your mail through one interface.</p>
-
- <p>SeaMonkey Messenger includes Enterprise ready features such as S/MIME,
- return receipts, Address Books, LDAP support, and digital signing.</p>
-
-
- <h3 id="composer">Composer</h3>
- <p>SeaMonkey's powerful yet simple <strong>HTML editor</strong> keeps
- getting better with dynamic image and table resizing, quick insert and
- delete of table cells, improved CSS support, and support for positioned
- layers. For all your documents and website projects, Composer is all you
- need.</p>
-
-</div>
-</body>
-</html>
new file mode 100644
--- /dev/null
+++ b/src/doc/index.en.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Language" content="en">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta http-equiv="Content-Script-Type" content="text/javascript">
+
+<link rel="maintainer" title="Robert Kaiser" href="mailto:kairo@kairo.at">
+<link rel="top" href="../" title="SeaMonkey Project">
+<link rel="up" href="../" title="Home">
+
+<title>Documentation & Help</title>
+</head>
+<body>
+<h1>SeaMonkey Documentation</h1>
+<p>
+While SeaMonkey offers very sophisticated in-line help in the application, we offer some additional documentation here.
+</p>
+
+<ul>
+ <li><a href="features">Description of SeaMonkey features</a></li>
+ <li><a href="../community">SeaMonkey Community</a></li>
+ <li><a href="http://www.mozilla.org/support/">Mozilla.org Support</a></li>
+ <li><a href="http://www.mozilla.org/docs/end-user/">Mozilla.org Documentation</a></li>
+ <li><a href="http://www.mozilla.org/start/1.5/faq/" title="frequently asked questions">Mozilla Suite FAQ</a></li>
+ <li><a href="http://kb.mozillazine.org/Mozilla_Suite"
+ title="Community-contributed Wiki" class="ex-ref">Knowledge Base</a></li>
+</ul>
+</body>
+</html>
deleted file mode 100644
--- a/src/doc/index.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
-<head>
-
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta http-equiv="Content-Language" content="en">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<meta http-equiv="Content-Script-Type" content="text/javascript">
-
-<link rel="maintainer" title="Robert Kaiser" href="mailto:kairo@kairo.at">
-<link rel="top" href="/" title="SeaMonkey Project">
-<link rel="up" href="/" title="Home">
-
-<title>Documentation & Help</title>
-</head>
-<body>
-<h1>SeaMonkey Documentation</h1>
-<p>
-While SeaMonkey offers very sophisticated in-line help in the application, we offer some additional documentation here.
-</p>
-
-<ul>
- <li><a href="features.html">Description of SeaMonkey features</a></li>
- <li><a href="/community.html">SeaMonkey Community</a></li>
- <li><a href="http://www.mozilla.org/support/">Mozilla.org Support</a></li>
- <li><a href="http://www.mozilla.org/docs/end-user/">Mozilla.org Documentation</a></li>
- <li><a href="http://www.mozilla.org/start/1.5/faq/" title="frequently asked questions">Mozilla Suite FAQ</a></li>
- <li><a href="http://kb.mozillazine.org/Mozilla_Suite"
- title="Community-contributed Wiki" class="ex-ref">Knowledge Base</a></li>
-</ul>
-</body>
-</html>
new file mode 100644
--- /dev/null
+++ b/src/en/.htaccess
@@ -0,0 +1,2 @@
+RewriteEngine On
+RewriteRule ^(.*) ../$1 [E:prefer-language=en]
new file mode 100644
--- /dev/null
+++ b/src/index.en.html
@@ -0,0 +1,107 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Language" content="en">
+<meta http-equiv="Content-Style-Type" content="text/css">
+
+<link rel="maintainer" title="Robert Kaiser" href="mailto:kairo@kairo.at">
+
+<link rel="top" href="./" title="SeaMonkey Project">
+<!-- link rel="up" href="./" title="Home" -->
+
+<title>The SeaMonkey® Project</title>
+</head>
+<body>
+<div class="key-point">
+ <div id="product-desc" class="product-seamonkey">
+ <h2>[% releasename %]</h2>
+ <p>
+ Web-browser, advanced e-mail and newsgroup client, IRC chat client, and
+ HTML editing made simple -- all your Internet needs in one application.
+ </p>
+ <ul>
+ <li><a href="doc/features">Features</a></li>
+
+ <li><a href="[% relnotes %]">Release Notes</a><!-- /
+ <a href="seamonkey-faq" title="frequently asked questions">FAQ</a> --></li>
+ </ul>
+ </div>
+ <div id="product-side">
+ <div class="download">
+ <h3>Download Now</h3>
+ <b>[% releasename %]</b>
+ <ul>
+ <li><a href="[% download_win %]"
+ id="download-win32" title="[% download_win_mb * 2.44 %] min @ 56k/s"
+ >Windows, English ([% download_win_mb %] MB)</a></li>
+ <li><a href="[% download_linux %]"
+ id="download-linux" title="[% download_linux_mb * 2.44 %] min @ 56k/s"
+ >Linux GTK2, English ([% download_linux_mb %] MB)</a></li>
+ <li><a href="[% download_mac %]"
+ id="download-macosx" title="[% download_mac_mb * 2.44 %] min @ 56k/s"
+ >Mac OS X, English ([% download_mac_mb %] MB)</a></li>
+ <li><a href="[% download_more %]">Other Systems & Languages</a></li>
+ <!-- 2.44 min/MB @ 56 k/s -->
+ </ul>
+ </div>
+ </div>
+</div>
+
+<h1>The SeaMonkey<sup>®</sup> Project</h1>
+
+<p>
+The SeaMonkey project is a community effort to deliver production-quality
+releases of code derived from the application formerly known as
+"Mozilla Application Suite".
+Whereas the main focus of the Mozilla Corporation has shifted to Firefox,
+our group of dedicated volunteers works to ensure that users are provided with
+a compelling integrated internet software suite — and have it stable
+enough for corporate use.
+</p>
+
+<h2><a href="news">Project News</a></h2>
+
+<h4>August 3rd, 2007</h4>
+<p><strong>SeaMonkey 1.1.4 Security Release</strong></p>
+
+<p>
+The SeaMonkey team has been made aware of some security problems found in its
+all-in-one internet suite software. As a result, SeaMonkey 1.1.4 is being
+released today, fixing
+<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.4">those
+security vulnerabilities</a>.
+<br>SeaMonkey 1.1.4 is <a href="http://www.seamonkey-project.org/releases/">available
+for free download</a> from the open source project's website at
+<a href="http://www.seamonkey-project.org/">www.seamonkey-project.org</a>.
+</p>
+
+<a href="news.html#2007-08-03" class="cont">Full article...</a>
+
+<h2>The SeaMonkey Suite</h2>
+<p>
+SeaMonkey has inherited the successful all-in-one concept of the original
+Netscape Communicator and continues that product line based on the modern,
+cross-platform architecture provided by the
+<a href="http://www.mozilla.org/">Mozilla project</a>.
+</p>
+<ul>
+<li>The <a href="doc/features#browser">Internet browser</a> at the core of
+ the SeaMonkey suite uses the same rendering engine as its sibling Mozilla Firefox,
+ with popular features like tabbed browsing, popup blocking, find as you type
+ and a lot of other functionality for a smooth web experience.</li>
+<li>SeaMonkey's <a href="doc/features#mail">Mail and Newsgroups</a> client
+ shares lots of code with Mozilla Thunderbird and features adaptive Junk mail
+ filtering, labels and mail views, multiple accounts, S/MIME, address books
+ with LDAP support and is rerady for both private and corporate use.</li>
+<li>Additonal components include an easy-to-use
+ <a href="doc/features#composer">HTML Editor</a>, the ChatZilla IRC chat
+ application and web development tools like a DOM Inspector and a JavaScript
+ debugger.</li>
+<li>If that's still not enough, SeaMonkey can be extended with numerous
+ <a href="https://addons.mozilla.org/seamonkey/">Add-Ons</a> that provide
+ additional functionality and customization for a complete Internet
+ experience.</li>
+</ul>
+</body>
+</html>
\ No newline at end of file
deleted file mode 100644
--- a/src/index.html
+++ /dev/null
@@ -1,107 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta http-equiv="Content-Language" content="en">
-<meta http-equiv="Content-Style-Type" content="text/css">
-
-<link rel="maintainer" title="Robert Kaiser" href="mailto:kairo@kairo.at">
-
-<link rel="top" href="/" title="SeaMonkey Project">
-<!-- link rel="up" href="/" title="Home" -->
-
-<title>The SeaMonkey® Project</title>
-</head>
-<body>
-<div class="key-point">
- <div id="product-desc" class="product-seamonkey">
- <h2>[% releasename %]</h2>
- <p>
- Web-browser, advanced e-mail and newsgroup client, IRC chat client, and
- HTML editing made simple -- all your Internet needs in one application.
- </p>
- <ul>
- <li><a href="doc/features.html">Features</a></li>
-
- <li><a href="[% relnotes %]">Release Notes</a><!-- /
- <a href="seamonkey-faq" title="frequently asked questions">FAQ</a> --></li>
- </ul>
- </div>
- <div id="product-side">
- <div class="download">
- <h3>Download Now</h3>
- <b>[% releasename %]</b>
- <ul>
- <li><a href="[% download_win %]"
- id="download-win32" title="[% download_win_mb * 2.44 %] min @ 56k/s"
- >Windows, English ([% download_win_mb %] MB)</a></li>
- <li><a href="[% download_linux %]"
- id="download-linux" title="[% download_linux_mb * 2.44 %] min @ 56k/s"
- >Linux GTK2, English ([% download_linux_mb %] MB)</a></li>
- <li><a href="[% download_mac %]"
- id="download-macosx" title="[% download_mac_mb * 2.44 %] min @ 56k/s"
- >Mac OS X, English ([% download_mac_mb %] MB)</a></li>
- <li><a href="[% download_more %]">Other Systems & Languages</a></li>
- <!-- 2.44 min/MB @ 56 k/s -->
- </ul>
- </div>
- </div>
-</div>
-
-<h1>The SeaMonkey<sup>®</sup> Project</h1>
-
-<p>
-The SeaMonkey project is a community effort to deliver production-quality
-releases of code derived from the application formerly known as
-"Mozilla Application Suite".
-Whereas the main focus of the Mozilla Corporation has shifted to Firefox,
-our group of dedicated volunteers works to ensure that users are provided with
-a compelling integrated internet software suite — and have it stable
-enough for corporate use.
-</p>
-
-<h2><a href="news.html">Project News</a></h2>
-
-<h4>August 3rd, 2007</h4>
-<p><strong>SeaMonkey 1.1.4 Security Release</strong></p>
-
-<p>
-The SeaMonkey team has been made aware of some security problems found in its
-all-in-one internet suite software. As a result, SeaMonkey 1.1.4 is being
-released today, fixing
-<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.4">those
-security vulnerabilities</a>.
-<br>SeaMonkey 1.1.4 is <a href="http://www.seamonkey-project.org/releases/">available
-for free download</a> from the open source project's website at
-<a href="http://www.seamonkey-project.org/">www.seamonkey-project.org</a>.
-</p>
-
-<a href="news.html#2007-08-03" class="cont">Full article...</a>
-
-<h2>The SeaMonkey Suite</h2>
-<p>
-SeaMonkey has inherited the successful all-in-one concept of the original
-Netscape Communicator and continues that product line based on the modern,
-cross-platform architecture provided by the
-<a href="http://www.mozilla.org/">Mozilla project</a>.
-</p>
-<ul>
-<li>The <a href="doc/features.html#browser">Internet browser</a> at the core of
- the SeaMonkey suite uses the same rendering engine as its sibling Mozilla Firefox,
- with popular features like tabbed browsing, popup blocking, find as you type
- and a lot of other functionality for a smooth web experience.</li>
-<li>SeaMonkey's <a href="doc/features.html#mail">Mail and Newsgroups</a> client
- shares lots of code with Mozilla Thunderbird and features adaptive Junk mail
- filtering, labels and mail views, multiple accounts, S/MIME, address books
- with LDAP support and is rerady for both private and corporate use.</li>
-<li>Additonal components include an easy-to-use
- <a href="doc/features.html#composer">HTML Editor</a>, the ChatZilla IRC chat
- application and web development tools like a DOM Inspector and a JavaScript
- debugger.</li>
-<li>If that's still not enough, SeaMonkey can be extended with numerous
- <a href="https://addons.mozilla.org/seamonkey/">Add-Ons</a> that provide
- additional functionality and customization for a complete Internet
- experience.</li>
-</ul>
-</body>
-</html>
\ No newline at end of file
new file mode 100644
--- /dev/null
+++ b/src/news.en.html
@@ -0,0 +1,502 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Language" content="en">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta http-equiv="Content-Script-Type" content="text/javascript">
+
+<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
+<link rel="top" href="./" title="SeaMonkey Project">
+<link rel="up" href="./" title="SeaMonkey Project">
+
+<title>SeaMonkey News</title>
+</head>
+<body>
+<h1>SeaMonkey Project News</h1>
+
+<h4><a name="2007-08-03">August 3rd, 2007</a></h4>
+<h2>SeaMonkey 1.1.4 Security Release</h2>
+
+<p>
+The SeaMonkey team has been made aware of some security problems found in its
+all-in-one internet suite software. As a result, SeaMonkey 1.1.4 is being
+released today, fixing
+<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.4">those
+security vulnerabilities</a>. With this release, SeaMonkey stays at the same level of
+security as its siblings Firefox and Thunderbird, which were issuing updates
+for the same problems recently as well.
+</p>
+<p>
+The SeaMonkey team urges users of older SeaMonkey versions, including the
+SeaMonkey 1.0.x series, which is not updated for those known security issues
+any more, to upgrade. Additionally, the team continues to strongly urge people
+still using the old Mozilla Suite or even Netscape 4, 6 or 7 to upgrade to the
+new SeaMonkey 1.1.4 version.
+All those older software packages suffer from a large and steadily increasing
+number of security vulnerabilities because they are no longer being maintained.
+SeaMonkey 1.1.4 is a modern, drop-in replacement, providing the same familiar
+suite functionality with additional features and fully up to date security
+fixes.
+</p>
+<p>
+SeaMonkey 1.1.4 is <a href="http://www.seamonkey-project.org/releases/">available
+for free download</a> from the open source project's website at
+<a href="http://www.seamonkey-project.org/">www.seamonkey-project.org</a>.
+</p>
+
+<h4><a name="2007-07-19">July 19th, 2007</a></h4>
+<h2>SeaMonkey 1.1.3 Released</h2>
+
+<p>
+Today, the SeaMonkey project released a new version of its all-in-one internet
+suite. SeaMonkey 1.1.3 closes
+<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.3">several
+security vulnerabilities</a> and fixes several smaller problems found in
+previous versions. With that, SeaMonkey stays at the same level of security as
+its siblings Firefox and Thunderbird, which are issuing updates for the same
+problems this week as well.
+</p>
+<p>
+The SeaMonkey team continues to strongly urge users of the old Mozilla Suite and
+Netscape 4, 6 or 7 to upgrade to SeaMonkey 1.1.3. Those software packages suffer
+from a large and steadily increasing number of security vulnerabilities because
+they are no longer being maintained. SeaMonkey 1.1.3 is a modern, drop-in
+replacement, providing the same familiar suite functionality with additional
+features and fully up to date security fixes.
+</p>
+<p>
+SeaMonkey 1.1.3 is <a href="http://www.seamonkey-project.org/releases/">available
+for free download</a> from the open source project's website at
+<a href="http://www.seamonkey-project.org/">www.seamonkey-project.org</a>.
+</p>
+
+<h4><a name="2007-05-30">May 30th, 2007</a></h4>
+<h2>SeaMonkey 1.1.2 Released - Team Urges Users to Upgrade</h2>
+
+<p>
+Today, the SeaMonkey project released a new version of its all-in-one internet
+suite. SeaMonkey 1.1.2 closes
+<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.2">several
+security vulnerabilities</a> and fixes several smaller problems found in
+previous versions. With that, SeaMonkey stays at the same level of security as
+its siblings Firefox and Thunderbird, which are issuing updates for the same
+problems this week as well.
+</p>
+<p>
+Despite a simultaneous release of a last update to the SeaMonkey 1.0 series,
+SeaMonkey 1.0.9, the project team strongly urges users to upgrade to SeaMonkey
+1.1.2, as the old 1.0 series will not be maintained further. The 1.1 series, on
+the other hand, is being actively maintained and also features some new
+functionality such as spell checking in web forms and mail tags.
+</p>
+<p>
+In addition to users of older SeaMonkey versions, the SeaMonkey team strongly
+urges users of the old Mozilla Suite and Netscape 4, 6 or 7 to upgrade to
+SeaMonkey 1.1.2. Those software packages suffer from a large and rising number
+of security vulnerabilities because they are no longer being maintained.
+SeaMonkey 1.1.2 is a drop-in replacement, providing the same basic suite
+functionality plus additional features, without known security problems but
+with current updates.
+<br>The SeaMonkey project team took over development of the all-in-one internet
+application suite after Netscape and later the Mozilla Foundation ceased to
+work on it. Under the new name, users are provided with current versions of the
+established software package.
+</p>
+<p>
+SeaMonkey 1.1.2 is <a href="http://www.seamonkey-project.org/releases/">available
+for free download</a> from the open source project's website at
+<a href="http://www.seamonkey-project.org/">www.seamonkey-project.org</a>.
+</p>
+
+<h4><a name="2007-02-28">February 28th, 2007</a></h4>
+<h2>SeaMonkey 1.1.1 and 1.0.8 Security Releases</h2>
+
+<p>
+Following the Gecko security update releases a few days ago, the SeaMonkey
+project issued new security and stability releases today for its all-in-one
+internet application suite. SeaMonkey 1.1.1 is
+<a href="http://www.seamonkey-project.org/releases/">now available
+for download</a>, fixing
+<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.1">several
+security vulnerabilities</a> as well as a list of problems users of
+SeaMonkey 1.1 reported to developers. See the
+<a href="http://www.seamonkey-project.org/releases/seamonkey1.1.1/README">release
+notes</a> for a complete list of changes.
+<br>Additionally, the project also released SeaMonkey 1.0.8, which fixes the
+security vulnerabilites listed above also for the SeaMonkey 1.0 series, without
+adding the new features available in 1.1 and later versions.
+</p>
+
+<h4><a name="2007-01-18">January 18th, 2007</a></h4>
+<h2>SeaMonkey 1.1 is here!</h2>
+
+<p>
+SeaMonkey 1.1 is <a href="http://www.seamonkey-project.org/releases/">now
+available</a>. Powered by the same engine as Firefox 2 and the upcoming
+Thunderbird 2, SeaMonkey 1.1 includes numerous enhancements including more
+visible security indicators in the browser and enhanced phishing detection for
+e-mail, a new tagging system for e-mail that supersedes labels, support for
+multi-line tooltips in web pages, and previews images in tab tooltips. Other
+changes include inline spell checking in the browser, an updated version of
+ChatZilla, and a significantly improved startup script on Linux. See the
+<a href="http://www.seamonkey-project.org/releases/seamonkey1.1/README">release
+notes</a> for a more complete list of changes.
+</p>
+
+<h4><a name="2006-12-20">December 20th, 2006</a></h4>
+<h2>SeaMonkey 1.0.7 Security Release</h2>
+
+<p>
+SeaMonkey 1.0.7 is <a href="http://www.seamonkey-project.org/releases/">now
+available</a>. This release contains important fixes for
+<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.0.7">several
+security vulnerabilities</a> and various stability improvements. The SeaMonkey
+Council recommends that all users upgrade. More information can be found in the
+<a href="http://www.seamonkey-project.org/releases/seamonkey1.0.7/">release
+notes</a>.
+<br>As a sidenote, the SeaMonkey team is still working on stabilizing code for
+the upcoming SeaMonkey 1.1, which is expected to be released in the next few weeks.
+</p>
+
+<h4><a name="2006-11-08">November 8th, 2006</a></h4>
+<h2>SeaMonkey 1.0.6 and 1.1 Beta</h2>
+<h3>Keeping the net secure and previewing new features</h3>
+
+<p>
+The SeaMonkey Council is pleased to announce
+<a href="http://www.seamonkey-project.org/releases/">two new
+releases</a> simultaneously:
+<br>First, SeaMonkey 1.0.6 continues the successful 1.0 series of the SeaMonkey
+all-in-one internet suite, fixing
+<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.0.6">several
+security vulnerabilities</a> and various stability issues (see the
+<a href="http://www.seamonkey-project.org/releases/seamonkey1.0.6/">release
+notes</a> for more information). The SeaMonkey Council recommends that all
+users upgrade to this stable, well-tested version.
+<br>Second, the SeaMonkey project has been working hard on improving its
+software even further, adding new features such as tab previews, spell checking
+in the browser, an e-mail tagging system, an improved Linux startup script,
+better new mail notifications, an updated Chatzilla IRC client, and more. A new
+preview showing off those improvements,
+<a href="http://www.seamonkey-project.org/releases/1.1b">SeaMonkey
+1.1 Beta</a>, was also released today. This version is intended for developers
+and testers (but not yet for end users). The SeaMonkey Council encourages
+interested people to test the Beta and help identify the remaining bugs. Be
+sure to read the
+<a href="http://www.seamonkey-project.org/releases/seamonkey1.1b/">release
+notes</a> before testing though, as they list not only the new features but
+also a number of known issues. Any problems that are not already known should
+be reported to the developers via
+<a href="http://bugzilla.mozilla.org/enter_bug.cgi?product=Mozilla%20Application%20Suite&format=guided">Bugzilla</a>
+so that the final SeaMonkey 1.1 release can continue the traditional high
+quality expected from the Mozilla suite and the SeaMonkey 1.0 series.
+</p>
+
+<h4><a name="2006-09-14">September 14th, 2006</a></h4>
+<h2>SeaMonkey 1.0.5 Security Release</h2>
+
+<p>
+SeaMonkey 1.0.5 is <a href="http://www.seamonkey-project.org/releases/">now
+available</a>. This release contains important fixes for
+<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.0.5">several
+security vulnerabilities</a> and various stability improvements. The SeaMonkey
+Council recommends that all users upgrade. More information can be found in the
+<a href="http://www.seamonkey-project.org/releases/seamonkey1.0.5/">release
+notes</a>.
+</p>
+
+<h4><a name="2006-08-30">August 30th, 2006</a></h4>
+<h2>SeaMonkey 1.1 Alpha</h2>
+<h3>First preview showing off new features</h3>
+
+<p>
+SeaMonkey 1.1 Alpha is
+<a href="http://www.seamonkey-project.org/releases/1.1a">now
+available</a>. Our first release on the path to SeaMonkey 1.1, it is intended
+only for developers and testers — not end users. Some of the most exciting
+<a href="http://www.seamonkey-project.org/releases/seamonkey1.1a/README#new">new
+features</a> include: page previews in tab tooltips, spell checking in text
+boxes, a new e-mail tagging system, a better startup script for Linux users,
+the ability to use drag and drop to open URLs in new tabs in between existing
+tabs and an updated version of Chatzilla. For developers, the "Storage"
+component is also included.
+</p>
+
+<h4><a name="2006-08-02">August 2nd, 2006</a></h4>
+<h2>SeaMonkey 1.0.4 Released</h2>
+
+<p>
+Due to a bug involving playing of media in the browser that slipped into
+SeaMonkey 1.0.3, it was necessary to release an updated SeaMonkey version.
+All users should
+<a href="http://www.seamonkey-project.org/releases/">upgrade to
+SeaMonkey 1.0.4</a>. More information can, as always, be found in the
+<a href="http://www.seamonkey-project.org/releases/seamonkey1.0.4/">release
+notes</a>.
+</p>
+
+<h4><a name="2006-07-27">July 27th, 2006</a></h4>
+<h2>SeaMonkey 1.0.3 Security Release</h2>
+
+<p>
+SeaMonkey 1.0.3 is <a href="http://www.seamonkey-project.org/releases/">now
+available</a>. This release contains important fixes for
+<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.0.3">several
+security vulnerabilities</a> and various stability improvements. Also, a bug
+introduced in SeaMonkey 1.0.2 that sometimes caused the URL Bar to stop working
+properly when switching tabs has been fixed. The SeaMonkey Council recommends
+that all users upgrade. More information can be found in the
+<a href="http://www.seamonkey-project.org/releases/seamonkey1.0.3/">release
+notes</a>.
+</p>
+
+<h4><a name="2006-06-01">June 1st, 2006</a></h4>
+<h2>SeaMonkey 1.0.2 Security Release</h2>
+
+<p>
+SeaMonkey 1.0.2 is
+<a href="http://www.seamonkey-project.org/releases/">now
+available</a>. This release contains important security and stability
+improvements, and the SeaMonkey Council recommends that all users upgrade.
+More information is available in the
+<a href="http://www.seamonkey-project.org/releases/seamonkey1.0.2/">release
+notes</a>.
+</p>
+
+<h4><a name="2006-04-13">April 13th, 2006</a></h4>
+<h2>SeaMonkey 1.0.1 is here!</h2>
+
+<p>
+SeaMonkey 1.0.1 is
+<a href="http://www.seamonkey-project.org/releases/">now
+available</a>. All users of previous SeaMonkey versions are encouraged to
+update, as SeaMonkey 1.0.1 includes multiple security fixes along with other
+critical bug fixes. Please see the
+<a href="http://www.seamonkey-project.org/releases/seamonkey1.0.1/">release
+notes</a> for more information.
+</p>
+
+<h4><a name="2006-01-30">January 30th, 2006</a></h4>
+<h2>SeaMonkey 1.0 Released</h2>
+
+<p>
+The <a href="http://www.seamonkey-project.org/">SeaMonkey</a>
+Council is proud to announce SeaMonkey 1.0, the first end-user release of their
+internet suite. This open source application, available as a
+<a href="http://www.seamonkey-project.org/releases/">free download</a>
+from its mozilla.org-hosted website, features a state-of-the-art web browser
+and powerful email client, as well as a WYSIWYG web page composer and a
+feature-rich IRC chat client. For web developers, mozilla.org's DOM inspector
+and JavaScript debugger tools are included as well. SeaMonkey 1.0 is one of the
+most complete, powerful, and secure internet software packages available today.
+</p>
+
+<p>
+SeaMonkey comes with the the look and feel familiar to users of its
+predecessors, the Mozilla Application Suite and Netscape Communicator packages,
+but adds many
+<a href="http://www.seamonkey-project.org/releases/seamonkey1.0/README">new
+features</a> as well as back-end changes that improve security, stability and
+performance. Some highlights are: drag&drop reordering of tabs, phishing
+e-mail detection, support for a single shared inbox when using multiple
+accounts, and support for Scalable Vector Graphics (SVG).
+</p>
+
+<p>
+The SeaMonkey project is a community-based project hosted at mozilla.org that
+emerged around Mozilla's suite codebase when the Mozilla Foundation announced
+it would discontinue further development of its suite product. The new project
+is dedicated to keeping this suite alive and developing it into an even more
+modern and complete internet software package.
+</p>
+
+<h4><a name="2005-12-19">December 19th, 2005</a></h4>
+<h2>SeaMonkey 1.0 Beta</h2>
+
+<p>
+Today, the SeaMonkey Council announces a new developer release, SeaMonkey 1.0
+Beta. Compared to the Alpha version released in September, SeaMonkey 1.0 Beta
+enhances the product with new features like tab drag and drop, but also is the
+first release branded with the
+<a href="http://www.seamonkey-project.org/artwork">new SeaMonkey
+logo</a>, which was unveiled earlier this month. While much of the core code is
+shared with the popular Firefox 1.5 browser, SeaMonkey comes with the the look
+and feel familiar to users of its ancestors, the Mozilla Application Suite
+and Netscape Communicator packages.
+</p>
+
+<p>
+SeaMonkey 1.0 Beta features more than just a state-of-the-art web browser,
+though: the application comes with a powerful email client as well as a WYSIWYG
+web page composer and a feature-rich IRC chat application. For web developers,
+mozilla.org's DOM inspector and JavaScript debugger tools are included as well.
+SeaMonkey 1.0 Beta is one of the most powerful and secure internet software
+packages currently available, even though this release is only for testing.
+</p>
+
+<p>
+This public Beta release includes all features planned for the SeaMonkey 1.0
+final release, which is expected for January 2006. Due to a large number of bug
+fixes, it should also be even more stable and convient to use than the previous
+Alpha release, and the SeaMonkey Council calls for testers to use the product
+and report any further glitches they might find, so that the 1.0 release can be
+not only the best available internet suite in terms of features, but also in
+quality, security and stability.
+</p>
+
+<p>
+The SeaMonkey project is a community-based project hosted at mozilla.org that
+emerged around Mozilla's suite codebase when the Mozilla Foundation announced
+it would discontinue further development of its suite product. The new project
+is dedicated to keeping this suite alive under the name "SeaMonkey" and
+developing it into an even more modern and complete internet software package.
+</p>
+
+<h4><a name="2005-12-02">December 2nd, 2005</a></h4>
+<h2>New Logo For SeaMonkey</h2>
+
+<p>
+After months of submissions and selection processes, the SeaMonkey Council
+is announcing a new logo for its project and application. The project's initial
+<a href="http://www.seamonkey-project.org/news.html#2005-07-28">call
+for logo submissions</a> was answered with no fewer than 197 different
+proposals submitted by Mozilla and SeaMonkey community members. From those 197
+logos, amongst which were many good options, the Council selected the
+new logo after many discussions and a long decision process.
+</p>
+
+<p>
+<img src="images/seamonkey64.png" alt="" height="64" width="64"
+style="float:left;margin-right:0.5em;">
+The <a href="http://www.seamonkey-project.org/artwork">new
+artwork</a> centers around an abstract figure resembling a "Sea Monkey",
+colored in a light, cyan/blue color, standing out from a dark blue circle with
+a wave pattern in the middle. This design, created by Alex Butin, not only
+looks professional and polished, but also fits perfectly as an icon on a modern
+computer desktop and is easily recognizable even in small sizes. Additionally,
+the look matches the rest of the mozilla.org family (Firefox, Thunderbird,
+Camino, Sunbird) quite well. And while the soft shapes and color shades create
+a very polished impression, the waves and the figure make people feel the new
+dynamic the internet suite application has gained through the new project.
+</p>
+
+<p>
+SeaMonkey 1.0 Beta, the first testing release including that artwork, is
+planned for release within the next few weeks, with a final SeaMonkey 1.0
+release soon after that. Development versions, so-called "nightly builds",
+should have the new logo and artwork available within the next few days.
+</p>
+
+<h4><a name="2005-09-15">September 15th, 2005</a></h4>
+<h2>SeaMonkey 1.0 Alpha</h2>
+
+<p>
+The SeaMonkey Council is pleased to announce its first release, SeaMonkey 1.0
+Alpha. Developed from the codebase of the previously successful Mozilla
+Application Suite, SeaMonkey 1.0 Alpha contains lots of new features, and
+numerous enhancements and bugfixes compared to the last Mozilla suite versions.
+Internally, much of the core code is shared with the current Firefox 1.5 Beta 1
+browser, but from the outside, it represents the look and feel that long-time
+Mozilla and Netscape users have learned to love.
+</p>
+
+<p>
+SeaMonkey 1.0 Alpha features more than just a state-of-the-art web browser,
+though: the application comes with a powerful email client as well as a WYSIWYG
+web page composer and a feature-rich IRC chat application. For web developers,
+mozilla.org's DOM inspector and JavaScript debugger tools are included as well.
+SeaMonkey 1.0 Alpha is one of the most powerful and secure internet software
+packages currently available, even though this release is only for testing.
+</p>
+
+<p>
+Note that SeaMonkey 1.0 Alpha does not presently include official SeaMonkey
+artwork, as the SeaMonkey project is still open to
+<a href="http://www.seamonkey-project.org/artwork">logo
+submissions</a> from its community. The new logo will be selected from these
+submissions and integrated into the upcoming SeaMonkey 1.0 Beta, which will be
+the last version before SeaMonkey 1.0 ships later this year.
+</p>
+
+<p>
+The SeaMonkey project is a community-based project at mozilla.org that emerged
+around Mozilla's suite codebase when the Mozilla Foundation announced it would
+discontinue further development of its suite product. The new project is
+dedicated to keeping this suite alive under the name "SeaMonkey" and developing
+it into an even more modern and complete internet software package.
+</p>
+
+<h4><a name="2005-07-28">July 28th, 2005</a></h4>
+<h2>Submit Your SeaMonkey Logo!</h2>
+<h3>Project seeking for new community-created artwork</h3>
+
+<p>
+While current experimental "nightly" builds of the SeaMonkey application as
+well as the upcoming SeaMonkey 1.0 Alpha testing release feature a rather
+primitive logo, the project seeks more professional artwork for the future.
+Everyone with sufficient graphical skills is invited to help, as the new logo
+will be selected from community submissions.
+For more about criteria, and information on how to submit your proposal, please
+see the <a href="artwork">SeaMonkey artwork page</a>.
+</p>
+
+<h4><a name="2005-07-02">July 2nd, 2005</a></h4>
+<h1>SeaMonkey Project Continues Internet Suite</h1>
+<h3>Former "Mozilla Application Suite" Code sees new development from
+independent group</h3>
+
+<p>
+When the Mozilla Foundation announced its
+<a href="http://www.mozilla.org/seamonkey-transition.html">"transition plan"</a>
+for the long-lived Mozilla-branded application suite, this move meant not only
+a refocus of the Foundation to its new premier products Firefox and
+Thunderbird, but also a transition of new suite code development to an
+independent group. This group now is proud to announce its existence and its
+new project name, "SeaMonkey".
+</p>
+
+<p>
+The SeaMonkey name was adopted by the project leading group (dubbed
+"SeaMonkey Council") after considering a long list of community-proposed
+names - it was decided that the long-lived internal code name still suited
+the project best.
+It was no easy decision, but it has a certain appeal - the suite is already
+known by SeaMonkey within the developer community. The council is working on
+having this name trademarked with the help of the Mozilla Foundation.
+</p>
+
+<p>
+While the Foundation doesn't consider the new SeaMonkey application to be
+an officially supported upgrade path for Mozilla suite users, it provides the
+newly founded project with assistance in the form of much-needed project
+infrastructure, and cooperates with SeaMonkey developers. Development of
+SeaMonkey produces many improvements which are contributed back to
+the Mozilla codebase, much of which is shared with products including Firefox
+and Thunderbird.
+</p>
+
+<p>
+The group is planning to deliver an Alpha version of its first release,
+SeaMonkey 1.0, within the next few weeks. Users of Mozilla 1.7.x or even the
+Mozilla 1.8 Alpha and Beta releases will see a new, improved version of the
+application they are used to. Netscape 7.x users will also feel at home with the
+new SeaMonkey suite.
+</p>
+
+<p>
+SeaMonkey contains a state-of-the-art web browser and a feature-rich
+mail and newsgroups client, along with a simple yet powerful HTML editor, web
+development tools and an IRC chat application.
+</p>
+
+<p>
+On the web, the SeaMonkey project can currently be found at its mozilla.org
+address, <a href="http://www.seamonkey-project.org/">http://www.seamonkey-project.org/</a>
+- the project leading team (SeaMonkey Council) can be contacted via email at
+<a href="mailto:seamonkey-council@mozilla.org">seamonkey-council@mozilla.org</a>.
+</p>
+
+</body>
+</html>
\ No newline at end of file
deleted file mode 100755
--- a/src/news.html
+++ /dev/null
@@ -1,502 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
-<head>
-
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta http-equiv="Content-Language" content="en">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<meta http-equiv="Content-Script-Type" content="text/javascript">
-
-<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
-<link rel="top" href="/" title="SeaMonkey Project">
-<link rel="up" href="./" title="SeaMonkey Project">
-
-<title>SeaMonkey News</title>
-</head>
-<body>
-<h1>SeaMonkey Project News</h1>
-
-<h4><a name="2007-08-03">August 3rd, 2007</a></h4>
-<h2>SeaMonkey 1.1.4 Security Release</h2>
-
-<p>
-The SeaMonkey team has been made aware of some security problems found in its
-all-in-one internet suite software. As a result, SeaMonkey 1.1.4 is being
-released today, fixing
-<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.4">those
-security vulnerabilities</a>. With this release, SeaMonkey stays at the same level of
-security as its siblings Firefox and Thunderbird, which were issuing updates
-for the same problems recently as well.
-</p>
-<p>
-The SeaMonkey team urges users of older SeaMonkey versions, including the
-SeaMonkey 1.0.x series, which is not updated for those known security issues
-any more, to upgrade. Additionally, the team continues to strongly urge people
-still using the old Mozilla Suite or even Netscape 4, 6 or 7 to upgrade to the
-new SeaMonkey 1.1.4 version.
-All those older software packages suffer from a large and steadily increasing
-number of security vulnerabilities because they are no longer being maintained.
-SeaMonkey 1.1.4 is a modern, drop-in replacement, providing the same familiar
-suite functionality with additional features and fully up to date security
-fixes.
-</p>
-<p>
-SeaMonkey 1.1.4 is <a href="http://www.seamonkey-project.org/releases/">available
-for free download</a> from the open source project's website at
-<a href="http://www.seamonkey-project.org/">www.seamonkey-project.org</a>.
-</p>
-
-<h4><a name="2007-07-19">July 19th, 2007</a></h4>
-<h2>SeaMonkey 1.1.3 Released</h2>
-
-<p>
-Today, the SeaMonkey project released a new version of its all-in-one internet
-suite. SeaMonkey 1.1.3 closes
-<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.3">several
-security vulnerabilities</a> and fixes several smaller problems found in
-previous versions. With that, SeaMonkey stays at the same level of security as
-its siblings Firefox and Thunderbird, which are issuing updates for the same
-problems this week as well.
-</p>
-<p>
-The SeaMonkey team continues to strongly urge users of the old Mozilla Suite and
-Netscape 4, 6 or 7 to upgrade to SeaMonkey 1.1.3. Those software packages suffer
-from a large and steadily increasing number of security vulnerabilities because
-they are no longer being maintained. SeaMonkey 1.1.3 is a modern, drop-in
-replacement, providing the same familiar suite functionality with additional
-features and fully up to date security fixes.
-</p>
-<p>
-SeaMonkey 1.1.3 is <a href="http://www.seamonkey-project.org/releases/">available
-for free download</a> from the open source project's website at
-<a href="http://www.seamonkey-project.org/">www.seamonkey-project.org</a>.
-</p>
-
-<h4><a name="2007-05-30">May 30th, 2007</a></h4>
-<h2>SeaMonkey 1.1.2 Released - Team Urges Users to Upgrade</h2>
-
-<p>
-Today, the SeaMonkey project released a new version of its all-in-one internet
-suite. SeaMonkey 1.1.2 closes
-<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.2">several
-security vulnerabilities</a> and fixes several smaller problems found in
-previous versions. With that, SeaMonkey stays at the same level of security as
-its siblings Firefox and Thunderbird, which are issuing updates for the same
-problems this week as well.
-</p>
-<p>
-Despite a simultaneous release of a last update to the SeaMonkey 1.0 series,
-SeaMonkey 1.0.9, the project team strongly urges users to upgrade to SeaMonkey
-1.1.2, as the old 1.0 series will not be maintained further. The 1.1 series, on
-the other hand, is being actively maintained and also features some new
-functionality such as spell checking in web forms and mail tags.
-</p>
-<p>
-In addition to users of older SeaMonkey versions, the SeaMonkey team strongly
-urges users of the old Mozilla Suite and Netscape 4, 6 or 7 to upgrade to
-SeaMonkey 1.1.2. Those software packages suffer from a large and rising number
-of security vulnerabilities because they are no longer being maintained.
-SeaMonkey 1.1.2 is a drop-in replacement, providing the same basic suite
-functionality plus additional features, without known security problems but
-with current updates.
-<br>The SeaMonkey project team took over development of the all-in-one internet
-application suite after Netscape and later the Mozilla Foundation ceased to
-work on it. Under the new name, users are provided with current versions of the
-established software package.
-</p>
-<p>
-SeaMonkey 1.1.2 is <a href="http://www.seamonkey-project.org/releases/">available
-for free download</a> from the open source project's website at
-<a href="http://www.seamonkey-project.org/">www.seamonkey-project.org</a>.
-</p>
-
-<h4><a name="2007-02-28">February 28th, 2007</a></h4>
-<h2>SeaMonkey 1.1.1 and 1.0.8 Security Releases</h2>
-
-<p>
-Following the Gecko security update releases a few days ago, the SeaMonkey
-project issued new security and stability releases today for its all-in-one
-internet application suite. SeaMonkey 1.1.1 is
-<a href="http://www.mozilla.org/projects/seamonkey/releases/">now available
-for download</a>, fixing
-<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.1">several
-security vulnerabilities</a> as well as a list of problems users of
-SeaMonkey 1.1 reported to developers. See the
-<a href="http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1.1/README.html">release
-notes</a> for a complete list of changes.
-<br>Additionally, the project also released SeaMonkey 1.0.8, which fixes the
-security vulnerabilites listed above also for the SeaMonkey 1.0 series, without
-adding the new features available in 1.1 and later versions.
-</p>
-
-<h4><a name="2007-01-18">January 18th, 2007</a></h4>
-<h2>SeaMonkey 1.1 is here!</h2>
-
-<p>
-SeaMonkey 1.1 is <a href="http://www.mozilla.org/projects/seamonkey/releases/">now
-available</a>. Powered by the same engine as Firefox 2 and the upcoming
-Thunderbird 2, SeaMonkey 1.1 includes numerous enhancements including more
-visible security indicators in the browser and enhanced phishing detection for
-e-mail, a new tagging system for e-mail that supersedes labels, support for
-multi-line tooltips in web pages, and previews images in tab tooltips. Other
-changes include inline spell checking in the browser, an updated version of
-ChatZilla, and a significantly improved startup script on Linux. See the
-<a href="http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1/README.html">release
-notes</a> for a more complete list of changes.
-</p>
-
-<h4><a name="2006-12-20">December 20th, 2006</a></h4>
-<h2>SeaMonkey 1.0.7 Security Release</h2>
-
-<p>
-SeaMonkey 1.0.7 is <a href="http://www.mozilla.org/projects/seamonkey/releases/">now
-available</a>. This release contains important fixes for
-<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.0.7">several
-security vulnerabilities</a> and various stability improvements. The SeaMonkey
-Council recommends that all users upgrade. More information can be found in the
-<a href="http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.7/">release
-notes</a>.
-<br>As a sidenote, the SeaMonkey team is still working on stabilizing code for
-the upcoming SeaMonkey 1.1, which is expected to be released in the next few weeks.
-</p>
-
-<h4><a name="2006-11-08">November 8th, 2006</a></h4>
-<h2>SeaMonkey 1.0.6 and 1.1 Beta</h2>
-<h3>Keeping the net secure and previewing new features</h3>
-
-<p>
-The SeaMonkey Council is pleased to announce
-<a href="http://www.mozilla.org/projects/seamonkey/releases/">two new
-releases</a> simultaneously:
-<br>First, SeaMonkey 1.0.6 continues the successful 1.0 series of the SeaMonkey
-all-in-one internet suite, fixing
-<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.0.6">several
-security vulnerabilities</a> and various stability issues (see the
-<a href="http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.6/">release
-notes</a> for more information). The SeaMonkey Council recommends that all
-users upgrade to this stable, well-tested version.
-<br>Second, the SeaMonkey project has been working hard on improving its
-software even further, adding new features such as tab previews, spell checking
-in the browser, an e-mail tagging system, an improved Linux startup script,
-better new mail notifications, an updated Chatzilla IRC client, and more. A new
-preview showing off those improvements,
-<a href="http://www.mozilla.org/projects/seamonkey/releases/1.1b.html">SeaMonkey
-1.1 Beta</a>, was also released today. This version is intended for developers
-and testers (but not yet for end users). The SeaMonkey Council encourages
-interested people to test the Beta and help identify the remaining bugs. Be
-sure to read the
-<a href="http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1b/">release
-notes</a> before testing though, as they list not only the new features but
-also a number of known issues. Any problems that are not already known should
-be reported to the developers via
-<a href="http://bugzilla.mozilla.org/enter_bug.cgi?product=Mozilla%20Application%20Suite&format=guided">Bugzilla</a>
-so that the final SeaMonkey 1.1 release can continue the traditional high
-quality expected from the Mozilla suite and the SeaMonkey 1.0 series.
-</p>
-
-<h4><a name="2006-09-14">September 14th, 2006</a></h4>
-<h2>SeaMonkey 1.0.5 Security Release</h2>
-
-<p>
-SeaMonkey 1.0.5 is <a href="http://www.mozilla.org/projects/seamonkey/releases/">now
-available</a>. This release contains important fixes for
-<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.0.5">several
-security vulnerabilities</a> and various stability improvements. The SeaMonkey
-Council recommends that all users upgrade. More information can be found in the
-<a href="http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.5/">release
-notes</a>.
-</p>
-
-<h4><a name="2006-08-30">August 30th, 2006</a></h4>
-<h2>SeaMonkey 1.1 Alpha</h2>
-<h3>First preview showing off new features</h3>
-
-<p>
-SeaMonkey 1.1 Alpha is
-<a href="http://www.mozilla.org/projects/seamonkey/releases/1.1a.html">now
-available</a>. Our first release on the path to SeaMonkey 1.1, it is intended
-only for developers and testers — not end users. Some of the most exciting
-<a href="http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1a/README.html#new">new
-features</a> include: page previews in tab tooltips, spell checking in text
-boxes, a new e-mail tagging system, a better startup script for Linux users,
-the ability to use drag and drop to open URLs in new tabs in between existing
-tabs and an updated version of Chatzilla. For developers, the "Storage"
-component is also included.
-</p>
-
-<h4><a name="2006-08-02">August 2nd, 2006</a></h4>
-<h2>SeaMonkey 1.0.4 Released</h2>
-
-<p>
-Due to a bug involving playing of media in the browser that slipped into
-SeaMonkey 1.0.3, it was necessary to release an updated SeaMonkey version.
-All users should
-<a href="http://www.mozilla.org/projects/seamonkey/releases/">upgrade to
-SeaMonkey 1.0.4</a>. More information can, as always, be found in the
-<a href="http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.4/">release
-notes</a>.
-</p>
-
-<h4><a name="2006-07-27">July 27th, 2006</a></h4>
-<h2>SeaMonkey 1.0.3 Security Release</h2>
-
-<p>
-SeaMonkey 1.0.3 is <a href="http://www.mozilla.org/projects/seamonkey/releases/">now
-available</a>. This release contains important fixes for
-<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.0.3">several
-security vulnerabilities</a> and various stability improvements. Also, a bug
-introduced in SeaMonkey 1.0.2 that sometimes caused the URL Bar to stop working
-properly when switching tabs has been fixed. The SeaMonkey Council recommends
-that all users upgrade. More information can be found in the
-<a href="http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.3/">release
-notes</a>.
-</p>
-
-<h4><a name="2006-06-01">June 1st, 2006</a></h4>
-<h2>SeaMonkey 1.0.2 Security Release</h2>
-
-<p>
-SeaMonkey 1.0.2 is
-<a href="http://www.mozilla.org/projects/seamonkey/releases/">now
-available</a>. This release contains important security and stability
-improvements, and the SeaMonkey Council recommends that all users upgrade.
-More information is available in the
-<a href="http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.2/">release
-notes</a>.
-</p>
-
-<h4><a name="2006-04-13">April 13th, 2006</a></h4>
-<h2>SeaMonkey 1.0.1 is here!</h2>
-
-<p>
-SeaMonkey 1.0.1 is
-<a href="http://www.mozilla.org/projects/seamonkey/releases/">now
-available</a>. All users of previous SeaMonkey versions are encouraged to
-update, as SeaMonkey 1.0.1 includes multiple security fixes along with other
-critical bug fixes. Please see the
-<a href="http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0.1/">release
-notes</a> for more information.
-</p>
-
-<h4><a name="2006-01-30">January 30th, 2006</a></h4>
-<h2>SeaMonkey 1.0 Released</h2>
-
-<p>
-The <a href="http://www.mozilla.org/projects/seamonkey/">SeaMonkey</a>
-Council is proud to announce SeaMonkey 1.0, the first end-user release of their
-internet suite. This open source application, available as a
-<a href="http://www.mozilla.org/projects/seamonkey/releases/">free download</a>
-from its mozilla.org-hosted website, features a state-of-the-art web browser
-and powerful email client, as well as a WYSIWYG web page composer and a
-feature-rich IRC chat client. For web developers, mozilla.org's DOM inspector
-and JavaScript debugger tools are included as well. SeaMonkey 1.0 is one of the
-most complete, powerful, and secure internet software packages available today.
-</p>
-
-<p>
-SeaMonkey comes with the the look and feel familiar to users of its
-predecessors, the Mozilla Application Suite and Netscape Communicator packages,
-but adds many
-<a href="http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.0/README.html">new
-features</a> as well as back-end changes that improve security, stability and
-performance. Some highlights are: drag&drop reordering of tabs, phishing
-e-mail detection, support for a single shared inbox when using multiple
-accounts, and support for Scalable Vector Graphics (SVG).
-</p>
-
-<p>
-The SeaMonkey project is a community-based project hosted at mozilla.org that
-emerged around Mozilla's suite codebase when the Mozilla Foundation announced
-it would discontinue further development of its suite product. The new project
-is dedicated to keeping this suite alive and developing it into an even more
-modern and complete internet software package.
-</p>
-
-<h4><a name="2005-12-19">December 19th, 2005</a></h4>
-<h2>SeaMonkey 1.0 Beta</h2>
-
-<p>
-Today, the SeaMonkey Council announces a new developer release, SeaMonkey 1.0
-Beta. Compared to the Alpha version released in September, SeaMonkey 1.0 Beta
-enhances the product with new features like tab drag and drop, but also is the
-first release branded with the
-<a href="http://www.mozilla.org/projects/seamonkey/artwork.html">new SeaMonkey
-logo</a>, which was unveiled earlier this month. While much of the core code is
-shared with the popular Firefox 1.5 browser, SeaMonkey comes with the the look
-and feel familiar to users of its ancestors, the Mozilla Application Suite
-and Netscape Communicator packages.
-</p>
-
-<p>
-SeaMonkey 1.0 Beta features more than just a state-of-the-art web browser,
-though: the application comes with a powerful email client as well as a WYSIWYG
-web page composer and a feature-rich IRC chat application. For web developers,
-mozilla.org's DOM inspector and JavaScript debugger tools are included as well.
-SeaMonkey 1.0 Beta is one of the most powerful and secure internet software
-packages currently available, even though this release is only for testing.
-</p>
-
-<p>
-This public Beta release includes all features planned for the SeaMonkey 1.0
-final release, which is expected for January 2006. Due to a large number of bug
-fixes, it should also be even more stable and convient to use than the previous
-Alpha release, and the SeaMonkey Council calls for testers to use the product
-and report any further glitches they might find, so that the 1.0 release can be
-not only the best available internet suite in terms of features, but also in
-quality, security and stability.
-</p>
-
-<p>
-The SeaMonkey project is a community-based project hosted at mozilla.org that
-emerged around Mozilla's suite codebase when the Mozilla Foundation announced
-it would discontinue further development of its suite product. The new project
-is dedicated to keeping this suite alive under the name "SeaMonkey" and
-developing it into an even more modern and complete internet software package.
-</p>
-
-<h4><a name="2005-12-02">December 2nd, 2005</a></h4>
-<h2>New Logo For SeaMonkey</h2>
-
-<p>
-After months of submissions and selection processes, the SeaMonkey Council
-is announcing a new logo for its project and application. The project's initial
-<a href="http://www.mozilla.org/projects/seamonkey/news.html#2005-07-28">call
-for logo submissions</a> was answered with no fewer than 197 different
-proposals submitted by Mozilla and SeaMonkey community members. From those 197
-logos, amongst which were many good options, the Council selected the
-new logo after many discussions and a long decision process.
-</p>
-
-<p>
-<img src="images/seamonkey64.png" alt="" height="64" width="64"
-style="float:left;margin-right:0.5em;">
-The <a href="http://www.mozilla.org/projects/seamonkey/artwork.html">new
-artwork</a> centers around an abstract figure resembling a "Sea Monkey",
-colored in a light, cyan/blue color, standing out from a dark blue circle with
-a wave pattern in the middle. This design, created by Alex Butin, not only
-looks professional and polished, but also fits perfectly as an icon on a modern
-computer desktop and is easily recognizable even in small sizes. Additionally,
-the look matches the rest of the mozilla.org family (Firefox, Thunderbird,
-Camino, Sunbird) quite well. And while the soft shapes and color shades create
-a very polished impression, the waves and the figure make people feel the new
-dynamic the internet suite application has gained through the new project.
-</p>
-
-<p>
-SeaMonkey 1.0 Beta, the first testing release including that artwork, is
-planned for release within the next few weeks, with a final SeaMonkey 1.0
-release soon after that. Development versions, so-called "nightly builds",
-should have the new logo and artwork available within the next few days.
-</p>
-
-<h4><a name="2005-09-15">September 15th, 2005</a></h4>
-<h2>SeaMonkey 1.0 Alpha</h2>
-
-<p>
-The SeaMonkey Council is pleased to announce its first release, SeaMonkey 1.0
-Alpha. Developed from the codebase of the previously successful Mozilla
-Application Suite, SeaMonkey 1.0 Alpha contains lots of new features, and
-numerous enhancements and bugfixes compared to the last Mozilla suite versions.
-Internally, much of the core code is shared with the current Firefox 1.5 Beta 1
-browser, but from the outside, it represents the look and feel that long-time
-Mozilla and Netscape users have learned to love.
-</p>
-
-<p>
-SeaMonkey 1.0 Alpha features more than just a state-of-the-art web browser,
-though: the application comes with a powerful email client as well as a WYSIWYG
-web page composer and a feature-rich IRC chat application. For web developers,
-mozilla.org's DOM inspector and JavaScript debugger tools are included as well.
-SeaMonkey 1.0 Alpha is one of the most powerful and secure internet software
-packages currently available, even though this release is only for testing.
-</p>
-
-<p>
-Note that SeaMonkey 1.0 Alpha does not presently include official SeaMonkey
-artwork, as the SeaMonkey project is still open to
-<a href="http://www.mozilla.org/projects/seamonkey/artwork.html">logo
-submissions</a> from its community. The new logo will be selected from these
-submissions and integrated into the upcoming SeaMonkey 1.0 Beta, which will be
-the last version before SeaMonkey 1.0 ships later this year.
-</p>
-
-<p>
-The SeaMonkey project is a community-based project at mozilla.org that emerged
-around Mozilla's suite codebase when the Mozilla Foundation announced it would
-discontinue further development of its suite product. The new project is
-dedicated to keeping this suite alive under the name "SeaMonkey" and developing
-it into an even more modern and complete internet software package.
-</p>
-
-<h4><a name="2005-07-28">July 28th, 2005</a></h4>
-<h2>Submit Your SeaMonkey Logo!</h2>
-<h3>Project seeking for new community-created artwork</h3>
-
-<p>
-While current experimental "nightly" builds of the SeaMonkey application as
-well as the upcoming SeaMonkey 1.0 Alpha testing release feature a rather
-primitive logo, the project seeks more professional artwork for the future.
-Everyone with sufficient graphical skills is invited to help, as the new logo
-will be selected from community submissions.
-For more about criteria, and information on how to submit your proposal, please
-see the <a href="artwork.html">SeaMonkey artwork page</a>.
-</p>
-
-<h4><a name="2005-07-02">July 2nd, 2005</a></h4>
-<h1>SeaMonkey Project Continues Internet Suite</h1>
-<h3>Former "Mozilla Application Suite" Code sees new development from
-independent group</h3>
-
-<p>
-When the Mozilla Foundation announced its
-<a href="/seamonkey-transition.html">"transition plan"</a>
-for the long-lived Mozilla-branded application suite, this move meant not only
-a refocus of the Foundation to its new premier products Firefox and
-Thunderbird, but also a transition of new suite code development to an
-independent group. This group now is proud to announce its existence and its
-new project name, "SeaMonkey".
-</p>
-
-<p>
-The SeaMonkey name was adopted by the project leading group (dubbed
-"SeaMonkey Council") after considering a long list of community-proposed
-names - it was decided that the long-lived internal code name still suited
-the project best.
-It was no easy decision, but it has a certain appeal - the suite is already
-known by SeaMonkey within the developer community. The council is working on
-having this name trademarked with the help of the Mozilla Foundation.
-</p>
-
-<p>
-While the Foundation doesn't consider the new SeaMonkey application to be
-an officially supported upgrade path for Mozilla suite users, it provides the
-newly founded project with assistance in the form of much-needed project
-infrastructure, and cooperates with SeaMonkey developers. Development of
-SeaMonkey produces many improvements which are contributed back to
-the Mozilla codebase, much of which is shared with products including Firefox
-and Thunderbird.
-</p>
-
-<p>
-The group is planning to deliver an Alpha version of its first release,
-SeaMonkey 1.0, within the next few weeks. Users of Mozilla 1.7.x or even the
-Mozilla 1.8 Alpha and Beta releases will see a new, improved version of the
-application they are used to. Netscape 7.x users will also feel at home with the
-new SeaMonkey suite.
-</p>
-
-<p>
-SeaMonkey contains a state-of-the-art web browser and a feature-rich
-mail and newsgroups client, along with a simple yet powerful HTML editor, web
-development tools and an IRC chat application.
-</p>
-
-<p>
-On the web, the SeaMonkey project can currently be found at its mozilla.org
-address, <a href="http://www.mozilla.org/projects/seamonkey/">http://www.mozilla.org/projects/seamonkey/</a>
-- the project leading team (SeaMonkey Council) can be contacted via email at
-<a href="mailto:seamonkey-council@mozilla.org">seamonkey-council@mozilla.org</a>.
-</p>
-
-</body>
-</html>
\ No newline at end of file
new file mode 100644
--- /dev/null
+++ b/src/releases/1.0.1.en.html
@@ -0,0 +1,322 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Language" content="en">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta http-equiv="Content-Script-Type" content="text/javascript">
+
+<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
+<link rel="top" href="../" title="SeaMonkey Project">
+<link rel="up" href="./" title="SeaMonkey Releases">
+
+<title>SeaMonkey 1.0.1</title>
+</head>
+<body>
+<h1><a name="1.0.1">SeaMonkey 1.0.1</a></h1>
+<p class="release-date">Released April 13, 2006</p>
+
+<div class="important">
+ A newer version of SeaMonkey is available. For more information about what's
+ new and to download the latest version, go to the <a href="./">Releases</a>
+ page.
+</div>
+
+<div class="key-point">
+<ul>
+ <li><a href="seamonkey1.0.1/">Release Notes</a> - The release notes contain
+ installation instructions, system requirements, what's new, and a list of
+ known issues that you should read before reporting bugs.
+ </li>
+
+ <li id="source">Source Code Tarball
+ (<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.source.tar.bz2">bzip</a>, 32 MB)
+ (<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.source.tar.gz">gzip</a>, 40 MB).
+ </li>
+
+ <li>
+ This <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/README">README</a>
+ file explains how to pull SeaMonkey 1.0.1 from CVS.
+ </li>
+
+<!--
+ <li>All <em>official</em> Windows, Linux, and Mac builds include the
+ <a href="http://www.mozilla.org/quality/qfa.html">Talkback crash reporting
+ utility</a>.</li>
+-->
+
+</ul>
+</div>
+
+<h2 id="official">Official builds</h2>
+<div class="section">
+<p class="note">If you don't know which package is best for you, use the first
+ package listed in the section about your operating system (platform).
+ <br><a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/MD5SUMS">MD5
+ sums</a> are available for official packages and source tarballs.
+</p>
+
+<dl>
+ <dt id="win32"><strong>Windows (32bit)</strong>
+ <dd>
+ <strong><a href="http://download.mozilla.org/?product=seamonkey-1.0.1&os=win&lang=en-US">Full Installer</a></strong>
+ (12 MB) Download all of the SeaMonkey components and then specify install options.
+ </dd>
+
+ <dd>
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.win32.stub-installer.exe">Net Installer</a>
+ (248 KB) Download only the components you specify.
+ </dd>
+
+ <dd>
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.win32.zip">Zipfile</a>
+ (11 MB).
+ </dd>
+
+ <dt id="mac"><strong>Mac OS X</strong>
+ <dd>
+ <strong><a href="http://download.mozilla.org/?product=seamonkey-1.0.1&os=osx&lang=en-US">Disk Image (PPC)</a></strong>
+ (14 MB) Self-mounting disk image containing the full SeaMonkey application
+ suite (PowerPC only).
+ </dd>
+
+ <dd>
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.mac-uni.dmg">Disk Image (Universal Binary)</a>
+ (23 MB) Self-mounting disk image containing the full SeaMonkey application
+ suite (Universal Binary, for use on both PowerPC and Intel processor
+ powered Macintosh computers, but not as well tested as the PowerPC-only
+ version listed above).
+ </dd>
+
+ <dt id="linux-i686"><strong>Linux (x86)</strong>
+
+ <dd>
+ <strong><a href="http://download.mozilla.org/?product=seamonkey-1.0.1&os=linux&lang=en-US">Full Installer</a></strong>
+ (14 MB) Download all of the SeaMonkey components and then specify install options.
+ </dd>
+
+ <dd>
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.linux-i686.stub-installer.tar.gz">Net Installer</a>
+ (89 KB) Download only the components you specify.
+ </dd>
+
+ <dd>
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.linux-i686.tar.gz">tar.gz format</a>
+ (14 MB).
+ </dd>
+
+ <dd>
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.linux-i686-gtk1.installer.tar.gz">GTK1 Full Installer</a>
+ (13 MB) Download all of the SeaMonkey components and then specify install options.
+ </dd>
+
+ <dd>
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.linux-i686-gtk1.tar.gz">GTK1 tar.gz format</a>
+ (13 MB).
+ </dd>
+
+</dl>
+</div>
+
+<!--
+ Build contributors, please put your builds under:
+ pub/mozilla.org/seamonkey/<version>/contrib/
+
+ Your build filename must have the prefix "seamonkey-<ver>-", e.g. "seamonkey-1.0.1-"
+ see http://developer.mozilla.org/en/docs/Package_Filename_Convention
+ and include a README explaining any build peculiarities and identifying
+ yourself as the contributor. Thanks.
+-->
+
+<h2 id="contrib">Contributed builds</h2>
+<div class="section">
+<p class="note">These are unofficial builds and may be configured differently
+ than the official SeaMonkey builds.</p>
+
+<p id="linux-x86_64"><strong>Linux/x86_64:</strong><br>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.linux-x86_64.installer.tar.gz">Linux/x86_64 Installer</a>,
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.linux-x86_64.tar.gz">Linux/x86_64 .tar.gz</a>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.linux-x86_64.README">(readme)</a></p>
+
+<p id="fc1-rpm"><strong>Linux/Fedora RPMs:</strong><br>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/FC_RPMS/">Linux/Fedora RPMs (FTP directory)</a>,
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/FC_RPMS/seamonkey-1.0.1.fc1-rpm.README">(readme)</a></p>
+
+<p id="os2"><strong>OS/2:</strong><br>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.os2.installer.exe">OS/2 Installer</a>,
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.os2.zip">OS/2 zip</a>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.os2.README">(readme)</a>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.os2.MD5SUMS">(MD5 sums)</a></p>
+
+<p id="solaris2.8-sparc"><strong>Solaris 2.8 (SPARC) - GTK1:</strong><br>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.solaris2.8-sparc-gtk1.tar.bz2">Solaris 2.8 (SPARC) GTK1 .tar.bz2</a>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.solaris2.8-sparc-gtk1.README">(readme)</a></p>
+
+<!--
+<p id="solaris2.9-sparc"><strong>Solaris 2.9 (SPARC) - GTK2:</strong><br>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.solaris2.9-sparc.installer.tar.gz">Solaris 2.9 (SPARC) Installer</a>,
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.solaris2.9-sparc.tar.bz2">Solaris 2.9 (SPARC) .tar.bz2</a>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.solaris2.9-sparc.README">(readme)</a></p>
+
+<p id="beos"><strong>BeOS:</strong><br>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.beos-i586.tar.gz">BeOS tar.gz</a>,
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.beos.README">(readme)</a></p>
+
+<p id="mng"><strong>MNG: (including support for the MNG image format)</strong><br>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.linux-i686-mng.tar.gz">Linux x86</a>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.linux-i686-mng.tar.gz.README">(readme)</a></p>
+-->
+
+<h3 id="l10n">Localized builds</h3>
+<p class="note">These builds are contributed by the volunteers of the
+ <a href="http://www.mozilla.org/projects/l10n/" title="Mozilla Localization Project">MLP</a>,
+ see our wiki for the
+ <a href="http://wiki.mozilla.org/SeaMonkey:Localization_Teams">localization
+ team list</a>.</p>
+
+<script type="text/javascript">
+// SeaMonkey language pack installation startup JS
+function instWarning(xpi) {
+ if (navigator.userAgent.indexOf('Gecko') == -1)
+ alert ("This package is designed to be installed on Mozilla Gecko "+
+ "compatible browsers. "+
+ "Browse to ftp.mozilla.org to download locally this file and "+
+ "install it later on a Mozilla Gecko compatible browser.");
+ else if (!InstallTrigger.enabled())
+ alert ("The installation of this package requres you to enable "+
+ "online installations from the preferences.");
+ else {
+ InstallTrigger.install(xpi);
+ }
+}
+</script>
+
+
+<ul>
+ <li id="eu-ES">Basque:
+ <a href="http://www.mozilla.org/projects/l10n/postinst-notes/sm10.html" onClick="
+ xpi = {'Basque SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.eu-ES.langpack.xpi'};
+ instWarning(xpi);">installable language pack</a><!--,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.eu-ES.linux-i686.installer.tar.gz">Linux x86 installer</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.eu-ES.mac.dmg">Mac OS X dmg</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.eu-ES.win32.installer.exe">Windows installer</a> --></li>
+ <li id="be-BY">Belarusian:
+ <a href="http://www.mozilla.org/projects/l10n/postinst-notes/sm10.html" onClick="
+ xpi = {'Belarusian SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.be-BY.langpack.xpi'};
+ instWarning(xpi);">installable language pack</a></li>
+ <li id="ca-AD">Catalan:
+ <a href="http://www.mozilla.org/projects/l10n/postinst-notes/sm10.html" onClick="
+ xpi = {'Catalan SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.ca-AD.langpack.xpi'};
+ instWarning(xpi);">installable language pack</a>
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.ca-AD.linux-i686.installer.tar.gz">Linux x86 installer</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.ca-AD.linux-i686.tar.gz">Linux x86 tar.gz</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.ca-AD.mac.dmg">Mac OS X dmg</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.ca-AD.win32.installer.exe">Windows installer</a> </li>
+ <li id="cs-CZ">Czech:
+ <a href="http://www.mozilla.org/projects/l10n/postinst-notes/sm10.html" onClick="
+ xpi = {'Czech SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.cs-CZ.langpack.xpi'};
+ instWarning(xpi);">installable language pack</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.cs-CZ.win32.installer.exe">Windows installer</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.cs-CZ.win32.zip">Windows zip</a></li>
+ <li id="en-GB">English (United Kingdom):
+ <a href="http://www.mozilla.org/projects/l10n/postinst-notes/sm10.html" onClick="
+ xpi = {'English (United Kingdom) SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.en-GB.langpack.xpi'};
+ instWarning(xpi);">installable language pack</a></li>
+ <li id="fr-FR">French:
+ <a href="http://www.mozilla.org/projects/l10n/postinst-notes/sm10.html" onClick="
+ xpi = {'French SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.fr-FR.langpack.xpi'};
+ instWarning(xpi);">installable language pack</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.fr-FR.linux-i686.tar.gz">Linux x86 tar.gz</a>,
+<!-- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.fr-FR.linux-i686-gtk1.tar.gz">Linux x86 GTK1 tar.gz</a>, -->
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.fr-FR.mac.dmg">Mac OS X dmg</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.fr-FR.mac-uni.dmg">Mac-uni OS X dmg</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.fr-FR.win32.installer.exe">Windows installer</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.fr-FR.win32.zip">Windows zip</a></li>
+ <li id="ka-GE">Georgian:
+ <a href="http://www.mozilla.org/projects/l10n/postinst-notes/sm10.html" onClick="
+ xpi = {'Georgian SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.ka-GE.langpack.xpi'};
+ instWarning(xpi);">installable language pack</a><!--,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.ka-GE.win32.installer.exe">Windows installer</a> --></li>
+ <li id="de-AT">German:
+ <a href="http://www.mozilla.org/projects/l10n/postinst-notes/sm10.html" onClick="
+ xpi = {'German SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.de-AT.langpack.xpi'};
+ instWarning(xpi);">installable language pack</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.de-AT.linux-i686.tar.bz2">Linux x86 tar.bz2</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.de-AT.linux-i686-gtk1.tar.gz">Linux x86 GTK1 tar.gz</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.de-AT.mac.dmg">Mac OS X (PPC) dmg</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.de-AT.win32.installer.exe">Windows installer</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.de-AT.win32.stub-installer.exe">Windows net-installer</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.de-AT.win32.zip">Windows zip</a></li>
+ <li id="he-IL">Hebrew:
+ <a href="http://www.mozilla.org/projects/l10n/postinst-notes/sm10.html" onClick="
+ xpi = {'Hebrew SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.he-IL.langpack.xpi',
+ 'SeaMonkey Right to Left Classic theme': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-theme-rtl-classic-1.0.xpi',
+ 'SeaMonkey Right to Left Modern theme': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-theme-rtl-modern-1.0.xpi'};
+ InstallTrigger.install(xpi);">installable language pack + RTL themes</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.he-IL.win32.installer.exe">Windows installer</a></li>
+ <li id="it-IT">Italian:
+ <a href="http://www.mozilla.org/projects/l10n/postinst-notes/sm10.html" onClick="
+ xpi = {'Italian SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.it-IT.langpack.xpi'};
+ instWarning(xpi);">installable language pack</a><!--,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.it-IT.linux-i686.tar.gz">Linux x86 tar.gz</a> -->,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.it-IT.win32.installer.exe">Windows installer</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.it-IT.win32.zip">Windows zip</a></li>
+ <li id="nb-NO">Norwegian Bokmål:
+ <a href="http://www.mozilla.org/projects/l10n/postinst-notes/sm10.html" onClick="
+ xpi = {'Norwegian Bokmål SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.nb-NO.langpack.xpi'};
+ instWarning(xpi);">installable language pack</a><!--,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.nb-NO.win32.installer.exe">Windows installer</a> --></li>
+ <li id="pl-PL">Polish:
+ <a href="http://www.mozilla.org/projects/l10n/postinst-notes/sm10.html" onClick="
+ xpi = {'Polish SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.pl-PL.langpack.xpi'};
+ instWarning(xpi);">installable language pack</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.pl-PL.linux-i686.installer.tar.bz2">Linux x86 installer</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.pl-PL.linux-i686.tar.bz2">Linux x86 tar.bz2</a>,
+<!-- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.pl-PL.mac.dmg">Mac OS X dmg</a>, -->
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.pl-PL.win32.installer.exe">Windows installer</a></li>
+ <li id="ru-RU">Russian:
+ <a href="http://www.mozilla.org/projects/l10n/postinst-notes/sm10.html" onClick="
+ xpi = {'Russian SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.ru-RU.langpack.xpi'};
+ instWarning(xpi);">installable language pack</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.ru-RU.linux-i686.tar.bz2">Linux x86 tar.bz2</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.ru-RU.win32.installer.exe">Windows installer</a></li>
+ <li id="es-ES">Spanish (Spain):
+ <a href="http://www.mozilla.org/projects/l10n/postinst-notes/sm10.html" onClick="
+ xpi = {'Spanish (Spain) SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.es-ES.langpack.xpi',
+ 'Spain SeaMonkey Contents Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.es-ES.regpack.xpi'};
+ InstallTrigger.install(xpi);">installable language pack</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.es-ES.linux-i686.tar.gz">Linux x86 tar.gz</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.es-ES.win32.installer.exe">Windows installer</a></li>
+ <li id="sv-SE">Swedish:
+ <a href="http://www.mozilla.org/projects/l10n/postinst-notes/sm10.html" onClick="
+ xpi = {'Swedish SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.sv-SE.langpack.xpi'};
+ instWarning(xpi);">installable language pack</a><!--,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.sv-SE.linux-i686.tar.gz">Linux x86 tar.gz</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.sv-SE.mac.dmg">Mac OS X dmg</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.sv-SE.win32.installer.exe">Windows installer</a> --></li>
+ <li id="tr-TR">Turkish:
+ <a href="http://www.mozilla.org/projects/l10n/postinst-notes/sm10.html" onClick="
+ xpi = {'Turkish SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.tr-TR.langpack.xpi'};
+ instWarning(xpi);">installable language pack</a><!--,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.tr-TR.linux-i686.tar.gz">Linux x86 tar.gz</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.tr-TR.mac.dmg">Mac OS X dmg</a>,
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.tr-TR.win32.installer.exe">Windows installer</a> --></li>
+</ul>
+</div>
+
+<hr>
+
+<p class="mice">
+This software is subject to the U.S. Export Administration Regulations
+and other U.S. law, and may not be exported or re-exported to certain
+countries (currently Cuba, Iran, Libya, North Korea, Sudan and Syria) or
+to persons or entities prohibited from receiving U.S. exports (including
+those (a) on the Bureau of Industry and Security Denied Parties List or
+Entity List, (b) on the Office of Foreign Assets Control list of Specially
+Designated Nationals and Blocked Persons, and (c) involved with missile
+technology or nuclear, chemical or biological weapons).
+</p>
+
+</body>
+</html>
deleted file mode 100644
--- a/src/releases/1.0.1.html
+++ /dev/null
@@ -1,322 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
-<head>
-
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta http-equiv="Content-Language" content="en">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<meta http-equiv="Content-Script-Type" content="text/javascript">
-
-<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
-<link rel="top" href="/" title="SeaMonkey Project">
-<link rel="up" href="./" title="SeaMonkey Releases">
-
-<title>SeaMonkey 1.0.1</title>
-</head>
-<body>
-<h1><a name="1.0.1">SeaMonkey 1.0.1</a></h1>
-<p class="release-date">Released April 13, 2006</p>
-
-<div class="important">
- A newer version of SeaMonkey is available. For more information about what's
- new and to download the latest version, go to the <a href="./">Releases</a>
- page.
-</div>
-
-<div class="key-point">
-<ul>
- <li><a href="seamonkey1.0.1/">Release Notes</a> - The release notes contain
- installation instructions, system requirements, what's new, and a list of
- known issues that you should read before reporting bugs.
- </li>
-
- <li id="source">Source Code Tarball
- (<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.source.tar.bz2">bzip</a>, 32 MB)
- (<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.source.tar.gz">gzip</a>, 40 MB).
- </li>
-
- <li>
- This <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/README">README</a>
- file explains how to pull SeaMonkey 1.0.1 from CVS.
- </li>
-
-<!--
- <li>All <em>official</em> Windows, Linux, and Mac builds include the
- <a href="http://www.mozilla.org/quality/qfa.html">Talkback crash reporting
- utility</a>.</li>
--->
-
-</ul>
-</div>
-
-<h2 id="official">Official builds</h2>
-<div class="section">
-<p class="note">If you don't know which package is best for you, use the first
- package listed in the section about your operating system (platform).
- <br><a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/MD5SUMS">MD5
- sums</a> are available for official packages and source tarballs.
-</p>
-
-<dl>
- <dt id="win32"><strong>Windows (32bit)</strong>
- <dd>
- <strong><a href="http://download.mozilla.org/?product=seamonkey-1.0.1&os=win&lang=en-US">Full Installer</a></strong>
- (12 MB) Download all of the SeaMonkey components and then specify install options.
- </dd>
-
- <dd>
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.win32.stub-installer.exe">Net Installer</a>
- (248 KB) Download only the components you specify.
- </dd>
-
- <dd>
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.win32.zip">Zipfile</a>
- (11 MB).
- </dd>
-
- <dt id="mac"><strong>Mac OS X</strong>
- <dd>
- <strong><a href="http://download.mozilla.org/?product=seamonkey-1.0.1&os=osx&lang=en-US">Disk Image (PPC)</a></strong>
- (14 MB) Self-mounting disk image containing the full SeaMonkey application
- suite (PowerPC only).
- </dd>
-
- <dd>
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.mac-uni.dmg">Disk Image (Universal Binary)</a>
- (23 MB) Self-mounting disk image containing the full SeaMonkey application
- suite (Universal Binary, for use on both PowerPC and Intel processor
- powered Macintosh computers, but not as well tested as the PowerPC-only
- version listed above).
- </dd>
-
- <dt id="linux-i686"><strong>Linux (x86)</strong>
-
- <dd>
- <strong><a href="http://download.mozilla.org/?product=seamonkey-1.0.1&os=linux&lang=en-US">Full Installer</a></strong>
- (14 MB) Download all of the SeaMonkey components and then specify install options.
- </dd>
-
- <dd>
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.linux-i686.stub-installer.tar.gz">Net Installer</a>
- (89 KB) Download only the components you specify.
- </dd>
-
- <dd>
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.linux-i686.tar.gz">tar.gz format</a>
- (14 MB).
- </dd>
-
- <dd>
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.linux-i686-gtk1.installer.tar.gz">GTK1 Full Installer</a>
- (13 MB) Download all of the SeaMonkey components and then specify install options.
- </dd>
-
- <dd>
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/seamonkey-1.0.1.en-US.linux-i686-gtk1.tar.gz">GTK1 tar.gz format</a>
- (13 MB).
- </dd>
-
-</dl>
-</div>
-
-<!--
- Build contributors, please put your builds under:
- pub/mozilla.org/seamonkey/<version>/contrib/
-
- Your build filename must have the prefix "seamonkey-<ver>-", e.g. "seamonkey-1.0.1-"
- see http://developer.mozilla.org/en/docs/Package_Filename_Convention
- and include a README explaining any build peculiarities and identifying
- yourself as the contributor. Thanks.
--->
-
-<h2 id="contrib">Contributed builds</h2>
-<div class="section">
-<p class="note">These are unofficial builds and may be configured differently
- than the official SeaMonkey builds.</p>
-
-<p id="linux-x86_64"><strong>Linux/x86_64:</strong><br>
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.linux-x86_64.installer.tar.gz">Linux/x86_64 Installer</a>,
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.linux-x86_64.tar.gz">Linux/x86_64 .tar.gz</a>
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.linux-x86_64.README">(readme)</a></p>
-
-<p id="fc1-rpm"><strong>Linux/Fedora RPMs:</strong><br>
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/FC_RPMS/">Linux/Fedora RPMs (FTP directory)</a>,
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/FC_RPMS/seamonkey-1.0.1.fc1-rpm.README">(readme)</a></p>
-
-<p id="os2"><strong>OS/2:</strong><br>
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.os2.installer.exe">OS/2 Installer</a>,
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.os2.zip">OS/2 zip</a>
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.os2.README">(readme)</a>
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.os2.MD5SUMS">(MD5 sums)</a></p>
-
-<p id="solaris2.8-sparc"><strong>Solaris 2.8 (SPARC) - GTK1:</strong><br>
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.solaris2.8-sparc-gtk1.tar.bz2">Solaris 2.8 (SPARC) GTK1 .tar.bz2</a>
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.solaris2.8-sparc-gtk1.README">(readme)</a></p>
-
-<!--
-<p id="solaris2.9-sparc"><strong>Solaris 2.9 (SPARC) - GTK2:</strong><br>
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.solaris2.9-sparc.installer.tar.gz">Solaris 2.9 (SPARC) Installer</a>,
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.solaris2.9-sparc.tar.bz2">Solaris 2.9 (SPARC) .tar.bz2</a>
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.solaris2.9-sparc.README">(readme)</a></p>
-
-<p id="beos"><strong>BeOS:</strong><br>
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.beos-i586.tar.gz">BeOS tar.gz</a>,
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.beos.README">(readme)</a></p>
-
-<p id="mng"><strong>MNG: (including support for the MNG image format)</strong><br>
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.linux-i686-mng.tar.gz">Linux x86</a>
-<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib/seamonkey-1.0.1.en-US.linux-i686-mng.tar.gz.README">(readme)</a></p>
--->
-
-<h3 id="l10n">Localized builds</h3>
-<p class="note">These builds are contributed by the volunteers of the
- <a href="/projects/l10n/" title="Mozilla Localization Project">MLP</a>,
- see our wiki for the
- <a href="http://wiki.mozilla.org/SeaMonkey:Localization_Teams">localization
- team list</a>.</p>
-
-<script type="text/javascript">
-// SeaMonkey language pack installation startup JS
-function instWarning(xpi) {
- if (navigator.userAgent.indexOf('Gecko') == -1)
- alert ("This package is designed to be installed on Mozilla Gecko "+
- "compatible browsers. "+
- "Browse to ftp.mozilla.org to download locally this file and "+
- "install it later on a Mozilla Gecko compatible browser.");
- else if (!InstallTrigger.enabled())
- alert ("The installation of this package requres you to enable "+
- "online installations from the preferences.");
- else {
- InstallTrigger.install(xpi);
- }
-}
-</script>
-
-
-<ul>
- <li id="eu-ES">Basque:
- <a href="../../../projects/l10n/postinst-notes/sm10.html" onClick="
- xpi = {'Basque SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.eu-ES.langpack.xpi'};
- instWarning(xpi);">installable language pack</a><!--,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.eu-ES.linux-i686.installer.tar.gz">Linux x86 installer</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.eu-ES.mac.dmg">Mac OS X dmg</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.eu-ES.win32.installer.exe">Windows installer</a> --></li>
- <li id="be-BY">Belarusian:
- <a href="../../../projects/l10n/postinst-notes/sm10.html" onClick="
- xpi = {'Belarusian SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.be-BY.langpack.xpi'};
- instWarning(xpi);">installable language pack</a></li>
- <li id="ca-AD">Catalan:
- <a href="../../../projects/l10n/postinst-notes/sm10.html" onClick="
- xpi = {'Catalan SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.ca-AD.langpack.xpi'};
- instWarning(xpi);">installable language pack</a>
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.ca-AD.linux-i686.installer.tar.gz">Linux x86 installer</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.ca-AD.linux-i686.tar.gz">Linux x86 tar.gz</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.ca-AD.mac.dmg">Mac OS X dmg</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.ca-AD.win32.installer.exe">Windows installer</a> </li>
- <li id="cs-CZ">Czech:
- <a href="../../../projects/l10n/postinst-notes/sm10.html" onClick="
- xpi = {'Czech SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.cs-CZ.langpack.xpi'};
- instWarning(xpi);">installable language pack</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.cs-CZ.win32.installer.exe">Windows installer</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.cs-CZ.win32.zip">Windows zip</a></li>
- <li id="en-GB">English (United Kingdom):
- <a href="../../../projects/l10n/postinst-notes/sm10.html" onClick="
- xpi = {'English (United Kingdom) SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.en-GB.langpack.xpi'};
- instWarning(xpi);">installable language pack</a></li>
- <li id="fr-FR">French:
- <a href="../../../projects/l10n/postinst-notes/sm10.html" onClick="
- xpi = {'French SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.fr-FR.langpack.xpi'};
- instWarning(xpi);">installable language pack</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.fr-FR.linux-i686.tar.gz">Linux x86 tar.gz</a>,
-<!-- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.fr-FR.linux-i686-gtk1.tar.gz">Linux x86 GTK1 tar.gz</a>, -->
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.fr-FR.mac.dmg">Mac OS X dmg</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.fr-FR.mac-uni.dmg">Mac-uni OS X dmg</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.fr-FR.win32.installer.exe">Windows installer</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.fr-FR.win32.zip">Windows zip</a></li>
- <li id="ka-GE">Georgian:
- <a href="../../../projects/l10n/postinst-notes/sm10.html" onClick="
- xpi = {'Georgian SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.ka-GE.langpack.xpi'};
- instWarning(xpi);">installable language pack</a><!--,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.ka-GE.win32.installer.exe">Windows installer</a> --></li>
- <li id="de-AT">German:
- <a href="../../../projects/l10n/postinst-notes/sm10.html" onClick="
- xpi = {'German SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.de-AT.langpack.xpi'};
- instWarning(xpi);">installable language pack</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.de-AT.linux-i686.tar.bz2">Linux x86 tar.bz2</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.de-AT.linux-i686-gtk1.tar.gz">Linux x86 GTK1 tar.gz</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.de-AT.mac.dmg">Mac OS X (PPC) dmg</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.de-AT.win32.installer.exe">Windows installer</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.de-AT.win32.stub-installer.exe">Windows net-installer</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.de-AT.win32.zip">Windows zip</a></li>
- <li id="he-IL">Hebrew:
- <a href="../../../projects/l10n/postinst-notes/sm10.html" onClick="
- xpi = {'Hebrew SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.he-IL.langpack.xpi',
- 'SeaMonkey Right to Left Classic theme': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-theme-rtl-classic-1.0.xpi',
- 'SeaMonkey Right to Left Modern theme': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-theme-rtl-modern-1.0.xpi'};
- InstallTrigger.install(xpi);">installable language pack + RTL themes</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.he-IL.win32.installer.exe">Windows installer</a></li>
- <li id="it-IT">Italian:
- <a href="../../../projects/l10n/postinst-notes/sm10.html" onClick="
- xpi = {'Italian SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.it-IT.langpack.xpi'};
- instWarning(xpi);">installable language pack</a><!--,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.it-IT.linux-i686.tar.gz">Linux x86 tar.gz</a> -->,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.it-IT.win32.installer.exe">Windows installer</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.it-IT.win32.zip">Windows zip</a></li>
- <li id="nb-NO">Norwegian Bokmål:
- <a href="../../../projects/l10n/postinst-notes/sm10.html" onClick="
- xpi = {'Norwegian Bokmål SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.nb-NO.langpack.xpi'};
- instWarning(xpi);">installable language pack</a><!--,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.nb-NO.win32.installer.exe">Windows installer</a> --></li>
- <li id="pl-PL">Polish:
- <a href="../../../projects/l10n/postinst-notes/sm10.html" onClick="
- xpi = {'Polish SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.pl-PL.langpack.xpi'};
- instWarning(xpi);">installable language pack</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.pl-PL.linux-i686.installer.tar.bz2">Linux x86 installer</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.pl-PL.linux-i686.tar.bz2">Linux x86 tar.bz2</a>,
-<!-- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.pl-PL.mac.dmg">Mac OS X dmg</a>, -->
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.pl-PL.win32.installer.exe">Windows installer</a></li>
- <li id="ru-RU">Russian:
- <a href="../../../projects/l10n/postinst-notes/sm10.html" onClick="
- xpi = {'Russian SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.ru-RU.langpack.xpi'};
- instWarning(xpi);">installable language pack</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.ru-RU.linux-i686.tar.bz2">Linux x86 tar.bz2</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.ru-RU.win32.installer.exe">Windows installer</a></li>
- <li id="es-ES">Spanish (Spain):
- <a href="../../../projects/l10n/postinst-notes/sm10.html" onClick="
- xpi = {'Spanish (Spain) SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.es-ES.langpack.xpi',
- 'Spain SeaMonkey Contents Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.es-ES.regpack.xpi'};
- InstallTrigger.install(xpi);">installable language pack</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.es-ES.linux-i686.tar.gz">Linux x86 tar.gz</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.es-ES.win32.installer.exe">Windows installer</a></li>
- <li id="sv-SE">Swedish:
- <a href="../../../projects/l10n/postinst-notes/sm10.html" onClick="
- xpi = {'Swedish SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.sv-SE.langpack.xpi'};
- instWarning(xpi);">installable language pack</a><!--,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.sv-SE.linux-i686.tar.gz">Linux x86 tar.gz</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.sv-SE.mac.dmg">Mac OS X dmg</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.sv-SE.win32.installer.exe">Windows installer</a> --></li>
- <li id="tr-TR">Turkish:
- <a href="../../../projects/l10n/postinst-notes/sm10.html" onClick="
- xpi = {'Turkish SeaMonkey Language Pack': 'http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/contrib-localized/seamonkey-1.0.tr-TR.langpack.xpi'};
- instWarning(xpi);">installable language pack</a><!--,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.tr-TR.linux-i686.tar.gz">Linux x86 tar.gz</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.tr-TR.mac.dmg">Mac OS X dmg</a>,
- <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.1/contrib-localized/seamonkey-1.0.1.tr-TR.win32.installer.exe">Windows installer</a> --></li>
-</ul>
-</div>
-
-<hr>
-
-<p class="mice">
-This software is subject to the U.S. Export Administration Regulations
-and other U.S. law, and may not be exported or re-exported to certain
-countries (currently Cuba, Iran, Libya, North Korea, Sudan and Syria) or
-to persons or entities prohibited from receiving U.S. exports (including
-those (a) on the Bureau of Industry and Security Denied Parties List or
-Entity List, (b) on the Office of Foreign Assets Control list of Specially
-Designated Nationals and Blocked Persons, and (c) involved with missile
-technology or nuclear, chemical or biological weapons).
-</p>
-
-</body>
-</html>
new file mode 100644
--- /dev/null
+++ b/src/releases/1.0.2.en.html
@@ -0,0 +1,320 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Language" content="en">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta http-equiv="Content-Script-Type" content="text/javascript">
+
+<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
+<link rel="top" href="../" title="SeaMonkey Project">
+<link rel="up" href="./" title="SeaMonkey Releases">
+
+<title>SeaMonkey 1.0.2</title>
+</head>
+<body>
+<h1><a name="1.0.2">SeaMonkey 1.0.2</a></h1>
+<p class="release-date">Released June 1, 2006</p>
+
+<div class="important">
+ A newer version of SeaMonkey is available. For more information about what's
+ new and to download the latest version, go to the <a href="./">Releases</a>
+ page.
+</div>
+
+<div class="key-point">
+<ul>
+ <li><a href="seamonkey1.0.2/">Release Notes</a> - The release notes contain
+ installation instructions, system requirements, what's new, and a list of
+ known issues that you should read before reporting bugs.
+ </li>
+
+ <li id="source">Source Code Tarball
+ (<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/seamonkey-1.0.2.source.tar.bz2">bzip</a>, 34 MB)
+ (<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/seamonkey-1.0.2.source.tar.gz">gzip</a>, 43 MB).
+ </li>
+
+ <li>
+ This <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/README">README</a>
+ file explains how to pull SeaMonkey 1.0.2 from CVS.
+ </li>
+
+<!--
+ <li>All <em>official</em> Windows, Linux, and Mac builds include the
+ <a href="http://www.mozilla.org/quality/qfa.html">Talkback crash reporting
+ utility</a>.</li>
+-->
+
+</ul>
+</div>
+
+<h2 id="official">Official builds</h2>
+<div class="section">
+<p class="note">If you don't know which package is best for you, use the first
+ package listed in the section about your operating system (platform).
+ <br><a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/MD5SUMS">MD5
+ sums</a> are available for official packages and source tarballs.
+</p>
+
+<dl>
+ <dt id="win32"><strong>Windows (32bit)</strong>
+ <dd>
+ <strong><a href="http://download.mozilla.org/?product=seamonkey-1.0.2&os=win&lang=en-US">Full Installer</a></strong>
+ (12 MB) Download all of the SeaMonkey components and then specify install options.
+ </dd>
+
+ <dd>
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/seamonkey-1.0.2.en-US.win32.stub-installer.exe">Net Installer</a>
+ (256 KB) Download only the components you specify.
+ </dd>
+
+ <dd>
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/seamonkey-1.0.2.en-US.win32.zip">Zipfile</a>
+ (11 MB).
+ </dd>
+
+ <dt id="mac"><strong>Mac OS X</strong>
+ <dd>
+ <a href="http://download.mozilla.org/?product=seamonkey-1.0.2&os=osx&lang=en-US">Disk Image (Universal Binary)</a>
+ (23 MB) Self-mounting disk image containing the full SeaMonkey application
+ suite (Universal Binary, for use on both PowerPC and Intel processor
+ powered Macintosh computers).
+ </dd>
+
+ <dt id="linux-i686"><strong>Linux (x86)</strong>
+
+ <dd>
+ <strong><a href="http://download.mozilla.org/?product=seamonkey-1.0.2&os=linux&lang=en-US">Full Installer</a></strong>
+ (14 MB) Download all of the SeaMonkey components and then specify install options.
+ </dd>
+
+ <dd>
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/seamonkey-1.0.2.en-US.linux-i686.stub-installer.tar.gz">Net Installer</a>
+ (89 KB) Download only the components you specify.
+ </dd>
+
+ <dd>
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/seamonkey-1.0.2.en-US.linux-i686.tar.gz">tar.gz format</a>
+ (14 MB).
+ </dd>
+
+ <dd>
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/seamonkey-1.0.2.en-US.linux-i686-gtk1.installer.tar.gz">GTK1 Full Installer</a>
+ (13 MB) Download all of the SeaMonkey components and then specify install options.
+ </dd>
+
+ <dd>
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/seamonkey-1.0.2.en-US.linux-i686-gtk1.stub-installer.tar.gz">GTK1 Net Installer</a>
+ (125 KB) Download only the components you specify.
+ </dd>
+
+ <dd>
+ <a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/seamonkey-1.0.2.en-US.linux-i686-gtk1.tar.gz">GTK1 tar.gz format</a>
+ (13 MB).
+ </dd>
+
+</dl>
+</div>
+
+<!--
+ Build contributors, please put your builds under:
+ pub/mozilla.org/seamonkey/<version>/contrib/
+
+ Your build filename must have the prefix "seamonkey-<ver>-", e.g. "seamonkey-1.0.2-"
+ see http://developer.mozilla.org/en/docs/Package_Filename_Convention
+ and include a README explaining any build peculiarities and identifying
+ yourself as the contributor. Thanks.
+-->
+
+<h2 id="contrib">Contributed builds</h2>
+<div class="section">
+<p class="note">These are unofficial builds and may be configured differently
+ than the official SeaMonkey builds.</p>
+
+<p id="linux-x86_64"><strong>Linux/x86_64:</strong><br>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/contrib/seamonkey-1.0.2.en-US.linux-x86_64.installer.tar.gz">Linux/x86_64 Installer</a>,
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/contrib/seamonkey-1.0.2.en-US.linux-x86_64.tar.gz">Linux/x86_64 .tar.gz</a>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/contrib/seamonkey-1.0.2.en-US.linux-x86_64.README">(readme)</a></p>
+
+<p id="fc1-rpm"><strong>Linux/Fedora RPMs:</strong><br>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/contrib/FC_RPMS/">Linux/Fedora RPMs (FTP directory)</a>,
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/contrib/FC_RPMS/seamonkey-1.0.2.fc1-rpm.README">(readme)</a></p>
+
+<p id="os2"><strong>OS/2:</strong><br>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/contrib/seamonkey-1.0.2.en-US.os2.installer.exe">OS/2 Installer</a>,
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/contrib/seamonkey-1.0.2.en-US.os2.zip">OS/2 zip</a>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/contrib/seamonkey-1.0.2.en-US.os2.README">(readme)</a>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/contrib/seamonkey-1.0.2.en-US.os2.MD5SUMS">(MD5 sums)</a></p>
+
+<p id="solaris2.8-sparc"><strong>Solaris 2.8 (SPARC) - GTK1:</strong><br>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/contrib/seamonkey-1.0.2.en-US.solaris2.8-sparc-gtk1.tar.bz2">Solaris 2.8 (SPARC) GTK1 .tar.bz2</a>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/contrib/seamonkey-1.0.2.en-US.solaris2.8-sparc-gtk1.README">(readme)</a></p>
+
+<!--
+<p id="solaris2.9-sparc"><strong>Solaris 2.9 (SPARC) - GTK2:</strong><br>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/contrib/seamonkey-1.0.2.en-US.solaris2.9-sparc.installer.tar.gz">Solaris 2.9 (SPARC) Installer</a>,
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/contrib/seamonkey-1.0.2.en-US.solaris2.9-sparc.tar.bz2">Solaris 2.9 (SPARC) .tar.bz2</a>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/contrib/seamonkey-1.0.2.en-US.solaris2.9-sparc.README">(readme)</a></p>
+
+<p id="beos"><strong>BeOS:</strong><br>
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/contrib/seamonkey-1.0.2.en-US.beos-i586.tar.gz">BeOS tar.gz</a>,
+<a href="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0.2/contrib/seamonkey-1.0.2.en-US.beos.README">(readme)</a></p>
+
+<p id="mng"><strong>MNG: (including s