mmw - Minimal template engine
ssh://anon@thyssentishman.com/mmw
Log | Files | Refs | Feed | README | LICENSE

DateCommit messageFiles+-
2024-08-14Refactor variable and command substitution2+25-21
2024-08-14README: mmw.1: Improve wording1+6-5
2024-08-14Revert 'Substitute variables in content before templates'1+1-4
2024-08-14Rename id variables to fid to refer to files ids1+9-9
2024-08-01Use full path to shell1+1-1
2024-08-01README: mmw.1: Improve wording in description2+5-5
2024-08-01README: mmw.1: Revise wording in caveats2+2-2
2024-08-01README: mmw.1: Add caveats2+22-3
2024-08-01README: mmw.1: Add examples2+600-0
2024-08-01README: mmw.1: Improve wording and formatting2+33-33
2024-08-01Add man page and update README3+130-45
2024-08-01Substitute variables in content before templates1+4-1
2024-08-01README: Refer to www repository for examples1+5-0
2024-08-01Bump version to 0.11+1-1
2024-08-01README: Document usage of multiple variable blocks1+2-2
2024-08-01README: Indent examples1+13-13
2024-08-01Escape '&' in variable value to avoid recursion1+4-2
2024-08-01Look for templates and globals under _config2+7-5
2024-08-01Simplify usage of global variables2+13-14
2024-08-01Allow using field separator in variable value1+7-2
2024-08-01Fix minor indentation issue1+1-1
2024-08-01Swap subvars function parameters for consistency1+2-2
2024-08-01Add LICENSE2+676-0
2024-08-01Makefile: Rewrite with install and uninstall rules1+16-11
2024-08-01README: Update title and remove about section1+3-9
2024-08-01Remove website specific files84+0-610
2024-08-01Handle errors when reading temporary file1+4-2
2024-08-01README: Warn about recursion1+1-1
2024-08-01Make trim only remove surrounding whitespace1+1-2
2024-08-01Use TMPDIR if set1+3-2
2024-08-01Escape '&' in pipe output to avoid recursion1+1-0
2024-08-01gallery: Remove unsupported template3+0-26
2024-08-01default: Remove time meta tag from template1+0-1
2024-08-01Add support for piping variables to commands2+53-26
2024-08-01Clean up syntax and unnecessary lines1+1-2
2024-08-01Remove help comments1+0-7
2024-08-01Makefile: Sort files by published date1+1-1
2024-05-10Rename template engine to mmw4+77-77
2024-05-10Add README1+88-0
2024-05-08parse: Be more flexible when parsing variables1+9-2
2024-05-08parse: Fix variable usage with multiple files1+3-3
2024-05-08parse: Do not set "filetype" variable by default1+1-1
2024-05-08parse: Throw error if template does not exist1+19-10
2024-05-08parse: Add usage function1+12-6
2024-05-08Add .gitignore1+1-0
2024-05-07Initial commit88+698-0