another todo item
[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 - show in plugin/extension menu (blue button)
21 - how to show clock in lcd?
22 - include ``.py`` files?
23 - include ``.po`` files?
24
25
26 License
27 =======
28 The plugin is subject to the GPLv3 or later.
29
30
31
32 Translation
33 ===========
34 Beginning a new translation
35 ---------------------------
36 Replace ``$lang_code`` with your two-letter language code::
37
38     $ cd po
39     $ cp messages.po $lang_code.po
40     ... edit $lang_code.po now
41     $ ./compile.sh
42
43
44 Building
45 ========
46 ipkg-build:
47  http://reichholf.net/files/dreambox/tools/ipkg-build
48
49 http://dream.reichholf.net/wiki/Howto:IPK_Pakete_erstellen