descriptionnone
ownerkaction@disroot.org
last changeFri, 19 Jul 2019 15:38:58 +0000 (19 15:38 +0000)
content tags
add:
README.markdown

erinaco -- gopher server

Gopher server erinaco is designed to have as little moving parts as possible. It provides no dynamic features, so it is not possible to have search or guestbook implemented with it. In some sense, it is static website generator counterpart of HTTP.

Software consists of two parts: erinaco-data and erinaco. First part, erinaco-data scans current directory and generates self-contained constant database with content of all files in current directory ready to be served by erinaco.

Erinaco expects to find data.cdb file in current directory, generated by erinaco-data, reads Gopher request from stdin and prints it into stdout. It is inteded to be run under ucspi-tcp.

shortlog
2019-07-19 Dmitry BogatovAdd recursive scanningmaster
2019-07-19 Dmitry BogatovFirst prototype of erinaco-data
2019-07-18 Dmitry BogatovInitial commit
heads
4 years ago master