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'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'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're a committer on an Apache project, it means that you can
commit directly to the project'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'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'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'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're a committer on an Apache project, it means that you can
commit directly to the project'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'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
<li>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. <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>
</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'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'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're a committer on an Apache project, it means that you can
commit directly to the project'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'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'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'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're a committer on an Apache project, it means that you can
commit directly to the project'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'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'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'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're a committer on an Apache project, it means that you can
commit directly to the project'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'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>