URI: 
       More verbose configuration - cl-yag - Common Lisp Yet Another website Generator
  HTML git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 5c6b061bb6f819e9e5a3bd028c5683e3b6227815
   DIR parent f9394f295129ed69babc3a11e99d0364458dc95b
  HTML Author: Solene Rapenne <solene@perso.pw>
       Date:   Sun, 31 Dec 2017 16:54:23 +0100
       
       More verbose configuration
       
       Diffstat:
         M data/articles.lisp                  |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/data/articles.lisp b/data/articles.lisp
       @@ -17,10 +17,10 @@
           :gopher-path      "/user"                            ;; absolute path of your gopher directory
           :gopher-server    "my.website"                       ;; hostname of the gopher server
           :gopher-port      "70"                               ;; tcp port of the gopher server, 70 usually
       -   :gopher-format "[0|~a|~a/article-~d.txt|~a|~a]~%~%"  ;; geomyidae
       -   :gopher-index "index.gph"                            ;; geomyidae
       -   ;; :gopher-format "0~a        ~a/article-~d.txt        ~a        ~a~%~%" ;; gophernicus and others
       -   ;; :gopher-index "gophermap"                         ;; gophernicus and others
       +   :gopher-format "[0|~a|~a/article-~d.txt|~a|~a]~%~%"  ;; menu format (geomyidae)
       +   :gopher-index "index.gph"                            ;; menu file   (geomyidae)
       +   ;; :gopher-format "0~a        ~a/article-~d.txt        ~a        ~a~%~%" ;; menu format (gophernicus and others)
       +   ;; :gopher-index "gophermap"                         ;; menu file (gophernicus and others)
           ))