From 184c74238195b8ffa506583cf0048b7adabc9f2b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 30 Mar 2013 06:01:18 +0200 Subject: [PATCH] looking good --- IMPLEMENTATION | 22 ++++++++++++++++++++++ Procfile | 1 + atom.py | 0 runtime.txt | 1 + 4 files changed, 24 insertions(+) create mode 100644 Procfile create mode 100644 atom.py diff --git a/IMPLEMENTATION b/IMPLEMENTATION index 00efd7a..c66c6d8 100644 --- a/IMPLEMENTATION +++ b/IMPLEMENTATION @@ -11,16 +11,38 @@ text = markdown draft = bool categories = ['kr/photos', 'kr/music'] title = string +tags= ['leica', 'review'] +collections = [] /collections/:name ------------------ +(kr, photo, music) + slug = string /categories/:uuid ---------------- +(expressions, exposures, experiments) + slug = string parent = category_uuid collection = collection_name + +TODO: reconsider cagetories + what would a query for expressions of photo look like? + /kr?tagged=photo&tagged= ---> + /content/?q=collections:kr AND tags:photo AND tags:photo + + +URL +---- + +/content/:uuid +/:collection?max=30 +/:collection?tagged=leica +/:collection/:category +/curate/ + diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..7b59cd0 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn atom:app \ No newline at end of file diff --git a/atom.py b/atom.py new file mode 100644 index 0000000..e69de29 diff --git a/runtime.txt b/runtime.txt index e69de29..deafac9 100644 --- a/runtime.txt +++ b/runtime.txt @@ -0,0 +1 @@ +pypy-1.9 \ No newline at end of file