summaryrefslogtreecommitdiff
path: root/website/list/subscribed.php
diff options
context:
space:
mode:
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();
+?>