Wiki page docs-efl-start changed with summary [Changed http:// to https://] by Shuhrat Dehkanov

This commit is contained in:
Shuhrat Dehkanov 2016-05-01 12:16:35 -07:00 committed by apache
parent a34ebfb6a7
commit c0f6e7efcd
1 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
All our source repositories are on:
* [[http://git.enlightenment.org|git.enlightenment.org]]
* [[https://git.enlightenment.org|git.enlightenment.org]]
Our source code is developed collaboratively in a pretty typical open source manner. Our master branches in git are where all new development goes into as it happens, thus they are technically "unstable". We try and keep master working and usable daily, as developers generally are living off master themselves, so bugs affect developers directly and immediately. Sometimes issues happen, but they tend to get fixed rapidly.
@ -18,17 +18,17 @@ Before you start you will want basic build tools installed such as:
As any general anonymous user for the EFL core libraries:
<code bash>
git clone http://git.enlightenment.org/core/efl.git
git clone http://git.enlightenment.org/core/emotion_generic_players.git
git clone http://git.enlightenment.org/core/evas_generic_loaders.git
git clone https://git.enlightenment.org/core/efl.git
git clone https://git.enlightenment.org/core/emotion_generic_players.git
git clone https://git.enlightenment.org/core/evas_generic_loaders.git
</code>
And for some sample well developed / maintained applications
<code bash>
git clone http://git.enlightenment.org/core/enlightenment.git
git clone http://git.enlightenment.org/apps/terminology.git
git clone http://git.enlightenment.org/apps/rage.git
git clone https://git.enlightenment.org/core/enlightenment.git
git clone https://git.enlightenment.org/apps/terminology.git
git clone https://git.enlightenment.org/apps/rage.git
</code>
==== Dependencies ====
@ -81,7 +81,7 @@ git clone git+ssh://git@
instead of
<code bash>
git clone http://
git clone https://
</code>
~~DISCUSSIONS~~