summaryrefslogtreecommitdiff
path: root/website/list/subscribed.php
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-10-27 15:08:39 +0000
committerHenri Herscher <henri@oreka.org>2005-10-27 15:08:39 +0000
commite76fa0b3e203a5eeebc15eed92be79933bd94457 (patch)
tree6b007edae582fb67b69393c35544ed8bd96274ec /website/list/subscribed.php
parent0fd6bacf4e3cf06208d3d0327672d9446094e0a6 (diff)
First checkin
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@18 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'website/list/subscribed.php')
-rw-r--r--website/list/subscribed.php30
1 files changed, 30 insertions, 0 deletions
diff --git a/website/list/subscribed.php b/website/list/subscribed.php
new file mode 100644
index 0000000..a4f10f0
--- /dev/null
+++ b/website/list/subscribed.php
@@ -0,0 +1,30 @@
+<?php
+ include 'main.inc.php';
+ Top("Subscribed!");
+?>
+
+<p>
+Your email address has been confirmed, and you are now on the
+Audacity-Announce mailing list!
+</p>
+
+<p>
+The Audacity developers take your privacy very seriously. We will
+only send you short emails when we release new versions of Audacity or
+have other important news - typically about one email per month.
+We will never sell or share your email address with anyone else.
+</p>
+
+<p>
+It's easy to remove your email address from our list:
+just type it in the box on the left side of the Audacity home page,
+and click "Remove".
+</p>
+
+<p>
+<a href="http://audacity.sourceforge.net/">Click here to return to the Audacity home page</a>
+</p>
+
+<?php
+ Bottom();
+?>