Author: ivan
Date: Thu Sep 3 12:56:38 2015
New Revision: 1701006
URL: http://svn.apache.org/r1701006
Log:
Initial version of /contribute page with information about mailing lists,
issue tracer and source code.
* publish/contribute.html: New.
* publish/includes/navbar.html: Add link to /contribute.
Added:
serf/site/publish/contribute.html (with props)
Modified:
serf/site/publish/includes/navbar.html
Added: serf/site/publish/contribute.html
URL:
http://svn.apache.org/viewvc/serf/site/publish/contribute.html?rev=1701006&view=auto
==============================================================================
--- serf/site/publish/contribute.html (added)
+++ serf/site/publish/contribute.html Thu Sep 3 12:56:38 2015
@@ -0,0 +1,80 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>Contribute - Apache Serf</title>
+ <!--#include virtual="/includes/header.html" -->
+</head>
+<body>
+ <!--#include virtual="/includes/navbar.html" -->
+
+ <div class="container">
+ <div class="row">
+ <div class="col-lg-12">
+
+ <h2 id="mailing-list">Mailing lists</h2>
+
+ <h3>Developer Mailing List</h3>
+ <p>
+ The developer list is for Serf developers and users to discuss
+ ongoing work, make decisions, and report issues.
+ </p>
+ <ul>
+ <li>Subscribe: <a href="mailto:[email protected]">
+ [email protected]</a></li>
+ <li>Unsubscribe: <a href="mailto:[email protected]">
+ [email protected]</a></li>
+ <li>Archives:
+ <ul>
+ <li><a href="http://mail-archives.apache.org/mod_mbox/serf-dev/">
+ Apache</a></li>
+ </ul>
+ </ul>
+
+ <h3>Announce Mailing List</h3>
+ <p>Low-volume mailing list with new releases announcements.</p>
+ <ul>
+ <li>Subscribe: <a href="mailto:[email protected]">
+ [email protected]</a></li>
+ <li>Unsubscribe: <a
href="mailto:[email protected]">
+ [email protected]</a></li>
+ <li>Archives:
+ <ul>
+ <li><a
href="http://mail-archives.apache.org/mod_mbox/serf-announce/">
+ Apache</a></li>
+ </ul>
+ </ul>
+
+ <hr>
+
+ <h2 id="issue-tracker">Issue Tracker</h2>
+ <p>
+ Apache Serf tracks both bugs and enhancements using
+ <a href="https://issues.apache.org/jira/browse/SERF">JIRA</a> issue
+ tracker. Before filing new requests, we ask that you first do the
+ following:
+ </p>
+ <ul>
+ <li>Search the <a href="https://issues.apache.org/jira/browse/SERF">
+ JIRA</a> database</li>
+ <li>Check the <a href="#mailing-lists">project mailing list</a> via
+ searching the archives or asking a question
+ </li>
+ </ul>
+
+ <hr>
+
+ <h2 id="source-control">Source Control</h2>
+ <p>
+ Serf's source code is stored in the
+ <a href="http://svn.apache.org/repos/asf/serf/">serf</a> tree of the
+ main Subversion repository of the Apache Software Foundation. You can
+ checkout the latest version of the code using the following command:
+ </p>
+ <pre>% svn checkout https://svn.apache.org/repos/asf/serf/trunk
serf-trunk</pre>
+ </div>
+ </div>
+ </div>
+
+ <!--#include virtual="/includes/footer.html" -->
+</body>
+</html>
Propchange: serf/site/publish/contribute.html
------------------------------------------------------------------------------
svn:eol-style = native
Modified: serf/site/publish/includes/navbar.html
URL:
http://svn.apache.org/viewvc/serf/site/publish/includes/navbar.html?rev=1701006&r1=1701005&r2=1701006&view=diff
==============================================================================
--- serf/site/publish/includes/navbar.html (original)
+++ serf/site/publish/includes/navbar.html Thu Sep 3 12:56:38 2015
@@ -7,6 +7,7 @@
<ul class="nav navbar-nav">
<li><a href="/">About</a></li>
<li><a href="/download">Download</a></li>
+ <li><a href="/contribute">Contribute</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Apache