Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feedmaker: metadata getter: add filename | garret | 2022-11-20 | 1 | -1/+4 |
| | | | | | not sure whether i was mistaken or not either way nice to have | ||||
* | feedmaker: add metadata getter | garret | 2022-11-20 | 1 | -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 names | garret | 2022-11-20 | 1 | -1/+1 |
| | |||||
* | feedmaker: initial commit (does not make feeds) | garret | 2022-11-20 | 1 | -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) |