diff options
author | dvs1 | 2025-01-15 11:04:15 +1000 |
---|---|---|
committer | dvs1 | 2025-01-15 11:04:15 +1000 |
commit | 97d97ff4d60afe1eafee7f1deea28c89b7b60436 (patch) | |
tree | 8062518feaf2bedc7adc036d6bb82f1a029a8746 | |
parent | Clean out the beginning and end of Foswiki pages. (diff) | |
download | notYetAnotherWiki-97d97ff4d60afe1eafee7f1deea28c89b7b60436.zip notYetAnotherWiki-97d97ff4d60afe1eafee7f1deea28c89b7b60436.tar.gz notYetAnotherWiki-97d97ff4d60afe1eafee7f1deea28c89b7b60436.tar.bz2 notYetAnotherWiki-97d97ff4d60afe1eafee7f1deea28c89b7b60436.tar.xz |
Remove the author stuff, pointless really.
Diffstat (limited to '')
-rw-r--r-- | INSTALL.md | 1 | ||||
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | TODO.md | 3 | ||||
-rw-r--r-- | about/index.md | 1 | ||||
-rw-r--r-- | default.template | 1 | ||||
-rw-r--r-- | testing/index.md | 1 |
6 files changed, 1 insertions, 7 deletions
@@ -1,6 +1,5 @@ | |||
1 | --- | 1 | --- |
2 | pagetitle: "INSTALL" | 2 | pagetitle: "INSTALL" |
3 | author: onefang | ||
4 | pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/INSTALL.md | 3 | pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/INSTALL.md |
5 | --- | 4 | --- |
6 | 5 | ||
@@ -1,6 +1,5 @@ | |||
1 | --- | 1 | --- |
2 | pagetitle: "notYetAnotherWiki" | 2 | pagetitle: "notYetAnotherWiki" |
3 | author: onefang | ||
4 | pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/index.md | 3 | pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/index.md |
5 | --- | 4 | --- |
6 | 5 | ||
@@ -1,6 +1,5 @@ | |||
1 | --- | 1 | --- |
2 | pagetitle: "TODO" | 2 | pagetitle: "TODO" |
3 | author: onefang | ||
4 | pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/TODO.md | 3 | pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/TODO.md |
5 | --- | 4 | --- |
6 | ## Do these | 5 | ## Do these |
@@ -9,7 +8,7 @@ Deal with complex directory trees. | |||
9 | - /testing/even should display as even/deeper on the testing page, coz even/ has no files, but even/deeper does. | 8 | - /testing/even should display as even/deeper on the testing page, coz even/ has no files, but even/deeper does. |
10 | - Scanning /usr/share/doc on my super desktop with looots of software installed will be fun. | 9 | - Scanning /usr/share/doc on my super desktop with looots of software installed will be fun. |
11 | 10 | ||
12 | Extract title from Fos and Pm, maybe even pagetitle and author if possible. Title is pointless, both of them just use the file name. | 11 | Extract title from Fos and Pm, maybe even pagetitle if possible. Title is pointless, both of them just use the file name. |
13 | 12 | ||
14 | Check the timestamps on the files, only update if source is newer than destination. Meh, it's already 600 times faster than the pandoc version. | 13 | Check the timestamps on the files, only update if source is newer than destination. Meh, it's already 600 times faster than the pandoc version. |
15 | - One quirk to watch for is if a URL path changes, the docs that have that URL need to be redone. | 14 | - One quirk to watch for is if a URL path changes, the docs that have that URL need to be redone. |
diff --git a/about/index.md b/about/index.md index aa3be9f..ebe52a4 100644 --- a/about/index.md +++ b/about/index.md | |||
@@ -1,6 +1,5 @@ | |||
1 | --- | 1 | --- |
2 | pagetitle: "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 | author: onefang | ||
4 | pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/About/index.md | 3 | pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/About/index.md |
5 | --- | 4 | --- |
6 | 5 | ||
diff --git a/default.template b/default.template index af5d701..187112d 100644 --- a/default.template +++ b/default.template | |||
@@ -36,7 +36,6 @@ | |||
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> | 38 | <h1>$pagetitle$</h1> |
39 | Author: $author$ | ||
40 | $body$ | 39 | $body$ |
41 | </main> | 40 | </main> |
42 | </td> | 41 | </td> |
diff --git a/testing/index.md b/testing/index.md index f926155..910419e 100644 --- a/testing/index.md +++ b/testing/index.md | |||
@@ -1,6 +1,5 @@ | |||
1 | --- | 1 | --- |
2 | pagetitle: "G'day world!" | 2 | pagetitle: "G'day world!" |
3 | author: onefang | ||
4 | pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/testing/index.md | 3 | pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/testing/index.md |
5 | --- | 4 | --- |
6 | 5 | ||