add install instructions
authorChristian Weiske <cweiske@cweiske.de>
Mon, 5 Dec 2011 05:56:50 +0000 (06:56 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 5 Dec 2011 05:56:50 +0000 (06:56 +0100)
.gitignore
README.rst

index 6734ca8e75c8f0e5de2b40098f80f4e431cbc638..78acce2fcd403aecff11efc5d1ec5f5ed7489bf4 100644 (file)
@@ -1,2 +1,3 @@
 releases/
 README.html
 releases/
 README.html
+README.rst.html
index 2d62343c24bb45eeb5a45ef5ff46f809b4b07792..0761d2f097eb1d47069702fea151e3d0746e6c1e 100644 (file)
@@ -16,6 +16,7 @@ Features
 - Load any remote plain text files, e.g. via HTTP
 - Unlimited number of remote URLs/pages
 - Reload pages
 - 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
 - Show HTTP headers
 - Configurable page titles
 - Configurable text size
@@ -136,6 +137,13 @@ Then simply run ::
 
     ./build.sh
 
 
     ./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
 
 You will need the ``ipkg-build`` script from
  http://reichholf.net/files/dreambox/tools/ipkg-build
 
@@ -151,4 +159,6 @@ Open issues
 =======
 License
 =======
 =======
 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