From 76d9396e47ce00b029ba4497fd63aa507929fcd3 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 13 Feb 2022 20:20:07 -0500 Subject: Update information for fork --- AUTHORS | 2 +- README | 18 ++++++++++-------- cgit.c | 2 +- ui-shared.c | 2 +- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/AUTHORS b/AUTHORS index 031de33..256ea6b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ Maintainer: - Jason A. Donenfeld + June McEnroe Contributors: Jason A. Donenfeld diff --git a/README b/README index 371cf21..2094b87 100644 --- a/README +++ b/README @@ -1,8 +1,9 @@ -cgit - CGI for Git -================== +cgit-pink - CGI for Git +======================= -This is an attempt to create a fast web interface for the Git SCM, using a -built-in cache to decrease server I/O pressure. +This is a fork of cgit, an attempt to create a fast web interface +for the Git SCM, using a built-in cache to decrease server I/O +pressure. Installation ------------ @@ -79,8 +80,9 @@ the HTTP headers `Modified` and `Expires`. Online presence --------------- -* The cgit homepage is hosted by cgit at +* The cgit-pink homepage is hosted by cgit at + -* Patches, bug reports, discussions and support should go to the cgit - mailing list: . To sign up, visit - +* Patches, bug reports, discussions and support should go to the cgit-pink + mailing list: . Archives are available at: + diff --git a/cgit.c b/cgit.c index f3fe4c7..d18938c 100644 --- a/cgit.c +++ b/cgit.c @@ -963,7 +963,7 @@ static void cgit_parse_args(int argc, const char **argv) for (i = 1; i < argc; i++) { if (!strcmp(argv[i], "--version")) { - printf("CGit %s | https://git.zx2c4.com/cgit/\n\nCompiled in features:\n", CGIT_VERSION); + printf("CGit-pink %s | https://git.causal.agency/cgit-pink/\n\nCompiled in features:\n", CGIT_VERSION); #ifndef HAVE_LINUX_SENDFILE printf("[-] "); #else diff --git a/ui-shared.c b/ui-shared.c index 225a363..72a1505 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -835,7 +835,7 @@ void cgit_print_docend(void) if (ctx.cfg.footer) html_include(ctx.cfg.footer); else { - htmlf("