diff options
author | Robert Alessi <alessi@robertalessi.net> | 2016-04-04 22:50:42 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2016-04-04 22:50:42 +0200 |
commit | d06eff580552da7b7a263e517775c44d8e0ffd62 (patch) | |
tree | a3d98d60060a65d8cc375ee165a53b3aac8999d3 /about.html | |
parent | 381ac49d934b5a7f32676ad9f1eacab5e72b66d1 (diff) | |
download | arabluatex-d06eff580552da7b7a263e517775c44d8e0ffd62.tar.gz |
updated README.md with references to notabug.org
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -34,3 +34,15 @@ | |||
34 | <li><p><code>arabluatex_trans.lua</code></p></li> | 34 | <li><p><code>arabluatex_trans.lua</code></p></li> |
35 | </ul></li> | 35 | </ul></li> |
36 | </ol> | 36 | </ol> |
37 | <h1 id="sec:devel-git-repos">Development, Git Repository</h1> | ||
38 | <h2 id="sec:browse-code" class="unnumbered">Browse the code</h2> | ||
39 | <p>You can browse ArabLuaTeX repository on the web: <a href="http://git.robertalessi.net/arabluatex" class="uri">http://git.robertalessi.net/arabluatex</a></p> | ||
40 | <p>From this page, you can download all the releases of ArabLuaTeX. For instructions on how to install ArabLuaTeX, please see the “about” tab at <a href="http://git.robertalessi.net/arabluatex" class="uri">http://git.robertalessi.net/arabluatex</a>.</p> | ||
41 | <h2 id="sec:comm-feat-requ" class="unnumbered">Comments, Feature requests, Bug Reports</h2> | ||
42 | <p><a href="https://notabug.org/ralessi/arabluatex" class="uri">https://notabug.org/ralessi/arabluatex</a></p> | ||
43 | <h2 id="sec:download-repository" class="unnumbered">Download the repository</h2> | ||
44 | <p>ArabLuaTeX development is facilitated by git, a distributed version control system. You will need to install git (most GNU/Linux distributions package it in their repositories).</p> | ||
45 | <p>Use this command to download the repository</p> | ||
46 | <pre><code>git clone http://git.robertalessi.net/cgit.cgi/arabluatex</code></pre> | ||
47 | <p>A new directory named arabluatex will have been created, containing ArabLuaTeX. Git hosting</p> | ||
48 | <p>Please, do not use GitHub or GitLab: see <a href="https://libreboot.org/git/#githosting">there</a>.</p> | ||