blob: e3c765b4ace409c0679a5d49ac51b20d51ced534 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
.. 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
developer
user
man
.. toctree::
:maxdepth: 1
changelog
Website <https://fietsboek.org>
Repository <https://gitlab.com/dunj3/fietsboek>
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`
|