summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-02 17:51:14 +0200
committerPaul Buetow <paul@buetow.org>2025-02-02 17:51:14 +0200
commit6c60fc4510dda9af22263c243947714c106484a7 (patch)
tree979f3026b5dde23a40c0b9649af08e93100372bc
parent6baa54ade7c078663093eec545d4503c52664faa (diff)
more todo
-rw-r--r--foostats.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/foostats.pl b/foostats.pl
index ce6d636..e27bc1d 100644
--- a/foostats.pl
+++ b/foostats.pl
@@ -17,8 +17,9 @@ use diagnostics;
# TODO: Blog post about this script and the new Perl features used.
# TODO NEXT:
-# 1) Site stats
-# 2) Write out a nice output from each merged file, also merge if multiple hosts results
+# * Write out a nice output from each merged file, also merge if multiple hosts results
+# * Fix bug with .gmi.*.gmi in the log parser
+# * Nicely formatted .txt output by stats by count by date
package FileHelper {
use JSON;