aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add deepcopy from lua-usersgarret2023-02-161-0/+21
* add changelog supportgarret2023-02-161-1/+2
* add rockspecgarret2022-11-301-0/+25
* remove info gettergarret2022-11-301-17/+0
* add READMEgarret2022-11-301-0/+44
* update and document sample configgarret2022-11-301-11/+25
* address luacheck warningsgarret2022-11-291-7/+6
* make the fake require return the fake depctrl when requiring l0.DependencyCon...garret2022-11-282-41/+36
* make scripts use custom require that doesn't care about not finding itgarret2022-11-281-0/+12
* feedmaker: define fileBaseUrl per macrogarret2022-11-281-5/+8
* feedmaker: split file loading off into a function that throws error messagesgarret2022-11-271-11/+15
* feedmaker: moonscript supportgarret2022-11-271-8/+24
* update sample configgarret2022-11-271-8/+15
* feedmaker: don't add the macros/modules table if nothing's in itgarret2022-11-261-14/+19
* feedmaker: add moderately scuffed commandline argumentsgarret2022-11-261-6/+8
* feedmaker: make it add its directory to the lua pathgarret2022-11-261-0/+7
* feedmaker: use different fileBaseUrls for modules/macrosgarret2022-11-261-2/+7
* feedmaker: add module supportgarret2022-11-251-23/+68
* feedmaker: add knownFeeds supportgarret2022-11-201-4/+11
* feedmaker: add key:value table mergergarret2022-11-201-2/+13
* feedmaker: fixesgarret2022-11-201-8/+4
* update sample configgarret2022-11-201-2/+3
* feedmaker: message when script ignoredgarret2022-11-201-1/+4
* feedmaker: fix goof with config ignore functiongarret2022-11-201-1/+1
* feedmaker: actual feed-making capabilitiesgarret2022-11-201-2/+43
* feedmaker: add io functions for stderr and file/stdiogarret2022-11-201-2/+13
* feedmaker: print errors to stderrgarret2022-11-201-2/+2
* feedmaker: metadata getter: move what i can to before the loadfile()garret2022-11-201-2/+2
* feedmaker: metadata getter: add filenamegarret2022-11-201-1/+4
* feedmaker: add metadata gettergarret2022-11-201-0/+33
* couple more sensible variable namesgarret2022-11-202-2/+2
* feedmaker: initial commit (does not make feeds)garret2022-11-201-0/+66
* add sample config file (untested)garret2022-11-201-0/+20
* info getter: add config supportgarret2022-11-201-0/+3
* info getter: use the fake depctrl vargarret2022-11-201-3/+1
* fake depctrl: write version record to a variable instead of stdoutgarret2022-11-201-5/+1
* fake depctrl: add more functionsgarret2022-11-201-1/+21
* basic info gettergarret2022-11-181-0/+16
* initial test of depctrl "hijacking"garret2022-11-181-0/+13