| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove guile as default feature | Qrius | 2025-01-03 | 2 | -1/+2 |
* | Try to make a macro to get guile things instead | Qrius | 2024-12-19 | 7 | -27/+133 |
* | Add some bindings and a workaround for resetting | Qrius | 2024-12-18 | 7 | -54/+92 |
* | Add some basic bindings for Guile-3.0 | Qrius | 2024-12-06 | 8 | -3/+145 |
* | 2.0.0 | Qrius | 2024-12-06 | 2 | -2/+2 |
* | Attempt to implement some kind of filelist-thing | Qrius | 2024-12-05 | 6 | -74/+464 |
* | Make it possible to add metadata list as command line arguments | Qrius | 2024-11-13 | 1 | -2/+9 |
* | Add explode function, add auto filename metadata | Qrius | 2024-11-12 | 3 | -1/+51 |
* | Fix some typos | Qrius | 2024-11-12 | 2 | -5/+2 |
* | Add some more options for dealing with different input environments | Qrius | 2024-11-12 | 6 | -28/+158 |
* | Add license | Qrius | 2024-09-26 | 1 | -0/+675 |
* | Rename pre-commit->post-commit | Qrius | 2024-09-26 | 1 | -2/+2 |
* | Add post-commit hook for setting sensible committer | Qrius | 2024-09-26 | 1 | -0/+16 |
* | Move change_date override to metadata parser | Qrius | 2024-09-26 | 2 | -8/+7 |
* | Timeout wodl | Qrius | 2024-09-26 | 1 | -1/+1 |
* | Cache links, so we don't have to wait for the same check on multiple runs | Qrius | 2024-09-26 | 1 | -12/+31 |
* | Add punycode feature to minireq, add doc on wodl-macro | Qrius | 2024-09-26 | 3 | -1/+9 |
* | Add comment on wodl macro | Qrius | 2024-09-26 | 1 | -0/+4 |
* | Add macro that checks whether links are working or not | Qrius | 2024-09-26 | 5 | -1/+159 |
* | Add smp to deb | Qrius | 2024-09-26 | 1 | -0/+1 |
* | Add array_size | Qrius | 2024-09-26 | 2 | -0/+44 |
* | Fix bug | Qrius | 2024-09-26 | 1 | -1/+1 |
* | Add comment on html_from_markdown | Qrius | 2024-09-26 | 1 | -0/+5 |
* | Read metadata better, also, use METADATA_keep_states for storing states | Qrius | 2024-09-26 | 1 | -15/+26 |
* | Fix a bunch of things, add diferent syntax for strings | Qrius | 2024-09-26 | 4 | -42/+107 |
* | Change around some things, don't clone MacroProcessor for nested templates, s... | Qrius | 2024-09-26 | 3 | -22/+244 |
* | Add special case for removing whitespace before macro if it has a trailing un... | Qrius | 2024-09-26 | 2 | -0/+45 |
* | Add a macro for array_push | Qrius | 2024-09-26 | 1 | -2/+26 |
* | Make ordering more forgiving, emit warnings instead of panicing | Qrius | 2024-09-26 | 1 | -15/+50 |
* | Strip leading whitespace in macro arguments | Qrius | 2024-09-26 | 1 | -0/+5 |
* | Add propagation of warnings from SMP | Qrius | 2024-09-26 | 2 | -5/+127 |
* | Add some info on special metadata-keys | Qrius | 2024-09-26 | 1 | -0/+30 |
* | Track macro invokations, only re-compile nesecarry files | Qrius | 2024-09-26 | 2 | -8/+39 |
* | Rename verbatum to verbatim | Qrius | 2024-09-26 | 2 | -5/+5 |
* | Correctly create directories for static content | Qrius | 2024-09-26 | 1 | -2/+14 |
* | Fix copying error | Qrius | 2024-09-26 | 1 | -1/+1 |
* | Add static file copying | Qrius | 2024-09-26 | 3 | -7/+78 |
* | Add man pages, add array function to SMP | Qrius | 2024-09-26 | 5 | -3/+66 |
* | Expand arguments of macro if it doesn't exist | Qrius | 2024-09-26 | 1 | -1/+12 |
* | Fix buggy implementation of format_time | Qrius | 2024-09-26 | 2 | -2/+7 |
* | Add macro for formatting RFC3339-timestamps | Qrius | 2024-09-26 | 1 | -0/+19 |
* | Allow inline html in markdown | Qrius | 2024-09-26 | 2 | -1/+16 |
* | Indent some lines | Qrius | 2024-09-26 | 1 | -2/+2 |
* | Remove println | Qrius | 2024-09-26 | 1 | -1/+0 |
* | Add some sensible parsing of nested parantheses | Qrius | 2024-09-26 | 1 | -4/+14 |
* | Add indent macro, because nested functions doesn't really work, this also doe... | Qrius | 2024-09-26 | 1 | -0/+25 |
* | Remove some debug prints | Qrius | 2024-09-26 | 2 | -11/+0 |
* | Add sorting function to YamlValue, make it possible to sort in special macros... | Qrius | 2024-09-26 | 4 | -7/+381 |
* | Add some docs on macro processor | Qrius | 2024-09-26 | 1 | -0/+44 |
* | Add debian packaging script | Qrius | 2024-09-26 | 2 | -0/+29 |