gopher-path support

This commit is contained in:
Solène Rapenne 2017-03-24 13:12:55 +01:00
parent 0beb1a03cf
commit a651b50488
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ In data/articles.lisp there is a ***config*** variable with the following fields
+ **:rss-item-number** : This is the number of RSS items you want to published when you generate the files, it will publish the last N articles
+ **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 gopher hole
+ **gopher-server**: hostname of the gopher server because gopher doesn't have relative links like html, so you need to know where you put your files
+ **gopher-port** : tcp port of the gopher server, 70 is the default port, it's included in every link as explained in gopher-server

View File

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