aboutsummaryrefslogtreecommitdiffstats
path: root/aggregator/fixtures/initial_data.json
blob: 76c647143f53f7c4babc3065fe30637d6264f508 (plain)
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
38
39
40
41
42
43
[
    {
        "model": "aggregator.Feed",
        "pk": 1,
        "fields": {
            "base_url": "http://www.advogato.org/",
            "feed_url": "person/ryuslash/rss.xml",
            "uses_title": false,
            "favicon_ext": "ico"
        }
    },
    {
        "model": "aggregator.Feed",
        "pk": 2,
        "fields": {
            "base_url": "http://diasp.org/",
            "feed_url": "public/ryuslash.atom",
            "uses_title": false,
            "favicon_ext": "png",
            "br2nl": true
        }
    },
    {
        "model": "aggregator.Feed",
        "pk": 3,
        "fields": {
            "base_url": "http://identi.ca/",
            "feed_url": "api/statuses/user_timeline/107950.rss",
            "uses_title": false,
            "favicon_ext": "ico"
        }
    },
    {
        "model": "aggregator.Feed",
        "pk": 4,
        "fields": {
            "base_url": "https://github.com/",
            "feed_url": "ryuslash.atom",
            "uses_title": true,
            "favicon_ext": "png"
        }
    }
]