summary refs log tree commit diff
path: root/bin/htagml.c (follow)
Commit message (Expand)AuthorAge
* Prefer tag matches not preceded by [[:alnum:]]June McEnroe2021-01-19
* Map tags to IDs using only [[:alnum:]-._]June McEnroe2021-01-19
* Simplyify htagml match outputJune McEnroe2021-01-15
* Output htagml -x from the main loopJune McEnroe2021-01-15
* Avoid matching tag text inside HTML elementsJune McEnroe2021-01-12
* Add htagml -iJune McEnroe2021-01-12
* Add htagml -xJune McEnroe2021-01-12
* Prevent matching the same tag twiceJune McEnroe2021-01-12
* Process htagml file line by lineJune McEnroe2021-01-12
* Split fields by tab onlyJune McEnroe2021-01-12
* Add htagmlJune McEnroe2021-01-12
clean up includesJune McEnroe 2020-08-15Reap childrenJune McEnroe 2020-08-14Implement serviceSignal, serviceStop, serviceRestartJune McEnroe 2020-08-14Reset restartInterval and restartDeadline on startJune McEnroe 2020-08-14Switch to timespec for timeoutsJune McEnroe 2020-08-14Implement serviceStartJune McEnroe 2020-08-14Flesh out Service structJune McEnroe 2020-08-14Build environment for servicesJune McEnroe 2020-08-14Implement spawntab parsingJune McEnroe 2020-08-14Open syslog, daemonize, write PIDJune McEnroe 2020-08-14Implement user and group lookupJune McEnroe 2020-08-14Add install targetJune McEnroe 2020-08-14Add spawnd skeletonJune McEnroe