1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-06-02 03:25:35 +02:00
Commit graph

135 commits

Author SHA1 Message Date
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 458e0b3669 Fixed repo URLs 2016-02-16 09:16:56 +00:00
Peter c2547e0b68 Added support for Atom feeds, improved validation for RSS feeds 2016-02-15 19:28:37 +00:00
p4bl0 cd10c52edb new repos url 2015-03-08 22:31:44 +01:00
p4bl0 a4fd45118b rename README into README.html 2015-03-05 09:34:49 +01:00
p4bl0 01dd453e46 add GPL file to make the licensing term clearer 2014-08-19 21:17:17 +02:00
James Darnley 9c48fb0ad6 README: add a note about commit_Hash being case-sensitive 2014-08-19 21:15:26 +02:00
James Darnley 24bf360fb6 README: various grammar, spelling, or typo fixes
Conflicts:
	README
2014-08-19 21:15:04 +02:00
James Darnley f5333ff7e8 README: rewrap some lines to 80 columns
Conflicts:
	README
2014-08-19 21:13:01 +02:00
James Darnley f2c6a469ea fugitive.css: fix typo 2014-02-24 12:19:33 +01:00
p4bl0 53d07545ec typo 2013-10-17 15:43:25 +02:00
p4bl0 119e415a5e mobile friendly default template 2013-09-05 12:05:05 +02: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 45b058329a Merge branch 'master' of berthold:projects/fugitive 2012-02-26 14:14:15 +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
Antoine Amarilli 2b15d3a984 fix live update bug 2012-02-26 14:05:08 +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 8ff244ae85 added style for ordered list in default css 2011-08-31 11:29:08 +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
p4bl0 15b9581220 bugfix: do not try to git init if there already a git repos (oops ^^) 2011-08-14 02:36:14 +02:00
p4bl0 1f553d2f7c fixed pre-commit hook 2011-08-14 02:35:38 +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 31dffefdd3 Asking for confirmation when installing on existing git repository instead of aborting 2011-07-24 17:43:10 +02:00
p4bl0 48e7786203 html5 fix in default template 2011-07-17 19:23:19 +02:00
p4bl0 7f09b18e49 rewrite instead of append for pre- hooks 2011-07-14 10:55:59 +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 5dfb982bdc added titles to previous/next links in default template 2011-05-31 17:06:58 +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 b4ed213b75 missing argument to fugitive_install_config important for remote install 2011-05-21 14:37:16 +02:00
p4bl0 742fac6930 updated my email address in the README commit at installation 2011-05-21 14:26:47 +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
Antoine Amarilli dde76b8ece spellcheck README 2011-05-17 16:29:10 +02:00
Antoine Amarilli db59dbb3da fix typo 2011-05-17 16:12:52 +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 fc4f8e16e1 fixing w3c error caused by xml:lang being present in html tag but not lang attr 2010-09-27 02:04:00 +02:00
p4bl0 052d7ac50f Merge branch 'master' of gitorious.org:fugitive/fugitive 2010-09-27 01:55:18 +02:00
p4bl0 e962d0ddf1 added *datetime_html5 variables to be compliant with heretic w3c standard 2010-09-27 01:54:43 +02:00
p4bl0 65ffc98b87 added an install-config options to be used in pair with --install-hooks to transform any repos into a fugitive repos 2010-09-24 15:12:41 +02:00
p4bl0 fc7302f193 Merge branch 'master' of git://gitorious.org/fugitive/fugitive 2010-09-24 15:00:05 +02:00
p4bl0 b9e6cb2edc Changing the author of the README default article (since it's me not the user) 2010-09-24 14:56:11 +02:00
p4bl0 c539465b53 css fix for webkit 2010-09-23 03:43:02 +02:00
p4bl0 10d3c9de19 fixed typos in the README 2010-09-18 12:31:57 +02:00