From f5333ff7e8aee4d85c3c357555feb6a2d504aa3e Mon Sep 17 00:00:00 2001 From: James Darnley Date: Tue, 25 Feb 2014 00:04:20 +0100 Subject: README: rewrap some lines to 80 columns Conflicts: README --- README | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README b/README index 2684869..a71f9b1 100644 --- a/README +++ b/README @@ -125,11 +125,10 @@ fugitive: README
  • it generates static html files for newly added articles,
  • it regenerates static html files for modified articles,
  • it deletes static html files for deleted articles,
  • -
  • it regenerates static html files for articles that are just - before and after newly added and deleted articles (this to maintain the +
  • it regenerates static html files for articles that are just before and + after newly added and deleted articles (this to maintain the "previous" and "next" links alive),
  • -
  • it regenerates the archives.html and feed.xml - files,
  • +
  • it regenerates the archives.html, tags.html, and feed.xml files,
  • and finally it copies the static html file of the last article to "index.html".
  • @@ -176,9 +175,9 @@ fugitive: README anything else.

    - The foreach loop construct is specific to the archives.html and - feed.xml templates and will therefore be described at the same - time. Where available, the loops are processed right after the includes. + The foreach loop construct is specific to the archives.html, tags.html, and + feed.xml templates and will therefore be described at the same time. Where + available, the loops are processed right after the includes.

    The syntax of the conditional construct is as follow: -- cgit v1.2.3