~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to docs/en/hacking/source/index.txt

  • Committer: Cecilio Salmeron
  • Date: 2012-11-25 14:37:10 UTC
  • Revision ID: s.cecilios@gmail.com-20121125143710-ohccpjc3pk7ut3u1
Added script po-statistics.pl to maintain website translations page. * Restored exercise modes (learning, practise, exam and quiz). * Added DlgExerciseMode. * Restored right/wrong sounds when answering an exercise. * Fixed bug #1074909. * Fixed bug #1082637.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. lenmus documentation master file, created by
 
2
   sphinx-quickstart on Fri Dec 31 11:47:45 2010.
 
3
   You can adapt this file completely to your liking, but it should at least
 
4
   contain the root `toctree` directive.
 
5
 
 
6
LenMus Hacking Guide
 
7
====================
 
8
 
 
9
**Target audience:**  People interested in learning how the Lenmus program is implemented. This document provides details on the design and implementation of the Lenmus Phonascus program. Its goal is to allow developers to better understand the way how Lenmus Phonascus is organized and designed, in order to let them extend, customize, and debug it.
 
10
 
 
11
**Legal notice:** Copyright © 2010-2012 Cecilio Salmeron
 
12
The text of and illustrations in The LenMus Hacking Guide are licensed under the Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version.
 
13
 
 
14
.. image:: creative-commons-by-sa-88x31.png
 
15
 
 
16
.. caution:: 
 
17
    This document is a work in progress. For now it is just a collection of unrelated articles documenting different issues.
 
18
 
 
19
 
 
20
.. default-domain:: cpp
 
21
 
 
22
 
 
23
 
 
24
Table of Contents
 
25
=========================
 
26
 
 
27
.. toctree::
 
28
    :maxdepth: 2
 
29
    :numbered:
 
30
 
 
31
    exercises/index.txt
 
32
 
 
33
.. this is commente ou
 
34
   document/index.txt
 
35
   render/index.txt
 
36
   scores/index.txt
 
37
   mvc/index.txt
 
38
   sound/index.txt
 
39
   other/index.txt
 
40
   annexes/index.txt
 
41
 
 
42
 
 
43
 
 
44