X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/502865a5ec40fed5f1f865cb34002aecaab8405e..5632ba35d133ee29d46c031cdd4b4a37097b8ca1:/cgit.h diff --git a/cgit.h b/cgit.h index 7881aca..91db98a 100644 --- a/cgit.h +++ b/cgit.h @@ -22,8 +22,9 @@ /* * Dateformats used on misc. pages */ -#define FMT_LONGDATE "%Y-%m-%d %H:%M:%S" +#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" /* @@ -84,7 +85,7 @@ struct commitinfo { struct taginfo { char *tagger; char *tagger_email; - int tagger_date; + unsigned long tagger_date; char *msg; }; @@ -117,7 +118,9 @@ struct cgit_query { char *path; char *name; char *mimetype; + char *url; int ofs; + int nohead; }; struct cgit_config { @@ -148,6 +151,7 @@ struct cgit_config { int enable_index_links; int enable_log_filecount; int enable_log_linecount; + int local_time; int max_repo_count; int max_commit_count; int max_lock_attempts; @@ -164,6 +168,7 @@ struct cgit_config { struct cgit_page { time_t modified; time_t expires; + size_t size; char *mimetype; char *charset; char *filename;