X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/45c87ca1c32dcd5ffd4a681fadf05627d9ce7770..39735d95ca8775204ed4c5f306009707f7da79c6:/cgit.h diff --git a/cgit.h b/cgit.h index 501cb48..325432b 100644 --- a/cgit.h +++ b/cgit.h @@ -29,13 +29,6 @@ #undef isgraph #define isgraph(x) (isprint((x)) && !isspace((x))) -/* - * Dateformats used on misc. pages - */ -#define FMT_LONGDATE "%Y-%m-%d %H:%M:%S (%Z)" -#define FMT_SHORTDATE "%Y-%m-%d" -#define FMT_ATOMDATE "%Y-%m-%dT%H:%M:%SZ" - /* * Limits used for relative dates @@ -88,6 +81,7 @@ struct cgit_repo { char *path; char *desc; char *owner; + char *homepage; char *defbranch; char *module_link; struct string_list readme;