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
|
@ -1,19 +1,19 @@
|
|||
config 'community' 'profile'
|
||||
option 'name' 'Freifunk Augsburg'
|
||||
option 'homepage' 'http://augsburg.freifunk.net'
|
||||
option 'ssid' 'augsburg.freifunk.net'
|
||||
option 'mesh_network' '10.11.0.0/18'
|
||||
option 'splash_network' '10.104.0.0/16'
|
||||
option 'latitude' '48.37071'
|
||||
option 'longitude' '10.89475'
|
||||
option 'suffix' 'ffa'
|
||||
option 'splash_prefix' '27'
|
||||
option 'name' 'Freifunk Augsburg'
|
||||
option 'homepage' 'http://augsburg.freifunk.net'
|
||||
option 'ssid' 'augsburg.freifunk.net'
|
||||
option 'mesh_network' '10.11.0.0/18'
|
||||
option 'splash_network' '10.104.0.0/16'
|
||||
option 'latitude' '48.37071'
|
||||
option 'longitude' '10.89475'
|
||||
option 'suffix' 'ffa'
|
||||
option 'splash_prefix' '27'
|
||||
option 'ipv6' '1'
|
||||
option 'ipv6_config' 'auto-ipv6-fromv4'
|
||||
option 'ipv6_prefix' 'fdca:ffee:ffa::/48'
|
||||
|
||||
config 'defaults' 'interface'
|
||||
option 'netmask' '255.255.192.0'
|
||||
option 'netmask' '255.255.192.0'
|
||||
|
||||
config 'defaults' 'bssidscheme'
|
||||
option '1' '02:CA:FF:EE:BA:BE'
|
||||
|
@ -23,44 +23,39 @@ config 'defaults' 'luci_splash'
|
|||
option 'limit_up' '20'
|
||||
option 'limit_down' '20'
|
||||
|
||||
config widget 'rssffa'
|
||||
option template 'rssfeed'
|
||||
config widget 'customindex'
|
||||
option enabled '1'
|
||||
option width '50%'
|
||||
option paddingright '5%'
|
||||
option template 'html'
|
||||
|
||||
config widget 'rssffa'
|
||||
option enabled '1'
|
||||
option order '10'
|
||||
option url 'http://augsburg.freifunk.net/blog?type=100'
|
||||
option title 'Freifunk Augsburg Blog'
|
||||
option max '10'
|
||||
option cache '3600'
|
||||
option width '40%'
|
||||
option paddingright '8%'
|
||||
option width '50%'
|
||||
option title 'Freifunk Augsburg Blog'
|
||||
option template 'rssfeed'
|
||||
option url 'http://augsburg.freifunk.net/blog?type=100'
|
||||
|
||||
config widget 'rssaugsburg'
|
||||
option cache '3600'
|
||||
option width '50%'
|
||||
option title 'Augsburger Blogs'
|
||||
option template 'rssfeed'
|
||||
option enabled '1'
|
||||
option order '20'
|
||||
option url 'http://wgaugsburg.de/augsburg/rss20.xml'
|
||||
option max '10'
|
||||
option cache '3600'
|
||||
option title 'Augsburger Blogs'
|
||||
option width '40%'
|
||||
option paddingright '8%'
|
||||
option url 'http://wgaugsburg.de/augsburg/rss20.xml'
|
||||
|
||||
config widget 'search'
|
||||
option template 'search'
|
||||
option enabled '1'
|
||||
option order '40'
|
||||
option title 'Search'
|
||||
list engine 'Google|http://www.google.de/search?q='
|
||||
list engine 'Freifunk Augsburg|http://www.google.de/search?q=site:augsburg.freifunk.net+'
|
||||
option enabled '1'
|
||||
option width '50%'
|
||||
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 Wiki|http://wiki.freifunk.net/index.php?search='
|
||||
option width '20%'
|
||||
|
||||
config widget 'clear1'
|
||||
option enabled '1'
|
||||
option template 'clear'
|
||||
option order '50'
|
||||
|
||||
config widget 'customindex'
|
||||
option order '60'
|
||||
option enabled '1'
|
||||
option template 'html'
|
||||
|
|
Loading…
Reference in a new issue