contrib/community_profiles: cleanup and reorder widget options in augsburg profile
This commit is contained in:
parent
3154ffa3b7
commit
3563c607f2
1 changed files with 29 additions and 34 deletions
|
@ -23,44 +23,39 @@ config 'defaults' 'luci_splash'
|
||||||
option 'limit_up' '20'
|
option 'limit_up' '20'
|
||||||
option 'limit_down' '20'
|
option 'limit_down' '20'
|
||||||
|
|
||||||
config widget 'rssffa'
|
config widget 'customindex'
|
||||||
option template 'rssfeed'
|
option enabled '1'
|
||||||
|
option width '50%'
|
||||||
|
option paddingright '5%'
|
||||||
|
option template 'html'
|
||||||
|
|
||||||
|
config widget 'rssffa'
|
||||||
option enabled '1'
|
option enabled '1'
|
||||||
option order '10'
|
|
||||||
option url 'http://augsburg.freifunk.net/blog?type=100'
|
|
||||||
option title 'Freifunk Augsburg Blog'
|
|
||||||
option max '10'
|
option max '10'
|
||||||
option cache '3600'
|
option cache '3600'
|
||||||
option width '40%'
|
option width '50%'
|
||||||
option paddingright '8%'
|
option title 'Freifunk Augsburg Blog'
|
||||||
|
option template 'rssfeed'
|
||||||
|
option url 'http://augsburg.freifunk.net/blog?type=100'
|
||||||
|
|
||||||
config widget 'rssaugsburg'
|
config widget 'rssaugsburg'
|
||||||
|
option cache '3600'
|
||||||
|
option width '50%'
|
||||||
|
option title 'Augsburger Blogs'
|
||||||
option template 'rssfeed'
|
option template 'rssfeed'
|
||||||
option enabled '1'
|
option enabled '1'
|
||||||
option order '20'
|
|
||||||
option url 'http://wgaugsburg.de/augsburg/rss20.xml'
|
|
||||||
option max '10'
|
option max '10'
|
||||||
option cache '3600'
|
option url 'http://wgaugsburg.de/augsburg/rss20.xml'
|
||||||
option title 'Augsburger Blogs'
|
|
||||||
option width '40%'
|
|
||||||
option paddingright '8%'
|
|
||||||
|
|
||||||
config widget 'search'
|
config widget 'search'
|
||||||
option template 'search'
|
option template 'search'
|
||||||
option enabled '1'
|
|
||||||
option order '40'
|
|
||||||
option title 'Search'
|
option title 'Search'
|
||||||
|
option enabled '1'
|
||||||
|
option width '50%'
|
||||||
list engine 'Google|http://www.google.de/search?q='
|
list engine 'Google|http://www.google.de/search?q='
|
||||||
list engine 'Freifunk Augsburg|http://www.google.de/search?q=site:augsburg.freifunk.net+'
|
list engine 'Freifunk Augsburg|http://www.google.de/search?q=site:augsburg.freifunk.net&'
|
||||||
list engine 'Freifunk Wiki|http://wiki.freifunk.net/index.php?search='
|
list engine 'Freifunk Wiki|http://wiki.freifunk.net/index.php?search='
|
||||||
option width '20%'
|
|
||||||
|
|
||||||
config widget 'clear1'
|
config widget 'clear1'
|
||||||
option enabled '1'
|
|
||||||
option template 'clear'
|
option template 'clear'
|
||||||
option order '50'
|
|
||||||
|
|
||||||
config widget 'customindex'
|
|
||||||
option order '60'
|
|
||||||
option enabled '1'
|
option enabled '1'
|
||||||
option template 'html'
|
|
||||||
|
|
Loading…
Reference in a new issue