update translation template
[enigma2-curlytx.git] / README.rst
1 =======
2 CurlyTx
3 =======
4 Enigma2 (Dreambox) plugin that lets you view the contents of remote
5 plain text files, e.g. HTTP.
6
7 Multiple URLs can be configured and navigated.
8
9
10
11 Open issues
12 ===========
13 - move mode to re-order pages
14 - how to show clock in lcd?
15
16
17 License
18 =======
19 The plugin is subject to the GPLv3 or later.
20
21
22
23 Translation
24 ===========
25 Beginning a new translation
26 ---------------------------
27 Replace ``$lang_code`` with your two-letter language code::
28
29     $ cd po
30     $ cp messages.po $lang_code.po
31     ... edit $lang_code.po now
32     $ ./compile.sh
33
34 Editing an existing translation
35 -------------------------------
36 Simply run ::
37
38     $ cd po
39     $ ./update.sh
40
41 This will update the translation template ``messages.pot`` from the source code
42 and will merge the changes into the single translation files.
43
44
45 Building
46 ========
47 First upgrade the version number in ``CONTROL/control``.
48
49 Then simply run ::
50
51     ./build.sh
52
53 You will need the ``ipkg-build`` script from
54  http://reichholf.net/files/dreambox/tools/ipkg-build
55
56 Also see http://dream.reichholf.net/wiki/Howto:IPK_Pakete_erstellen