Commit Graph
44 Commits
Author SHA1 Message Date
Vit Brunner 27fc077f5a Sorta broken scrolling 2014-10-21 22:30:34 +02:00
Vit Brunner 4cdf113251 Move to fetch 2014-10-12 20:56:49 +02:00
Vit Brunner e3074787c3 Less stupid, more list comprehensions 2014-10-12 18:00:52 +02:00
Vit Brunner b3f8eaccbb Make test suite nicer 2014-10-12 17:27:25 +02:00
Vit Brunner 2f30d900d3 Docs for poems service 2014-10-12 15:54:34 +02:00
Vit Brunner f2c4cbdcba Watch poem collection in controller 2014-10-12 15:40:06 +02:00
Vit Brunner 9a06722705 Activize poems based on config 2014-10-12 15:37:47 +02:00
Vit Brunner 8d1a0d2773 Better config loading 2014-10-12 14:30:19 +02:00
Vit Brunner d1411f1b20 Hide picking by default 2014-10-11 11:05:28 +02:00
Vit Brunner 3415f54cba More status flipping restrictions 2014-10-11 10:32:57 +02:00
Vit Brunner 55b57f0776 Move picking to a dropup 2014-10-11 09:31:49 +02:00
Vit Brunner 8edb8768dd Add pickings and simplify poems service 2014-10-10 22:43:01 +02:00
Vit Brunner 73093dc034 Watch is enough 2014-10-08 22:54:23 +02:00
Vit Brunner 5b391f3848 Better components interaction 2014-10-08 20:20:55 +02:00
Vit Brunner b0ae25f5ec Events changes 2014-10-06 18:24:46 +02:00
Vit Brunner f4863c5132 Add active meta property of poems 2014-10-02 22:42:43 +02:00
Vit Brunner ab4daea5a3 Only fetch poems once 2014-10-02 22:41:54 +02:00
Vit Brunner 19e4fc957a Redundancy... 2014-10-02 22:39:49 +02:00
Vit Brunner 24f570623f Remove unnecessary returns 2014-10-02 17:17:03 +02:00
Vit Brunner bccd8d253a Outsource poems to a service 2014-10-02 17:16:39 +02:00
Vit Brunner 906f1c1af0 Make base configurable again 2014-09-30 20:26:21 +02:00
Vit Brunner 6a73980804 Routing! 2014-09-26 23:33:17 +02:00
Vit Brunner 4f3dcc28bf YAGNI 2014-09-21 22:49:20 +02:00
Vit Brunner a2fdaaf3ed Cosmetic changes in fetch 2014-09-21 13:14:29 +02:00
Vit Brunner 17f80b71a3 Fix html oversanitization 2014-09-21 13:13:45 +02:00
Vit Brunner 04a0c96c80 Customizable headings 2014-06-12 22:22:40 +02:00
Vit Brunner 7b2c8e7f35 Smartypants support, temporary branch switch 2013-06-22 10:15:04 +01:00
Vit Brunner f7dadb00c6 Don't add dummy foreword 2013-06-22 10:10:01 +01:00
Vit Brunner b65460d74e Add fetcher 2013-06-18 00:00:59 +01:00
Vit Brunner 73cea13621 Markdown reader separators and foreword
- make separators configurable
- if first block is separator, add an empty foreword
2013-06-17 23:47:03 +01:00
Vit Brunner 46b3033e2a Fix markdown metadata reading
Was breaking on trailing whitespace, which is markdown for <br> and
something people could commonly put after metadata, as it makes things
more readable when processed by regular markdown.
2013-06-17 23:02:22 +01:00
Vit Brunner c38b7e57cd Translator accepts array 2013-06-17 18:46:16 +01:00
Vit Brunner 8bfbb29e9f Use newfound ninja skills to refactor stuff 2013-06-16 11:52:28 +01:00
Vit Brunner 5a820848b8 Simplify transformer 2013-06-16 11:39:33 +01:00
Vit Brunner 8483aa6548 Add some Codo comments 2013-06-16 11:18:18 +01:00
Vit Brunner 72e5280e44 Apparently camelCase is all the rage these days 2013-06-16 10:57:08 +01:00
Vit Brunner 9e2f937466 Transformer error on empty list 2013-06-16 10:53:29 +01:00
Vit Brunner a45c94189a Improve transformer test, use coffeescript tricks 2013-06-16 10:09:25 +01:00
Vit Brunner 8ef38f1695 Add transformer 2013-06-16 09:07:53 +01:00
Vit Brunner 83a599a10b Shuffle scripts around 2013-06-15 19:56:44 +01:00
Vit Brunner 303bac7bbe Add reader factory, improve tests 2013-06-15 18:12:24 +01:00
Vit Brunner edd50af4a9 Basic grid with awesome properties
The goals were to make the grid as spacious as possible, while not
compromising many-column layouts and small screen sizes. Works for an
arbitrary number of columns and adjusts horizontal spacing according to
the number of columns and the viewport size.
2013-06-15 16:59:56 +01:00
Vit Brunner 8c777c5301 Switch to tabs for indentation
I got drunk, read the coffeescript style guide, and decided to use
spaces. Spaces for indentation is still as bad an idea as it ever were,
and this is not a coffeescript project - it's multilingual, hence using
coffeescript conventions is pointless.
2013-06-15 16:55:27 +01:00
Vit Brunner 941f63483d From Middleman to DocPad 2013-06-12 23:32:55 +01:00