a Django-based indieweb.org site https://00dani.me/
Go to file
Danielle McLean 3394eb72e8
1.6.0
2017-11-03 20:46:10 +11:00
entries Install django-model-utils and use it for automatic timestamp fields on entries 2017-11-02 12:59:23 +11:00
home Added support for RSS and Atom feeds, because why not 2017-11-01 09:29:59 +11:00
lemonauth Switch from PyJWT to python-jose, since it supports more features and has more documentation 2017-11-03 17:42:57 +11:00
lemoncurry Introduce some very, VERY basic support for micropub - only h-entry works, and only the name and content properties can actually be set, but it works 2017-11-03 20:45:29 +11:00
micropub Introduce some very, VERY basic support for micropub - only h-entry works, and only the name and content properties can actually be set, but it works 2017-11-03 20:45:29 +11:00
users Add JSON-LD support to entries too, mostly so Google can understand the site a little better 2017-10-31 14:51:50 +11:00
wellknowns Advertise the new token endpoint 2017-11-03 17:19:25 +11:00
.gitignore Add a Stylus stylesheet for the layout, which is automatically compiled by Django Compressor 2017-10-23 10:29:12 +11:00
.gitmodules Load the Material colour scheme directly from the source YAML, rather than hardcoding it into Stylus format 2017-10-27 11:34:34 +11:00
Forwardfile Add a Forwardfile for development 2017-10-30 13:31:27 +11:00
Pipfile Switch from PyJWT to python-jose, since it supports more features and has more documentation 2017-11-03 17:42:57 +11:00
Pipfile.lock Switch from PyJWT to python-jose, since it supports more features and has more documentation 2017-11-03 17:42:57 +11:00
manage.py Make development-specific settings file 2017-10-23 08:55:07 +11:00
package.json 1.6.0 2017-11-03 20:46:10 +11:00
yarn.lock 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