Commit Graph

32 Commits

Author SHA1 Message Date
p4bl0 5648d0922a remove unnecessarily duplicated lines causing undeleted temp file bug 2016-02-16 15:02:29 +01:00
Peter b873b4316d Merge branch 'compress' into sitemap 2016-02-16 12:32:12 +00:00
Peter c22b44d0b0 Fixed regenerating articles 2016-02-16 12:31:52 +00:00
Peter ddde688aa5 Sitemap generation 2016-02-16 12:30:13 +00:00
Peter 37539e6ff6 Fixed overwrite of existing files 2016-02-16 10:24:36 +00:00
Peter f6f8e8829f Added feature for static compression.
Article generation now automatically compresses articles and feeds
for use with web servers supporting it, eg. gzip_static on nginx.
2016-02-16 09:48:49 +00:00
Peter c2547e0b68 Added support for Atom feeds, improved validation for RSS feeds 2016-02-15 19:28:37 +00:00
p4bl0 982b118b47 cleaner fix ... everywhere 2012-03-15 16:47:09 +01:00
p4bl0 e990681b57 cleaner fix 2012-03-05 17:41:55 +01:00
p4bl0 a5d97dc624 it seems some version of mktemp create file with mode 600, this is a quickfix for affected systems 2012-02-26 23:41:51 +01:00
p4bl0 1d67604df4 fix live update bug for real ^^' (thx a3nm) 2012-02-26 14:11:36 +01:00
Antoine Amarilli a0487b63d9 fix live update bug 2012-02-26 14:06:16 +01:00
p4bl0 198bb426fd mmm... it's actually not cool to have all these blank lines in generated html, fixed that. 2011-10-29 00:08:31 +02:00
p4bl0 79a0d1e6f0 fixed preproc-not-done-everywhere bug (simple is beautiful, simple works!) 2011-08-25 13:23:52 +02:00
p4bl0 debacf88fd do not removed empty lines in article anymore 2011-08-25 13:16:14 +02:00
Leif Walsh 0062605559 Changing mktemp calls and some two sed calls to make it work with BSD coreutils (and still GNU coreutils valid) 2011-07-24 20:27:07 +02:00
p4bl0 5bee51b29e Fixed preproc and article title problem 2011-07-09 18:36:11 +02:00
Patrik Willard 9f158aef2b preventing from using of preprocessed article title 2011-07-07 23:42:35 +02:00
Patrik Willard bcb998c65e replacing --quiet option of git-show with the more reliable -s option 2011-07-07 10:27:49 +02:00
p4bl0 5154b86f6e fix bug due to the sort command ignoring whitespace... everywhere 2011-05-31 00:38:21 +02:00
p4bl0 ac6e67b1e0 fix bug due to the sort command ignoring whitespace 2011-05-31 00:04:41 +02:00
p4bl0 18457e886d BUGFIX: generated html for articles added in a commit with template changes were not added to ignore list 2011-05-21 14:24:20 +02:00
p4bl0 0bc46006e9 fix replace_str '&' bug
'&' is a special char for sed and needed to be escaped (it caused bug for
instance when the title of an article contained xml entities like ")
2010-12-24 13:48:04 +01:00
Thomas Eichinger 80c2dcf4a9 "mktemp -d" fails on my installtion, "mktemp -p" works fine 2010-11-22 16:27:13 +01:00
p4bl0 e962d0ddf1 added *datetime_html5 variables to be compliant with heretic w3c standard 2010-09-27 01:54:43 +02:00
Antoine Amarilli 8d2378fe2b grep and sed bugfix 2010-09-17 22:12:36 +02:00
p4bl0 925225d96e removed mktemp call options because of a compatibility issue with BSD mktemp util 2010-09-04 23:39:06 +02:00
p4bl0 4cd15fad3c started to write the template system doc in the README 2010-08-11 11:15:46 +02:00
p4bl0 f71626c7ec now preventing commit when zero article (for real ^^) and push when fugitive.blog-url not set 2010-08-10 22:25:11 +02:00
p4bl0 635f3a1b46 preventing commit or pushing with zero article 2010-08-10 19:32:16 +02:00
p4bl0 8c2153a3e1 now detecting template change, regenerating everything in that case 2010-08-08 21:33:01 +02:00
p4bl0 5ff38e903a post-receive now works :-) 2010-08-02 13:49:17 +02:00