More verbose configuration

This commit is contained in:
Solene Rapenne 2017-12-31 16:54:23 +01:00
parent f9394f2951
commit 5c6b061bb6
1 changed files with 4 additions and 4 deletions

View File

@ -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)
))