Added one more Git mirror to the docs.
This commit is contained in:
parent
d2f5d705bd
commit
450907dce7
13
doc/FAQ.html
13
doc/FAQ.html
@ -878,6 +878,7 @@ Please see the guide for translators at:<br><ul>
|
||||
<br>
|
||||
The latest "official" release of LameXP can be found on the following mirrors:<br><ul>
|
||||
<li><a href="https://github.com/lordmulder/LameXP/downloads" target="_blank">https://github.com/lordmulder/LameXP/downloads</a>
|
||||
<li><a href="https://bitbucket.org/lord_mulder/lamexp/downloads" target="_blank">https://bitbucket.org/lord_mulder/lamexp/downloads</a>
|
||||
<li><a href="http://sourceforge.net/projects/lamexp/files/" target="_blank">http://sourceforge.net/projects/lamexp/files/</a>
|
||||
<li><a href="http://code.google.com/p/mulder/downloads/list" target="_blank">http://code.google.com/p/mulder/downloads/list</a></ul>
|
||||
|
||||
@ -903,10 +904,14 @@ application framework and offers full Unicode support. For the time being LameXP
|
||||
|
||||
<a name="982cf1c0"></a><b>Where can I find the LameXP source code?</b><br>
|
||||
<br>
|
||||
LameXP is developed using the <a href="http://en.wikipedia.org/wiki/Git_(software)" target="_blank">Git</a> revision control system. The LameXP Git repository is mirrored at:<br><ul>
|
||||
<li><a href="git://github.com/lordmulder/LameXP.git" target="_blank">git://github.com/lordmulder/LameXP.git</a> (<a href="https://github.com/lordmulder/LameXP" target="_blank">Browse</a>)
|
||||
<li><a href="git://git.code.sf.net/p/lamexp/code" target="_blank">git://git.code.sf.net/p/lamexp/code</a> (<a href="http://sourceforge.net/p/lamexp/code/" target="_blank">Browse</a>)
|
||||
<li><a href="git://gitorious.org/lamexp/lamexp.git" target="_blank">git://gitorious.org/lamexp/lamexp.git</a> (<a href="http://gitorious.org/lamexp/lamexp/trees/master" target="_blank">Browse</a>)</ul>
|
||||
LameXP is developed using the <a href="http://en.wikipedia.org/wiki/Git_(software)" target="_blank">Git</a> revision control system. You can access one of the public mirrors:<br><ul>
|
||||
<li><font class="code">git clone https://github.com/lordmulder/LameXP.git lamexp-src</font> (<a href="https://github.com/lordmulder/LameXP" target="_blank">Browse</a>)
|
||||
<li><font class="code">git clone https://bitbucket.org/lord_mulder/lamexp.git lamexp-src</font> (<a href="https://bitbucket.org/lord_mulder/lamexp/src" target="_blank">Browse</a>)
|
||||
<li><font class="code">git clone http://git.code.sf.net/p/lamexp/code lamexp-src</font> (<a href="http://sourceforge.net/p/lamexp/code/" target="_blank">Browse</a>)
|
||||
<li><font class="code">git clone https://git.gitorious.org/lamexp/lamexp.git lamexp-src</font> (<a href="http://gitorious.org/lamexp/lamexp/trees/master" target="_blank">Browse</a>)</ul>
|
||||
<br>
|
||||
In case you are new to Git or want to extend your knowledge, have a look at the <a href="http://git-scm.com/book/en" target="_blank">Pro Git</a> book by Scott Chacon!<br>
|
||||
For Windows users, we highly recommend using <a href="http://msysgit.github.com/" target="_blank">MSYS Git</a> in conjunction with the superb <a href="http://tortoisegit.googlecode.com/" target="_blank">Tortoise Git</a> front-end.<br><br>
|
||||
|
||||
<br><br>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user