fix translation copy in build
[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 - hide default page selection when no page defined
14 - page import via atom feed/opml
15 - move mode to re-order pages
16 - show current page when multiple ones are defined: "2/6"
17 - configurable text size per page
18 - how to show clock in lcd?
19
20
21 License
22 =======
23 The plugin is subject to the GPLv3 or later.
24
25
26
27 Translation
28 ===========
29 Beginning a new translation
30 ---------------------------
31 Replace ``$lang_code`` with your two-letter language code::
32
33     $ cd po
34     $ cp messages.po $lang_code.po
35     ... edit $lang_code.po now
36     $ ./compile.sh
37
38
39 Building
40 ========
41 ipkg-build:
42  http://reichholf.net/files/dreambox/tools/ipkg-build
43
44 http://dream.reichholf.net/wiki/Howto:IPK_Pakete_erstellen