aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis_indexer/readmes.c
Commit message (Collapse)AuthorAgeFilesLines
* Favor writing .md extensions firstindexer-minor-fixupsJoseph Hunkeler2025-02-181-2/+2
| | | | | * .md is replaced with .html when --web is enabled * Pad horizontal line with linefeeds
* Do not show docker line if no image existsJoseph Hunkeler2025-02-181-9/+23
| | | | | * Fix docker_images free call * Inject horizontal lines between RCs
* Match harderJoseph Hunkeler2025-02-151-1/+3
|
* Plug a few leaksJoseph Hunkeler2025-02-141-2/+2
|
* indexer: current release now displays the python versionJoseph Hunkeler2024-12-221-4/+5
|
* Show current release followed by all available releasesJoseph Hunkeler2024-12-071-60/+87
| | | | * Include link to archived docker image (i.e. curl -L [..] | docker load)
* Improved markdown output and presentationJoseph Hunkeler2024-12-061-4/+14
|
* Fix pointers to Delivery structJoseph Hunkeler2024-12-061-11/+11
| | | | * Dynamic allocation only. I'm completely fed up with "lost" addresses.
* Break down indexer into independent source filesJoseph Hunkeler2024-11-181-0/+75
* Generate test result output * Add helper function to manage changing file extensions