Small README tweaks

dev-reedit-form
Hartmut Holzgraefe 2019-09-23 12:46:50 +02:00 zatwierdzone przez GitHub
rodzic 9f921955f9
commit c3fbf537c4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 11 usunięć

Wyświetl plik

@ -11,15 +11,10 @@ It is made of two components:
map rendering jobs.
The rendering is done in the background by a daemon process.
* OCitysMap (separate repository): the back-end that generates the map.
It is available as a Python module, used both by the maposmatic daemon
(above) and by a sample command line application.
This source tree contains maposmatic, the web front-end.
The OCitysMap repository can be found here:
https://github.com/hholzgra/ocitysmap
* [OCitysMap](https://github.com/hholzgra/ocitysmap): the back-end
that generates the map. It is available as a Python module, used
both by the maposmatic daemon (above) and by a sample command
line application.
It is licensed under under GNU AGPLv3
(GNU Affero General Public License 3.0).
@ -34,11 +29,11 @@ https://translate.get-map.org/projects/maposmatic/maposmatic/
Installation
------------
Please refer to the ``INSTALL.md`` file in this repository.
Please refer to the [``INSTALL``](INSTALL.md) file in this repository.
End user and API documentation
------------------------------
End user documentation for the web frontends useage, and API documentation
for developers who want to submit their own rendering job into the rendering
daemons queue, can be found in the ``documentation`` subdirectory.
daemons queue, can be found in the [``documentation``](documentation) subdirectory.