From 2adacbe580ae8ce68d8e48add43a812e6ae8b759 Mon Sep 17 00:00:00 2001
From: dvs1
Date: Sat, 21 Dec 2024 17:56:41 +1000
Subject: Major rewrite, mostly of the directory scanning code.
It can now populate the links around the edges, and turn an entire
directory structure into a web site.
---
index.HTML | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
(limited to 'index.HTML')
diff --git a/index.HTML b/index.HTML
index fc6344c..db58d96 100644
--- a/index.HTML
+++ b/index.HTML
@@ -34,16 +34,16 @@
 |
- about testing plus login and register buttons |
+ about testing plus login and register buttons |
menu for the current directory
- TODO
-index
+ index
+TODO
|
- 👣 Web trail goes here.
+ 👣
|
@@ -86,6 +86,15 @@ are moved to the decumentation section, where the original participants
and others can polish it into proper documentation about solving what has
suddenly become a common problem. Every one knows where to find it, on
the one system. They can chat about it, on the one system.
+What does it do already?
+Currently it’ll scan the current directory and subdirectories rooking for
+.md files in CommonMark syntax. This should cover some MarkDown
+variations. Then it produces .HTML files converted from these .md files,
+and links them all together into a web site.
+git is used to store the .md files, and provides edit history. Added on
+the footer is links to cgit, which is used to store the files in git on
+your server. This provides acces to the source code, history, and ATOM
+feed for the site.
--
cgit v1.1