You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by mf...@apache.org on 2012/12/18 20:05:13 UTC

svn commit: r1423579 - in /incubator/streams/site/trunk: content/css/streams.css content/mailing-lists.mdtext lib/path.pm templates/skeleton.html

Author: mfranklin
Date: Tue Dec 18 19:05:12 2012
New Revision: 1423579

URL: http://svn.apache.org/viewvc?rev=1423579&view=rev
Log:
Added person page (STREAMS-7)

Modified:
    incubator/streams/site/trunk/content/css/streams.css
    incubator/streams/site/trunk/content/mailing-lists.mdtext
    incubator/streams/site/trunk/lib/path.pm
    incubator/streams/site/trunk/templates/skeleton.html

Modified: incubator/streams/site/trunk/content/css/streams.css
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/css/streams.css?rev=1423579&r1=1423578&r2=1423579&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/css/streams.css (original)
+++ incubator/streams/site/trunk/content/css/streams.css Tue Dec 18 19:05:12 2012
@@ -4,7 +4,7 @@
 }
 
 .nav-header {
-  font-size: 105%;
+  font-size: 90%;
 }
 
 .footer p {

Modified: incubator/streams/site/trunk/content/mailing-lists.mdtext
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/mailing-lists.mdtext?rev=1423579&r1=1423578&r2=1423579&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/mailing-lists.mdtext (original)
+++ incubator/streams/site/trunk/content/mailing-lists.mdtext Tue Dec 18 19:05:12 2012
@@ -16,41 +16,20 @@ Notice:   Licensed to the Apache Softwar
           specific language governing permissions and limitations
           under the License.
 
-<!--
-  Markdown-generated tables don't have the proper CSS classes,
-  so we use plain HTML tables.
--->
 
 There are several mailing lists for Apache Streams. To subscribe or unsubscribe
 to a list send mail to the respective administrative address given below. You
 will then receive a confirmation mail with further instructions.
 
-<table class="table">
-  <thead>
-    <tr>
-      <th>Name</th>
-      <th>Subscribe</th>
-      <th>Unsubscribe</th>
-      <th>Post</th>
-      <th>Archive</th>
-    </tr>
-  </thead>
-  <tbody>
-    <tr>
-      <td>Developer List</td>
-      <td><a href="mailto:dev-subscribe@streams.incubator.apache.org">Subscribe</a></td>
-      <td><a href="mailto:dev-unsubscribe@streams.incubator.apache.org">Unsubscribe</a></td>
-      <td><a href="mailto:dev@streams.incubator.apache.org">Post</a></td>
-      <td><a href="http://mail-archives.apache.org/mod_mbox/incubator-streams-dev/">mail-archives.apache.org</a></td>
-    </tr>
-    <tr>
-      <td>Commit Announcements</td>
-      <td><a href="mailto:commits-subscribe@streams.incubator.apache.org">Subscribe</a></td>
-      <td><a href="mailto:commits-unsubscribe@streams.incubator.apache.org">Unsubscribe</a></td>
-      <td>-</td>
-      <td><a href="http://mail-archives.apache.org/mod_mbox/incubator-streams-commits/">mail-archives.apache.org</a></td>
-    </tr>
-  </tbody>
-</table>
-
+ Name                 | Subscribe      | Unsubscribe       | Post      | Archive
+----------------------|----------------|-------------------|-----------|-------------------------------
+ Developer List       | [Subscribe][1] | [Unsubscribe][2]  | [Post][3] | [mail-archives.apache.org][4]
+ Commit Announcements | [Subscribe][1] | [Unsubscribe][2]  |           | [mail-archives.apache.org][4]
 
+[1]: mailto:dev-subscribe@streams.incubator.apache.org
+[2]: mailto:dev-unsubscribe@streams.incubator.apache.org
+[3]: mailto:dev@streams.incubator.apache.org
+[4]: http://mail-archives.apache.org/mod_mbox/incubator-streams-dev/
+[5]: mailto:commits-subscribe@streams.incubator.apache.org
+[6]: mailto:commits-unsubscribe@streams.incubator.apache.org
+[7]: http://mail-archives.apache.org/mod_mbox/incubator-streams-commits/
\ No newline at end of file

Modified: incubator/streams/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/lib/path.pm?rev=1423579&r1=1423578&r2=1423579&view=diff
==============================================================================
--- incubator/streams/site/trunk/lib/path.pm (original)
+++ incubator/streams/site/trunk/lib/path.pm Tue Dec 18 19:05:12 2012
@@ -12,6 +12,8 @@ our @nav = (
       href => "/source-repository.html" },
     { title => "Mailing Lists",
       href => "/mailing-lists.html" },
+    { title => "People",
+      href => "/people.html" },
     { title => "Issue Tracking",
       href => "https://issues.apache.org/jira/browse/STREAMS" },
     { title => "Resources",

Modified: incubator/streams/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/templates/skeleton.html?rev=1423579&r1=1423578&r2=1423579&view=diff
==============================================================================
--- incubator/streams/site/trunk/templates/skeleton.html (original)
+++ incubator/streams/site/trunk/templates/skeleton.html Tue Dec 18 19:05:12 2012
@@ -106,5 +106,6 @@
           respective owners.</small></p>
       </div>
     </footer>
+    <script src="/script/streams.js" ></script>
   </body>
 </html>