aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2019-04-09 18:18:12 +0200
committerThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2019-04-09 18:18:12 +0200
commit0decf39ec52f5eabfd37c661d450fb6f325fae17 (patch)
tree57c47e7b17568e3828cd57f08e5297bb5bec4f4e
parent91056900a5d02a837964bdb63ce70d10bf663e8a (diff)
textout.touhey.pro now!HEADmaster
-rw-r--r--Pipfile2
-rw-r--r--README.rst2
-rwxr-xr-xapp/__init__.py2
-rw-r--r--app/templates/page.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/Pipfile b/Pipfile
index 17b113e..121f916 100644
--- a/Pipfile
+++ b/Pipfile
@@ -17,7 +17,7 @@ honcho = '*'
regex = '*'
-#textout = { git = 'https://forge.touhey.fr/pc/textout.git' }
+#textout = { git = 'https://forge.touhey.org/pc/textout.git' }
textout = { git = 'https://gitea.planet-casio.com/cake/textout.git' }
[dev-packages]
diff --git a/README.rst b/README.rst
index a3ddcd1..702ae90 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.org/
+.. _textoutpc: https://textout.touhey.pro/
diff --git a/app/__init__.py b/app/__init__.py
index 7beb17b..314a1ec 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.org'
+app.config['URL'] = 'https://textout.touhey.pro'
# Register the blueprints.
diff --git a/app/templates/page.html b/app/templates/page.html
index e91f300..b8cd9ce 100644
--- a/app/templates/page.html
+++ b/app/templates/page.html
@@ -22,6 +22,6 @@ endblock %}{% block content %}{% if result != None
</div>
<div class="desc">
-<p><a href="https://forge.touhey.fr/pc/textout.git/">textoutpc</a> est un projet de traducteur d'un langage de formattage, le BBcode (adapté par et au site <a href="https://www.planet-casio.com/Fr/">Planète Casio</a>), en d'autres dont le HTML. Ce site, <a href="https://forge.touhey.fr/pc/textout-demo.git/">dont la source est disponible ici</a>, est la démonstration de ce traducteur.</p>
+<p><a href="https://forge.touhey.org/pc/textout.git/">textoutpc</a> est un projet de traducteur d'un langage de formattage, le BBcode (adapté par et au site <a href="https://www.planet-casio.com/Fr/">Planète Casio</a>), en d'autres dont le HTML. Ce site, <a href="https://forge.touhey.org/pc/textout-demo.git/">dont la source est disponible ici</a>, est la démonstration de ce traducteur.</p>
<p>Pour tester le traducteur, entrez du texte dans la zone d'écriture et cliquez sur « Voir le résultat ». Pour parler au sujet de ce traducteur, il y a <a href="https://www.planet-casio.com/Fr/forums/lecture_sujet.php?id=15106">ce sujet sur Planète Casio</a>. Pour signaler des failles de sécurité (XSS, RCE) dans le traducteur, merci de me contacter par e-mail sur <a href="mailto:thomas@touhey.fr">thomas@touhey.fr</a>.</p>
</div>{% endblock %}