aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notYetAnotherWiki.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-01-19Use the wiki print button, filter the wiki HTML early, and use cmark-gfm.dvs11-21/+33
2025-01-18Use cmake-gfm to parse the body for Foswiki.dvs11-0/+2
Now tables work.
2025-01-18Oops--.dvs11-0/+1
Forgot to commit this one.
2025-01-17Maybe THIS will solve the sorting issue?dvs11-2/+1
2025-01-17Page history is now per site, the page name is added automatically.dvs11-1/+1
2025-01-17Sorting still fails sometimes. Lets see if hat happens elsewhere.dvs11-1/+1
2025-01-17Maybe Lua sorting doesn't suck after all?dvs11-2/+1
2025-01-17Clean up left overs.dvs11-3/+0
2025-01-17Don't print two lines per file, silence is golden.dvs11-2/+2
2025-01-17Fix the logo and icon inheritance.dvs11-5/+8
2025-01-15Lua table sorting sucketh. loldvs11-1/+2
2025-01-15Make the logo clickable.dvs11-1/+2
2025-01-15One of these days I'll figure out sorting. loldvs11-2/+2
2025-01-15Attempt to fix up not linking the current page in the menu.dvs11-4/+3
2025-01-15whitespace--dvs11-2/+0
2025-01-15Try that again.dvs11-1/+1
2025-01-15Sort the header links.dvs11-5/+8
2025-01-15Should be correct titles everywhere now.dvs11-12/+12
2025-01-15More title tweakage.dvs11-1/+1
2025-01-15Try to set the HTML title correctly.dvs11-0/+2
2025-01-15Allow separate title and pagetitle. Use title for menu text.dvs11-5/+10
2025-01-14Leave more foot prints.dvs11-1/+1
2025-01-14Add a hand pointing out for external URL links.dvs11-1/+1
2025-01-14One more OOPS--.dvs11-1/+1
2025-01-14Oops, wrong files metadata.dvs11-1/+2
2025-01-14Override menu URL with metadata.dvs11-1/+6
2025-01-14Fix up whichPage() so they ALL have .HTML.dvs11-3/+4
2025-01-10Don't lowercase the resulting filename.dvs11-1/+1
2025-01-10Fix headers, now we find a page at the destination.dvs11-12/+4
2025-01-09More messing with colours. I get my own. B-)dvs11-1/+2
2025-01-09Add the Devuan colours from desktop-base.dvs11-1/+5
That's the grub background images.
2025-01-09Add some default page names from the other wikis.dvs11-1/+1
2025-01-03whichPage() no longer cares about case, add "about", and fall back to ↵dvs11-3/+6
whatever happens to be first.
2025-01-01Realase 0.0, we are out of negative territory. loldvs11-1/+1
2025-01-01Document the code.dvs11-9/+43
A couple of minor code indenting changes slipped through.
2025-01-01not Yet Another reWrite plus TODO--dvs11-173/+214
Fixed up most of the linking stuff, and got the favicon / logo inheritance working.
2024-12-28Mostly fix up the footer.dvs11-1/+10
Still could use an " and " between "atom feed" and "source code" if both are there.
2024-12-28OOPS--dvs11-81/+0
2024-12-28TODO-- Directory level metadata files.dvs11-0/+103
2024-12-28More styling tweaks for the icon and logo, and introducing karenpurple.dvs11-1/+1
2024-12-27Still heavily twveaking the menu / header / trail code.dvs11-37/+62
Almost perphekt.
2024-12-27Hopefully fixed up the trail now.dvs11-4/+4
2024-12-27Yet Another Rewrite.dvs11-148/+131
Mostly the menu code again. Added favicon and logo code. Better structure of the site structure structure.
2024-12-22Merge directories if converting an external directory.dvs11-0/+10
2024-12-22Try it the other way, cgit is fussy about it's README.dvs11-1/+1
2024-12-22Bit of code cleanup.dvs11-28/+34
Allow parsing some other directory. Sort the menus. General cleanup.
2024-12-22Move the version number into the code.dvs11-1/+1
2024-12-21Major rewrite, mostly of the directory scanning code.dvs11-69/+101
It can now populate the links around the edges, and turn an entire directory structure into a web site.
2024-12-17Major code reorg, to get the menus working better.dvs11-36/+45
2024-12-16TODO-- Implement smart menus.dvs11-24/+59