Upload New Fake Feed

This magnificent administration interface is your gateway to an exciting career in uploading hand-curated fake news feeds into this server. You can then view them directly on the server, or download them back down in long-tasting and great-tasting CannedData form.

  1. Make a fake feed. This is a JSON file.
  2. Go here. It seems you've already completed this step.
  3. Click the "JSON File" button and select your local file.
  4. Click "Submit". It is not necessary to kneel beforehand, but it may help. Your call.
  5. You're done!

Here's a sample of what the JSON file should look like:

{
  "section":"awesome",
  "id":"feed/http://www.example.com/feed/",
  "title":"Example Feed",
  "alternate":[{"href":"http://www.example.com"}],
  "updated":1307338620,
  "items":[
  {
    "id":"fake/example.com/1",
    "title":"I am the first post!",
    "published":1307337590,
    "alternate":[{"href":"http://www.example.com/first"}],
    "content":{
      "content":"This is the text of the first post."
    },
    "author":"Fred Example"
  },
  {
    "id":"fake/example.com/2",
    "title":"I am the second post!",
    "published":1307336590,
    "alternate":[{"href":"http://www.example.com/second"}],
    "content":{
      "content":"This is the text of the second post."
    },
    "author":"Fred Example"
  },
  {
    "id":"fake/example.com/3",
    "title":"I am the third post!",
    "published":1307335590,
    "alternate":[{"href":"http://www.example.com/third"}],
    "content":{
      "content":"This is the text of the third post."
    },
    "author":"Fred Example"
  }
  ]
}
  
JSON File: