commit 9cb2f6aa783710727e8c5ac176b8416a700cd108 from: Bradley Taunt date: Thu Nov 07 20:20:08 2024 UTC Inline styling, removing logo commit - b6aaac423b0e8d6be903600bf8f72f88ed5a1ae3 commit + 9cb2f6aa783710727e8c5ac176b8416a700cd108 blob - 5a3e47ffe2145366aafebb85914b4b4d53f718d8 blob + 64774a387b4d1b8e4dc9db4eccd9de7a79052a91 --- stagit-index.c +++ stagit-index.c @@ -12,7 +12,7 @@ static git_repository *repo; static const char *relpath = ""; -static char description[255] = "Repositories"; +static char description[255] = "git.btxx.org"; static char *name = ""; static char owner[255]; @@ -103,13 +103,12 @@ writeheader(FILE *fp) "", fp); xmlencode(fp, description, strlen(description)); fprintf(fp, "\n\n", relpath); - fprintf(fp, "\n", relpath); + fprintf("", fp); fputs("\n\n", fp); - fprintf(fp, "\n\n" - "
\"\"", relpath); + fprintf(fp, "\n\n
", relpath); xmlencode(fp, description, strlen(description)); - fputs("
\n" - "
\n
\n
\n" + fputs("
\n
\n" + "
\n" "\n" "" "" blob - ca5de2eefcc0e30f02517351c8a3803950c70bf7 blob + bdb9f96b35f2d2669779b3f0fb569743cec0ad61 --- stagit.c +++ stagit.c @@ -519,11 +519,9 @@ writeheader(FILE *fp, const char *title) fputs("\n", relpath); - fprintf(fp, "\n", relpath); - fputs("\n\n
NameDescriptionOwnerLast commit
", fp); - fprintf(fp, "\"\"", - relpath, relpath); - fputs("

", fp); + fprintf("", fp); + fputs("\n\n", fp); + fputs("", fp); } - fputs("

", fp); xmlencode(fp, strippedname, strlen(strippedname)); fputs("

", fp); xmlencode(fp, description, strlen(description)); @@ -535,7 +533,7 @@ writeheader(FILE *fp, const char *title) xmlencode(fp, cloneurl, strlen(cloneurl)); fputs("
\n", fp); + fputs("
\n", fp); fprintf(fp, "Log | ", relpath); fprintf(fp, "Files | ", relpath); fprintf(fp, "Refs", relpath);