From e76fa0b3e203a5eeebc15eed92be79933bd94457 Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Thu, 27 Oct 2005 15:08:39 +0000 Subject: First checkin git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@18 09dcff7a-b715-0410-9601-b79a96267cd0 --- website/contact/index.php | 33 +++++++++++++++++++++++ website/contact/lists.php | 63 ++++++++++++++++++++++++++++++++++++++++++++ website/contact/main.inc.php | 16 +++++++++++ website/contact/privacy.php | 35 ++++++++++++++++++++++++ 4 files changed, 147 insertions(+) create mode 100644 website/contact/index.php create mode 100644 website/contact/lists.php create mode 100644 website/contact/main.inc.php create mode 100644 website/contact/privacy.php (limited to 'website/contact') diff --git a/website/contact/index.php b/website/contact/index.php new file mode 100644 index 0000000..f6c11de --- /dev/null +++ b/website/contact/index.php @@ -0,0 +1,33 @@ + + +

+ +If you have questions or comments for the Audacity developers, e-mail us at: audacity-help@lists.sourceforge.net. +(This is a public mailing list. For details, see our privacy policy.)

+ +

When you report a bug or problem, please:

+
    +
  1. Before you contact us, check the Frequently Asked Questions.
  2. +
  3. Tell us what version of Audacity and which operating system you are using.
  4. +
  5. Include details of what you are trying to do, and any error messages or other problems you experience.
  6. +
'); + + echo _('

Discussion Lists

+

To discuss Audacity with other users and developers, join our mailing lists.

'); + + include "../include/footer.inc.php"; +?> diff --git a/website/contact/lists.php b/website/contact/lists.php new file mode 100644 index 0000000..830a574 --- /dev/null +++ b/website/contact/lists.php @@ -0,0 +1,63 @@ +$pageTitle"; + + // i18n-hint: Please add a note that these lists are in English. If there are + // Audacity mailing lists or forums in your language, please link to them here. + echo "

"._('These mailing lists are for discussion of the Audacity audio editor.

+

Note: These are public mailing lists. For details, see our privacy policy.')."

"; +?> + +
+
audacity-users
+
+

+

+

+ +
audacity-translation
+
+

+

+

+ +
audacity-devel
+
+

+

+

+ +
audacity-nyquist
+
+

Nyquist plug-ins.')?>

+

+

+ +
audacity-bugs
+
+

Bugzilla.')?>

+

+

+ +
audacity-help
+
+

+

+

+ + diff --git a/website/contact/main.inc.php b/website/contact/main.inc.php new file mode 100644 index 0000000..f3ab750 --- /dev/null +++ b/website/contact/main.inc.php @@ -0,0 +1,16 @@ + diff --git a/website/contact/privacy.php b/website/contact/privacy.php new file mode 100644 index 0000000..651de22 --- /dev/null +++ b/website/contact/privacy.php @@ -0,0 +1,35 @@ + + +

+ + +

+ +You can subscribe to our announcement list by entering your address in the form on the Audacity home page. We will use this list only to send you brief announcements of new Audacity releases. We will never share the addresses on this list with anyone.

+

To unsubscribe from the list at any time, enter your address in the form on our home page and press the "Remove" button. If you have any problems or questions, please contact dominic@audacityteam.org.

')?> + +

+ +(This applies to audacity-help, audacity-users, and other discussion lists.)

+

These are public mailing lists. When you send a message to any of these addresses, including audacity-help, it will be forwarded to dozens of people, including Audacity developers and others. SourceForge and other web sites may publish archives of these lists. Your email address will normally be removed from published archives for your privacy, and the Audacity developers will not share your address with anyone or add it to any lists. However, we can\'t prevent other subscribers from seeing or publishing your messages.

+

If you have any questions about this policy or are not comfortable writing to a public mailing list, send a private e-mail to the lead Audacity developer at: dominic@audacityteam.org.

')?> + + + -- cgit v1.2.3