Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 2, 2017
1 parent 6b4568e commit 7eb3da1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/source/beradio.rst
Expand Up @@ -11,8 +11,8 @@ BERadio specification
*BERadio* is ``Bencode-over-Radio``, a specification and reference implementation. Furthermore a neologism
from the infinite work-in-progress at the new Berlin airport *BER* - and the dalmatian word for *bye*, called *Adio*.

:Author: Richard Pobering <einsiedlerkrebs@ginnungagap.org>
:Author: Andreas Motl <andreas.motl@elmyra.de>
:Author: Richard Pobering <richard@hiveeyes.org>
:Author: Andreas Motl <andreas@hiveeyes.org>


Scope
Expand Down
8 changes: 6 additions & 2 deletions doc/source/development/documentation.rst
Expand Up @@ -26,7 +26,7 @@ Public
Automatic rebuild through ``git push`` event
============================================

To automatically publish the Sphinx-generated documentation to https://docs.elmyra.de/hiveeyes/beradio
To automatically publish the Sphinx-generated documentation to https://hiveeyes.org/docs/beradio/
when pushing to git@git.elmyra.de:hiveeyes/beradio.git, follow these steps:

- Add or enable key ``www-data@pulp`` at https://git.elmyra.de/hiveeyes/beradio/deploy_keys::
Expand All @@ -40,11 +40,14 @@ when pushing to git@git.elmyra.de:hiveeyes/beradio.git, follow these steps:
- Perform a push event to the repository or use the "Test Web Hook" button in GitLab

- The documentation should now be available at
https://docs.elmyra.de/hiveeyes/beradio/
https://hiveeyes.org/docs/beradio/


Hook into your domain namespace
===============================
The base publishing address is https://docs.elmyra.de/hiveeyes/, where
https://hiveeyes.org/docs/beradio/ is pointing to as a http reverse proxy.

::

<VirtualHost *:443>
Expand All @@ -63,3 +66,4 @@ Hook into your domain namespace

- Access documentation at
https://hiveeyes.org/docs/beradio/

4 changes: 2 additions & 2 deletions doc/source/development/hacking.rst
Expand Up @@ -10,14 +10,14 @@ Code repository

*BERadio* is hosted at:

https://git.elmyra.de/hiveeyes/beradio
https://github.com/hiveeyes/beradio


Getting the code
----------------
::

git clone git@git.elmyra.de:hiveeyes/beradio.git
git clone https://github.com/hiveeyes/beradio
cd beradio


Expand Down
7 changes: 7 additions & 0 deletions doc/source/research/prior-art.rst
Expand Up @@ -406,6 +406,13 @@ Outlook
| https://github.com/computourist/RFM69-MQTT-client/issues/2

ULPNode
-------
- http://hallard.me/ulpnode-rf-protocol/
- https://hallard.me/ulpnode-projet-update/
- https://hallard.me/fixed-usb-dev-uteleinfo/


Serialization
=============

Expand Down

0 comments on commit 7eb3da1

Please sign in to comment.