diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..7666df0 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,12 @@ +############################################################## +# +# List of approvers/reviewers for EVOKS +# +############################################################## +# +# Learn about CODEOWNERS file format: +# https://help.github.com/en/articles/about-code-owners +# + +# These owners will be the default owners for everything in the repo. +* @FelixFrizzy diff --git a/README.md b/README.md index 4db9623..99ca6b6 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It allows you to: - create a SKOS vocabulary from scratch - import SKOS vocabularies in RDF/XML or Turtle format - edit SKOS vocabularies without using its textual representation -- work collaborativley +- work collaboratively - publish the vocabulary with a single click in the vocabulary browser [SKOSMOS](https://www.skosmos.org) # Note @@ -40,7 +40,7 @@ The main way to install EVOKS and its depending services is to build and run the ``` 2. Copy .example.env and rename to .env 3. Open .env and change the variables if desired, see -[Overview of variables](##Variables). +[Overview of variables](#variables). **Caution** Change of Fuseki and Postgres credentials is strongly recommended, especially if it will be accessible from outside @@ -110,7 +110,7 @@ Most of the email providers (e.g. Gmail) do not accept Less Secure Apps by defau ## Bypass proxy setup for direct access to services and enable Django debug mode: - Open .env file -- Adjust all variables marked as "(Developers only)" in the [Overview of variables](##Variables). +- Adjust all variables marked as "(Developers only)" in the [Overview of variables](#variables). `docker compose -f docker-compose.yml -f docker-compose.dev.yml up`