-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathconfig.json.sample
More file actions
37 lines (37 loc) · 1 KB
/
Copy pathconfig.json.sample
File metadata and controls
37 lines (37 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"ffGeoJsonUrl": "http://freifunk.net/map/ffGeoJson.json",
"defaultLimit" : 20,
"additionalFeeds" :
[
{
"category" : "blog",
"url" : "http://blog.freifunk.net/rss.xml",
"name" : "blog.freifunk.net",
"homepage" : "http://blog.freifunk.net"
},
{
"category" : "blog",
"url" : "http://freifunkstattangst.de/feed/",
"name" : "freifunk statt Angst",
"homepage" : "http://freifunkstattangst.de"
},
{
"category" : "blog",
"url" : "http://radio.freifunk-bno.de/freifunk_radio_feedfeed.xml",
"name" : "Freifunk Radio",
"homepage" : "http://wiki.freifunk.net/Freifunk.radio"
},
{
"category" : "podcast",
"url" : "http://radio.freifunk-bno.de/freifunk_radio_feedfeed.xml",
"name" : "Freifunk Radio",
"homepage" : "http://wiki.freifunk.net/Freifunk.radio"
},
{
"category" : "podcast",
"url" : "http://rss.freifunk.net/tags/podcast.rss",
"name" : "Freifunk - zusammengetragene Audiobeiträge",
"homepage" : "http://rss.freifunk.net/tags/podcast"
}
]
}