diff options
author | Wojtek Kosior <koszko@koszko.org> | 2023-12-15 22:26:10 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2023-12-16 13:16:48 +0100 |
commit | dac73785f73a91306a1c3eacbf04be720717ab76 (patch) | |
tree | 8636cfb50ec63d0e1e3d171cf3f723e1ff8769cd /README.md | |
download | cantius-dac73785f73a91306a1c3eacbf04be720717ab76.tar.gz cantius-dac73785f73a91306a1c3eacbf04be720717ab76.zip |
Initial commit.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8120a3a --- /dev/null +++ b/README.md @@ -0,0 +1,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. |