2022-08-16 02:10 | Replace call to nproc with grepping /proc/cpuinfo | St John Karp | 1 | +6 | -2 |
2022-07-05 12:26 | Change license from GPL to 3-clause BSD | St John Karp | 1 | +6 | -670 |
2021-10-20 11:37 | Fix hack to wait for all background jobs to complete | St John Karp | 2 | +28 | -29 |
2021-10-14 09:16 | Use `tail` to remove `ps` header instead of subtracting 1 from `wc` | St John Karp | 1 | +1 | -1 |
2021-10-14 09:10 | Fix `ps` command to detect running processes | St John Karp | 2 | +2 | -2 |
2021-10-09 14:26 | Remove non-digits from process count | St John Karp | 1 | +1 | -1 |
2021-09-10 20:12 | Revert "Remove the hacks to wait for child jobs to complete" | St John Karp | 2 | +12 | -0 |
2021-09-10 15:42 | Implement smart generation so we don't re-generate existing HTML | St John Karp | 3 | +69 | -32 |
2021-08-30 06:15 | Use a portable way to get the number of processors | St John Karp | 1 | +5 | -1 |
2021-08-30 00:45 | Limit the number of concurrent processes spawned | St John Karp | 1 | +15 | -0 |
2021-08-29 17:42 | Integrate splitting/joining Markdown headers into pipe block | St John Karp | 1 | +7 | -7 |
2021-08-29 16:20 | Remove non-ISO Prolog predicates | St John Karp | 6 | +72 | -69 |
2021-08-29 12:33 | Make some minor style tweaks to the shell scripts | St John Karp | 2 | +9 | -9 |
2021-08-29 12:30 | Remove the hacks to wait for child jobs to complete | St John Karp | 2 | +0 | -12 |
2021-08-29 12:22 | Don't call Markdown from inside Prolog | St John Karp | 6 | +17 | -43 |
2021-08-22 18:45 | Fix problem where `wait` returns too soon | St John Karp | 2 | +12 | -0 |
2021-08-22 11:10 | Add rsync to the readme | St John Karp | 1 | +6 | -2 |
2021-08-22 07:13 | Move unsmarten logic into main loop in unsqueeze.sh | St John Karp | 1 | +15 | -20 |
2021-08-21 16:58 | Collapse generate_html.sh, generate_html_list.sh, generate_markdown.sh | St John Karp | 5 | +30 | -63 |
2021-08-21 16:44 | Refactor shell scripts to use strictly POSIX-compatible utils | St John Karp | 5 | +81 | -20 |
2021-07-05 13:03 | Switch clean_title to use unsmart punctuation | St John Karp | 1 | +2 | -2 |
2021-07-05 12:43 | Replace named entities with numeric entities in the RSS title | St John Karp | 1 | +9 | -7 |
2021-07-05 12:28 | Add support for a separate "clean title" | St John Karp | 3 | +22 | -11 |
2020-11-17 10:40 | Strip HTML entities from the RSS title | St John Karp | 1 | +8 | -1 |
2020-10-21 11:04 | Update example template with article-date ID | St John Karp | 1 | +1 | -1 |
2020-10-20 10:41 | Don't sort the RSS articles in Prolog | St John Karp | 1 | +2 | -4 |
2020-10-20 10:35 | Allow generate_rss to take input piped from stdin | St John Karp | 2 | +21 | -6 |
2020-10-19 21:48 | Key off the ID of the article date | St John Karp | 1 | +1 | -4 |
2020-10-19 20:11 | Fix some block-level elements | St John Karp | 1 | +7 | -0 |
2020-08-27 13:34 | GNU-Prolog: run today's date through the formatter | St John Karp | 1 | +3 | -2 |
2020-08-25 22:29 | Fix some GNU-Prolog bugs in the helpers | St John Karp | 1 | +7 | -6 |
2020-08-25 22:27 | Fix RSS date handling | St John Karp | 5 | +51 | -10 |
2020-06-30 10:58 | Remove obsolete helper predicates & factor out append_lists | St John Karp | 3 | +36 | -56 |
2020-06-27 19:16 | Create an example folder and move html.pl | St John Karp | 5 | +67 | -34 |
2020-06-27 14:08 | Move Prolog commands into their own scripts | St John Karp | 4 | +15 | -9 |
2020-06-27 09:14 | Remove one extra sed command by printing from find | St John Karp | 2 | +4 | -6 |
2020-06-21 13:30 | Rename readme | St John Karp | 1 | +0 | -0 |
2020-06-21 05:17 | Refactor shell scripts to remove conditionals/loops | St John Karp | 2 | +36 | -59 |
2020-06-21 02:08 | Remove some unnecessary logic from the RSS block | St John Karp | 1 | +4 | -6 |
2020-06-17 00:55 | Refactor shell scripts for POSIX compatibility | St John Karp | 3 | +9 | -16 |
2020-06-16 15:14 | Refactor shell scripts | St John Karp | 2 | +22 | -22 |
2020-06-16 13:59 | Move Markdown to HTML conversion into Prolog | St John Karp | 8 | +84 | -47 |
2020-05-30 11:24 | Handle files that have no headers | St John Karp | 1 | +23 | -2 |
2020-05-17 19:23 | Use link for RSS item guid | St John Karp | 1 | +7 | -0 |
2020-05-17 19:02 | Namespace some predicates in rss.pl | St John Karp | 1 | +8 | -8 |
2020-05-17 18:29 | Generate RSS from HTML output | St John Karp | 3 | +14 | -12 |
2020-05-17 16:32 | Support GNU Prolog | St John Karp | 7 | +55 | -33 |
2020-05-17 16:31 | Remove unused catch-alls from the HTML definition | St John Karp | 1 | +1 | -24 |
2020-04-22 22:03 | Tidy bash scripts | St John Karp | 2 | +33 | -31 |
2020-04-22 12:59 | Replace Pandoc with Markdown | St John Karp | 2 | +8 | -9 |
2020-04-02 16:03 | Reinstate Smartypants | St John Karp | 2 | +5 | -2 |
2020-03-31 17:41 | Delete files for which the source was removed | St John Karp | 2 | +25 | -1 |
2020-03-31 12:45 | Refactor Bash scripts | St John Karp | 2 | +27 | -22 |
2020-03-30 21:01 | Use rsync and conditionals to improve speed | St John Karp | 2 | +13 | -20 |
2020-03-30 20:01 | Sort articles in the shell | St John Karp | 2 | +3 | -4 |
2020-03-30 19:53 | Add Pandoc to the squeeze process | St John Karp | 2 | +9 | -9 |
2020-02-14 20:06 | Rebrand Tastic to Squeeze | St John Karp | 4 | +80 | -79 |
2020-02-09 23:57 | Remove dependency on HTML tidy | St John Karp | 5 | +69 | -67 |
2020-01-15 18:46 | Replace append with append_lists | St John Karp | 2 | +22 | -13 |
2019-09-17 10:31 | Don't use protected name predicate | St John Karp | 4 | +13 | -16 |
2019-07-14 21:17 | Add GNU GPLv3 license | St John Karp | 1 | +675 | -0 |
2019-07-14 21:04 | Comment and document code | St John Karp | 9 | +226 | -103 |
2019-07-13 19:28 | Output XHTML instead of reading strict XML | St John Karp | 1 | +2 | -1 |
2019-07-13 01:17 | Fixes after doing a bigger site | St John Karp | 4 | +87 | -43 |
2019-07-09 11:44 | Output strict XML | St John Karp | 1 | +3 | -2 |
2019-07-09 10:58 | Initial commit | St John Karp | 6 | +551 | -0 |