diff --git a/INSTALL.md b/INSTALL.md index 4309a633..94c51ccf 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,10 +2,10 @@ ## Development Environment -- Clone git repo `git clone https://github.com/qgis/QGIS-Django.git` +- Clone git repo `git clone https://github.com/qgis/QGIS-Hub-Website.git` - Run `$ pwd` in order to get your current directory -- Path to your repo should be `/QGIS-Django ` -- Go to dockerize directory `cd QGIS-Django/dockerize` +- Path to your repo should be `/QGIS-Hub-Website ` +- Go to dockerize directory `cd QGIS-Hub-Website/dockerize` - Build and spin container ```bash @@ -59,7 +59,7 @@ pre-commit install --config .pre-commit-config.yaml ### Setting up a remote interpreter in PyCharm -- PyCharm -> Preferences -> Project: QGIS-Django +- PyCharm -> Preferences -> Project: QGIS-Hub-Website - Click on the gear icon next to project interpreter -> add - SSH Interpreter -> New server configuration - Host : `localhost` @@ -110,7 +110,7 @@ Now set these options: filesystem and the filesystem in the remote (docker) host. Click the ellipsis and add a run that points to your git checkout on your local host and the /home/web directory in the docker host. e.g. - * **Local path:** /QGIS-Django/qgis-app + * **Local path:** /QGIS-Hub-Website/qgis-app * **Remote path:** /home/web/django_project * click OK to save your run configuration diff --git a/doc/APPS.t2t b/doc/APPS.t2t index 0892ed4b..77cabc04 100644 --- a/doc/APPS.t2t +++ b/doc/APPS.t2t @@ -1,5 +1,5 @@ QGIS Django Project -This document describes the applications that we plan to eventually be part of the QGIS-DJANGO project. +This document describes the applications that we plan to eventually be part of the QGIS-Hub-Website project. Tim Sutton 2010 %! target : html %! style : style.css diff --git a/dockerize/scripts/renew-ssl.sh b/dockerize/scripts/renew-ssl.sh index d076201a..633f2c20 100644 --- a/dockerize/scripts/renew-ssl.sh +++ b/dockerize/scripts/renew-ssl.sh @@ -11,7 +11,7 @@ # 2021-11-12 11:10:00 UTC # ...etc -#25 11 * * * /bin/bash /home/web/QGIS-Django/dockerize/scripts/renew_ssl.sh > /tmp/ssl-renewal-logs.txt +#25 11 * * * /bin/bash /home/web/QGIS-Hub-Website/dockerize/scripts/renew_ssl.sh > /tmp/ssl-renewal-logs.txt -docker compose -f /home/web/QGIS-Django/dockerize/docker-compose.yml -p qgis-hub run certbot renew \ No newline at end of file +docker compose -f /home/web/QGIS-Hub-Website/dockerize/docker-compose.yml -p qgis-hub run certbot renew \ No newline at end of file diff --git a/qgis-app/middleware.py b/qgis-app/middleware.py index 5c8172cd..c22bb92f 100644 --- a/qgis-app/middleware.py +++ b/qgis-app/middleware.py @@ -10,7 +10,7 @@ import sentry_sdk """ - QGIS-DJANGO - MIDDLEWARE + QGIS-Hub-Website - MIDDLEWARE Middlewares to fix behind proxy IP problems diff --git a/qgis-app/templates/404.html b/qgis-app/templates/404.html index d28f5e3e..7a442565 100644 --- a/qgis-app/templates/404.html +++ b/qgis-app/templates/404.html @@ -3,5 +3,5 @@ {% block content %}

Error 404: page not found.

The page you requested could not be found.

-

If you followed a link within this site, please file a ticket on QGIS-Django project and let us know about this problem.

+

If you followed a link within this site, please file a ticket on QGIS-Hub-Website project and let us know about this problem.

{% endblock %} diff --git a/qgis-app/templates/base.html b/qgis-app/templates/base.html index 0f0cad5f..df0812bc 100644 --- a/qgis-app/templates/base.html +++ b/qgis-app/templates/base.html @@ -154,7 +154,7 @@
Silver Sponsors
  • -
  • +
diff --git a/qgis-app/templates/index.html b/qgis-app/templates/index.html index 823ddfca..3bd6cd4e 100644 --- a/qgis-app/templates/index.html +++ b/qgis-app/templates/index.html @@ -4,7 +4,7 @@

Welcome the the new QGIS Web Application

This application in currently under testing and will become soon the official QGIS web portal.

-

You are strongly encouraged to use this application and report any issue on the QGIS Web Applications Bug Tracking System.

+

You are strongly encouraged to use this application and report any issue on the QGIS Web Applications Bug Tracking System.

In order to access to some functionalities of this website you will need to login with a valid OSGEO id. You can create a new one on OSGEO web portal.

Thank you for your cooperation.