1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-05-19 22:55:35 +02:00
Commit graph

84 commits

Author SHA1 Message Date
p4bl0 022bba545e added link in titles 2010-09-18 02:04:32 +02:00
p4bl0 efac75fcf1 Merge branch 'master' of Berthold:projects/fugitive 2010-09-18 00:47:57 +02:00
Antoine Amarilli 8d2378fe2b grep and sed bugfix 2010-09-17 22:12:36 +02:00
p4bl0 0ba2a3b30d replaced '\s' by '[[:space:]]' in grep calls to fix compatibility issues 2010-09-16 19:02:24 +02:00
p4bl0 eaee2b145e added :active style for links (for tab-navigation) 2010-09-12 11:52:33 +02:00
p4bl0 2042c0abba fixed typo in the README 2010-09-05 20:30:17 +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 c044292f9e wrote some quick and dirty help and usage message 2010-09-04 23:18:25 +02:00
p4bl0 a29a6eb50e Merge branch 'master' of Berthold:projects/fugitive 2010-09-04 23:04:51 +02:00
p4bl0 eed6dd581a changed README post file name 2010-09-04 23:00:53 +02:00
p4bl0 1df13a62bf finished README writing 2010-09-04 22:59:18 +02:00
p4bl0 0140d98c1d fixed formatting in the README 2010-08-26 13:03:55 +02:00
p4bl0 e433692a6f added details about the template system 2010-08-11 11:23:34 +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 d0618efb64 grammar fixes 2010-08-10 20:32:11 +02:00
p4bl0 635f3a1b46 preventing commit or pushing with zero article 2010-08-10 19:32:16 +02:00
p4bl0 bf9e081956 README typo 2010-08-08 23:01:43 +02:00
p4bl0 8f7c5e5e19 updated README 2010-08-08 21:48:50 +02:00
p4bl0 8c2153a3e1 now detecting template change, regenerating everything in that case 2010-08-08 21:33:01 +02:00
p4bl0 b689b42668 removed unnecessary argument 2010-08-08 21:32:00 +02:00
p4bl0 6058d40c20 changed README (fixed a link and a typo) 2010-08-08 19:47:19 +02:00
p4bl0 18f54a6df3 fixed little bug (sh doesn't know about &> redirection) 2010-08-08 19:46:29 +02:00
p4bl0 c661fda93d changed default quote in default template header + bottom nav style 2010-08-02 15:15:26 +02:00
p4bl0 5ff38e903a post-receive now works :-) 2010-08-02 13:49:17 +02:00
p4bl0 434d86694e added style for aside element 2010-07-29 15:09:38 +02:00
p4bl0 de27fec414 adding a nav panel at the bottom of the default template 2010-07-29 01:33:38 +02:00
p4bl0 0572553c60 added styles for links in headers 2010-07-27 17:43:07 +02:00
p4bl0 4dd006c377 reformatted default css code 2010-07-27 10:55:17 +02:00
p4bl0 4deb81aa6a updated path to generated article that is added in exclude list 2010-07-26 19:04:48 +02:00
p4bl0 1c713762aa install process must be different for remote and local... too bad 2010-07-26 18:59:25 +02:00
p4bl0 13bd34134c replaced tempfile call by mktemp ones 2010-07-26 13:03:10 +02:00
p4bl0 99892ef242 putting lines specific to post-commit at the top of the file so the rest could be shared with post-receive 2010-07-26 11:46:21 +02:00
p4bl0 b719800bb9 changed default public dir to '_public' instead of '.' 2010-07-26 11:45:37 +02:00
p4bl0 81fa7bd8b6 now generating rss feed too 2010-07-25 18:52:35 +02:00
p4bl0 dbae9472bd reorganised includes in default templates 2010-07-25 18:11:03 +02:00
p4bl0 3396369461 renamed functions 2010-07-25 18:03:31 +02:00
p4bl0 7b173c1770 preventing to go through foreach loops if not actually in use (there can be a lot of commits) 2010-07-25 13:52:08 +02:00
p4bl0 b9b53df3cc the foreach:commit loop now works 2010-07-25 13:36:49 +02:00
p4bl0 80d7d2c469 reordering install process 2010-07-25 13:36:30 +02:00
p4bl0 a4de1eb786 using new include feature in default templates. Reorganised files accordingly 2010-07-25 00:57:27 +02:00
p4bl0 d7a6747d12 include directive now works \o/ 2010-07-25 00:39:13 +02:00
p4bl0 3f5456e52c check for existing git repos before install. abort if one exists to avoid overriding files 2010-07-24 19:47:31 +02:00
p4bl0 d3c10aea88 regenerating previous and next file if necessary for navigation links 2010-07-24 16:31:23 +02:00
p4bl0 cab312f888 added meta information in the templates 2010-07-24 13:52:00 +02:00
p4bl0 4d5ea71730 the preproc should be a unix filter 2010-07-24 13:51:43 +02:00
p4bl0 5ff0da0a71 added preprocessing possibilities for article (to enable use of Markdown, textile or whatever) 2010-07-24 13:22:39 +02:00
p4bl0 367a72ccb6 prettier inline code style 2010-07-24 12:54:49 +02:00
p4bl0 0e6bff66ec README is now the first article on fresh install 2010-07-24 04:27:49 +02:00
p4bl0 56ffeedf9d modified footer 2010-07-24 04:26:27 +02:00