Author: buildbot Date: Mon Nov 8 21:01:04 2010 New Revision: 778902 URL: http://svn.apache.org/viewvc?rev=778902&view=rev Log: Staging update by buildbot
Modified: websites/staging/river/trunk/content/css/site.css websites/staging/river/trunk/content/mailing-lists.html websites/staging/river/trunk/content/sitemap.html Modified: websites/staging/river/trunk/content/css/site.css URL: http://svn.apache.org/viewvc/websites/staging/river/trunk/content/css/site.css?rev=778902&r1=778901&r2=778902&view=diff ============================================================================== --- websites/staging/river/trunk/content/css/site.css (original) +++ websites/staging/river/trunk/content/css/site.css Mon Nov 8 21:01:04 2010 @@ -3,6 +3,7 @@ body { } div.wiki-content thead { background-color: #CCCCFF ; } +#div.wiki-content p { margin: inherit ; } /* ====================================================== */ /* Rounded Box Styles */ Modified: websites/staging/river/trunk/content/mailing-lists.html URL: http://svn.apache.org/viewvc/websites/staging/river/trunk/content/mailing-lists.html?rev=778902&r1=778901&r2=778902&view=diff ============================================================================== --- websites/staging/river/trunk/content/mailing-lists.html (original) +++ websites/staging/river/trunk/content/mailing-lists.html Mon Nov 8 21:01:04 2010 @@ -71,37 +71,31 @@ <h2 id="project_mailing_lists">Project Mailing Lists</h2> <p>These are the mailing lists that have been established for the Apache River project. For each list, there is a subscribe, unsubscribe, and an archive link.</p> <table> +<thead> <tr> +<th /> <th>Name</th> +<th /> <th>Subscribe</th> -<th>Unsubscribe</th> -<th>Post</th> -<th>Archive</th> -</tr> -<tr> -<td>River Developer List</td> -<td>[river-dev-subscribe](mailto:river-dev-subscr...@incubator.apache.org)</td> -<td>[river-dev-unsubscribe](mailto:river-dev-unsubscr...@incubator.apache.org)</td> -<td>[river-dev](mailto:river-...@incubator.apache.org)</td> -<td>[mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-river-dev/) -</td> +<th /> </tr> +</thead> +<tbody> <tr> <td>River User List</td> -<td>[river-user-subscribe](mailto:river-user-subscr...@incubator.apache.org)</td> -<td>[river-user-unsubscribe](mailto:river-user-unsubscr...@incubator.apache.org)</td> -<td>[river-user](mailto:river-u...@incubator.apache.org)</td> -<td>[mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-river-user/) -</td> +<td><a href="mailto:river-user-subscr...@incubator.apache.org">river-user-subscribe</a></td> +<td><a href="mailto:river-user-unsubscr...@incubator.apache.org">river-user-unsubscribe</a></td> +<td><a href="mailto:river-u...@incubator.apache.org">river-user</a></td> +<td><a href="http://mail-archives.apache.org/mod_mbox/incubator-river-user/">mail-archives.apache.org</a></td> </tr> <tr> <td>River Commits List</td> -<td>[river-commits-subscribe](mailto:river-commits-subscr...@incubator.apache.org)</td> -<td>[river-commits-unsubscribe](mailto:river-commits-unsubscr...@incubator.apache.org)</td> -<td>[river-commits](mailto:river-commits@incubator.apache.org)</td> -<td>[mail-archives.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-river-commits/)</td> -</td> +<td><a href="mailto:river-commits-subscr...@incubator.apache.org">river-commits-subscribe</a></td> +<td><a href="mailto:river-commits-unsubscr...@incubator.apache.org">river-commits-unsubscribe</a></td> +<td><a href="mailto:river-commits@incubator.apache.org">river-commits</a></td> +<td><a href="http://mail-archives.apache.org/mod_mbox/incubator-river-commits/">mail-archives.apache.org</a></td> </tr> +</tbody> </table> </div> </td> Modified: websites/staging/river/trunk/content/sitemap.html URL: http://svn.apache.org/viewvc/websites/staging/river/trunk/content/sitemap.html?rev=778902&r1=778901&r2=778902&view=diff ============================================================================== --- websites/staging/river/trunk/content/sitemap.html (original) +++ websites/staging/river/trunk/content/sitemap.html Mon Nov 8 21:01:04 2010 @@ -87,7 +87,6 @@ <li><a href="/index.html">Index</a></li> <li><a href="/javadoc.html">Javadoc</a></li> <li><a href="/license.html">License</a></li> -<li><a href="/mailing-lists-1.html">Mailing Lists</a></li> <li><a href="/mailing-lists.html">Mailing Lists</a></li> <li><a href="/river-applications.html">River Applications</a></li> <li><a href="/river-users.html">River Users</a></li>