aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feedmaker: metadata getter: move what i can to before the loadfile()garret2022-11-201-2/+2
| | | | | nothing is sacred after that point no sense in risking stuff changing when i could just move it up a bit
* feedmaker: metadata getter: add filenamegarret2022-11-201-1/+4
| | | | | not sure whether i was mistaken or not either way nice to have
* feedmaker: add metadata gettergarret2022-11-201-0/+33
| | | | | | | | should be everything you need for a depctrl feed if i'm not mistaken. yes, this runs arbitrary code. this is, however, a non-issue, because it's *your* arbitrary code. you (hopefully) know what you wrote, and what it does.
* couple more sensible variable namesgarret2022-11-202-2/+2
|
* feedmaker: initial commit (does not make feeds)garret2022-11-201-0/+66
| | | | | | | | | | currently: scans through a (hardcoded) macros directory and prints out what it found. files must be .lua files with a valid depctrl namespace to be included. the actual namespace checking is not yet 100%. required all the libs i'm likely to need (and inspect to make life easier)
* 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
| | | | courtesy of sepro
* basic info gettergarret2022-11-181-0/+16
|
* initial test of depctrl "hijacking"garret2022-11-181-0/+13