summaryrefslogtreecommitdiffstats
path: root/syslog-expert-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'syslog-expert-html.lsp')
-rw-r--r--syslog-expert-html.lsp12
1 files changed, 12 insertions, 0 deletions
diff --git a/syslog-expert-html.lsp b/syslog-expert-html.lsp
new file mode 100644
index 0000000..fb43eae
--- /dev/null
+++ b/syslog-expert-html.lsp
@@ -0,0 +1,12 @@
+<? ctl = ... ?>
+<h1>System logging</h1>
+<h2>Status</h2>
+<P>WORK IN PROGRESS!!!</P>
+
+<?
+--[[ DEBUG INFORMATION
+view = ...
+require("debugs")
+io.write(debugs.variables(view))
+--]]
+?>