aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README
diff options
context:
space:
mode:
authordvs12025-03-27 09:47:22 +1000
committerdvs12025-03-27 09:47:22 +1000
commitf100e861884cb261bf0598215d3e7d8aba1f3f89 (patch)
tree218ebc3aadc8eaef91ca88860131e0fa9c24acdc /README
parentAdd the help page, link it to the help widget. (diff)
downloadnotYetAnotherWiki-f100e861884cb261bf0598215d3e7d8aba1f3f89.zip
notYetAnotherWiki-f100e861884cb261bf0598215d3e7d8aba1f3f89.tar.gz
notYetAnotherWiki-f100e861884cb261bf0598215d3e7d8aba1f3f89.tar.bz2
notYetAnotherWiki-f100e861884cb261bf0598215d3e7d8aba1f3f89.tar.xz
directory -> folder
Let's be consistent, now we are using a folder icon.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index d1aa22c..954bc7a 100644
--- a/README
+++ b/README
@@ -59,13 +59,13 @@ the one system. They can chat about it, on the one system.
59 59
60## What does it do already? 60## What does it do already?
61 61
62Currently it'll scan the current directory and subdirectories looking for 62Currently it'll scan the current folder and sub folders looking for
63.md files in CommonMark syntax. This should cover some MarkDown 63.md files in CommonMark syntax. This should cover some MarkDown
64variations. Then it produces .HTML files converted from these .md files, 64variations. Then it produces .HTML files converted from these .md files,
65and links them all together into a web site. 65and links them all together into a web site.
66 66
67Any .md file that is just the beginning metadata block doesn't get 67Any .md file that is just the beginning metadata block doesn't get
68rendered into HTML, but is global metadata for this directory and subs, 68rendered into HTML, but is global metadata for this folder and subs,
69though the subs can override this with their own metadata.md files. 69though the subs can override this with their own metadata.md files.
70 70
71git is used to store the .md files, and provides edit history. Added on 71git is used to store the .md files, and provides edit history. Added on
@@ -73,7 +73,7 @@ the footer is links to cgit, which is used to store the files in git on
73your server. This provides acces to the source code, history, and ATOM 73your server. This provides acces to the source code, history, and ATOM
74feed for the site. 74feed for the site.
75 75
76It can also scan an external directory and merge that with the current 76It can also scan an external folder and merge that with the current
77one, but this isn't tested yet. 77one, but this isn't tested yet.
78 78
79## other stuff 79## other stuff