From 73278665d95376429eefdbb99ce78fcd491fbcd7 Mon Sep 17 00:00:00 2001 From: dvs1 Date: Wed, 1 Jan 2025 21:20:06 +1000 Subject: Realase 0.0, we are out of negative territory. lol --- TODO.md | 6 ++---- notYetAnotherWiki.lua | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index 02860d1..801aade 100644 --- a/TODO.md +++ b/TODO.md @@ -5,10 +5,6 @@ pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/TODO.md --- ## Do these -Clean up docs and bump to version 0.0. RELEASE!!!????!!!!???? - -The first link of the testing/even/deeper trail is still wrong. - See the conversion therapy section below. Add an Edit button that opens up the page in what ever wiki system it came from, for editing. @@ -21,6 +17,8 @@ Deal with complex directory trees. - /testing/even should display as even/deeper on the testing page, coz even/ has no files, but even/deeper does. - Scanning /usr/share/doc on my super desktop with looots of software installed will be fun. +The first link of the testing/even/deeper trail is still wrong. + Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. ### conversion therapy diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index 3bcc7d9..9909d53 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua @@ -10,7 +10,7 @@ local lcmark = require("lcmark") -- https://github.com/jgm/lcmark local globalData = { ['_'] = ' ', ['dlr'] = '$', ['karenpurple'] = '#8800ff', favicon = 'nYAW_icon.png', logo = 'nYAW.png', header = '', --menu = '', - history = '', footer = 'Powered by notYetAnotherWiki Version -0.1.  ', + history = '', footer = 'Powered by notYetAnotherWiki version 0.0.  ', } local Sites, Files, Subs = {}, {}, {} -- cgit v1.1