More verbose configuration - cl-yag - Common Lisp Yet Another website Generator | |
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 5c6b061bb6f819e9e5a3bd028c5683e3b6227815 | |
parent f9394f295129ed69babc3a11e99d0364458dc95b | |
Author: Solene Rapenne <[email protected]> | |
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(-) | |
--- | |
diff --git a/data/articles.lisp b/data/articles.lisp | |
@@ -17,10 +17,10 @@ | |
:gopher-path "/user" ;; absolute path of yo… | |
:gopher-server "my.website" ;; hostname of the gop… | |
:gopher-port "70" ;; tcp port of the gop… | |
- :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~%~%" ;;… | |
- ;; :gopher-index "gophermap" ;; gophernicus and oth… | |
+ :gopher-format "[0|~a|~a/article-~d.txt|~a|~a]~%~%" ;; menu format (geomyi… | |
+ :gopher-index "index.gph" ;; menu file (geomyi… | |
+ ;; :gopher-format "0~a ~a/article-~d.txt ~a ~a~%~%" ;;… | |
+ ;; :gopher-index "gophermap" ;; menu file (gopherni… | |
)) | |