iMinor adjustments or README Checked for ambiguous usage of 'should' and 'could'. Deleted _ in :id Corrections of minor spelling errors. - cl-yag - Common Lisp Yet Another website Generator Err bitreich.org 70 hgit clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/ URL:git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/ bitreich.org 70 1Log /scm/cl-yag/log.gph bitreich.org 70 1Files /scm/cl-yag/files.gph bitreich.org 70 1Refs /scm/cl-yag/refs.gph bitreich.org 70 1Tags /scm/cl-yag/tag bitreich.org 70 1README /scm/cl-yag/file/README.md.gph bitreich.org 70 1LICENSE /scm/cl-yag/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 1commit 5024296da286dd15e183886cd4110e05a6049078 /scm/cl-yag/commit/5024296da286dd15e183886cd4110e05a6049078.gph bitreich.org 70 1parent 561ae0469c01b746c84590685e649873d3e65728 /scm/cl-yag/commit/561ae0469c01b746c84590685e649873d3e65728.gph bitreich.org 70 hAuthor: lambda URL:mailto:lambda@fnord.one bitreich.org 70 iDate: Fri, 24 Nov 2017 11:48:28 +0100 Err bitreich.org 70 i Err bitreich.org 70 iMinor adjustments or README Err bitreich.org 70 i Checked for ambiguous usage of 'should' and 'could'. Err bitreich.org 70 i Deleted _ in :id Err bitreich.org 70 i Corrections of minor spelling errors. Err bitreich.org 70 i Err bitreich.org 70 iStatus of this commit: PENDING. Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M README.md | 6 +++--- Err bitreich.org 70 i M data/README.md | 6 +++--- Err bitreich.org 70 i Err bitreich.org 70 i2 files changed, 6 insertions(+), 6 deletions(-) Err bitreich.org 70 i--- Err bitreich.org 70 1diff --git a/README.md b/README.md /scm/cl-yag/file/README.md.gph bitreich.org 70 i@@ -3,7 +3,7 @@ Err bitreich.org 70 i Err bitreich.org 70 i ## Introduction Err bitreich.org 70 i Err bitreich.org 70 i-cl-yag is a very lightweight, 'static site'-generator that produces **gopher** sites as well as **html** websites. Err bitreich.org 70 i+cl-yag is a very lightweight, static-site generator that produces **gopher** sites as well as **html** websites. Err bitreich.org 70 i The name 'cl-yag' stands for 'Common Lisp - Yet Another website Generator'. Err bitreich.org 70 i It runs without Quicklisp. Err bitreich.org 70 i Err bitreich.org 70 i@@ -143,13 +143,13 @@ The **config** variable is used to assign the following values: Err bitreich.org 70 i ### The **articles** Variable Err bitreich.org 70 i Err bitreich.org 70 i The **articles** variable holds per page/post-metadata. Err bitreich.org 70 i-Of the following fields, only the *:author* and *:short* description could be omitted. Err bitreich.org 70 i+Of the following fields, only the *:author* and *:short* description can be omitted. Err bitreich.org 70 i Err bitreich.org 70 i - **:short** Err bitreich.org 70 i - The _:short_ field's value is used for displaying a really short description of the posts content on your homepage. Err bitreich.org 70 i - If _:short_ doesn't get a value, the full article gets displayed. Err bitreich.org 70 i - Hint: Use ``:short "view the article for the full text"``, if you don't want to display the full text of an article on your index site. Err bitreich.org 70 i-- **:id_** Err bitreich.org 70 i+- **:id** Err bitreich.org 70 i - The _:id_ field holds the filename of your post/page. Err bitreich.org 70 i - Example: ``:id "2"`` will load file ``data/2.md``. Use text instead of numbers, if you want to. Err bitreich.org 70 i - (See section: 'The **data/** Directory'.) Err bitreich.org 70 1diff --git a/data/README.md b/data/README.md /scm/cl-yag/file/data/README.md.gph bitreich.org 70 i@@ -3,7 +3,7 @@ Err bitreich.org 70 i Err bitreich.org 70 i ## Introduction Err bitreich.org 70 i Err bitreich.org 70 i-cl-yag is a very lightweight, 'static site'-generator that produces **gopher** sites as well as **html** websites. Err bitreich.org 70 i+cl-yag is a very lightweight, static-site generator that produces **gopher** sites as well as **html** websites. Err bitreich.org 70 i The name 'cl-yag' stands for 'Common Lisp - Yet Another website Generator'. Err bitreich.org 70 i It runs without Quicklisp. Err bitreich.org 70 i Err bitreich.org 70 i@@ -143,13 +143,13 @@ The **config** variable is used to assign the following values: Err bitreich.org 70 i ### The **articles** Variable Err bitreich.org 70 i Err bitreich.org 70 i The **articles** variable holds per page/post-metadata. Err bitreich.org 70 i-Of the following fields, only the *:author* and *:short* description could be omitted. Err bitreich.org 70 i+Of the following fields, only the *:author* and *:short* description can be omitted. Err bitreich.org 70 i Err bitreich.org 70 i - **:short** Err bitreich.org 70 i - The _:short_ field's value is used for displaying a really short description of the posts content on your homepage. Err bitreich.org 70 i - If _:short_ doesn't get a value, the full article gets displayed. Err bitreich.org 70 i - Hint: Use ``:short "view the article for the full text"``, if you don't want to display the full text of an article on your index site. Err bitreich.org 70 i-- **:id_** Err bitreich.org 70 i+- **:id** Err bitreich.org 70 i - The _:id_ field holds the filename of your post/page. Err bitreich.org 70 i - Example: ``:id "2"`` will load file ``data/2.md``. Use text instead of numbers, if you want to. Err bitreich.org 70 i - (See section: 'The **data/** Directory'.) Err bitreich.org 70 .