78f5e7475853d5097ac4106a071c00d08c8abaf5
[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 - makefile
14 - German translation
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
22 License
23 =======
24 The plugin is subject to the GPLv3 or later.
25
26
27
28 Translation
29 ===========
30 Beginning a new translation
31 ---------------------------
32 Replace ``$lang_code`` with your two-letter language code::
33
34     $ cd po
35     $ cp messages.po $lang_code.po
36     ... edit $lang_code.po now
37     $ ./compile.sh
38
39
40 Building
41 ========
42 ipkg-build:
43  http://reichholf.net/files/dreambox/tools/ipkg-build
44
45 http://dream.reichholf.net/wiki/Howto:IPK_Pakete_erstellen