Help Activity refresh/0.98
Objective
Based on the work done last year, a new Help activity was created.
Now we need update the content for newer develpment done, this page is a list of important pending issues.
The repository with the content is here https://git.sugarlabs.org/help-activity-content/
Anybody interested in help can send a mail to sugar-devel mailing list http://lists.sugarlabs.org/listinfo/sugar-devel or to gonzalo at laptop dot org
While the content is stored in rst format, you can send updates in text format, or the images to be updated.
Download
First version of Help activity with this content is 16.
You can download it from
http://activities.sugarlabs.org/es-ES/sugar/addons/versions/4051#version-16
TODO
There is a Sugar 1.00, November 2013, update of this list on Talk:Help Activity refresh/0.98
- Update Record screenshots and text.
- Update Write screenshots and text.
- Update Memorize screenshots and text.
- Update Paint screenshots and text.
- TODO in the rst files:
source/frame.rst:TODO: 3 ways? there are 2 here- source/give_me_the_internet.rst:TODO: Picture_49.png need a new screen shot for the new mesh network
source/hardware_evolution.rst:TODO: Add xo-4 info- source/keyboard.rst:TODO: <We should have a picture of 1.5 rather than 1.0>
- source/starting_the_xo.rst:TODO: < we need a screen shot of the go to sleep image >
- source/starting_the_xo.rst:TODO: < we need a screen shot of the stop sign image >
- source/write.rst:TODO: write screenshot is wrong
- Calculate screenshot is wrong!
- Compare with the old content, and check if something is missing http://dev.laptop.org/~gonzalo/old_help/XO_Introduction.html
NOTE:
Screenshots should not be more than 800px width
About rst format
The rst format is easy to create and we are using a part of it only:
Titles:
==================== This is a main title ====================
This is a secondary title -------------------------
This is a 3rdh level title ::::::::::::::::::::::::::
Links
Links like http://activities.sugarlabs.org are automatically created.
To create links where the text displayed in the page is different to the link you should do:
You will find `ASLO <http://activities.sugarlabs.org>`_ here.
.. _Activities repository: http://activities.sugarlabs.org
A line of white space is required above between the link, and the "reference".
To link to another page in Help:
this page contains more about terms and words used in sugar: :doc:`/glossary`
Lists
Lists are simple
* First item * Second item * Last item
or numbered:
1. One item 2. Another item 3. The last one
Images
A image can be included doing:
.. image :: image_file_name
More complete help:
http://docutils.sourceforge.net/docs/user/rst/quickref.html
http://docutils.sourceforge.net/docs/ref/rst/directives.html
Why rst format
Is a valid question. There are a lot of formats, and everybody have pros and cons. rst format is really easy, and there are tools to create html, pdf and epub files.
About Sphinx
Sphinx is used to create the index and generate html.
Is possible generate html, epub files [1], and pdf files too (but Ihave a problem in my system to do it, right now)
There are options to use different themes [2] and have support to i18n [3].
If you download the content repository (https://git.sugarlabs.org/help-activity-content/)
can create html output doing:
make html
and a epub file doing:
make epub
More information
http://sphinx-doc.org/contents.html
[1] http://dev.laptop.org/~gonzalo/Sugar.epub