X-Git-Url: https://git.cweiske.de/enigma2-curlytx.git/blobdiff_plain/741702826bea9d209dd5cfdad382497ddeb8bdc7..e02a66d3f73c80b48630169b950c8298a65a7c58:/README.rst diff --git a/README.rst b/README.rst index ee22bcd..1af6c2d 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,9 @@ up/down buttons and press "OK" - the page edit window will open. Press the green button and the settings will be saved. You're back on the main window now and the URL you just configured will be loaded. +Note that with version 1.1, CurlyTx supports opening local files. +Prepend them with ``file://``, e.g. ``file:///tmp/test.txt``. + Adding many pages ================= @@ -92,6 +95,51 @@ Start CurlyTx, go to the settings and write the feed URL in the Then press "OK" and the feed's pages will be loaded into the settings window. +Local configuration file +======================== +CurlyTx looks for a local page feed file on the harddisk on every run, +at ``/etc/enigma2/curlytx-pagefeed.xml``. +If this file exists, it gets loaded unconditionally and overwrites +the current page configuration. + + +Disable settings +================ +The page feed file may contain a tag that disables the settings button. +By using it, you can prevent people from modifying the CurlyTx settings. + +First, register the namespace:: + + + +Then, add the setting after the author or self link:: + + 0 + +Here is the example feed with disabled settings:: + + + + URL list for CurlyTx + + Christian Weiske + cweiske@cweiske.de + + + 0 + + ip + My IP + + + + temp + House temperatures + + + + + ================= Modifying CurlyTx =================