== 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