Rewrite all external links to go via a message page.
Project description
============================
Django Rewrite External Links
=============================
Rewrite all external links (using a middleware class) to go via a message page.
Installing / usage
==================
If you want to use the provided templates add 'rewrite_external_links' to INSTALLED_APPS.
Add 'rewrite_external_links.middleware.RewriteExternalLinksMiddleware' to MIDDLEWARE_CLASSES.
Add (r'', include('rewrite_external_links.urls')) to the urls.
If you want to load the external links message using javascript AJAX then add something like the following to your template:
<script>$(document).ready(function () { $('a[href^={% url external_link '' %}]').fancybox(); });</script>
Django Rewrite External Links
=============================
Rewrite all external links (using a middleware class) to go via a message page.
Installing / usage
==================
If you want to use the provided templates add 'rewrite_external_links' to INSTALLED_APPS.
Add 'rewrite_external_links.middleware.RewriteExternalLinksMiddleware' to MIDDLEWARE_CLASSES.
Add (r'', include('rewrite_external_links.urls')) to the urls.
If you want to load the external links message using javascript AJAX then add something like the following to your template:
<script>$(document).ready(function () { $('a[href^={% url external_link '' %}]').fancybox(); });</script>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-rewrite-external-links-0.2.3.tar.gz
.
File metadata
- Download URL: django-rewrite-external-links-0.2.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 023986d3172c0484599a22112bf892f10f23d4acd0273996158857e763ab30ee |
|
MD5 | 15e6f883df4f24cbf36613fe832175c3 |
|
BLAKE2b-256 | 829f1c9d611786b2973e0d2d79bd387f58ab992e7992c95ca2ab9bc5eda331a0 |