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

DateCommit messageFiles+-
2025-03-21README: Re-generate from man page1+32-10
2025-03-21mmw.1: Improve wording1+2-2
2025-03-21mmw.1: Document {reserved,configuration} variables1+38-4
2025-03-21mmw.1: Sort sections according to mdoc(7)1+2-2
2025-03-21mmw.1: Add FILES section1+7-0
2025-03-21Add NO_READ variable to skip reading files1+1-0
2025-03-21Set filepath variable to FILENAME by default5+10-1
2024-10-14README: Generate from man page1+379-384
2024-10-14mmw.1: Improve wording1+3-2
2024-10-11Bump version to 0.21+1-1
2024-10-11Add first tests10+424-1
2024-10-11Fail on first error when piping to shell1+1-1
2024-10-11Rename error function to die1+4-4
2024-10-11Allow overriding configuration directory1+1-1
2024-10-11Add missing semicolon1+1-1
2024-10-11Close global variables file when done reading1+1-0
2024-10-11style: Put opening curly braces in their own line1+24-12
2024-10-11Refactor variable and command substitution2+25-21
2024-10-11README: mmw.1: Improve wording1+6-5
2024-10-11Rename id variables to fid to refer to files ids1+9-9
2024-10-11Use full path to shell1+1-1
2024-10-11README: mmw.1: Improve wording in description2+5-5
2024-10-11README: mmw.1: Revise wording in caveats2+2-2
2024-10-11README: mmw.1: Add caveats2+22-3
2024-10-11README: mmw.1: Add examples2+600-0
2024-10-11README: mmw.1: Improve wording and formatting2+33-33
2024-10-11Add man page and update README3+130-45
2024-10-11Substitute 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
12 more commits remaining, fetch the repository