From b60d659a342d32029282b6df73f1d16609b916e3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 30 Mar 2013 05:47:08 +0200 Subject: [PATCH] thoughts --- IMPLEMENTATION | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 IMPLEMENTATION diff --git a/IMPLEMENTATION b/IMPLEMENTATION new file mode 100644 index 0000000..00efd7a --- /dev/null +++ b/IMPLEMENTATION @@ -0,0 +1,26 @@ +Details on implementation + + + + +/content/:uuid +-------------- + +slug = string +text = markdown +draft = bool +categories = ['kr/photos', 'kr/music'] +title = string + + +/collections/:name +------------------ + +slug = string + +/categories/:uuid +---------------- + +slug = string +parent = category_uuid +collection = collection_name