You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2014/02/05 12:58:56 UTC

svn commit: r1564718 - in /libcloud/site/trunk/source: _includes/sidebar_downloads.html downloads.md

Author: tomaz
Date: Wed Feb  5 11:58:56 2014
New Revision: 1564718

URL: http://svn.apache.org/r1564718
Log:
Add source code section to the downloads page.

Modified:
    libcloud/site/trunk/source/_includes/sidebar_downloads.html
    libcloud/site/trunk/source/downloads.md

Modified: libcloud/site/trunk/source/_includes/sidebar_downloads.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_includes/sidebar_downloads.html?rev=1564718&r1=1564717&r2=1564718&view=diff
==============================================================================
--- libcloud/site/trunk/source/_includes/sidebar_downloads.html (original)
+++ libcloud/site/trunk/source/_includes/sidebar_downloads.html Wed Feb  5 11:58:56 2014
@@ -2,4 +2,5 @@
 <li><a href="#distribution-packages">Distribution specific packages</a></li>
 <li><a href="#pypi-package">PyPi Package</a></li>
 <li><a href="#old-releases">Old releases</a></li>
+<li><a href="#source-code">Source Code</a></li>
 <li><a href="#package-verification-guide">Quick package verification guide</a></li>

Modified: libcloud/site/trunk/source/downloads.md
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/downloads.md?rev=1564718&r1=1564717&r2=1564718&view=diff
==============================================================================
--- libcloud/site/trunk/source/downloads.md (original)
+++ libcloud/site/trunk/source/downloads.md Wed Feb  5 11:58:56 2014
@@ -98,6 +98,12 @@ Old releases can be found in the archive
 We strongly recommend to not use those releases, but upgrade to the latest
 release available.
 
+<a name="source-code" id="source-code"><h2 class="anchor">Source code</h2></a>
+
+Source code can be found in our Git repository at [https://git-wip-us.apache.org/repos/asf/libcloud.git][19]
+
+Read only mirror is also available on Github at [https://github.com/apache/libcloud][18]
+
 <a name="package-verification-guide" id="package-verification-guide"><h2 class="anchor">Quick package verification guide</h2></a>
 
 This section contains quick instructions on how to validate the release PGP
@@ -162,3 +168,5 @@ gpg: BAD signature from "Paul Querna <..
 [15]: http://archive.apache.org/dist/libcloud/
 [16]: https://libcloud.readthedocs.org/en/latest/upgrade_notes.html
 [17]: https://libcloud.readthedocs.org/en/latest/upgrade_notes.html#libcloud-0-14-0
+[18]: https://github.com/apache/libcloud
+[19]: https://git-wip-us.apache.org/repos/asf/libcloud.git