looking good

This commit is contained in:
Kenneth Reitz
2013-03-30 06:01:18 +02:00
parent b60d659a34
commit 184c742381
4 changed files with 24 additions and 0 deletions
+22
View File
@@ -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/
+1
View File
@@ -0,0 +1 @@
web: gunicorn atom:app
View File
+1
View File
@@ -0,0 +1 @@
pypy-1.9