summaryrefslogtreecommitdiff
path: root/website/list/subscribed.php
blob: a4f10f0bcd80ccd2be62df54c7dfb1de1c6aa195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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();  
?>