From: Christian Weiske Date: Mon, 5 Dec 2011 05:56:50 +0000 (+0100) Subject: add install instructions X-Git-Tag: v1.0.0~7 X-Git-Url: https://git.cweiske.de/enigma2-curlytx.git/commitdiff_plain/6e3bfdbd116899c99ca12dcfee99bfc496843266 add install instructions --- diff --git a/.gitignore b/.gitignore index 6734ca8..78acce2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ releases/ README.html +README.rst.html diff --git a/README.rst b/README.rst index 2d62343..0761d2f 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,7 @@ Features - Load any remote plain text files, e.g. via HTTP - Unlimited number of remote URLs/pages - Reload pages +- Non-blocking URL loading - Show HTTP headers - Configurable page titles - Configurable text size @@ -136,6 +137,13 @@ Then simply run :: ./build.sh +Directory ``releases/`` will contain the freshly baked ``.ipk`` file that can +then be transferred to your dreambox, e.g. via ``scp``:: + + $ scp releases/enigma2-plugin-extensions-curlytx_2.3_mipsel.ipk dreambox: + $ ssh dreambox + $ ipkg install enigma2-plugin-extensions-curlytx_2.3_mipsel.ipk + You will need the ``ipkg-build`` script from http://reichholf.net/files/dreambox/tools/ipkg-build @@ -151,4 +159,6 @@ Open issues ======= License ======= -The plugin is subject to the GPLv3 or later. +The plugin is subject to the GPLv3_ or later. + +.. _GPLv3: http://www.gnu.org/licenses/agpl.html