diff options
-rw-r--r-- | TODO | 3 | ||||
-rwxr-xr-x | sitesummary-makewebreport | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -1,4 +1,3 @@ - include version number in protocol exchange - implement encryption of submissions -- generate web pages -- automate the apache configuration to make the server work out of the box +- generate more elegant web pages (with support for templates) diff --git a/sitesummary-makewebreport b/sitesummary-makewebreport index 67bd694..f517c88 100755 --- a/sitesummary-makewebreport +++ b/sitesummary-makewebreport @@ -1,7 +1,7 @@ #!/bin/sh # -# Make simple web page with summary information. This should be rewritten to use some -# template system and be more flexible. +# Make simple web page with summary information. This should be rewritten +# to use some template system and be more flexible. # ( |