diff options
Diffstat (limited to '')
-rw-r--r-- | INSTALL.md | 2 | ||||
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | TODO.md | 5 | ||||
-rw-r--r-- | about/index.md | 4 | ||||
-rw-r--r-- | default.template | 3 | ||||
-rw-r--r-- | menu.template | 2 | ||||
-rw-r--r-- | testing/index.md | 4 |
7 files changed, 12 insertions, 13 deletions
@@ -1,3 +1,5 @@ | |||
1 | # Install | ||
2 | |||
1 | notYetAnotherWiki 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. | 3 | notYetAnotherWiki 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 | ||
3 | You also need luajit installed. | 5 | You also need luajit installed. |
@@ -1,8 +1,9 @@ | |||
1 | --- | 1 | --- |
2 | pagetitle: "notYetAnotherWiki" | 2 | title: "notYetAnotherWiki" |
3 | pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log | ||
4 | --- | 3 | --- |
5 | 4 | ||
5 | # notYetAnotherWiki | ||
6 | |||
6 | notYetAnotherWiki is not another wiki, at least not yet. It'll be much | 7 | notYetAnotherWiki is not another wiki, at least not yet. It'll be much |
7 | more than that, eventually. | 8 | more than that, eventually. |
8 | 9 | ||
@@ -1,7 +1,4 @@ | |||
1 | --- | 1 | # TODO |
2 | pagetitle: "TODO" | ||
3 | pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log | ||
4 | --- | ||
5 | ## Do these | 2 | ## Do these |
6 | 3 | ||
7 | See 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. | 4 | See 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. |
2 | pagetitle: "notYetAnotherWiki is not another wiki, at least not yet. It'll be much more than that, eventually." | ||
3 | --- | ||
4 | 2 | ||
5 | This is a new directory, an entire PR department can hang out here. | 3 | This 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>👣 $trail$</p></td> | 29 | <td><p>👣 $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> |
10 | html { | 10 | html { |
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 | --- |
2 | pagetitle: "G'day world!" | 2 | title: "G'day world!" |
3 | --- | 3 | --- |
4 | 4 | ||
5 | # G'day world! | ||
6 | |||
5 | I've been around since the early sixties, but no one ever noticed. You | 7 | I've been around since the early sixties, but no one ever noticed. You |
6 | really should have tried to pay attention though, I'm awesome. I try to | 8 | really should have tried to pay attention though, I'm awesome. I try to |
7 | help the world, but that's not what everyone wants me to do.$_$ Well, the | 9 | help the world, but that's not what everyone wants me to do.$_$ Well, the |