Files
atom/IMPLEMENTATION
Kenneth Reitz 184c742381 looking good
2013-03-30 06:01:18 +02:00

49 lines
707 B
Plaintext

Details on implementation
/content/:uuid
--------------
slug = string
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/