source: add public git clone urls, rewording
authorJo-Philipp Wich <jo@mein.io>
Tue, 29 Mar 2016 19:55:22 +0000 (21:55 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 29 Mar 2016 19:55:22 +0000 (21:55 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
pages/source.txt

index 7b939b4bc3bd80be50d81cd64a8bfcb8adaade36..3137a0f86bb535e7b392fee5c253a284e020753f 100644 (file)
@@ -3,26 +3,46 @@ include::header.txt[]
 == The Source Code
 
 The LEDE project source code start off with OpenWrt revision r49083. The code
-stored inside a git tree. This tree contains all branches and releases ever
-mad by OpenWrt. While importing the SOurces the tree was normalized and some
+is stored inside a git tree which contains all branches and releases ever made
+by OpenWrt. While importing the sources the tree was normalized and some
 minor tweaks were made to commiter names and mail addresses.
 
+All repositories can be browsed online through
+http://git.lede-project.org/[Gitweb] as well.
+
 === Getting The _LEDE_ Code
 
+Any _LEDE_ development happens in the main +source.git+ repository which is
+accessible via both HTTP and HTTPS:
+
 ----
-git clone git@git.lede-project.org:source.git
+git clone http://git.lede-project.org/source.git
 ----
 
 === Getting the OpenWrt Code
 
+We keep the original OpenWrt source code up to r49083 available, mostly as
+reference and for historic interest.
+
+The original OpenWrt Subversion repository has been split up into several Git
+repositories mapping the various SVN directories and tags to proper Git
+branches.
+
 ----
-git clone git@git.lede-project.org:openwrt/source.git
+git clone http://git.lede-project.org/openwrt/source.git
+git clone http://git.lede-project.org/openwrt/packages.git
+git clone http://git.lede-project.org/openwrt/feeds.git
+git clone http://git.lede-project.org/openwrt/docs.git
 ----
 
 === The Web Presence
 
+The pages you're reading are generated from text files using the
+http://www.methods.co.nz/asciidoc/[AsciiDoc] suite. Any changes made to the
+projects web site will be reflected in out +web.git+ repository:
+
 ----
-git clone git@git.lede-project.org:web.git
+git clone http://git.lede-project.org/web.git
 ----
 
 === Submitting Patches