stagit

static git page generator (pmc local branch)
git clone http://git.permacomputing.net/repos/bingo.git # read-only access
Log | Files | Refs | README | LICENSE

commit e4386125776c2eb10cd55d1067afee14a2570c0d
parent e807081e3fe85b23dfc9e34a936ea2c9015e69ba
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Tue,  1 Oct 2024 23:02:27 +0200

read-only info

Diffstat:
Mstagit.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stagit.c b/stagit.c @@ -532,7 +532,7 @@ writeheader(FILE *fp, const char *title) xmlencode(fp, cloneurl, strlen(cloneurl)); /* not percent-encoded */ fputs("\">", fp); xmlencode(fp, cloneurl, strlen(cloneurl)); - fputs("</a></td></tr>", fp); + fputs("</a> # read-only access</td></tr>", fp); } fputs("<tr><td></td><td>\n", fp); fprintf(fp, "<a href=\"%slog.html\">Log</a> | ", relpath);