You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/04/12 03:52:34 UTC

svn commit: r1738676 - in /libcloud/site/trunk/generated: blog/2016/04/12/help-wanted.html blog/archives/2016/04/index.html blog/atom.xml blog/index.html blog/tags/community.html blog/tags/news.html sitemap.xml

Author: anthonyshaw
Date: Tue Apr 12 01:52:34 2016
New Revision: 1738676

URL: http://svn.apache.org/viewvc?rev=1738676&view=rev
Log:
New post for help wanted

Modified:
    libcloud/site/trunk/generated/blog/2016/04/12/help-wanted.html
    libcloud/site/trunk/generated/blog/archives/2016/04/index.html
    libcloud/site/trunk/generated/blog/atom.xml
    libcloud/site/trunk/generated/blog/index.html
    libcloud/site/trunk/generated/blog/tags/community.html
    libcloud/site/trunk/generated/blog/tags/news.html
    libcloud/site/trunk/generated/sitemap.xml

Modified: libcloud/site/trunk/generated/blog/2016/04/12/help-wanted.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/2016/04/12/help-wanted.html?rev=1738676&r1=1738675&r2=1738676&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/2016/04/12/help-wanted.html (original)
+++ libcloud/site/trunk/generated/blog/2016/04/12/help-wanted.html Tue Apr 12 01:52:34 2016
@@ -212,6 +212,42 @@ a great use to allow people to export an
 to allow non-Python users to leverage libcloud via a RESTful API. The API will be dynamically constructed using Pythons introspection capabilities. <a href="https://github.com/tonybaloney/libcloud.api">See the project and fork this to get started</a></li>
 </ul>
 
+<h2>OK, I&#39;m ready - what now?</h2>
+
+<p>Depending on what level of experience you are at, you can learn more about how to get started. You&#39;ll be pleased to learn that the libcloud project is beginner friendly, we accept contributions from all levels as well as abiding by the ASF code of ethics.</p>
+
+<h3>New to open-source?</h3>
+
+<p>Check out this <a href="https://www.thinkful.com/learn/github-pull-request-tutorial/">tutorial on creating your first PR</a> </p>
+
+<h3>New to Python?</h3>
+
+<p>Check out <a href="http://www.learnpython.org/">LearnPython.org</a> to cut your teeth on some interactive tutorials.</p>
+
+<p>Specifically to develop on libcloud you will need some tools:</p>
+
+<ul>
+<li>A Python text editor like <a href="https://atom.io/">Atom</a>, <a href="http://komodoide.com/">Komodo</a>, <a href="https://www.jetbrains.com/pycharm/">PyCharm</a> or emacs.</li>
+<li>The Python 2.7 and 3.5 CPython interpreters installed</li>
+<li>Tox for running the unit tests (<code>easy_install tox</code>)</li>
+<li>Linting tools for checking PEP8 compliance, Flake8 (<code>easy_install flake8</code>) and PyLint (<code>easy_install pylint</code>)</li>
+<li>Sphinx for building the docs</li>
+</ul>
+
+<h3>New to Apache?</h3>
+
+<p>Firstly, checkout <a href="http://www.theapacheway.com/">The Apache Way</a> to understand the principles of the Apache community projects.</p>
+
+<p>If you&#39;re a committer on an Apache project, it means that you can commit directly to the project&#39;s repository. For instance, with Apache Libcloud committers are allowed to directly push commits into the git repository. Non-Committers can
+raise pull-requests on the read-only mirror on <a href="https://github.com/apache/libcloud">github.com/apache/libcloud</a>, one of the committers will then use <code>git am</code> to merge your patch directly into the ASF git repository on your behalf. You will still
+get contribution recognition in the git logs.</p>
+
+<h3>I&#39;m a pro, come at me</h3>
+
+<ul>
+<li>Read our project style and best-practice guidance on <a href="http://libcloud.readthedocs.org/en/latest/development.html#getting-started-with-contributing-to-libcloud">the documentation site</a> for all of the things that are checked during the PR process.</li>
+</ul>
+
   </div>
 
   <div class="row section post-meta">

Modified: libcloud/site/trunk/generated/blog/archives/2016/04/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2016/04/index.html?rev=1738676&r1=1738675&r2=1738676&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2016/04/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2016/04/index.html Tue Apr 12 01:52:34 2016
@@ -206,6 +206,42 @@ a great use to allow people to export an
 to allow non-Python users to leverage libcloud via a RESTful API. The API will be dynamically constructed using Pythons introspection capabilities. <a href="https://github.com/tonybaloney/libcloud.api">See the project and fork this to get started</a></li>
 </ul>
 
+<h2>OK, I&#39;m ready - what now?</h2>
+
+<p>Depending on what level of experience you are at, you can learn more about how to get started. You&#39;ll be pleased to learn that the libcloud project is beginner friendly, we accept contributions from all levels as well as abiding by the ASF code of ethics.</p>
+
+<h3>New to open-source?</h3>
+
+<p>Check out this <a href="https://www.thinkful.com/learn/github-pull-request-tutorial/">tutorial on creating your first PR</a> </p>
+
+<h3>New to Python?</h3>
+
+<p>Check out <a href="http://www.learnpython.org/">LearnPython.org</a> to cut your teeth on some interactive tutorials.</p>
+
+<p>Specifically to develop on libcloud you will need some tools:</p>
+
+<ul>
+<li>A Python text editor like <a href="https://atom.io/">Atom</a>, <a href="http://komodoide.com/">Komodo</a>, <a href="https://www.jetbrains.com/pycharm/">PyCharm</a> or emacs.</li>
+<li>The Python 2.7 and 3.5 CPython interpreters installed</li>
+<li>Tox for running the unit tests (<code>easy_install tox</code>)</li>
+<li>Linting tools for checking PEP8 compliance, Flake8 (<code>easy_install flake8</code>) and PyLint (<code>easy_install pylint</code>)</li>
+<li>Sphinx for building the docs</li>
+</ul>
+
+<h3>New to Apache?</h3>
+
+<p>Firstly, checkout <a href="http://www.theapacheway.com/">The Apache Way</a> to understand the principles of the Apache community projects.</p>
+
+<p>If you&#39;re a committer on an Apache project, it means that you can commit directly to the project&#39;s repository. For instance, with Apache Libcloud committers are allowed to directly push commits into the git repository. Non-Committers can
+raise pull-requests on the read-only mirror on <a href="https://github.com/apache/libcloud">github.com/apache/libcloud</a>, one of the committers will then use <code>git am</code> to merge your patch directly into the ASF git repository on your behalf. You will still
+get contribution recognition in the git logs.</p>
+
+<h3>I&#39;m a pro, come at me</h3>
+
+<ul>
+<li>Read our project style and best-practice guidance on <a href="http://libcloud.readthedocs.org/en/latest/development.html#getting-started-with-contributing-to-libcloud">the documentation site</a> for all of the things that are checked during the PR process.</li>
+</ul>
+
   </div>
 
   <div class="row section post-meta">

Modified: libcloud/site/trunk/generated/blog/atom.xml
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/atom.xml?rev=1738676&r1=1738675&r2=1738676&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/atom.xml (original)
+++ libcloud/site/trunk/generated/blog/atom.xml Tue Apr 12 01:52:34 2016
@@ -5,7 +5,7 @@
   <link href="https://libcloud.apache.org" rel="self" />
   <link href="https://libcloud.apache.org" />
   <id>https://libcloud.apache.org</id>
-  <updated>2016-04-12T11:16:10+10:00</updated>
+  <updated>2016-04-12T11:52:14+10:00</updated>
   <author>
     <name>The Apache Software Foundation</name>
   </author>
@@ -120,6 +120,42 @@ a great use to allow people to export an
 &lt;li&gt;A REST API for Libcloud - @tonybaloney has already started this using Flask RESTful supporting GET methods, this needs to extended and developed. The idea is
 to allow non-Python users to leverage libcloud via a RESTful API. The API will be dynamically constructed using Pythons introspection capabilities. &lt;a href=&quot;https://github.com/tonybaloney/libcloud.api&quot;&gt;See the project and fork this to get started&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
+
+&lt;h2&gt;OK, I&amp;#39;m ready - what now?&lt;/h2&gt;
+
+&lt;p&gt;Depending on what level of experience you are at, you can learn more about how to get started. You&amp;#39;ll be pleased to learn that the libcloud project is beginner friendly, we accept contributions from all levels as well as abiding by the ASF code of ethics.&lt;/p&gt;
+
+&lt;h3&gt;New to open-source?&lt;/h3&gt;
+
+&lt;p&gt;Check out this &lt;a href=&quot;https://www.thinkful.com/learn/github-pull-request-tutorial/&quot;&gt;tutorial on creating your first PR&lt;/a&gt; &lt;/p&gt;
+
+&lt;h3&gt;New to Python?&lt;/h3&gt;
+
+&lt;p&gt;Check out &lt;a href=&quot;http://www.learnpython.org/&quot;&gt;LearnPython.org&lt;/a&gt; to cut your teeth on some interactive tutorials.&lt;/p&gt;
+
+&lt;p&gt;Specifically to develop on libcloud you will need some tools:&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;A Python text editor like &lt;a href=&quot;https://atom.io/&quot;&gt;Atom&lt;/a&gt;, &lt;a href=&quot;http://komodoide.com/&quot;&gt;Komodo&lt;/a&gt;, &lt;a href=&quot;https://www.jetbrains.com/pycharm/&quot;&gt;PyCharm&lt;/a&gt; or emacs.&lt;/li&gt;
+&lt;li&gt;The Python 2.7 and 3.5 CPython interpreters installed&lt;/li&gt;
+&lt;li&gt;Tox for running the unit tests (&lt;code&gt;easy_install tox&lt;/code&gt;)&lt;/li&gt;
+&lt;li&gt;Linting tools for checking PEP8 compliance, Flake8 (&lt;code&gt;easy_install flake8&lt;/code&gt;) and PyLint (&lt;code&gt;easy_install pylint&lt;/code&gt;)&lt;/li&gt;
+&lt;li&gt;Sphinx for building the docs&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3&gt;New to Apache?&lt;/h3&gt;
+
+&lt;p&gt;Firstly, checkout &lt;a href=&quot;http://www.theapacheway.com/&quot;&gt;The Apache Way&lt;/a&gt; to understand the principles of the Apache community projects.&lt;/p&gt;
+
+&lt;p&gt;If you&amp;#39;re a committer on an Apache project, it means that you can commit directly to the project&amp;#39;s repository. For instance, with Apache Libcloud committers are allowed to directly push commits into the git repository. Non-Committers can
+raise pull-requests on the read-only mirror on &lt;a href=&quot;https://github.com/apache/libcloud&quot;&gt;github.com/apache/libcloud&lt;/a&gt;, one of the committers will then use &lt;code&gt;git am&lt;/code&gt; to merge your patch directly into the ASF git repository on your behalf. You will still
+get contribution recognition in the git logs.&lt;/p&gt;
+
+&lt;h3&gt;I&amp;#39;m a pro, come at me&lt;/h3&gt;
+
+&lt;ul&gt;
+&lt;li&gt;Read our project style and best-practice guidance on &lt;a href=&quot;http://libcloud.readthedocs.org/en/latest/development.html#getting-started-with-contributing-to-libcloud&quot;&gt;the documentation site&lt;/a&gt; for all of the things that are checked during the PR process.&lt;/li&gt;
+&lt;/ul&gt;
 </content>
   </entry>
     

Modified: libcloud/site/trunk/generated/blog/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/index.html?rev=1738676&r1=1738675&r2=1738676&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/index.html (original)
+++ libcloud/site/trunk/generated/blog/index.html Tue Apr 12 01:52:34 2016
@@ -208,6 +208,42 @@ a great use to allow people to export an
 to allow non-Python users to leverage libcloud via a RESTful API. The API will be dynamically constructed using Pythons introspection capabilities. <a href="https://github.com/tonybaloney/libcloud.api">See the project and fork this to get started</a></li>
 </ul>
 
+<h2>OK, I&#39;m ready - what now?</h2>
+
+<p>Depending on what level of experience you are at, you can learn more about how to get started. You&#39;ll be pleased to learn that the libcloud project is beginner friendly, we accept contributions from all levels as well as abiding by the ASF code of ethics.</p>
+
+<h3>New to open-source?</h3>
+
+<p>Check out this <a href="https://www.thinkful.com/learn/github-pull-request-tutorial/">tutorial on creating your first PR</a> </p>
+
+<h3>New to Python?</h3>
+
+<p>Check out <a href="http://www.learnpython.org/">LearnPython.org</a> to cut your teeth on some interactive tutorials.</p>
+
+<p>Specifically to develop on libcloud you will need some tools:</p>
+
+<ul>
+<li>A Python text editor like <a href="https://atom.io/">Atom</a>, <a href="http://komodoide.com/">Komodo</a>, <a href="https://www.jetbrains.com/pycharm/">PyCharm</a> or emacs.</li>
+<li>The Python 2.7 and 3.5 CPython interpreters installed</li>
+<li>Tox for running the unit tests (<code>easy_install tox</code>)</li>
+<li>Linting tools for checking PEP8 compliance, Flake8 (<code>easy_install flake8</code>) and PyLint (<code>easy_install pylint</code>)</li>
+<li>Sphinx for building the docs</li>
+</ul>
+
+<h3>New to Apache?</h3>
+
+<p>Firstly, checkout <a href="http://www.theapacheway.com/">The Apache Way</a> to understand the principles of the Apache community projects.</p>
+
+<p>If you&#39;re a committer on an Apache project, it means that you can commit directly to the project&#39;s repository. For instance, with Apache Libcloud committers are allowed to directly push commits into the git repository. Non-Committers can
+raise pull-requests on the read-only mirror on <a href="https://github.com/apache/libcloud">github.com/apache/libcloud</a>, one of the committers will then use <code>git am</code> to merge your patch directly into the ASF git repository on your behalf. You will still
+get contribution recognition in the git logs.</p>
+
+<h3>I&#39;m a pro, come at me</h3>
+
+<ul>
+<li>Read our project style and best-practice guidance on <a href="http://libcloud.readthedocs.org/en/latest/development.html#getting-started-with-contributing-to-libcloud">the documentation site</a> for all of the things that are checked during the PR process.</li>
+</ul>
+
   </div>
 
   <div class="row section post-meta">

Modified: libcloud/site/trunk/generated/blog/tags/community.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/community.html?rev=1738676&r1=1738675&r2=1738676&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/community.html (original)
+++ libcloud/site/trunk/generated/blog/tags/community.html Tue Apr 12 01:52:34 2016
@@ -207,6 +207,42 @@ a great use to allow people to export an
 to allow non-Python users to leverage libcloud via a RESTful API. The API will be dynamically constructed using Pythons introspection capabilities. <a href="https://github.com/tonybaloney/libcloud.api">See the project and fork this to get started</a></li>
 </ul>
 
+<h2>OK, I&#39;m ready - what now?</h2>
+
+<p>Depending on what level of experience you are at, you can learn more about how to get started. You&#39;ll be pleased to learn that the libcloud project is beginner friendly, we accept contributions from all levels as well as abiding by the ASF code of ethics.</p>
+
+<h3>New to open-source?</h3>
+
+<p>Check out this <a href="https://www.thinkful.com/learn/github-pull-request-tutorial/">tutorial on creating your first PR</a> </p>
+
+<h3>New to Python?</h3>
+
+<p>Check out <a href="http://www.learnpython.org/">LearnPython.org</a> to cut your teeth on some interactive tutorials.</p>
+
+<p>Specifically to develop on libcloud you will need some tools:</p>
+
+<ul>
+<li>A Python text editor like <a href="https://atom.io/">Atom</a>, <a href="http://komodoide.com/">Komodo</a>, <a href="https://www.jetbrains.com/pycharm/">PyCharm</a> or emacs.</li>
+<li>The Python 2.7 and 3.5 CPython interpreters installed</li>
+<li>Tox for running the unit tests (<code>easy_install tox</code>)</li>
+<li>Linting tools for checking PEP8 compliance, Flake8 (<code>easy_install flake8</code>) and PyLint (<code>easy_install pylint</code>)</li>
+<li>Sphinx for building the docs</li>
+</ul>
+
+<h3>New to Apache?</h3>
+
+<p>Firstly, checkout <a href="http://www.theapacheway.com/">The Apache Way</a> to understand the principles of the Apache community projects.</p>
+
+<p>If you&#39;re a committer on an Apache project, it means that you can commit directly to the project&#39;s repository. For instance, with Apache Libcloud committers are allowed to directly push commits into the git repository. Non-Committers can
+raise pull-requests on the read-only mirror on <a href="https://github.com/apache/libcloud">github.com/apache/libcloud</a>, one of the committers will then use <code>git am</code> to merge your patch directly into the ASF git repository on your behalf. You will still
+get contribution recognition in the git logs.</p>
+
+<h3>I&#39;m a pro, come at me</h3>
+
+<ul>
+<li>Read our project style and best-practice guidance on <a href="http://libcloud.readthedocs.org/en/latest/development.html#getting-started-with-contributing-to-libcloud">the documentation site</a> for all of the things that are checked during the PR process.</li>
+</ul>
+
   </div>
 
   <div class="row section post-meta">

Modified: libcloud/site/trunk/generated/blog/tags/news.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/news.html?rev=1738676&r1=1738675&r2=1738676&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/news.html (original)
+++ libcloud/site/trunk/generated/blog/tags/news.html Tue Apr 12 01:52:34 2016
@@ -207,6 +207,42 @@ a great use to allow people to export an
 to allow non-Python users to leverage libcloud via a RESTful API. The API will be dynamically constructed using Pythons introspection capabilities. <a href="https://github.com/tonybaloney/libcloud.api">See the project and fork this to get started</a></li>
 </ul>
 
+<h2>OK, I&#39;m ready - what now?</h2>
+
+<p>Depending on what level of experience you are at, you can learn more about how to get started. You&#39;ll be pleased to learn that the libcloud project is beginner friendly, we accept contributions from all levels as well as abiding by the ASF code of ethics.</p>
+
+<h3>New to open-source?</h3>
+
+<p>Check out this <a href="https://www.thinkful.com/learn/github-pull-request-tutorial/">tutorial on creating your first PR</a> </p>
+
+<h3>New to Python?</h3>
+
+<p>Check out <a href="http://www.learnpython.org/">LearnPython.org</a> to cut your teeth on some interactive tutorials.</p>
+
+<p>Specifically to develop on libcloud you will need some tools:</p>
+
+<ul>
+<li>A Python text editor like <a href="https://atom.io/">Atom</a>, <a href="http://komodoide.com/">Komodo</a>, <a href="https://www.jetbrains.com/pycharm/">PyCharm</a> or emacs.</li>
+<li>The Python 2.7 and 3.5 CPython interpreters installed</li>
+<li>Tox for running the unit tests (<code>easy_install tox</code>)</li>
+<li>Linting tools for checking PEP8 compliance, Flake8 (<code>easy_install flake8</code>) and PyLint (<code>easy_install pylint</code>)</li>
+<li>Sphinx for building the docs</li>
+</ul>
+
+<h3>New to Apache?</h3>
+
+<p>Firstly, checkout <a href="http://www.theapacheway.com/">The Apache Way</a> to understand the principles of the Apache community projects.</p>
+
+<p>If you&#39;re a committer on an Apache project, it means that you can commit directly to the project&#39;s repository. For instance, with Apache Libcloud committers are allowed to directly push commits into the git repository. Non-Committers can
+raise pull-requests on the read-only mirror on <a href="https://github.com/apache/libcloud">github.com/apache/libcloud</a>, one of the committers will then use <code>git am</code> to merge your patch directly into the ASF git repository on your behalf. You will still
+get contribution recognition in the git logs.</p>
+
+<h3>I&#39;m a pro, come at me</h3>
+
+<ul>
+<li>Read our project style and best-practice guidance on <a href="http://libcloud.readthedocs.org/en/latest/development.html#getting-started-with-contributing-to-libcloud">the documentation site</a> for all of the things that are checked during the PR process.</li>
+</ul>
+
   </div>
 
   <div class="row section post-meta">

Modified: libcloud/site/trunk/generated/sitemap.xml
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/sitemap.xml?rev=1738676&r1=1738675&r2=1738676&view=diff
==============================================================================
--- libcloud/site/trunk/generated/sitemap.xml (original)
+++ libcloud/site/trunk/generated/sitemap.xml Tue Apr 12 01:52:34 2016
@@ -354,7 +354,7 @@
     </url>
     <url>
         <loc>https://libcloud.apache.org/</loc>
-        <lastmod>2016-04-12T11:15:36+10:00</lastmod>
+        <lastmod>2016-04-12T11:51:50+10:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/getting-started.html</loc>
@@ -374,7 +374,7 @@
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/blog/</loc>
-        <lastmod>2016-04-12T11:15:36+10:00</lastmod>
+        <lastmod>2016-04-12T11:51:50+10:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/security.html</loc>