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