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