aboutsummaryrefslogtreecommitdiffstats
path: root/aggregator/fixtures/initial_data.json
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-03-10 11:37:30 +0100
committerGravatar Tom Willemsen2012-03-10 11:37:30 +0100
commitca93d7a2d20f2044bfe3a15ecd43160ba84d7ad2 (patch)
tree840161b2cd387112003c29734b63135adb9fd0b9 /aggregator/fixtures/initial_data.json
parent9648ce73fda47739be5465d8142c38bda588c6f6 (diff)
downloadryuslash.org-ca93d7a2d20f2044bfe3a15ecd43160ba84d7ad2.tar.gz
ryuslash.org-ca93d7a2d20f2044bfe3a15ecd43160ba84d7ad2.zip
Add name and profile link to Feed model
And show a link to the profile through that url.
Diffstat (limited to 'aggregator/fixtures/initial_data.json')
-rw-r--r--aggregator/fixtures/initial_data.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/aggregator/fixtures/initial_data.json b/aggregator/fixtures/initial_data.json
index 76c6471..58fb2d4 100644
--- a/aggregator/fixtures/initial_data.json
+++ b/aggregator/fixtures/initial_data.json
@@ -3,8 +3,10 @@
"model": "aggregator.Feed",
"pk": 1,
"fields": {
+ "name": "Advogato",
"base_url": "http://www.advogato.org/",
"feed_url": "person/ryuslash/rss.xml",
+ "profile_url": "person/ryuslash",
"uses_title": false,
"favicon_ext": "ico"
}
@@ -13,8 +15,10 @@
"model": "aggregator.Feed",
"pk": 2,
"fields": {
+ "name": "Diasp*",
"base_url": "http://diasp.org/",
"feed_url": "public/ryuslash.atom",
+ "profile_url": "public/ryuslash",
"uses_title": false,
"favicon_ext": "png",
"br2nl": true
@@ -24,8 +28,10 @@
"model": "aggregator.Feed",
"pk": 3,
"fields": {
+ "name": "Identi.ca",
"base_url": "http://identi.ca/",
"feed_url": "api/statuses/user_timeline/107950.rss",
+ "profile_url": "ryuslash",
"uses_title": false,
"favicon_ext": "ico"
}
@@ -34,8 +40,10 @@
"model": "aggregator.Feed",
"pk": 4,
"fields": {
+ "name": "Github",
"base_url": "https://github.com/",
"feed_url": "ryuslash.atom",
+ "profile_url": "ryuslash",
"uses_title": true,
"favicon_ext": "png"
}