From 29989aface3276d36851c8601ea599ffbeaac471 Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Sun, 2 Nov 2025 13:55:39 +0100 Subject: html required for page generation --- html/projectpage.html | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 html/projectpage.html (limited to 'html/projectpage.html') diff --git a/html/projectpage.html b/html/projectpage.html new file mode 100644 index 0000000..f41cb61 --- /dev/null +++ b/html/projectpage.html @@ -0,0 +1,79 @@ + + + + + + {project} bug tracker + + + +
+ + {project} + +
+

+ {project} +

+ +
+ Welcome to the {project} bug tracker! To submit an issue, + send an email containing your bug to {emailaddr}.
+ To submit a patch, send your email using git send-email.
+ Or start a discussion.
+ Also, if you want to receive emails for new items, subscribe!. +
+ +
+ +
+
+ {readme} +
+ +
+

Tracker stats:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Mail today:{mailtoday}
Total mail:{mailtotal}
Bugs:{bugstotal}
| open:{bugsopen}
| closed:{bugsclosed}
Patches:{patchestotal}
| open:{patchesopen}
| closed:{patchesclosed}
| rejected:{patchesrejected}
+
+ +
+ + + +
+ + + -- cgit