Skip to content

Commit

Permalink
Fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
toddy15 authored and nichtmax committed Jan 27, 2022
1 parent ad2a42b commit 645a152
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion source/guide_antragsgruen.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Antragsgrün

.. tag_list::

Antragsgrün_ is an open source web tool used by organisations such as the European and German Green Parties for discussing motions, amendments, and candidacies. It is written in PHP and distributed under the GPLv3 license
Antragsgrün_ is an open source web tool used by organizations such as the European and German Green Parties for discussing motions, amendments, and candidacies. It is written in PHP and distributed under the GPLv3 license.

----

Expand Down
10 changes: 5 additions & 5 deletions source/guide_foundryvtt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.. tag:: RPG

.. sidebar:: Logo

.. image:: _static/images/foundryvtt.png
:align: center

Expand All @@ -32,12 +32,12 @@ Foundry VTT
License
=======

Foundry Virtual Tabletop is not free software, but you can host it on your own server.
Foundry Virtual Tabletop is not free software, but you can host it on your own server.

Prerequisites
==============

You need to purchase a `license key <https://foundryvtt.com/purchase/>`_ to run your own version of Foundry Virtual Tabletop.
You need to purchase a `license key <https://foundryvtt.com/purchase/>`_ to run your own version of Foundry Virtual Tabletop.

Foundry requires the use of :manual:`Node.js <lang-nodejs>` 14.

Expand Down Expand Up @@ -127,8 +127,8 @@ Best practices
Security
--------

* Change the default admin passwort in the config tab **immediately** after installation.
* When you create a new world in Foundry it does not have a password by default. Keep in mind to setup a passwort after world creation.
* Change the default admin password in the config tab **immediately** after installation.
* When you create a new world in Foundry it does not have a password by default. Keep in mind to setup a password after world creation.

----
Tested with Foundry 0.8.7, Uberspace 7.1.1
Expand Down
2 changes: 1 addition & 1 deletion source/guide_graphhopper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ In order to minimize resource usage, please choose only a small map, preferably

A map of Berlin will be used as an example.
Please replace the map names according to your needs.
Choose small maps in oder to not overuse the shared resources.
Choose small maps in order to not overuse the shared resources.


::
Expand Down
9 changes: 4 additions & 5 deletions source/guide_listmonk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ listmonk

.. tag_list::

listmonk_ is a selfhosted newsletter and mailing list manager.
listmonk_ is a self-hosted newsletter and mailing list manager.

-----

Expand Down Expand Up @@ -48,7 +48,7 @@ Jump into the new directory:
[isabell@stardust ~]$ cd ~/opt/listmonk/
[isabell@stardust ~]$
.. note:: Please check the Github_ project page for the latest release and copy the archive download link named with listmonk_<version>_linux_amd64.
.. note:: Please check the Github_ project page for the latest release and copy the archive download link named with listmonk_<version>_linux_amd64.

Download the archive file:

Expand Down Expand Up @@ -123,7 +123,7 @@ Edit the config file ``~/opt/listmonk/config.toml`` and change the predefined va
# listen on all interfaces use '0.0.0.0'. To listen on the default web address
# port, use port 80 (this will require running with elevated permissions).
address = "0.0.0.0:9000"
# BasicAuth authentication for the admin dashboard. This will eventually
# be replaced with a better multi-user, role-based authentication system.
# IMPORTANT: Leave both values empty to disable authentication on admin
Expand All @@ -147,7 +147,7 @@ Create the database structure:

.. code-block:: bash
[isabell@stardust ~]$ ./listmonk --install
[isabell@stardust ~]$ ./listmonk --install
[isabell@stardust ~]$
Daemon setup
Expand Down Expand Up @@ -259,4 +259,3 @@ In case of no problems you can delete your old version:
Tested with listmonk 2.0.0 on Uberspace 7.11.5 with PostgreSQL 13

.. author_list::

10 changes: 5 additions & 5 deletions source/guide_postgresql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ The temporary password file is no longer necessary::
Configuration
=============

After the installation of PostgreSQL, it is necessary to configure the network environment. This installation considers the loopback interface as well as access via an Unix socket. Access via an Unix socket is not supported by every project.
After the installation of PostgreSQL, it is necessary to configure the network environment. This installation considers the loopback interface as well as access via an Unix socket. Access via a Unix socket is not supported by every project.

Configure the Unix Socket
-------------------------
Expand Down Expand Up @@ -237,10 +237,10 @@ Database and User Management
============================

The default setup on Uberspace is that the Uberspace account name is the database cluster user/PostgreSQL superuser
with root-type priveliges to adminster the database (create/delete new databases and users, install extensions,
with root-type privileges to administer the database (create/delete new databases and users, install extensions,
run maintenance).

It is highly recommended to use a separate user(s) together with a strong passwords for every single usage (project).
It is highly recommended to use a separate user(s) together with a strong password for every single usage (project).

The following example considers a database and new user for Synapse, the Matrix (https://matrix.org) reference server.
You can use this template setup for other projects as well.
Expand Down Expand Up @@ -297,7 +297,7 @@ Available extensions for PostgreSQL on U7 can be found in the ``/usr/pgsql-<Majo

The ``select * from pg_roles;`` SQL command allows you to check which roles and privileges exist for the current database (``rolsuper`` needs to be ``t`` (true)):

.. warning:: Please replace <database name> with the name of the database you would like to install extensions in! Commonly ``psql <database name>`` is automatically interpreted by PostgreSQL as ``psql <database name> --username <login account name>``, so here, the "login account name" is automagically taken as your UberSpace name/database cluster user.
.. warning:: Please replace <database name> with the name of the database you would like to install extensions in! Commonly ``psql <database name>`` is automatically interpreted by PostgreSQL as ``psql <database name> --username <login account name>``, so here, the "login account name" is automatically taken as your UberSpace name/database cluster user.

.. code-block:: console
Expand Down Expand Up @@ -367,7 +367,7 @@ The database should now be spatially enabled, allowing you to load geospatial da
UUID: Generating UUIDs
----------------------

PostgreSQL provides storage and comparison functions for the standardised `UUID data type <https://www.postgresql.org/docs/12/datatype-uuid.html>`_ (`Universally unique identifier <https://en.wikipedia.org/wiki/Universally_unique_identifier>`_). However, the core database functions cannot generate standard UUIDs. The `uuid-ossp <https://www.postgresql.org/docs/12/uuid-ossp.html>`_ module provides this functionality and can easily be installed as PostgreSQL extension:
PostgreSQL provides storage and comparison functions for the standardized `UUID data type <https://www.postgresql.org/docs/12/datatype-uuid.html>`_ (`Universally unique identifier <https://en.wikipedia.org/wiki/Universally_unique_identifier>`_). However, the core database functions cannot generate standard UUIDs. The `uuid-ossp <https://www.postgresql.org/docs/12/uuid-ossp.html>`_ module provides this functionality and can easily be installed as PostgreSQL extension:

.. warning:: Please replace ``<database name>`` with the name of the database in which you want to create the PostGIS extension! Keep in mind that PostgreSQL interprets no specified username as the Uberspace account name and hence as database superuser.

Expand Down
2 changes: 1 addition & 1 deletion source/guide_prometheus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Move the binary to ``~/bin`` and the configuration file to ``~/etc/prometheus``.
Cleanup
=======

Since we only need the binary and the configuration file we can savely remove the downloaded archive and the extracted directory.
Since we only need the binary and the configuration file we can safely remove the downloaded archive and the extracted directory.

::

Expand Down

0 comments on commit 645a152

Please sign in to comment.