Author: hwright
Date: Thu Dec 3 17:04:57 2009
New Revision: 886848
URL: http://svn.apache.org/viewvc?rev=886848&view=rev
Log:
Add a new page to display information about our various mailing lists. Include
information about users@ in the initial copy.
* mailing-lists.html:
New.
* index.html:
Add a link to the mailing lists page.
Added:
subversion/site/mailing-lists.html
- copied, changed from r886844, subversion/site/template.html
Modified:
subversion/site/index.html
Modified: subversion/site/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/index.html?rev=886848&r1=886847&r2=886848&view=diff
==============================================================================
--- subversion/site/index.html (original)
+++ subversion/site/index.html Thu Dec 3 17:04:57 2009
@@ -12,6 +12,9 @@
<h1>Apache Subversion</h1>
+<p>Learn about various Subversion <a href="mailing-lists.html">mailing
+lists</a>.</p>
+
<p>More information about Subversion is available on our
<a href="http://subversion.tigris.org/" >old website</a>.</p>
Copied: subversion/site/mailing-lists.html (from r886844,
subversion/site/template.html)
URL:
http://svn.apache.org/viewvc/subversion/site/mailing-lists.html?p2=subversion/site/mailing-lists.html&p1=subversion/site/template.html&r1=886844&r2=886848&rev=886848&view=diff
==============================================================================
--- subversion/site/template.html (original)
+++ subversion/site/mailing-lists.html Thu Dec 3 17:04:57 2009
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
-<title>Page Title Here</title>
+<title>Subversion Mailing Lists</title>
<style type="text/css" media="screen">
@import url("/site.css");
</style>
@@ -10,10 +10,34 @@
<body>
<!--#include virtual="banner.html" -->
-<h1>Page Title Here</h1>
+<h1>Subversion Mailing Lists</h1>
-<!-- To create a new page, just 'svn cp' this template to the new page
- and replace this comment with your content. -->
+<p>The Subversion project maintains several mailing lists for use by various
+members of the community. Those lists include:</p>
+
+<table border="1" cellspacing="2" cellpadding="2">
+ <tr>
+ <th>List</th>
+ <th>Description</th>
+ <th>Subscribe</th>
+ </tr>
+ <tr>
+ <td style="vertical-align: top;"><a
+ href="mailto:[email protected]">[email protected]</a>
+ </td>
+ <td style="vertical-align: top;">User mailing list for Subversion. Please
+ post all usage questions here. If you're in doubt as to whether a post
+ should go here or to 'dev', then it should probably go here
+ first—people will suggest posting it to 'dev' if that's
+ appropriate.</td>
+ <td style="vertical-align: top;"><a
+ href="mailto:[email protected]">subscribe</a></td>
+ </tr>
+</table>
+
+<p>See the current tigris.org page or additional comments about
+Subversion <a href="http://subversion.tigris.org/mailing-lists.html">mailing
+lists</a>.</p>
<!--#include virtual="footer.html" -->
</body>