diff options
-rw-r--r-- | README.md | 33 | ||||
-rw-r--r-- | README.tex | 34 | ||||
-rw-r--r-- | about.html | 12 |
3 files changed, 79 insertions, 0 deletions
@@ -80,4 +80,37 @@ Installation {#sec:installation .unnumbered} | |||
80 | 80 | ||
81 | - `arabluatex_trans.lua` | 81 | - `arabluatex_trans.lua` |
82 | 82 | ||
83 | Development, Git Repository {#sec:devel-git-repos} | ||
84 | =========================== | ||
83 | 85 | ||
86 | Browse the code {#sec:browse-code .unnumbered} | ||
87 | --------------- | ||
88 | |||
89 | You can browse ArabLuaTeX repository on the web: | ||
90 | <http://git.robertalessi.net/arabluatex> | ||
91 | |||
92 | From this page, you can download all the releases of ArabLuaTeX. For | ||
93 | instructions on how to install ArabLuaTeX, please see the “about” tab at | ||
94 | <http://git.robertalessi.net/arabluatex>. | ||
95 | |||
96 | Comments, Feature requests, Bug Reports {#sec:comm-feat-requ .unnumbered} | ||
97 | --------------------------------------- | ||
98 | |||
99 | <https://notabug.org/ralessi/arabluatex> | ||
100 | |||
101 | Download the repository {#sec:download-repository .unnumbered} | ||
102 | ----------------------- | ||
103 | |||
104 | ArabLuaTeX development is facilitated by git, a distributed version | ||
105 | control system. You will need to install git (most GNU/Linux | ||
106 | distributions package it in their repositories). | ||
107 | |||
108 | Use this command to download the repository | ||
109 | |||
110 | git clone http://git.robertalessi.net/cgit.cgi/arabluatex | ||
111 | |||
112 | A new directory named arabluatex will have been created, containing | ||
113 | ArabLuaTeX. Git hosting | ||
114 | |||
115 | Please, do not use GitHub or GitLab: see | ||
116 | [there](https://libreboot.org/git/#githosting). | ||
@@ -80,4 +80,38 @@ into a directory searched by LaTeX. See the FAQ on CTAN at | |||
80 | \end{itemize} | 80 | \end{itemize} |
81 | \end{enumerate} | 81 | \end{enumerate} |
82 | 82 | ||
83 | \section{Development, Git Repository} | ||
84 | \label{sec:devel-git-repos} | ||
85 | \subsection*{Browse the code} | ||
86 | \label{sec:browse-code} | ||
87 | |||
88 | You can browse ArabLua\TeX\ repository on the web: | ||
89 | \url{http://git.robertalessi.net/arabluatex} | ||
90 | |||
91 | From this page, you can download all the releases of ArabLua\TeX. For | ||
92 | instructions on how to install ArabLua\TeX, please see the ``about'' | ||
93 | tab at \url{http://git.robertalessi.net/arabluatex}. | ||
94 | |||
95 | \subsection*{Comments, Feature requests, Bug Reports} | ||
96 | \label{sec:comm-feat-requ} | ||
97 | \url{https://notabug.org/ralessi/arabluatex} | ||
98 | |||
99 | \subsection*{Download the repository} | ||
100 | \label{sec:download-repository} | ||
101 | ArabLua\TeX\ development is facilitated by git, a distributed version | ||
102 | control system. You will need to install git (most GNU/Linux | ||
103 | distributions package it in their repositories). | ||
104 | |||
105 | Use this command to download the repository | ||
106 | \begin{verbatim} | ||
107 | git clone http://git.robertalessi.net/cgit.cgi/arabluatex | ||
108 | \end{verbatim} | ||
109 | |||
110 | |||
111 | A new directory named arabluatex will have been created, containing | ||
112 | ArabLuaTeX. Git hosting | ||
113 | |||
114 | Please, do not use GitHub or GitLab: see | ||
115 | \href{https://libreboot.org/git/#githosting}{there}. | ||
116 | |||
83 | \end{document} \ No newline at end of file | 117 | \end{document} \ No newline at end of file |
@@ -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> | ||