# HG changeset patch
# User kairo@kairo.at
# Date 1221669670 0
#      Wed Sep 17 16:41:10 2008 +0000
# Node ID efc95781c85fce6ff94ce80e3b324f9e7820c094
# Parent  61b1f167acb1cbb0c7906e00aaa813c91717aeda
pre-add stub version of 2.0a1 relnotes

diff --git a/src/releases/seamonkey2.0a1/index.en.html b/src/releases/seamonkey2.0a1/index.en.html
new file mode 100644
--- /dev/null
+++ b/src/releases/seamonkey2.0a1/index.en.html
@@ -0,0 +1,41 @@
+[%- mypath = "${template.name}"|replace('[^\/]*$','') -%]
+[%- PROCESS "${mypath}/relnote.var" -%]
+<!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=utf-8">
+<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="SeaMonkey Releases">
+
+<title>[% rnote.name %]</title>
+</head>
+<body>
+<h1>[% rnote.name %]</h1>
+
+<div class="key-point">
+<p>
+These release notes will describe system requirements, installation instructions,
+and known issues for [% rnote.name %]
+- but we are still working on their completion.
+These notes are updated when we receive feedback, so please check back
+for new information.
+</p>
+</div>
+
+<div class="important">
+  <strong class="very-strong shout">Warning!</strong> The SeaMonkey version
+  described on this page is a testing-only preview of the next generation of
+  our Internet suite. Please test it carefully, it's not yet in a state where
+  we can encourage you to use it for daily browsing and mail operations.
+  <br>For daily use, we strongly advise you to download the
+  <a href="..">current stable release</a> instead.
+</div>
+
+</body>
+</html>
diff --git a/src/releases/seamonkey2.0a1/relnote.var b/src/releases/seamonkey2.0a1/relnote.var
new file mode 100644
--- /dev/null
+++ b/src/releases/seamonkey2.0a1/relnote.var
@@ -0,0 +1,4 @@
+[%- rnote.version = "2.0a1" -%]
+[%- rnote.name = "SeaMonkey 2.0 Alpha 1" -%]
+[%- rnote.relativeto.version = "1.1.12" -%]
+[%- rnote.relativeto.name = "SeaMonkey $rnote.relativeto.version" -%]