static-site-scripts

static site generator shellscripts
git clone git://git.codemadness.org/static-site-scripts
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2016-03-09 21:01improve code-style: test, return error code in pageread and use itHiltjo Posthuma1+13-13
2016-03-04 15:26update README, mention sbase/ubaseHiltjo Posthuma1+25-10
2016-03-04 15:25bump LICENSE year, relicense to ISC (simpler)Hiltjo Posthuma1+12-18
2016-03-04 15:25fix doctype (html5)Hiltjo Posthuma1+1-1
2015-10-11 14:55sed: improve regex (locale-aware), simplifyHiltjo Posthuma1+2-2
2015-10-11 14:54for test prefix string (doesnt allow injection of commands), improve printf fmt stringHiltjo Posthuma1+10-10
2015-10-11 14:54style consistency: use ${} for variable names (except $1 etc)Hiltjo Posthuma1+2-2
2015-07-27 10:17bump LICENSE dateHiltjo Posthuma1+1-1
2015-07-27 10:17add BSD date compatibilityHiltjo Posthuma1+19-3
2014-05-24 10:54fix typo, improve wording of some commentsHiltjo Posthuma1+13-9
2014-03-24 21:22proper permissionsHiltjo Posthuma8+0-0
2014-03-24 21:06consistency, cleanup, pagecontent is a function nowHiltjo Posthuma1+65-49
2014-03-05 20:06small fixes, configurable language supportHiltjo Posthuma1+18-15
2014-03-05 20:05update README: add dependency infoHiltjo Posthuma1+15-6
2014-03-02 11:33improve print stylesheetHiltjo Posthuma1+19-6
2014-03-02 11:12remove code_highlight helper functionHiltjo Posthuma1+0-7
2014-03-02 11:09style fixHiltjo Posthuma1+3-5
2014-03-02 11:00various fixesHiltjo Posthuma1+33-32
2014-02-28 11:47add pages againHiltjo Posthuma4+89-0
2014-02-28 11:43update READMEHiltjo Posthuma1+20-5
2014-02-28 11:43ignore generated output filesHiltjo Posthuma1+3-0
2014-02-28 11:42major update, put everything in 1 scriptHiltjo Posthuma17+306-440
2014-02-28 11:38add gitignore rule for binaries i useHiltjo Posthuma1+1-1
2014-02-28 11:36remove credits, update licenseHiltjo Posthuma2+1-2
2013-12-16 20:32whoops, dont include generated filesHiltjo Posthuma7+0-257
2013-12-16 20:30small fixesHiltjo Posthuma9+266-9
2013-12-16 20:05update style for markdown testHiltjo Posthuma3+73-4
2013-12-16 19:54cleanup code a bitHiltjo Posthuma1+23-17
2013-12-16 19:54consistency fixes, update template pageHiltjo Posthuma7+18-17
2013-12-16 19:22update LICENSE, license contained some incorrect stuff from an other projectHiltjo Posthuma1+0-27
2013-12-15 19:39adjust default path and add a comment about absolute pathsHiltjo Posthuma1+4-3
2013-12-15 19:32cleanup and use consistent variable namingHiltjo Posthuma16+204-200
2013-12-15 19:32update readme and use unix newlinesHiltjo Posthuma3+42-49
2013-12-15 19:30dont copy css in generate, but include css for convenienceHiltjo Posthuma3+1-1
2013-12-15 19:29update credits and todoHiltjo Posthuma2+2-0
2013-12-15 19:29change license to MITHiltjo Posthuma1+42-18
2013-12-15 16:12add mobile viewport and dynamic site title for rss/atomHiltjo Posthuma2+6-4
2013-12-15 15:54page template: make custom content use-case clearerHiltjo Posthuma1+1-0
2013-12-15 15:46README: escape some charactersHiltjo Posthuma1+1-1
2013-12-15 15:44page template: correct timestamp formatHiltjo Posthuma1+1-1
2013-12-15 15:41initial repoHiltjo Posthuma15+419-4
2013-12-15 15:38Initial commithiltjo2+28-0