e5a20e7e5f0670127484c2a2b62fd4d3b9dc2ce8
[project/luci.git] / applications / luci-freifunk-widgets / root / etc / config / freifunk-widgets
1 config widget 'example_iframe'
2 option template 'iframe'
3 option url 'http://www.freifunk.net'
4 option title 'Freifunk Homepage'
5 option height '500px'
6 option width '100%'
7 option enabled '0'
8
9 config widget 'example_rss'
10 option template 'rssfeed'
11 option url 'http://global.freifunk.net/rss/all/rss.xml'
12 option max '10'
13 option cache '3600'
14 option enabled '0'
15 option title 'Globaler Freifunk RSS Feed'
16
17 config widget 'example_search'
18 option template 'search'
19 option enabled '0'
20 option title 'Search'
21 list engine 'Google|http://www.google.de/search?q='
22 list engine 'Freifunk Wiki|http://wiki.freifunk.net/index.php?search='
23 option width '50%'
24 option paddingright '8%'
25
26 config widget 'example_customtext'
27 option template 'html'
28 option width '50%'
29 option enabled '0'
30
31 config widget 'example_clear'
32 option enabled '0'
33 option template 'clear'