summary refs log tree commit diff stats
path: root/ganarchy.py
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2019-04-28 18:50:52 -0300
committerSoniEx2 <endermoneymod@gmail.com>2019-04-28 18:50:52 -0300
commit63a5e3f8c9fbc3f961198e4bfa55f6321870be39 (patch)
treea9e713585ef38901c1046b08367613311eec168b /ganarchy.py
parent32b581a6c40f362fade02fd6b7efe19abca09237 (diff)
Add protocol handler
Diffstat (limited to 'ganarchy.py')
-rwxr-xr-xganarchy.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ganarchy.py b/ganarchy.py
index d698f7e..3889d0b 100755
--- a/ganarchy.py
+++ b/ganarchy.py
@@ -60,8 +60,7 @@ TEMPLATE = """<!DOCTYPE html>
         <p>Powered by <a href="https://ganarchy.autistic.space/">GAnarchy</a>. AGPLv3-licensed. <a href="https://cybre.tech/SoniEx2/ganarchy">Source Code</a>.</p>
         <p>
             <a href="/">Main page</a>.
-            <!-- commented out because browsers suck :( -->
-            <!--<a href="{{ base_url|e }}" onclick="event.preventDefault(); navigator.registerProtocolHandler('web+ganarchy', this.href + 'project/%s', 'GAnarchy');">Register web+ganarchy: URI handler</a>.-->
+            <a href="{{ base_url|e }}" onclick="event.preventDefault(); navigator.registerProtocolHandler('web+ganarchy', this.href + '?url=%s', 'GAnarchy');">Register web+ganarchy: URI handler</a>.
         </p>
     </body>
 </html>