add new mailing list info to web page

This commit is contained in:
Sean Rhea
2010-01-01 12:28:41 -05:00
parent ae52e3439e
commit bf91072252
3 changed files with 21 additions and 1 deletions

View File

@@ -43,6 +43,9 @@ index.html: index.content genpage.pl
license.html: license.content genpage.pl
./genpage.pl "License" $< > $@
mailing-list.html: mailing-list.content genpage.pl
./genpage.pl "Mailing Lists" $< > $@
screenshots.html: screenshots.content genpage.pl
./genpage.pl "Screenshots" $< > $@

View File

@@ -63,7 +63,7 @@ body {
<br> <b><a href="download.html">Download</a></b>
<br> <b><a href="contrib.html">Contributors</a></b>
<br> <b><a href="search.html">Search</a></b>
<br> <b><a href="http://groups.google.com/group/golden-cheetah-users">Mailing List</a></b>
<br> <b><a href="mailing-list.html">Mailing List</a></b>
</center>
</td>

17
doc/mailing-list.content Normal file
View File

@@ -0,0 +1,17 @@
<p>
There are two mailing lists for the Golden Cheetah project:
<p><a href="http://groups.google.com/group/golden-cheetah-users">Golden
Cheetah Users</a> is a list for submitting bug reports, feature requests, and
constructive criticism. It's a good place to search if you have a question
that someone might have already answered. It's also where we discuss new
features, plans, etc. On busy days there may be as many as 20 emails sent to
Golden Cheetah Users.
<p><a href="http://groups.google.com/group/golden-cheetah-announce">Golden
Cheetah Announce</a> is a lower volume, moderated list where we post
announcements of new releases, important bug fixes, etc. If you don't want to
get a lot of email, but you do want to know when we put out a new release,
this is the list for you. It receives one or two emails per month.