aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--README.rst2
-rwxr-xr-xapp/__init__.py2
-rw-r--r--static/.gitkeep0
4 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index c2a99e4..c2fbc1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
app/static/index.js
app/static/index.css
app/static/.webassets*
+static/google*.html
diff --git a/README.rst b/README.rst
index d045d45..a3ddcd1 100644
--- a/README.rst
+++ b/README.rst
@@ -4,4 +4,4 @@ textoutpc official website and demonstration
This is the official website and a demonstration for the `textoutpc`_
Python 3.x module.
-.. _textoutpc: https://textout.touhey.fr/
+.. _textoutpc: https://textout.touhey.org/
diff --git a/app/__init__.py b/app/__init__.py
index 0fd1fad..7beb17b 100755
--- a/app/__init__.py
+++ b/app/__init__.py
@@ -22,7 +22,7 @@ _gd = lambda *x: _path.relpath(_path.join(_path.dirname(__file__), *x))
app = _Flask('textout',
template_folder = _gd('templates'),
static_folder = _gd('static'), static_url_path = '/static')
-app.config['URL'] = 'https://textout.touhey.fr'
+app.config['URL'] = 'https://textout.touhey.org'
# Register the blueprints.
diff --git a/static/.gitkeep b/static/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/static/.gitkeep