~solene/cl-yag

5c6b061bb6f819e9e5a3bd028c5683e3b6227815 — Solene Rapenne 6 years ago f9394f2
More verbose configuration
1 files changed, 4 insertions(+), 4 deletions(-)

M data/articles.lisp
M data/articles.lisp => data/articles.lisp +4 -4
@@ 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)
   ))