diff options
author | dvs1 | 2025-03-27 09:47:22 +1000 |
---|---|---|
committer | dvs1 | 2025-03-27 09:47:22 +1000 |
commit | f100e861884cb261bf0598215d3e7d8aba1f3f89 (patch) | |
tree | 218ebc3aadc8eaef91ca88860131e0fa9c24acdc /README | |
parent | Add the help page, link it to the help widget. (diff) | |
download | notYetAnotherWiki-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-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 | ||
62 | Currently it'll scan the current directory and subdirectories looking for | 62 | Currently 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 |
64 | variations. Then it produces .HTML files converted from these .md files, | 64 | variations. Then it produces .HTML files converted from these .md files, |
65 | and links them all together into a web site. | 65 | and links them all together into a web site. |
66 | 66 | ||
67 | Any .md file that is just the beginning metadata block doesn't get | 67 | Any .md file that is just the beginning metadata block doesn't get |
68 | rendered into HTML, but is global metadata for this directory and subs, | 68 | rendered into HTML, but is global metadata for this folder and subs, |
69 | though the subs can override this with their own metadata.md files. | 69 | though the subs can override this with their own metadata.md files. |
70 | 70 | ||
71 | git is used to store the .md files, and provides edit history. Added on | 71 | git 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 | |||
73 | your server. This provides acces to the source code, history, and ATOM | 73 | your server. This provides acces to the source code, history, and ATOM |
74 | feed for the site. | 74 | feed for the site. |
75 | 75 | ||
76 | It can also scan an external directory and merge that with the current | 76 | It can also scan an external folder and merge that with the current |
77 | one, but this isn't tested yet. | 77 | one, but this isn't tested yet. |
78 | 78 | ||
79 | ## other stuff | 79 | ## other stuff |