lemoncurry/lemoncurry
Danielle McLean 76305543fa
Just glue the netloc and path together rather than using urlunparse - it doesn't need to be a valid URL, just a nice-looking one
2017-10-30 15:02:49 +11:00
..
settings Set the short base URL to my new short domain 2017-10-30 14:25:40 +11:00
static Make redirect_uri verification optional because many IndieAuth clients don't implement it - show a stylish icon to convey whether the client was verified 2017-10-29 19:15:29 +11:00
templates/lemoncurry Delegate OpenID authentication to IndieAuth - OpenID is barely used nowadays but this is such a tiny change I might as well do it 2017-10-30 11:46:38 +11:00
templatetags Just glue the netloc and path together rather than using urlunparse - it doesn't need to be a valid URL, just a nice-looking one 2017-10-30 15:02:49 +11:00
__init__.py Initial commit - result of django-admin project lemoncurry . with no customisation 2017-10-23 08:52:16 +11:00
breadcrumbs.py Rudimentary but fully-functional entry permalink pages :3 2017-10-25 12:31:08 +11:00
theme.py Update manifest.json with extra properties, set theme colour properly as a <meta> as well 2017-10-28 15:05:54 +11:00
urls.py Install django-shorturls to generate simple shortpermalinks for entries :3 2017-10-29 12:56:30 +11:00
utils.py Make shortlinks discoverable by displaying them on each entry, with extraneous bits trimmed out 2017-10-30 14:59:02 +11:00
wsgi.py Initial commit - result of django-admin project lemoncurry . with no customisation 2017-10-23 08:52:16 +11:00