You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by bu...@apache.org on 2011/03/22 22:44:58 UTC

svn commit: r787401 - in /websites/staging/libcloud/trunk/content/libcloud: contributing.html sitemap.html

Author: buildbot
Date: Tue Mar 22 21:44:58 2011
New Revision: 787401

Log:
Staging update by buildbot

Added:
    websites/staging/libcloud/trunk/content/libcloud/contributing.html
Modified:
    websites/staging/libcloud/trunk/content/libcloud/sitemap.html

Added: websites/staging/libcloud/trunk/content/libcloud/contributing.html
==============================================================================
--- websites/staging/libcloud/trunk/content/libcloud/contributing.html (added)
+++ websites/staging/libcloud/trunk/content/libcloud/contributing.html Tue Mar 22 21:44:58 2011
@@ -0,0 +1,106 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+  <title>libcloud python library - </title>
+  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
+  <script src="js/libcloud.js" type="text/javascript"></script>
+  <link rel="stylesheet" href="css/screen.css" type="text/css">
+  <link rel="stylesheet" href="css/libcloud.css" type="text/css">
+  <link rel="stylesheet" href="css/code.css" type="text/css">
+  <link rel="icon" type="image/png" href="images/favicon.png"/>
+</head>
+<body>
+  <div class="container">
+    <div id="header" class="span-24 last">
+      
+      <h1>libcloud <span>a unified interface to the cloud</span></h1>
+      
+    </div>
+
+    <div id="banner" class="span-24 last">
+      
+      <h2></h2>
+      
+    </div>
+
+    <div id="feature" class="container">
+      
+      
+    </div>
+    
+    
+    <div id="sidebar" class="span-8 border">
+      
+<h2><a href="index.html">home</a></h2>
+<h2><a href="about.html">about</a></h2>
+<h2><a href="getting-started.html">getting started</a></h2>
+<h2><a href="whos-using.html">who's using libcloud?</a></h2>
+<h2><a href="devinfo.html">developer information</a></h2>
+<h2><a href="downloads.html">downloads</a></h2>
+
+
+
+
+<div id="twitter-logo">
+  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
+</div>
+
+<div id="incubator-logo">
+  <a href="http://incubator.apache.org/"><img src="images/apache_incubator.png" alt="apache incubator" /></a>
+</div>
+
+
+
+    </div>
+    
+
+    <div id="main" class="span-16 last">
+      
+      <h2 id="contributing_to_libcloud">Contributing to libcloud</h2>
+<p>This pages explains how you can contribute to the libcloud project.</p>
+<p>Keep in mind that all kind of contributions are welcome (ideas, code, tests, documentation, examples, ...).</p>
+<h3 id="process">Process</h3>
+<ol>
+<li>Start a discussion on the <a href="devinfo.html">mailing list</a> (this step is optional and only required if you want to implement big feature or a change)</li>
+<li>Open a new issue on the <a href="https://issues.apache.org/jira/browse/LIBCLOUD">bug tracker</a> (Jira)</li>
+<li>Fork libcloud <a href="https://github.com/apache/libcloud">github git repository</a>* and make your changes</li>
+<li>Create a new branch for your changes (e.g. git checkout -b jira_issue_id_change_name)</li>
+<li>Make your changes</li>
+<li>Write tests for your modifications and make sure that all the tests still pass (python setup.py test)</li>
+<li>Create a patch with your changes</li>
+<li>git (format-patch):<br />
+     ::bash<br />
+      git format-patch --stdout trunk &gt; patch_name.patch</li>
+<li>git (diff):<br />
+    ::bash<br />
+    git diff --no-prefix trunk your_branch &gt; patch_name.patch</li>
+<li>svn:<br />
+    ::bash<br />
+    svn diff &gt; patch_name.patch</li>
+<li>Attach patch to the ticket you have created</li>
+<li>Wait for your patch to be reviewed and / or accepted</li>
+</ol>
+<p><em>Note: If you want you can also use SVN repository, bit git and github make branching and contributing a bit easier.</em></p>
+      
+    </div>
+
+    <div id="footer" class="span-24">
+    
+    
+    </div>
+  </div>
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+try {
+var pageTracker = _gat._getTracker("UA-9902461-1");
+pageTracker._trackPageview();
+} catch(err) {}
+</script>
+
+</body>
+</html>

Modified: websites/staging/libcloud/trunk/content/libcloud/sitemap.html
==============================================================================
--- websites/staging/libcloud/trunk/content/libcloud/sitemap.html (original)
+++ websites/staging/libcloud/trunk/content/libcloud/sitemap.html Tue Mar 22 21:44:58 2011
@@ -62,6 +62,7 @@
 
 <ul>
 <li><a href="about.html">About</a></li>
+<li><a href="contributing.html" /></li>
 <li><a href="devinfo.html">Developer Information</a></li>
 <li><a href="downloads.html">Downloads</a></li>
 <li><a href="driver-features.html">Driver features</a></li>