Commit graph

52 commits

Author SHA1 Message Date
Brit Butler
3671178a35 Minor indentation fixes. 2014-12-06 22:00:07 -05:00
lukasepple
fbacd3b81f made slugs unicode-safe like
used mozilla's slugify implementation as reference:
https://github.com/mozilla/unicode-slugify/blob/master/slugify/__init__.py
2014-12-06 19:51:06 +01:00
Brit Butler
45523dcc35 Release: 0.9.7! 2014-11-25 22:39:54 -05:00
Brit Butler
762ad5e44d Handle trailing slashes more gracefully. Kick off 0.9.7-dev. 2014-11-02 23:04:45 -05:00
Brit Butler
62cc5e91f4 Release: 0.9.6! 2014-09-23 17:39:40 -04:00
Brit Butler
3ae3c208f7 Remove the unused fiveam dependency, get started with stefil! 2014-09-12 16:36:59 -04:00
Brit Butler
a176f38537 Bugfix: Feed should be an abstract class. 2014-09-05 17:06:41 -04:00
Brit Butler
733a8a82ad Add one more docs note, call it 0.9.5. 2014-06-04 11:40:14 -04:00
Brit Butler
c0447fd7d0 I forgot to remove the conditions file from the defsystem. 2014-05-09 16:30:52 -04:00
PuercoPop
72f0000a82 Add and export plugin-conf-error condition 2014-05-07 21:00:33 -05:00
Brit Butler
5e236e6ef1 Bump version to 0.95-dev, tweak exports, NEWS entries. 2014-05-07 18:04:30 -04:00
Brit Butler
e17d2a27df Update the post-receive script to pass the previous revision to Coleslaw. 2014-05-03 22:16:26 -04:00
Brit Butler
f602c371ea Split feeds back out into their own file. 2014-05-01 17:16:50 -04:00
Brit Butler
4433acfce4 Bump version to 0.94-dev. 2014-04-29 13:33:30 -04:00
Brit Butler
6c2145d0d9 Release: 0.9.3! 2014-04-15 22:09:17 -04:00
Brit Butler
3693e10cbf Initial pass at the Document Protocol. 2014-04-15 11:48:38 -04:00
Brit Butler
05ea52813a Remove feeds from defsystem. 2014-04-14 22:15:03 -04:00
Brit Butler
bb66adb1d4 Rename indices file. 2014-04-07 20:56:33 -04:00
Brit Butler
1db94e8dd3 Release: 0.9.2! 2013-05-11 20:37:58 -04:00
Brit Butler
135295b073 Add gh-pages plugin. Fixes Issue #28. Thanks mrordinaire! 2013-04-21 12:32:20 -04:00
Do Nhat Minh
bf6ba24434 finished adding github's pages support 2013-04-21 12:23:12 -04:00
Brit Butler
08ac715884 Cleanups to new-tags. Fixes Issue #27. 2013-04-20 07:48:42 -04:00
Willem Rein Oudshoorn
dbdb7e29af Allow arbitrary tag names. However if two tags have the same slug they will be merged.
The name of the merged tag will be one of the original names.
However this should not happen in practice.
2013-04-19 12:53:25 +02:00
Brit Butler
8dc43ae256 Release: 0.9.1! 2013-04-10 23:21:50 -04:00
Brit Butler
b72eb5b03a Packaging cleanups to S3 plugin. 2013-03-06 13:05:57 -05:00
Brit Butler
6be80e8d5c Minor tweaks. 2013-03-04 17:23:11 -05:00
Brit Butler
8592cad324 Release: Version 0.8! NEWS tells the story. 2013-01-06 14:31:04 -05:00
Brit Butler
6d47244eac First pass at support for multiple content-types. WARNING: Indices and feeds are broken. 2013-01-01 18:18:43 -05:00
Brit Butler
3bdcf123a0 Add formerly transitive dependency, cl-ppcre. Thanks Xach! 2012-12-11 10:10:00 -05:00
Ralph Moeritz
f52ef504fd Got it working with CCL. 2012-11-27 16:11:53 +02:00
Brit Butler
ae9d0b8273 Version bump to 0.7, tweak packages and docs. 2012-09-20 18:33:29 -04:00
Brit Butler
ebe80cd8bf Fix glaring bugs. 2012-09-12 17:41:35 -04:00
Brit Butler
e89060dc8e Bump version to 0.6.5, update docs. 2012-09-12 14:26:25 -04:00
Brit Butler
aa0ddff149 Version bump to 0.6. Move LOAD-PLUGINS into config file. Minor cleanups. 2012-08-29 13:28:06 -04:00
Brit Butler
394d3d3bb8 Remove dependency on iolib by homebrewing WITH-CURRENT-DIRECTORY. Minor cleanups. 2012-08-29 12:50:26 -04:00
Brit Butler
e23fc10551 Replace usage of RUN-PROGRAM with trivial-shell's SHELL-COMMAND. 2012-08-29 11:15:49 -04:00
Brit Butler
0837833c14 Move markdown into core since it's tiny and blows up trying to load split-sequence. 2012-08-22 16:47:12 -04:00
Brit Butler
023004269a Whoops. Misc typo and thinko fixes. Bump version to 0.5. We're useful now! 2012-08-22 15:15:43 -04:00
Brit Butler
49e1504477 Make deploy location configurable. 2012-08-22 10:32:30 -04:00
Brit Butler
5992e6ea28 Minor source reorg. 2012-08-22 00:16:41 -04:00
Brit Butler
f4d97379fc Add RSS support. 2012-08-21 23:50:36 -04:00
Brit Butler
0326e6ff2e Add prev/next support. 2012-08-21 21:25:45 -04:00
Brit Butler
34c05403e9 Add cl-fad for do-files and directory deletion. 2012-08-21 16:03:07 -04:00
Brit Butler
a2c6be20bf Drop local-time dependency, finish indices. 2012-08-20 16:55:47 -04:00
Brit Butler
d66ed584a6 Sketch config and compilation, minor tweaks. 2012-08-18 23:14:08 -04:00
Brit Butler
c795b1bd59 Sketch of the new design. 2012-08-18 16:40:51 -04:00
Brit Butler
011d97b065 A fresh start. Also, remove split-sequence dep from importer. 2012-08-15 00:22:59 -04:00
Brit Butler
8c0b1f8697 Rework ASDs, add stub md+rst plugins, docs script, and stub tests. 2012-08-14 23:58:28 -04:00
Brit Butler
5923b24e8f Implement full site rendering, head+body injection and load-plugins. Misc. fixes. 2011-04-23 12:58:11 -04:00
Brit Butler
44acf9d02b Minor TODO and plugins update. 2011-04-19 13:36:17 -04:00