a Django-based indieweb.org site https://00dani.me/
Go to file
Danielle McLean 75e08aa1b2
Reduce number of queries required to render an entries list, especially the home page
2018-01-24 13:18:22 +11:00
entries Reduce number of queries required to render an entries list, especially the home page 2018-01-24 13:18:22 +11:00
home Reduce number of queries required to render an entries list, especially the home page 2018-01-24 13:18:22 +11:00
lemonauth Fix regression - the verification tooltips weren't working with FA 5 2017-12-18 10:53:45 +11:00
lemoncurry Provide simple support for fetching entries in AMP format - can't handle images yet and needs some other tweaks, but works nicely so far c: 2018-01-13 14:49:38 +11:00
micropub Unwrap 'html' content passed to micropub 2017-12-19 13:54:07 +11:00
users Reduce number of queries required to render an entries list, especially the home page 2018-01-24 13:18:22 +11:00
wellknowns Add PGP keys and XMPP handle to the WebFinger output 2017-11-10 10:30:09 +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
LICENSE Add an actual copy of the MIT license to the repo - it's been MIT-licensed from the beginning as specified in the package.json, but it's better to include an actual LICENSE file 2017-12-06 17:22:43 +11:00
Pipfile Lock Django to 1.11 in Pipfile, so it won't accidentally upgrade to 2 when I try to install unrelated packages 2018-01-24 12:57:10 +11:00
Pipfile.lock Lock Django to 1.11 in Pipfile, so it won't accidentally upgrade to 2 when I try to install unrelated packages 2018-01-24 12:57:10 +11:00
manage.py Make development-specific settings file 2017-10-23 08:55:07 +11:00
package.json 1.8.4 2018-01-11 10:33:21 +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