From 76a485b18ed57c15cb5bc2d19189f6a1b347ac0e Mon Sep 17 00:00:00 2001
From: dvs1
Date: Sun, 22 Dec 2024 02:53:53 +1000
Subject: Remove the generated files.

---
 TODO.HTML | 113 --------------------------------------------------------------
 1 file changed, 113 deletions(-)
 delete mode 100644 TODO.HTML

(limited to 'TODO.HTML')

diff --git a/TODO.HTML b/TODO.HTML
deleted file mode 100644
index a4d711b..0000000
--- a/TODO.HTML
+++ /dev/null
@@ -1,113 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <meta name="generator" contents="lcmark">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
-    <title>TODO</title>
-    <link rel="icon" type="image/png" href="cartdave_favicon.png" />
-    <style>
-      html {font-family: sans-serif;}
-
-      body {
-        background-color: black;
-        color: white !important;
-      }
-
-      pre {
-        background-color: #cc00ff;
-        overflow: auto;
-        width: 42%;
-      }
-
-      menu {
-        list-style-type: none;
-      }
-
-      .contentBox {
-        overflow-y: auto;
-        overflow-x: hidden;
-      }
-    </style>
-  </head>
-  <body bgcolor="black" text="white" alink="red" link="yellow" vlink="blue">
-    <table>
-      <tr>
-	<td><img src="Connie_click-me.gif" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td>
-	<td><a href="about/">about</a> &nbsp; <a href="testing/">testing</a> &nbsp;  &nbsp; plus login and register buttons</td>
-      </tr>
-	<td rowspan=0 style="background-color: rebeccapurple; text-align:left; white-space:nowrap; vertical-align:top">
-	    menu for the current directory
-	     <p><a href="INSTALL.HTML">INSTALL</a></p>
-<p><a href="TODO.HTML">TODO</a></p>
-<p><a href="index.HTML">index</a></p>
-
-	</td>
-	<td style="background-color: rebeccapurple">
-	  &#x1f463; 
-	</td>
-      </tr>
-      <tr>
-	<td>
-	  <main class="contentBox">
-	    <div name="contentFrame">
-	      <h1>TODO</h1>
-		Author:   onefang
-		<h2>Do these</h2>
-<p>Check the timestamps on the files, only update if source is newer than destination.  Meh, it’s already 600 times faster than the pandoc version.
-One quirk to watch for is if a URL path cahnges, the docs that have that URL need to be redone.</p>
-<p>Add atom feed for single page.  Alas cgit only seems to have ATOM feed on the whole repo, not individual files.</p>
-<h2>Try out</h2>
-<p>htmx</p>
-<p>pandoc replacements
-cmark-gfm</p>
-<p>cgit has Lua</p>
-<h2>User system</h2>
-<p>levels -</p>
-<ul>
-<li>banned</li>
-<li>reader</li>
-<li>member</li>
-<li>moderator</li>
-<li>editor</li>
-<li>admin</li>
-<li>shell</li>
-<li>root</li>
-</ul>
-<p>Banned people can’t do squat, except maybe pester an admin once to start the unbanning process.</p>
-<p>When first registered, accounts are set to reader level.
-Initial verification by email.
-Readers can only edit their own profile.</p>
-<p>If an existing member vouches for a reader, they get promoted to member.
-Some invite system would count is vouching, but need to get secure invite credentials to someone outside the system.</p>
-<p>Members can chat, and create their own sandboxes that might get promoted by editors / moderators to proper content.</p>
-<p>Moderators can move things around, including to a spam/trash place.  They can ban readers and members.</p>
-<p>Editors can edit any content, and move things around.  They can’t edit the site elements itself.
-So they can edit the site menu and structure of the content, but not the footer?
-Certainly can’t edit any admin stuff.</p>
-<p>Admins are set by other admins.
-Admins can promote / demote people and content at any time.
-Admins can edit anything, including web editing of config files, and managing of modules.</p>
-<p>shell level means you have direct access to the files that are the web
-site, including configuration and modules.  Likely this is the person
-that set the system up in the first place.</p>
-<p>Admin should have access to everything that shell level has, but there’s always things need tweaking at some lower level.
-Built in file browser might do the trick.  Would be useful for content creators to to organise the content.  Naturally should obey the permisisons.</p>
-<p>root level is whoever controls the server things are running on.  They can do anything at all.</p>
-
-	    </div>
-	  </main>
-	</td>
-      </tr>
-      <tr>
-	<td style="background-color: rebeccapurple">
-	  <p>Page <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/log/TODO.md">history</a>. &nbsp; Web site <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/atom">atom feed</a> and <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/">source code</a> &nbsp; Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> Version -0.1.</p>
-	</td>
-      </tr>
-      <tr>
-	<td>
-	</td>
-      </tr>
-    </table>
-  </body>
-</html>
-- 
cgit v1.1