freifunk-widgets 860 B

123456789101112131415161718192021222324252627282930313233
  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. config widget 'example_rss'
  9. option template 'rssfeed'
  10. option url 'http://global.freifunk.net/rss/all/rss.xml'
  11. option max '10'
  12. option cache '3600'
  13. option enabled '0'
  14. option title 'Globaler Freifunk RSS Feed'
  15. config widget 'example_search'
  16. option template 'search'
  17. option enabled '0'
  18. option title 'Search'
  19. list engine 'Google|http://www.google.de/search?q='
  20. list engine 'Freifunk Wiki|http://wiki.freifunk.net/index.php?search='
  21. option width '50%'
  22. option paddingright '8%'
  23. config widget 'example_customtext'
  24. option template 'html'
  25. option width '50%'
  26. option enabled '0'
  27. config widget 'example_clear'
  28. option enabled '0'
  29. option template 'clear'