gopher-path support - cl-yag - Common Lisp Yet Another website Generator | |
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit a651b504887429c23aed643787dc55d10f1d501d | |
parent 0beb1a03cf6a8f8aa14c515b74938bddc7b33fbe | |
Author: Solène Rapenne <[email protected]> | |
Date: Fri, 24 Mar 2017 13:12:55 +0100 | |
gopher-path support | |
Diffstat: | |
M README.md | 1 + | |
M data/articles.lisp | 1 + | |
2 files changed, 2 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/README.md b/README.md | |
@@ -37,6 +37,7 @@ In data/articles.lisp there is a ***config*** variable with t… | |
+ **:rss-item-number** : This is the number of RSS items you want to published… | |
+ **html** : t to export html website / nil to disable | |
+ **gopher** : t to export gopher website / nil to disable | |
++ **gopher-path** : this is the full path of the directory to access your goph… | |
+ **gopher-server**: hostname of the gopher server because gopher doesn't have… | |
+ **gopher-port** : tcp port of the gopher server, 70 is the default port, it'… | |
diff --git a/data/articles.lisp b/data/articles.lisp | |
@@ -13,6 +13,7 @@ | |
:rss-item-number 10 ;; we want 10 items in our RSS feed | |
:html t ;; t to export html website / nil to disable | |
:gopher t ;; t to export gopher website / nil to disable | |
+ :gopher-path "/user" ;; the 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 | |
)) |