diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..0080f79 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,4 @@ +Copyright 2022 Angeliki Diakrousi and Alex Roidl.  + + +The software is licensed under the Collective Conditions for Re-Use (CC4r). You are invited to copy, distribute, and transform the materials published under these conditions, which means to take the implications of (re-)use into account. Read more about the license at https://constantvzw.org/wefts/cc4r.en.html diff --git a/app/templates/about.html b/app/templates/about.html index 857a9cc..3b46eea 100755 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -6,7 +6,7 @@

This webpage is part of the artwork Hunting Mosquitos by Angeliki Diakrousi. It is a geolocative app that allows navigation in the city through mapping hang-outs and installations of Mosquitos. It invites you to playfully explore the city and participate in a discussion around public spaces. The web app is developed by Alex Roidl.

-

The site is running on a flask instance, storing data in a sqlite database. The location is tracked using the geolocation api. Audio is recorded through the webaudio api.

+

The site is running on a Flask instance, storing data in a SQLite database. Flask is a web framework, written in Python, that allows you to develop web applications. The location is tracked using the Geolocation API. Audio is recorded through the Web Audio API. Here is the code: https://git.xpub.nl/aaaa/huntingmosquitos

If you have any questions contact:

info at huntingmosquitos.nl

@@ -14,14 +14,14 @@

How to use