Simple fileserver and uploader to share all files in a directory implemented in Guile with Wisp; supports range-requests and some more

clone

read-only
https://hg.sr.ht/~arnebab/wispserve
read/write
ssh://hg@hg.sr.ht/~arnebab/wispserve
wispserve - tagline of your project
======================================

Description of wispserve.

See NEWS for user-visible changes.
See ChangeLog or the history for detailed changes.

## Usage

$ wispserve [options] [arguments]

## Install

$ ./bootstrap.sh && make install

To install only for the current user, use

$ ./bootstrap.sh --prefix=$HOME/.local && make install

Also see

$ make help

For details on installing a release, see INSTALL

## Contributors

See AUTHORS

## Release Process

* Check/Update NEWS
* Increase version in configure.ac (see semver.org)
* Commit, merge to stable and tag (see branching[1])
$ ./bootstrap.sh && make distcheck

[1]: See do a release in
     http://www.draketo.de/branching-strategy#action-maintainer

------

Built on Setting up a GNU Guile project with Autotools by Erik Edrosa:
https://erikedrosa.com/2017/10/29/guile-projects-with-autotools.html