Documentation for setting up streaming servers with free software. https://streamlibre.org
  • Makefile 41.9%
  • Python 40.8%
  • Shell 17.3%
Find a file
2024-07-21 16:18:57 -06:00
docs v0.2.1 2024-07-21 16:18:57 -06:00
scripts Scripts to translate docs 2024-07-21 13:49:22 -06:00
.gitignore Don't ignore gettext .mo files 2024-07-21 14:42:42 -06:00
BUILD.md Build docs with poetry 2024-07-21 14:27:03 -06:00
CHANGELOG.txt v0.2.1 2024-07-21 16:18:57 -06:00
LICENSE-apache.txt Apache 2.0 2024-07-21 13:44:06 -06:00
LICENSE-CC.txt CC by SA 4.0 International 2024-07-21 13:22:30 -06:00
Makefile Makefile for sphinx 2024-07-21 13:25:57 -06:00
poetry.lock poetry deps lock file 2024-07-21 14:26:47 -06:00
pyproject.toml v0.2.1 2024-07-21 16:18:57 -06:00
README.md Code under Apache 2.0 2024-07-21 13:46:27 -06:00

Stream Libre

Streaming with free software.

Build Documentation

HOWTO build this documentation.

Adjust Python setup to suit to taste.

This builds the docs:

git clone --recursive https://spacecruft.org/deepcrayon/streamlibre
cd streamlibre/
python -m venv venv
source venv/bin/activate
pip install -U setuptools pip wheel
pip install -e .
make all

License

Documentation is available under the Creative Commons Attribution-ShareAlike 4.0 International license.

Source code is available under the Apache 2.0 License.

Copyright © 2024, Jeff Moe.