aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notYetAnotherWiki.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* YAR see description for details.dvs12025-01-251-76/+130
| | | | | | | | | | | | | | | New everything page, lists all the pages and where they came from, with links. Now we know where the page came from, type and URL. Rejigged how metadata works. Do our own metadata substitution. Fixed up a bunch of bugs. General cleanups.
* Replace cmark-gfm and lcmark with luamark.dvs12025-01-221-68/+145
| | | | Plus YAR, yet another rewrite.
* Typo--dvs12025-01-201-1/+1
|
* If we can't use cmark-gfm, then stick with the built in cmark instead.dvs12025-01-201-5/+12
|
* Use the wiki print button, filter the wiki HTML early, and use cmark-gfm.dvs12025-01-191-21/+33
|
* Use cmake-gfm to parse the body for Foswiki.dvs12025-01-181-0/+2
| | | | Now tables work.
* Oops--.dvs12025-01-181-0/+1
| | | | Forgot to commit this one.
* Maybe THIS will solve the sorting issue?dvs12025-01-171-2/+1
|
* Page history is now per site, the page name is added automatically.dvs12025-01-171-1/+1
|
* Sorting still fails sometimes. Lets see if hat happens elsewhere.dvs12025-01-171-1/+1
|
* Maybe Lua sorting doesn't suck after all?dvs12025-01-171-2/+1
|
* Clean up left overs.dvs12025-01-171-3/+0
|
* Don't print two lines per file, silence is golden.dvs12025-01-171-2/+2
|
* Fix the logo and icon inheritance.dvs12025-01-171-5/+8
|
* Lua table sorting sucketh. loldvs12025-01-151-1/+2
|
* Make the logo clickable.dvs12025-01-151-1/+2
|
* One of these days I'll figure out sorting. loldvs12025-01-151-2/+2
|
* Attempt to fix up not linking the current page in the menu.dvs12025-01-151-4/+3
|
* whitespace--dvs12025-01-151-2/+0
|
* Try that again.dvs12025-01-151-1/+1
|
* Sort the header links.dvs12025-01-151-5/+8
|
* Should be correct titles everywhere now.dvs12025-01-151-12/+12
|
* More title tweakage.dvs12025-01-151-1/+1
|
* Try to set the HTML title correctly.dvs12025-01-151-0/+2
|
* Allow separate title and pagetitle. Use title for menu text.dvs12025-01-151-5/+10
|
* Leave more foot prints.dvs12025-01-141-1/+1
|
* Add a hand pointing out for external URL links.dvs12025-01-141-1/+1
|
* One more OOPS--.dvs12025-01-141-1/+1
|
* Oops, wrong files metadata.dvs12025-01-141-1/+2
|
* Override menu URL with metadata.dvs12025-01-141-1/+6
|
* Fix up whichPage() so they ALL have .HTML.dvs12025-01-141-3/+4
|
* Don't lowercase the resulting filename.dvs12025-01-101-1/+1
|
* Fix headers, now we find a page at the destination.dvs12025-01-101-12/+4
|
* More messing with colours. I get my own. B-)dvs12025-01-091-1/+2
|
* Add the Devuan colours from desktop-base.dvs12025-01-091-1/+5
| | | | That's the grub background images.
* Add some default page names from the other wikis.dvs12025-01-091-1/+1
|
* whichPage() no longer cares about case, add "about", and fall back to ↵dvs12025-01-031-3/+6
| | | | whatever happens to be first.
* Realase 0.0, we are out of negative territory. loldvs12025-01-011-1/+1
|
* Document the code.dvs12025-01-011-9/+43
| | | | A couple of minor code indenting changes slipped through.
* not Yet Another reWrite plus TODO--dvs12025-01-011-173/+214
| | | | | Fixed up most of the linking stuff, and got the favicon / logo inheritance working.
* Mostly fix up the footer.dvs12024-12-281-1/+10
| | | | | Still could use an " and " between "atom feed" and "source code" if both are there.
* OOPS--dvs12024-12-281-81/+0
|
* TODO-- Directory level metadata files.dvs12024-12-281-0/+103
|
* More styling tweaks for the icon and logo, and introducing karenpurple.dvs12024-12-281-1/+1
|
* Still heavily twveaking the menu / header / trail code.dvs12024-12-271-37/+62
| | | | Almost perphekt.
* Hopefully fixed up the trail now.dvs12024-12-271-4/+4
|
* Yet Another Rewrite.dvs12024-12-271-148/+131
| | | | | | | | Mostly the menu code again. Added favicon and logo code. Better structure of the site structure structure.
* Merge directories if converting an external directory.dvs12024-12-221-0/+10
|
* Try it the other way, cgit is fussy about it's README.dvs12024-12-221-1/+1
|
* Bit of code cleanup.dvs12024-12-221-28/+34
| | | | | | | | Allow parsing some other directory. Sort the menus. General cleanup.