Andreas K. Förster: lesen – webapplication for publishing literature

https://akfoerster.de/p/lesen/


 0. Instructions

The main documentation is in the file "lesen.txt",
currently in German only, sorry.

To compile it for English sites, copy the file config-en.h over
config.h and then edit the config.h to fit your needs.

Compile it with "make". You need a C compiler that supports C99.

lesen.cgi:
Install the program as "lesen" into the cgi-bin directory of your
webserver. Make a directory named "/usr/local/share/lesen".
Put the file "lesen.txt" into that directory.
Put the file "lesen.css" into the document root of the webserver.
There should also be a file named "contact.html".
Then try to call <http://localhost/cgi-bin/lesen/index.xhtml> in your
browser...


lesen-http:
This program waits for an HTTP-request on stdin and writes an HTTP-answer
to stdout. This can be used with programs like "inetd" or "tcpserver".

			*	*	*

If you have further questions feel free to contact the author
in English or German <https://akfoerster.de/contact.html>.


			*	*	*

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but {without any warranty}; without even the implied warranty of
{merchantability} or {fitness for a particular purpose}.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
