You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2010/05/12 15:34:08 UTC

svn commit: r943482 - in /subversion/site/publish: mailing-lists.html style/site.css

Author: cmpilato
Date: Wed May 12 13:34:08 2010
New Revision: 943482

URL: http://svn.apache.org/viewvc?rev=943482&view=rev
Log:
At the risk of disturbing the balance between code and non-code
commits in this repository and possibly touching off a series of
intertwingled catastrophic events worldwide, edit mailing-lists.html
for the umpteenth time this week.

* site/publish/mailing-lists.html
  Use nested tables to make the list of lists format decently even on
  screens less than 2400 pixels wide.

* site/publish/style/site.css
  CSS support for the above.

Modified:
    subversion/site/publish/mailing-lists.html
    subversion/site/publish/style/site.css

Modified: subversion/site/publish/mailing-lists.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/mailing-lists.html?rev=943482&r1=943481&r2=943482&view=diff
==============================================================================
--- subversion/site/publish/mailing-lists.html (original)
+++ subversion/site/publish/mailing-lists.html Wed May 12 13:34:08 2010
@@ -49,97 +49,158 @@
   <thead>
   <tr>
     <th>List</th>
-    <th>Description</th>
-    <th>Archives</th>
-    <th>Subscribe</th>
+    <th>Details</th>
   </tr>
   </thead>
   <tbody>
   <tr style="vertical-align: top;">
     <td><a href="mailto:users@subversion.apache.org"
-                 title="users@subversion.apache.org">users</a></td>
-    <td>User mailing list for Subversion. <strong>Please post all
-        usage questions here</strong>.  This is the default mailing
-        list, if such a concept makes sense.  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.<br/><br/>
-        
-        N.B.: If you represent a corporate entity, or offer products or services
-        relating to Subversion, this might seem like a good way to broadcast
-        information to a large group of users.  We would encourage you to
-        think twice about doing so.  The tolerance for
-        <a href="http://en.wikipedia.org/wiki/E-mail_spam">spam</a> on this
-        list is very low, and by abusing it for corporate purposes, you run
-        the very real risk of alienating yourself and your company from
-        the greater Subversion community.  An occasional mail, at an
-        infrequent interval (say, once/month) <em>might</em> be acceptable,
-        but please use common sense.  If it seems inappropriate, it probably
-        is.</td>
-    <td><ul class="nobullet">
-          <li><a href="http://mail-archives.apache.org/mod_mbox/subversion-users/"
-            >apache.org</a>
-            (<a href="http://subversion.apache.org/mail/users/">mbox files</a>)</li>
-          <li><a href="http://svn.haxx.se/users/"
-            >svn.haxx.se</a></li>
-          <li><a href="http://news.gmane.org/gmane.comp.version-control.subversion.user"
-            >gmane.org</a></li>
-        </ul></td>
-    <td><a href="mailto:users-subscribe@subversion.apache.org"
-                 title="users-subscribe@subversion.apache.org"
-        >subscribe</a></td>
+                 title="users@subversion.apache.org">users@</a></td>
+    <td>
+      <table cellpadding="0" cellspacing="0" class="noborder">
+        <tbody>
+        <tr>
+          <td><strong>Description:</strong></td>
+          <td>User mailing list for Subversion. <strong>Please post
+              all usage questions here</strong>.  This is the default
+              mailing list, if such a concept makes sense.  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.<br/><br/>
+              Note: If you represent a corporate entity, or offer
+              products or services relating to Subversion, this might
+              seem like a good way to broadcast information to a large
+              group of users.  We would encourage you to think twice
+              about doing so.  The tolerance for
+              <a href="http://en.wikipedia.org/wiki/E-mail_spam">spam</a>
+              on this list is very low, and by abusing it for
+              corporate purposes, you run the very real risk of
+              alienating yourself and your company from the greater
+              Subversion community.  An occasional mail, at an
+              infrequent interval (say, once/month) <em>might</em> be
+              acceptable, but please use common sense.  If it seems
+              inappropriate, it probably is.</td>
+        </tr>
+        <tr>
+          <td><strong>Subscribe:</strong></td>
+          <td><a href="mailto:users-subscribe@subversion.apache.org"
+                       title="users-subscribe@subversion.apache.org"
+              >users-subscribe@subversion.apache.org</a></td>
+        </tr>
+        <tr>
+          <td><strong>Archives:</strong></td>
+          <td><ul class="nobullet">
+              <li><a href="http://mail-archives.apache.org/mod_mbox/subversion-users/"
+                  >mail-archives.apache.org</a>
+                  (<a href="http://subversion.apache.org/mail/users/">mbox files</a>)</li>
+              <li><a href="http://svn.haxx.se/users/"
+                  >svn.haxx.se</a></li>
+              <li><a href="http://news.gmane.org/gmane.comp.version-control.subversion.user"
+                  >news.gmane.org</a></li>
+              </ul></td>
+        </tr>
+        </tbody>
+      </table>
+    </td>
   </tr>
   <tr style="vertical-align: top;">
     <td><a href="mailto:dev@subversion.apache.org"
-                 title="dev@subversion.apache.org">dev</a></td>
-    <td>The development mailing list for Subversion. Non-development
-        questions should be posted to 'users' instead; that includes
-        build problems, configuration issues, etc, as well as usage
-        questions. </td>
-    <td><ul class="nobullet">
-          <li><a href="http://mail-archives.apache.org/mod_mbox/subversion-dev/"
-            >apache.org</a>
-            (<a href="http://subversion.apache.org/mail/dev/">mbox files</a>)</li>
-          <li><a href="http://svn.haxx.se/dev/"
-            >svn.haxx.se</a></li>
-          <li><a href="http://news.gmane.org/gmane.comp.version-control.subversion.devel"
-            >gmane.org</a></li>
-        </ul></td>
-    <td><a href="mailto:dev-subscribe@subversion.apache.org"
-                 title="dev-subscribe@subversion.apache.org"
-        >subscribe</a></td>
+                 title="dev@subversion.apache.org">dev@</a></td>
+    <td>
+      <table cellpadding="0" cellspacing="0" class="noborder">
+        <tbody>
+        <tr>
+          <td><strong>Description:</strong></td>
+          <td>The development mailing list for Subversion.
+              Non-development questions should be posted to 'users'
+              instead; that includes build problems, configuration
+              issues, etc, as well as usage questions.</td>
+        </tr>
+        <tr>
+          <td><strong>Subscribe:</strong></td>
+          <td><a href="mailto:dev-subscribe@subversion.apache.org"
+                       title="dev-subscribe@subversion.apache.org"
+              >dev-subscribe@subversion.apache.org</a></td>
+        </tr>
+        <tr>
+          <td><strong>Archives:</strong></td>
+          <td><ul class="nobullet">
+              <li><a href="http://mail-archives.apache.org/mod_mbox/subversion-dev/"
+                  >mail-archives.apache.org</a>
+                  (<a href="http://subversion.apache.org/mail/dev/">mbox files</a>)</li>
+              <li><a href="http://svn.haxx.se/dev/"
+                  >svn.haxx.se</a></li>
+              <li><a href="http://news.gmane.org/gmane.comp.version-control.subversion.devel"
+                  >news.gmane.org</a></li>
+              </ul></td>
+        </tr>
+        </tbody>
+      </table>
+    </td>
   </tr>
   <tr style="vertical-align: top;">
     <td><a href="mailto:commits@subversion.apache.org"
-                 title="commits@subversion.apache.org">commits</a></td>
-    <td>This list receives automated commit emails from the
-        repository. <em>DO NOT POST</em> to this list. Only subscribe
-        to it if you want to read commit emails.</td>
-    <td><ul class="nobullet">
-          <li><a href="http://mail-archives.apache.org/mod_mbox/subversion-commits/"
-            >apache.org</a>
-            (<a href="http://subversion.apache.org/mail/commits/">mbox files</a>)</li>
-        </ul></td>
-    <td><a href="mailto:commits-subscribe@subversion.apache.org"
-                 title="commits-subscribe@subversion.apache.org"
-        >subscribe</a></td>
+                 title="commits@subversion.apache.org">commits@</a></td>
+    <td>
+      <table cellpadding="0" cellspacing="0" class="noborder">
+        <tbody>
+        <tr>
+          <td><strong>Description:</strong></td>
+          <td>This list receives automated commit emails from the
+              repository. <em>DO NOT POST</em> to this list. Only
+              subscribe to it if you want to read commit emails.</td>
+        </tr>
+        <tr>
+          <td><strong>Subscribe:</strong></td>
+          <td><a href="mailto:commits-subscribe@subversion.apache.org"
+                       title="commits-subscribe@subversion.apache.org"
+              >commits-subscribe@subversion.apache.org</a></td>
+        </tr>
+        <tr>
+          <td><strong>Archives:</strong></td>
+          <td><ul class="nobullet">
+              <li><a href="http://mail-archives.apache.org/mod_mbox/subversion-commits/"
+                  >mail-archives.apache.org</a>
+                  (<a href="http://subversion.apache.org/mail/commits/">mbox files</a>)</li>
+              </ul></td>
+        </tr>
+        </tbody>
+      </table>
+    </td>
   </tr>
+
   <tr style="vertical-align: top;">
     <td><a href="mailto:announce@subversion.apache.org"
-                 title="announce@subversion.apache.org">announce</a></td>
-    <td>Low traffic list: only occasional announcements about
-      Subversion releases go here. Please <em>DO NOT POST</em> to this
-      list unless it's an announcement. (The list is moderated anyway,
-      so your post will not go through unless it's a legitimate
-      announcement.)</td>
-    <td><ul class="nobullet">
-          <li><a href="http://mail-archives.apache.org/mod_mbox/subversion-announce/"
-            >apache.org</a>
-            (<a href="http://subversion.apache.org/mail/announce/">mbox files</a>)</li>
-         </ul></td>
-    <td><a href="mailto:announce-subscribe@subversion.apache.org"
-                 title="announce-subscribe@subversion.apache.org"
-        >subscribe</a></td>
+                 title="announce@subversion.apache.org">announce@</a></td>
+    <td>
+      <table cellpadding="0" cellspacing="0" class="noborder">
+        <tbody>
+        <tr>
+          <td><strong>Description:</strong></td>
+          <td>Low traffic list: only occasional announcements about
+              Subversion releases go here. Please <em>DO NOT POST</em>
+              to this list unless it's an announcement. (The list is
+              moderated anyway, so your post will not go through
+              unless it's a legitimate announcement.)</td>
+        </tr>
+        <tr>
+          <td><strong>Subscribe:</strong></td>
+          <td><a href="mailto:announce-subscribe@subversion.apache.org"
+                       title="announce-subscribe@subversion.apache.org"
+              >announce-subscribe@subversion.apache.org</a></td>
+        </tr>
+        <tr>
+          <td><strong>Archives:</strong></td>
+          <td><ul class="nobullet">
+              <li><a href="http://mail-archives.apache.org/mod_mbox/subversion-announce/"
+                  >mail-archives.apache.org</a>
+                  (<a href="http://subversion.apache.org/mail/announce/">mbox files</a>)</li>
+              </ul></td>
+        </tr>
+        </tbody>
+      </table>
+    </td>
   </tr>
   </tbody>
 </table> <!-- #list-list -->

Modified: subversion/site/publish/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=943482&r1=943481&r2=943482&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Wed May 12 13:34:08 2010
@@ -21,6 +21,12 @@ td, th {
   font-size: 10pt;
   padding: 0.5em;
 }
+tr {
+  vertical-align: top;
+}
+table.noborder td, table.noborder th {
+  border: none;
+}
 th {
   background-color: rgb(200,210,250);
 }
@@ -200,7 +206,6 @@ ul.nobullet {
   list-style: none;
   padding-left: 0em;
 }
-
 ul.topmenu {
   padding: 0px;
   line-height: 2em;