blob: 8120a3ac1b75503d1b3b2cd8dd5f2867bbe6f0ca (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Cantius
Software freedom empowers sharing. Let's dedicate our libre software projects
to saints known for fostering sharing!
This Guile web server library is dedicated to St. John Cantius, a polish priest
and university professor of the 15th century. He became well known for caring
for the poor — stories survived about him giving away his meal and his shoes but
also about his penitents being told to give exceptionally huge alms for penance.
## What does this library do?
Cantius builds upon the `(fibers web server)` to provide a more complete tooling
for building websites.
## Use examples
Please look into the test suite in `tests/guile/`.
## Building & installation
This software has a Guix package definition in Wojtek's [personal
channel](https://git.koszko.org/guix/about). That can serve you as a point of
reference.
## Copying
The source code of this package is available under CC0 v1.0. The repository is
kept compliant with the [REUSE](https://reuse.software/) specification, version
3.0.
Note that the uderlying GNU Guile language is covered by the GNU GPL and hence
any binary redistribution of *Cantius* shall be covered by it as well.
|