diff options
| author | 2026-07-30 12:49:23 +0700 | |
|---|---|---|
| committer | 2026-07-31 11:38:28 +0700 | |
| commit | 306fafc1d1d19c51d7ac24479f49c76272934ce5 (patch) | |
| tree | e2ab62c141f406bf2c8d8c675b00b66a409f7c52 /ui-shared.c | |
| parent | 1614f25c38d5dd1817cf7651b2fc5e07503fc454 (diff) | |
| download | cgitext-1.3.1+9.tar.gz cgitext-1.3.1+9.zip | |
licensing: add author preambles where changes were donev1.3.1+9
Add a copyright for changes done by me, also note in README the nature
of this repo
Diffstat (limited to 'ui-shared.c')
| -rw-r--r-- | ui-shared.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c index 9a9d014..97d1839 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -1,6 +1,12 @@ /* ui-shared.c: common web output functions * * Copyright (C) 2006-2017 cgit Development Team <cgit@lists.zx2c4.com> + * Copyright (C) 2026 Saya Andy <saya.andy@posteo.com> + * + * Modified 2026 by Saya Andy: + * Implement ci link tab + * Check repo existence + * Replace memrchr() for macOS compatibility * * Licensed under GNU General Public License v2 * (see COPYING for full license text) @@ -884,7 +890,7 @@ void cgit_print_docend(void) if (ctx.cfg.footer) html_include(ctx.cfg.footer); else { - htmlf("<div class='footer'>generated by <a href='https://git.zx2c4.com/cgit/about/'>cgit %s</a> " + htmlf("<div class='footer'>generated by <a href='https://sayag.it/cgitext.git/about/'>cgitext %s</a> " "(<a href='https://git-scm.com/'>git %s</a>) at ", cgit_version, git_version_string); html_txt(show_date(time(NULL), 0, cgit_date_mode(DATE_ISO8601))); html("</div>\n"); |