Introduction
Introduction Statistics Contact Development Disclaimer Help
Log - saait - the most boring static page generator
git clone git://git.codemadness.org/saait
Log
Files
Refs
README
LICENSE
---
Date Commit message Author
2023-04-10 10:28 in Atom (RFC4287) an atomTextConstruct … Hiltjo Posthuma
2023-04-10 10:27 atom_content: fix reference to feed its… Hiltjo Posthuma
2022-11-15 08:57 bump version to 0.8 Hiltjo Posthuma
2022-03-19 12:13 sync templates from my site Hiltjo Posthuma
2022-03-19 12:13 CSS: add dark mode Hiltjo Posthuma
2020-12-24 12:38 README: add url to entr project to make… Hiltjo Posthuma
2020-11-15 11:42 Replace readdir_r to readdir Jaume Devesa
2020-11-04 16:57 add Atom content feed in the header of … Hiltjo Posthuma
2020-11-03 21:27 add a version of the Atom and RSS feed … Hiltjo Posthuma
2020-11-03 21:26 add RSS feed template again Hiltjo Posthuma
2020-07-27 18:18 sitemap.xml: improve format and add las… Hiltjo Posthuma
2020-04-05 14:11 bump version to 0.7.1 Hiltjo Posthuma
2020-04-05 10:59 fix NULL dereference if a template has … Hiltjo Posthuma
2020-04-05 10:46 fix command parsing for options Hiltjo Posthuma
2020-02-23 19:35 bump version to 0.7 Hiltjo Posthuma
2020-02-21 14:25 config.cfg: add spaces around variable … Hiltjo Posthuma
2020-02-21 14:18 sync README Hiltjo Posthuma
2020-02-21 14:18 saait.1: improve wording, thanks biniar! Hiltjo Posthuma
2020-02-21 12:08 sync README Hiltjo Posthuma
2020-02-21 12:07 saait.1/README: move markdown example t… Hiltjo Posthuma
2020-02-16 16:59 rename htmlfile to contentfile, reword … Hiltjo Posthuma
2020-02-14 23:12 sync README Hiltjo Posthuma
2020-02-14 23:12 README: add example script for a possib… Hiltjo Posthuma
2020-02-14 23:12 saait.1: reword sentence about an empty… Hiltjo Posthuma
2020-02-14 23:12 saait.1: improvements Hiltjo Posthuma
2020-02-14 23:12 remove "index" feature Hiltjo Posthuma
2020-02-14 23:12 strip TABs and spaces before values too… Hiltjo Posthuma
2020-02-14 23:12 Makefile: rm headers Hiltjo Posthuma
2020-02-14 23:12 rm arg.h and config.h: hand-roll argume… Hiltjo Posthuma
2020-02-14 23:12 pages: simplify and remove unused varia… Hiltjo Posthuma
2020-02-14 23:12 config.cfg: small fixes Hiltjo Posthuma
2020-02-10 18:33 Makefile: remove duplicate -c flag Hiltjo Posthuma
2020-02-10 18:31 style.css: make headers a bit smaller, … Hiltjo Posthuma
2020-01-28 21:13 cleanup unneeded include .h file Hiltjo Posthuma
2020-01-07 17:23 bump version to 0.6 Hiltjo Posthuma
2020-01-07 17:23 saait.1 and README: reword and correct … Hiltjo Posthuma
2020-01-05 23:40 make usage exactly the same as in the m… Hiltjo Posthuma
2020-01-05 22:55 make it easier to debug for which page … Hiltjo Posthuma
2020-01-05 22:42 rename line to linenr, count from 1 Hiltjo Posthuma
2020-01-05 22:37 improve some comments Hiltjo Posthuma
2020-01-05 13:14 README: some white-space fixes Hiltjo Posthuma
2020-01-05 13:10 improve/rewrite man page and README Hiltjo Posthuma
2020-01-05 13:10 bump LICENSE year Hiltjo Posthuma
2020-01-05 13:09 improve comment and usage string Hiltjo Posthuma
2020-01-05 13:08 set "index" variable and check it stric… Hiltjo Posthuma
2019-12-07 21:16 improve README Hiltjo Posthuma
2019-11-08 13:52 template: minor HTML improvements Hiltjo Posthuma
2019-10-29 17:51 bump version to 0.5 Hiltjo Posthuma
2019-10-29 17:46 improve comments and remove a few TODO … Hiltjo Posthuma
2019-10-29 17:31 style fix Hiltjo Posthuma
2019-10-29 17:07 make sure util functions are at the top… Hiltjo Posthuma
2019-10-29 16:55 check a realloc call, use a function wr… Hiltjo Posthuma
2019-10-18 18:32 README: improve example for generating … Hiltjo Posthuma
2019-10-18 18:30 simplify Makefile and improvements Hiltjo Posthuma
2019-10-16 07:53 put site generator configurable in one … Hiltjo Posthuma
2019-10-16 07:11 example: don't parse ls(1) output Augustin Fabre
2019-10-16 07:10 example: always create output directory Augustin Fabre
2019-10-16 06:30 use <meta generator> tag Augustin Fabre
2019-06-12 07:48 add example Makefile for generating pag… Hiltjo Posthuma
2019-06-01 15:12 update documentation describing new tem… Hiltjo Posthuma
2019-05-25 23:59 minor code-style Hiltjo Posthuma
2019-05-25 18:33 rework templates support Hiltjo Posthuma
2019-05-25 18:32 remove unneeded variable Hiltjo Posthuma
2019-05-02 19:13 bump version to 0.4 Hiltjo Posthuma
2019-05-02 18:02 atom feed: use plain-text for title and… Hiltjo Posthuma
2019-03-16 13:10 improve stylesheet Hiltjo Posthuma
2019-03-09 13:22 accessibility and other minor improveme… Hiltjo Posthuma
2019-03-09 13:18 Makefile: respect system CFLAGS/LDFLAGS… Hiltjo Posthuma
2018-12-21 12:38 add twtxt support: https://twtxt.readth… Hiltjo Posthuma
2018-09-22 10:55 minor code-style: order op chars Hiltjo Posthuma
2018-09-22 10:25 bump version to 0.3 Hiltjo Posthuma
2018-09-22 10:24 remove left-over from config, USE_PLEDG… Hiltjo Posthuma
2018-09-08 15:53 fix undefined behaviour with some ctype… Hiltjo Posthuma
2018-08-07 11:48 config parser improvements Hiltjo Posthuma
2018-08-07 10:43 config.h: white-space fixes Hiltjo Posthuma
2018-05-26 10:33 Makefile: add config.h to dist and as d… Hiltjo Posthuma
2018-05-26 10:31 dist target: add config.cfg, print.css … Hiltjo Posthuma
2018-05-26 10:27 improve print.css Hiltjo Posthuma
2018-05-26 10:24 improve CSS Hiltjo Posthuma
2018-05-26 10:22 bump version to 0.2 Hiltjo Posthuma
2018-02-11 12:13 documentation: explain the value of REA… Hiltjo Posthuma
2018-01-21 15:27 update README: document index variable Hiltjo Posthuma
2018-01-21 15:23 add another page as an example Hiltjo Posthuma
2018-01-21 15:15 add optimized catfile: %{somevar} Hiltjo Posthuma
2018-01-21 15:14 remove a non-portable syntax in Makefile Hiltjo Posthuma
2018-01-21 15:13 update README: some corrections and add… Hiltjo Posthuma
2018-01-21 15:12 update style and templates Hiltjo Posthuma
2018-01-21 15:07 bump LICENSE to 2018 Hiltjo Posthuma
2017-12-04 22:28 remove TODO Hiltjo Posthuma
2017-12-04 22:27 style: line-wrap some lines Hiltjo Posthuma
2017-12-04 22:20 writepage(): simplify key matching... Hiltjo Posthuma
2017-12-04 22:17 only include unistd.h for pledge(2) Hiltjo Posthuma
2017-12-04 22:16 remove ability to include files with %{} Hiltjo Posthuma
2017-12-04 22:15 README: add tested compilers, timezone … Hiltjo Posthuma
2017-12-04 22:14 don't modify argv, use a counter Hiltjo Posthuma
2017-08-25 12:25 style.css: don't fallback to monospace Hiltjo Posthuma
2017-08-13 12:05 README: update with usage information, … Hiltjo Posthuma
2017-08-04 13:48 proper permissions, add *.o to .gitigno… Hiltjo Posthuma
2017-08-04 13:45 remove saait.bat Hiltjo Posthuma
2017-08-04 13:40 remove my site page, add example files Hiltjo Posthuma
42 more commits remaining, fetch the repository
Atom feed
Atom feed (tags)
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.