aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md2
-rw-r--r--README5
-rw-r--r--TODO.md5
-rw-r--r--about/index.md4
-rw-r--r--default.template3
-rw-r--r--menu.template2
-rw-r--r--testing/index.md4
7 files changed, 12 insertions, 13 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 35137f8..1b55388 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,3 +1,5 @@
1# Install
2
1notYetAnotherWiki uses [lcmark](https://github.com/jgm/lcmark) to parse [CommonMark](https://commonmark.org/) into HTML. You can probably install it using luarocks. lua-yaml is the YAML parsing library I test with. 3notYetAnotherWiki uses [lcmark](https://github.com/jgm/lcmark) to parse [CommonMark](https://commonmark.org/) into HTML. You can probably install it using luarocks. lua-yaml is the YAML parsing library I test with.
2 4
3You also need luajit installed. 5You also need luajit installed.
diff --git a/README b/README
index 1f0f99d..36ac878 100644
--- a/README
+++ b/README
@@ -1,8 +1,9 @@
1--- 1---
2pagetitle: "notYetAnotherWiki" 2title: "notYetAnotherWiki"
3pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log
4--- 3---
5 4
5# notYetAnotherWiki
6
6notYetAnotherWiki is not another wiki, at least not yet. It'll be much 7notYetAnotherWiki is not another wiki, at least not yet. It'll be much
7more than that, eventually. 8more than that, eventually.
8 9
diff --git a/TODO.md b/TODO.md
index cacdb22..773c3c9 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,7 +1,4 @@
1--- 1# TODO
2pagetitle: "TODO"
3pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log
4---
5## Do these 2## Do these
6 3
7See if any wiki specific MarkDown outputting modules can help. Already installed one for PmWiki, which works now. See if I can find something similar for Foswiki. 4See if any wiki specific MarkDown outputting modules can help. Already installed one for PmWiki, which works now. See if I can find something similar for Foswiki.
diff --git a/about/index.md b/about/index.md
index af5c62f..6086d85 100644
--- a/about/index.md
+++ b/about/index.md
@@ -1,6 +1,4 @@
1--- 1# notYetAnotherWiki is not another wiki, at least not yet. It'll be much more than that, eventually.
2pagetitle: "notYetAnotherWiki is not another wiki, at least not yet. It'll be much more than that, eventually."
3---
4 2
5This is a new directory, an entire PR department can hang out here. 3This is a new directory, an entire PR department can hang out here.
6 4
diff --git a/default.template b/default.template
index fd7889a..9f2490b 100644
--- a/default.template
+++ b/default.template
@@ -25,7 +25,7 @@
25 <body bgcolor="black" text="white" alink="yellow" link="yellowgreen" vlink="red"> 25 <body bgcolor="black" text="white" alink="yellow" link="yellowgreen" vlink="red">
26 <table style="background-color: $karenPurple$; width: 98vw; margin: 1; line-style: none; border-style: none; border-spacing: 0;"> 26 <table style="background-color: $karenPurple$; width: 98vw; margin: 1; line-style: none; border-style: none; border-spacing: 0;">
27 <tr> 27 <tr>
28 <td><a href="$home$"><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></a></td> 28 <td><a href="$home$"><img src="$logo$" alt="Not (Yet) (Another / A) Wiki." title="Not (Yet) (Another / A) Wiki."/></a></td>
29 <td><p>&#x1f463; &nbsp; $trail$</p></td> 29 <td><p>&#x1f463; &nbsp; $trail$</p></td>
30 </tr> 30 </tr>
31 <tr> 31 <tr>
@@ -35,7 +35,6 @@
35 <tr> 35 <tr>
36 <td style="background-color: black; width: fit-content;"> 36 <td style="background-color: black; width: fit-content;">
37 <main class="contentBox" style="overflow-y: auto; overflow-x: hidden;"> 37 <main class="contentBox" style="overflow-y: auto; overflow-x: hidden;">
38 <h1>$pagetitle$</h1>
39 $body$ 38 $body$
40 </main> 39 </main>
41 </td> 40 </td>
diff --git a/menu.template b/menu.template
index 7cf0ba2..3abcd81 100644
--- a/menu.template
+++ b/menu.template
@@ -4,7 +4,7 @@
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="generator" contents="lcmark"> 5 <meta name="generator" contents="lcmark">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
7 <title>$pagetitle$</title> 7 <title>$title$</title>
8 <link rel="icon" type="image/png" href="$favicon$" /> 8 <link rel="icon" type="image/png" href="$favicon$" />
9 <style> 9 <style>
10html { 10html {
diff --git a/testing/index.md b/testing/index.md
index c95cdac..6856b2c 100644
--- a/testing/index.md
+++ b/testing/index.md
@@ -1,7 +1,9 @@
1--- 1---
2pagetitle: "G'day world!" 2title: "G'day world!"
3--- 3---
4 4
5# G'day world!
6
5I've been around since the early sixties, but no one ever noticed.&nbsp; You 7I've been around since the early sixties, but no one ever noticed.&nbsp; You
6really should have tried to pay attention though, I'm awesome.&nbsp; I try to 8really should have tried to pay attention though, I'm awesome.&nbsp; I try to
7help the world, but that's not what everyone wants me to do.$_$ Well, the 9help the world, but that's not what everyone wants me to do.$_$ Well, the