housecat

Static site generator written in C
git clone git://git.aftix.xyz/housecat
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2020-08-30 22:10updated gitignore to ignore some files in my treeaftix1+3-0
2020-08-02 23:01Merge commit '07930214a58c4fd2c32853026721c65f50f7c19d'Martin Dørum3+97-28
2020-06-26 08:02Merge pull request #4 from aftix/masterMartin Dørum6+27-5
2020-06-15 21:01Merge pull request #3 from aftix/masterMartin Dørum25+894-175
2020-06-08 07:56Merge pull request #2 from aftix/masterMartin Dørum7+122-52
2020-06-07 11:05Merge pull request #1 from aftix/masterMartin Dørum34+1157-78
2016-04-07 00:07added missing semicolon to javascriptmort1+1-1
2015-12-22 21:25fixed undefined behaviour, making valgrind happymort2+2-2
2015-12-22 11:31more optimization, now has a small JS library for plugins and themesmort4+46-14
2015-12-18 00:20housecat now ignores dirs starting with _mort1+4-1
2015-11-02 11:04section path now available in index.html as {{section}}mort3+3-1
2015-11-02 10:06drafts no longer take up a spot in their respective list pagesmort10+170-119
2015-11-01 22:32fixed thingmort1+2-0
2015-11-01 22:30a bit of structuremort14+458-460
2015-10-27 20:50appropriate error message when a title is missingmort5+11-2
2015-10-26 21:31Update README.mdMartin Dørum Nygaard1+1-2
2015-10-26 21:30Update README.mdMartin Dørum Nygaard1+2-2
2015-10-26 21:28improved readmemort1+28-1
2015-10-26 21:17made it optional for plugins to include js/ and php/mort1+6-5
2015-10-26 13:00fixed thingsmort40+1511-1516
2015-10-26 11:42fixed file copyingmort2+6-4
2015-10-25 22:32added draft functionality: if a post title starts with 'DRAFT:', it'll be accessible through links, but not listed in a section.mort4+14-1
2015-10-23 07:21updated link to example directory in readmemort1+1-1
2015-10-23 07:09fixed issue related to an empty public/ dirmort3+3-6
2015-10-23 07:02fixed small thingmort1+0-2
2015-10-23 06:47now supports imagesmort8+109-48
2015-10-22 18:39plugins and themes can now have HTML and javascriptmort13+87-16
2015-10-22 17:45improved readmemort1+3-0
2015-10-22 17:41fixed some thingsmort3+25-7
2015-10-22 16:19fixed buggy conf parsingmort1+2-2
2015-10-22 16:02started plugin system thingsmort9+249-1
2015-10-20 20:41added readme and licensemort2+367-0
2015-10-20 20:24pagination now works, and ditched relative URLs in favour of absolute URLsmort17+140-58
2015-10-20 13:31started working on paginationmort10+26-3
2015-10-20 12:12various improvements, and logo is now optionalmort11+81-10
2015-10-20 11:26now builds individual posts toomort11+150-40
2015-10-20 09:04config files instead of settings.h, some improvements to thingsmort12+135-27
2015-10-20 07:55started rewrite of h_build to make cleaner codemort11+188-276
2015-10-19 11:20rewrote h_template.c such that it now both works and makes sensemort1+43-98
2015-10-19 10:48various changesmort8+152-30
2015-10-14 19:55started work on the menumort9+84-19
2015-10-13 12:45better h_util_file_readmort1+3-6
2015-10-13 12:31some improvements, changed theme structuremort7+24-4
2015-10-13 11:53themes are now in their own files, changed UImort9+95-40
2015-10-12 11:47some better code, UI improvedmort12+126-78
2015-10-09 13:01added templating and fixed a bunch of segfaultsmort7+272-15
2015-10-09 08:40recurring through sections now worksmort10+193-45
2015-10-09 06:29h_section made, and can be inited from a dir.mort8+261-11
2015-10-08 21:52initial commitmort12+256-0
2020-06-24 23:32Escaped post HTML with CDATAaftix3+6-4
2020-06-24 20:41added fullcontent optionaftix5+22-2
2020-06-15 20:59re-added logo to themeaftix1+1-0
2020-06-09 00:27Added more create/free methods, fixed leaks, no more fstraftix24+829-170
2020-06-08 20:15Added {{feed}} to templateaftix6+65-6
2020-06-07 22:09changed pubDate to RFC-822 regardless of localeaftix1+80-6
2020-06-07 21:48fixed rss generation ignoring configaftix1+6-3
2020-06-07 21:24fixed rss paths to the correct locations regardless of rootaftix7+30-41
2020-06-07 21:04fixed MakeHTMLaftix1+9-5
2020-06-07 05:11Made rss conformant (removed combine_feeds, fixed dates, fixed namespaces)aftix16+71-133
2020-06-07 04:16Updated misleading description on READMEaftix1+3-1
2020-06-07 04:04Fixed bug on opening feed.rssaftix1+13-0
2020-06-07 03:26Added the ability to autogenerate rss channelsaftix33+1171-82
2020-06-05 19:15Added editorconfig file to force tabsaftix1+8-0
2020-06-05 19:10Added sample makefileaftix2+29-0
2016-04-07 00:07added missing semicolon to javascriptmort1+1-1
2015-12-22 21:25fixed undefined behaviour, making valgrind happymort2+2-2
2015-12-22 11:31more optimization, now has a small JS library for plugins and themesmort4+46-14
2015-12-18 00:20housecat now ignores dirs starting with _mort1+4-1
2015-11-02 11:04section path now available in index.html as {{section}}mort3+3-1
2015-11-02 10:06drafts no longer take up a spot in their respective list pagesmort10+170-119
2015-11-01 22:32fixed thingmort1+2-0
2015-11-01 22:30a bit of structuremort14+458-460
2015-10-27 20:50appropriate error message when a title is missingmort5+11-2
2015-10-26 21:31Update README.mdMartin Dørum Nygaard1+1-2
2015-10-26 21:30Update README.mdMartin Dørum Nygaard1+2-2
2015-10-26 21:28improved readmemort1+28-1
2015-10-26 21:17made it optional for plugins to include js/ and php/mort1+6-5
2015-10-26 13:00fixed thingsmort40+1511-1516
2015-10-26 11:42fixed file copyingmort2+6-4
2015-10-25 22:32added draft functionality: if a post title starts with 'DRAFT:', it'll be accessible through links, but not listed in a section.mort4+14-1
2015-10-23 07:21updated link to example directory in readmemort1+1-1
2015-10-23 07:09fixed issue related to an empty public/ dirmort3+3-6
2015-10-23 07:02fixed small thingmort1+0-2
2015-10-23 06:47now supports imagesmort8+109-48
2015-10-22 18:39plugins and themes can now have HTML and javascriptmort13+87-16
2015-10-22 17:45improved readmemort1+3-0
2015-10-22 17:41fixed some thingsmort3+25-7
2015-10-22 16:19fixed buggy conf parsingmort1+2-2
2015-10-22 16:02started plugin system thingsmort9+249-1
2015-10-20 20:41added readme and licensemort2+367-0
2015-10-20 20:24pagination now works, and ditched relative URLs in favour of absolute URLsmort17+140-58
2015-10-20 13:31started working on paginationmort10+26-3
2015-10-20 12:12various improvements, and logo is now optionalmort11+81-10
2015-10-20 11:26now builds individual posts toomort11+150-40
2015-10-20 09:04config files instead of settings.h, some improvements to thingsmort12+135-27
2015-10-20 07:55started rewrite of h_build to make cleaner codemort11+188-276
2015-10-19 11:20rewrote h_template.c such that it now both works and makes sensemort1+43-98
2015-10-19 10:48various changesmort8+152-30
2015-10-14 19:55started work on the menumort9+84-19
2015-10-13 12:45better h_util_file_readmort1+3-6
2015-10-13 12:31some improvements, changed theme structuremort7+24-4
2015-10-13 11:53themes are now in their own files, changed UImort9+95-40
2015-10-12 11:47some better code, UI improvedmort12+126-78
2015-10-09 13:01added templating and fixed a bunch of segfaultsmort7+272-15
2015-10-09 08:40recurring through sections now worksmort10+193-45
2015-10-09 06:29h_section made, and can be inited from a dir.mort8+261-11
2015-10-08 21:52initial commitmort12+256-0