From f22f084adf0f8b335752ceecd6a376a549d7fd9c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 29 Mar 2013 22:38:01 -0400 Subject: [PATCH] atom readme --- README.rst | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.rst b/README.rst index e69de29..c35252c 100644 --- a/README.rst +++ b/README.rst @@ -0,0 +1,33 @@ +Atom +==== + +This repo contains the code that is responsible for `atom.kennethreitz.com `_, powered by Elephant, Blackbox, Flask, and Heroku. + +All content from the following sites conanically exists here: + +- kennethreitz.com +- photo.kennethreitz.com +- music.kennethreitz.com + +These sites consume the content from this service + +All posts automatically replicate themselves to Blackbox. + +Basic Architecture +------------------ + +Content -> Category -> Collection + +URL Strucuture +~~~~~~~~~~~~~~ + +/content/:uuid (atom.kennethreitz.org/8973594872357) +/:collection.atom (atom.kennethreitz.org/photo.atom) +/:collection/:category.atom (atom.kennethreitz.org/kr/expressions.atom) + +Unclear +------- + +The following items are currently unclear and need to be fully thought out: + +- Editing on the frontend. Perhaps admin.kennethreitz.org? I think I'd like it to just be built in. \ No newline at end of file