From 386fa7a674f077d54d48955cb1bbd969c632c8a8 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Wed, 19 Sep 2012 06:27:51 +0000 Subject: applications/freifunk-widgets: remove order variable, fix html in rss view, fix search view --- .../root/etc/config/freifunk-widgets | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'applications/luci-freifunk-widgets/root/etc') diff --git a/applications/luci-freifunk-widgets/root/etc/config/freifunk-widgets b/applications/luci-freifunk-widgets/root/etc/config/freifunk-widgets index 2c4d74386c..e5a20e7e5f 100644 --- a/applications/luci-freifunk-widgets/root/etc/config/freifunk-widgets +++ b/applications/luci-freifunk-widgets/root/etc/config/freifunk-widgets @@ -1,38 +1,33 @@ -config widget 'iframe_freifunk' +config widget 'example_iframe' option template 'iframe' - option order '10' option url 'http://www.freifunk.net' option title 'Freifunk Homepage' option height '500px' option width '100%' option enabled '0' -config widget 'rss_freifunk' +config widget 'example_rss' option template 'rssfeed' - option order '20' option url 'http://global.freifunk.net/rss/all/rss.xml' option max '10' option cache '3600' option enabled '0' option title 'Globaler Freifunk RSS Feed' -config widget 'search' +config widget 'example_search' option template 'search' option enabled '0' - option order '30' option title 'Search' list engine 'Google|http://www.google.de/search?q=' list engine 'Freifunk Wiki|http://wiki.freifunk.net/index.php?search=' option width '50%' option paddingright '8%' -config widget 'customtext' +config widget 'example_customtext' option template 'html' option width '50%' - option order '40' option enabled '0' -config widget 'clear' +config widget 'example_clear' option enabled '0' option template 'clear' - option order '50' -- cgit v1.2.3