| Commit message (Expand) | Author | Age | Files | Lines |
* | add changelog support | garret | 2023-02-16 | 1 | -1/+2 |
* | add rockspec | garret | 2022-11-30 | 1 | -0/+25 |
* | remove info getter | garret | 2022-11-30 | 1 | -17/+0 |
* | add README | garret | 2022-11-30 | 1 | -0/+44 |
* | update and document sample config | garret | 2022-11-30 | 1 | -11/+25 |
* | address luacheck warnings | garret | 2022-11-29 | 1 | -7/+6 |
* | make the fake require return the fake depctrl when requiring l0.DependencyCon... | garret | 2022-11-28 | 2 | -41/+36 |
* | make scripts use custom require that doesn't care about not finding it | garret | 2022-11-28 | 1 | -0/+12 |
* | feedmaker: define fileBaseUrl per macro | garret | 2022-11-28 | 1 | -5/+8 |
* | feedmaker: split file loading off into a function that throws error messages | garret | 2022-11-27 | 1 | -11/+15 |
* | feedmaker: moonscript support | garret | 2022-11-27 | 1 | -8/+24 |
* | update sample config | garret | 2022-11-27 | 1 | -8/+15 |
* | feedmaker: don't add the macros/modules table if nothing's in it | garret | 2022-11-26 | 1 | -14/+19 |
* | feedmaker: add moderately scuffed commandline arguments | garret | 2022-11-26 | 1 | -6/+8 |
* | feedmaker: make it add its directory to the lua path | garret | 2022-11-26 | 1 | -0/+7 |
* | feedmaker: use different fileBaseUrls for modules/macros | garret | 2022-11-26 | 1 | -2/+7 |
* | feedmaker: add module support | garret | 2022-11-25 | 1 | -23/+68 |
* | feedmaker: add knownFeeds support | garret | 2022-11-20 | 1 | -4/+11 |
* | feedmaker: add key:value table merger | garret | 2022-11-20 | 1 | -2/+13 |
* | feedmaker: fixes | garret | 2022-11-20 | 1 | -8/+4 |
* | update sample config | garret | 2022-11-20 | 1 | -2/+3 |
* | feedmaker: message when script ignored | garret | 2022-11-20 | 1 | -1/+4 |
* | feedmaker: fix goof with config ignore function | garret | 2022-11-20 | 1 | -1/+1 |
* | feedmaker: actual feed-making capabilities | garret | 2022-11-20 | 1 | -2/+43 |
* | feedmaker: add io functions for stderr and file/stdio | garret | 2022-11-20 | 1 | -2/+13 |
* | feedmaker: print errors to stderr | garret | 2022-11-20 | 1 | -2/+2 |
* | feedmaker: metadata getter: move what i can to before the loadfile() | garret | 2022-11-20 | 1 | -2/+2 |
* | feedmaker: metadata getter: add filename | garret | 2022-11-20 | 1 | -1/+4 |
* | feedmaker: add metadata getter | garret | 2022-11-20 | 1 | -0/+33 |
* | couple more sensible variable names | garret | 2022-11-20 | 2 | -2/+2 |
* | feedmaker: initial commit (does not make feeds) | garret | 2022-11-20 | 1 | -0/+66 |
* | add sample config file (untested) | garret | 2022-11-20 | 1 | -0/+20 |
* | info getter: add config support | garret | 2022-11-20 | 1 | -0/+3 |
* | info getter: use the fake depctrl var | garret | 2022-11-20 | 1 | -3/+1 |
* | fake depctrl: write version record to a variable instead of stdout | garret | 2022-11-20 | 1 | -5/+1 |
* | fake depctrl: add more functions | garret | 2022-11-20 | 1 | -1/+21 |
* | basic info getter | garret | 2022-11-18 | 1 | -0/+16 |
* | initial test of depctrl "hijacking" | garret | 2022-11-18 | 1 | -0/+13 |