|
33.
|
|
|
Information for Mahara manual writers and translators
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:6
|
|
34.
|
|
|
This is a list in progress. There are a number of things for which conventions were created. Here is the central space to keep them so that everyone has access to them.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:8
|
|
35.
|
|
|
The list is not in any particular order.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:10
|
|
36.
|
|
|
Install Sphinx
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:13
|
|
37.
|
|
|
The Mahara manual requires that Sphinx is installed on your computer. You can find information on how to install Sphinx on the `Sphinx website <http://sphinx-doc.org/>`_.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:15
|
|
38.
|
|
|
The following instructions are for Debian / Ubuntu based systems and require that you work in the terminal.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:17
|
|
39.
|
|
|
Install the Python virtual environment: ``sudo apt-get install python-virtualenv``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:19
|
|
40.
|
|
|
If you also want to generate PDFs, you will need to install all the LaTeX dependencies: ``sudo apt-get install texlive-xetex texlive-lang-all texlive-fonts-extra``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:20
|
|
41.
|
|
|
Create a folder on your computer (if you don't already have one) where you place git repositories, e.g. ``code``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:21
|
|
42.
|
|
|
In the terminal, enter the folder "code": ``cd code``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:24
|