Freeze outgoing links in time so that your site never 404s on external pages
Project description
Django Cool URLs
Tim Berners-Lee is credited with saying that "cool URLs don't change", but sadly that's just not the case. Cool URLs are changing all the time because the people who run those sites are moving stuff around or just deleting whole pages and domains.
If you have a long-running site full of links like a blog however, this means that over time your site can be pointing to a lot of dead links, which is bad for your SEO. It's also annoying when you're looking over a post from 10 years ago that says something like "this is some really nice work" and that link 404s.
With django-cool-urls
, you can link to whatever you like and the state of
that page is captured from the moment you linked to it. If the page ever
disappears from the web, you can automatically switch over to the local copy.
All you need to do is switch from doing this:
<a href="https://something-awesome.ca/">Nifty!</a>
to this:
<a href="{% cool_url 'https://something-awesome.ca/' %}">Nifty!</a>
If that page ever 404s, your site will switch to showing the locally cached version. Think of it like your own private archive.org.
Currently, this project supports caching most pages (see the Caveats page) as well as embedded video from YouTube, Vimeo, and Instagram.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django_cool_urls-0.1.1.tar.gz
.
File metadata
- Download URL: django_cool_urls-0.1.1.tar.gz
- Upload date:
- Size: 31.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.9.2-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f83fb9abbdf437a178032eccb5127272e961ba36e8981f2963fffa000cae8d33 |
|
MD5 | d37d27c682f8ce22e0cc74bcb3cc4b8e |
|
BLAKE2b-256 | 14782d38a950896e630a8e30ad989e460a6a61f46ec235ef7ede1f245f342d54 |
File details
Details for the file django_cool_urls-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: django_cool_urls-0.1.1-py3-none-any.whl
- Upload date:
- Size: 42.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.9.2-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17c1c098e55691337405e4915c83040def5f08a04c9299b23abf59ca12fb7afa |
|
MD5 | c78c852a38a8e2d908bf53e01de35527 |
|
BLAKE2b-256 | e25c623cf331a970fa03db6e46508fc5be4544d128858e825cf8e87c803a56bb |