diff options
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst new file mode 100644 index 0000000..05449cd --- /dev/null +++ b/doc/index.rst @@ -0,0 +1,46 @@ +.. Fietsboek documentation master file, created by + sphinx-quickstart on Thu Jun 30 20:46:28 2022. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Fietsboek's documentation! +===================================== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + administration/installation + administration/configuration + administration/upgrading + administration/backup + +Fietsboek is a self-hostable sharing site for GPX track recordings with social +features. The goal is to have an application like `MyTourbook +<https://mytourbook.sourceforge.io/mytourbook/>`__ that runs as a web-service +and allows sharing and discovering of new tracks. + +This documentation contains content pertaining to the installation, maintenance +and administration of a Fietsboek setup. Documentation about using Fietsboek +and extending/modifying Fietsboek will follow in the future. + +Fietsboek is `FLOSS +<https://en.wikipedia.org/wiki/Free_and_open-source_software>`__, licensed +under the `AGPLv3 license <https://www.gnu.org/licenses/agpl-3.0.en.html>`__. +Fietsboek is built on top of the following open source technologies: + +* `Pyramid <https://trypyramid.com/>`__ +* `gpxpy <https://pypi.org/project/gpxpy/>`__ +* Jürgen Berkemeier's `GPXViewer <https://www.j-berkemeier.de/GPXViewer/>`__ +* `OpenStreetMap <https://www.openstreetmap.org/>`__ +* `Bootstrap <https://getbootstrap.com/>`__ and `Bootstrap Icons + <https://icons.getbootstrap.com/>`__ +* `OpenSans <https://github.com/googlefonts/opensans>`__ (Copyright 2020 The + Open Sans Project Authors) + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` |