Suggestion from James Beal: support a '--title' option to override the
[sgt/agedu] / html.h
diff --git a/html.h b/html.h
index 6615a4a..47b7ffd 100644 (file)
--- a/html.h
+++ b/html.h
@@ -83,6 +83,11 @@ struct html_config {
      * directories in the report.
      */
     int showfiles;
+    /*
+     * The string appearing in the <title> part of HTML pages, before
+     * a colon followed by the path being served. Default is "agedu".
+     */
+    const char *html_title;
 };
 
 /*