-
Notifications
You must be signed in to change notification settings - Fork 8
/
HACKING
37 lines (26 loc) · 1.03 KB
/
HACKING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Collaborating
-------------
If you like that project and you want to collaborate there is some
parts where you can do something that you know.
* Create a 'doodle library'.
* 'translate' to your mother language.
* 'package' for your favourite distribution.
* If you are a coder take a look to the TODO file.
Doodle library
--------------
A doodle library is a set of .svg files with doodles, shapes, or
something that you want to can add in a TBO frame easy. Is easy to
create your own doodle library, it's only a folder with one or more
folder inside, and each folder with one or more .svg files.
Look for an example the 'foo' or 'bubble' libraries in data/doodle.
Translations
------------
To generate translations file .po exec:
$ cd po
$ intltool-update es
'es' is the language code. Then you need to translate the .po file.
---
You can send any collaboration to 'AUTHORS' and I will be happy.
Follow the project development in github:
http://github.com/danigm/tbo fork the project and ask me to merge and
I will be happier.