""" = checkmark = /checklists in markdown https://pypi.python.org/pypi/checkmark checkmark is a simple WSGI app that presents a checklist, backed by GFM, as a web page with JS action. There is also a dispatcher/creator front-page web app included that serves a whole directory and allows making of new lists. == Format == - [ ] a task list item - [ ] list syntax required - [ ] normal **formatting**, @mentions, #1234 refs - [ ] incomplete - [x] completed (From https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments) Should do file locking, e.g. with https://pypi.python.org/pypi/portalocker == HTML == Example at http://k0s.org/portfolio/ideas/checkmark.html == REST API == Query strings: * ?format=text : get raw markdown of list GET ... POST ... (^ TODO) POSTing may be disabled with middleware """