Rebrand project as Skald
This commit is contained in:
@@ -1,59 +1,47 @@
|
||||
# The Galene videoconferencing system
|
||||
# Skald
|
||||
|
||||
Galene is a fully-features videoconferencing system that is easy to deploy
|
||||
and requires very moderate server resources. It is described at
|
||||
<https://galene.org>.
|
||||
Skald is a hard fork of Galene that is being turned into an audio-only
|
||||
hall conferencing server. The current development repository is
|
||||
<https://git.stormux.org/storm/skald>.
|
||||
|
||||
## Quick start
|
||||
|
||||
```sh
|
||||
git clone https://github.com/jech/galene
|
||||
cd galene
|
||||
git clone https://git.stormux.org/storm/skald
|
||||
cd skald
|
||||
CGO_ENABLED=0 go build -ldflags='-s -w'
|
||||
mkdir groups
|
||||
echo '{"users": {"vimes": {"password":"sybil", "permissions":"op"}}}' > groups/night-watch.json
|
||||
./galene &
|
||||
./skald &
|
||||
```
|
||||
|
||||
Point your browser at <https://localhost:8443/group/night-watch/>, ignore
|
||||
the unknown certificate warning, and log in with username *vimes* and
|
||||
password *sybil*.
|
||||
|
||||
For full installation instructions, please see the file [galene-install.md][1]
|
||||
For full installation instructions, please see the file [skald-install.md][1]
|
||||
in this directory.
|
||||
|
||||
## Documentation
|
||||
|
||||
* [galene-install.md][1]: full installation instructions
|
||||
* [galene.md][2]: usage and administration;
|
||||
* [galene-client.md][3]: writing clients;
|
||||
* [galene-protocol.md][4]: the client protocol;
|
||||
* [galene-api.md][5]: Galene's administrative API.
|
||||
* [skald-install.md][1]: full installation instructions
|
||||
* [skald.md][2]: usage and administration;
|
||||
* [skald-client.md][3]: writing clients;
|
||||
* [skald-protocol.md][4]: the client protocol;
|
||||
* [skald-api.md][5]: Skald's administrative API.
|
||||
|
||||
## Contributing
|
||||
|
||||
In order to contribute to Galene, you may:
|
||||
|
||||
* send patches to [the Galene mailing list][6] by sending mail to
|
||||
<galene@lists.galene.org>;
|
||||
* submit pull requests on GitHub.
|
||||
|
||||
For general discussion, please use the [Galene mailing list][6] (feel free
|
||||
to send mail without subscribing). Please do not use Github for general
|
||||
discussion.
|
||||
Skald is currently being developed at
|
||||
<https://git.stormux.org/storm/skald>.
|
||||
|
||||
## Further information
|
||||
|
||||
Galène's web page is at <https://galene.org>.
|
||||
Skald is derived from Galene by Juliusz Chroboczek. Galene's web page is at
|
||||
<https://galene.org>.
|
||||
|
||||
Answers to common questions and issues are at <https://galene.org/faq.html>.
|
||||
|
||||
|
||||
-- Juliusz Chroboczek <https://www.irif.fr/~jch/>
|
||||
|
||||
[1]: <galene-install.md>
|
||||
[2]: <galene.md>
|
||||
[3]: <galene-client.md>
|
||||
[4]: <galene-protocol.md>
|
||||
[5]: <galene-api.md>
|
||||
[6]: <https://lists.galene.org/>
|
||||
[1]: <skald-install.md>
|
||||
[2]: <skald.md>
|
||||
[3]: <skald-client.md>
|
||||
[4]: <skald-protocol.md>
|
||||
[5]: <skald-api.md>
|
||||
|
||||
Reference in New Issue
Block a user