a Django-based indieweb.org site https://00dani.me/
Go to file
Danielle McLean 4aba1034e7
Explicitly mark the environment variables as global
2018-05-28 11:53:46 +10:00
entries Whoops, include an updated date on items in Atom/RSS but do it correctly? Also made a few other minor improvements to the feeds 2018-05-11 13:45:26 +10:00
home Nicely handle the unlikely case where the h-card contains absolutely no PGP keys and/or social profiles 2018-05-10 14:23:05 +10:00
lemonauth Port the urls for lemonauth, lemonshort, micropub, and wellknowns to path() 2018-05-04 12:19:54 +10:00
lemoncurry Upgrade to Font Awesome 5.0.13 2018-05-16 15:54:37 +10:00
lemonshort Port the urls for lemonauth, lemonshort, micropub, and wellknowns to path() 2018-05-04 12:19:54 +10:00
micropub Add a Link header to the Micropub create response indicating the entry's shortlink 2018-05-10 13:42:59 +10:00
users Replace the previous WebFinger implementation with a fairly simple forwarder to Bridgy Fed, so that Bridgy Fed will work eventually 2018-05-11 13:23:47 +10:00
webmention Add docstring to webmention:status endpoint 2018-05-04 13:50:50 +10:00
wellknowns Replace the previous WebFinger implementation with a fairly simple forwarder to Bridgy Fed, so that Bridgy Fed will work eventually 2018-05-11 13:23:47 +10:00
.gitignore Install pytest for designing and running automated test suites 2018-02-02 15:06:59 +11:00
.gitlab-ci.yml Apparently you can't use a Boolean true in gitlab-ci.yml environment variables config 2018-02-26 13:07: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
.pre-commit-config.yaml Drop the name-tests-test hook since it doesn't understand the test directory structure being used here 2018-05-09 21:37:13 +10:00
.pyup.yml Configure pyup to look at my Pipfiles 2018-05-14 10:40:44 +10:00
.travis.yml Explicitly mark the environment variables as global 2018-05-28 11:53:46 +10:00
Forwardfile Add a Forwardfile for development 2017-10-30 13:31:27 +11:00
LICENSE Extend the copyright range in the license to cover 2018 as well 2018-03-06 22:30:49 +11:00
Pipfile Push pytest-django, and also ptpython, into dev-packages 2018-05-11 14:57:04 +10:00
Pipfile.lock Run 'pipenv lock' to fix up Pipfile.lock - should make Travis pass again 2018-05-28 11:30:22 +10:00
lemoncurry.paw Create a basic but functional micropub media endpoint :o 2018-05-07 22:28:48 +10:00
lemoncurry.svg Add the lemoncurry logo - yes, it's just FA's lemon layered over a dark circle 2018-03-08 15:37:52 +11:00
manage.py Make development-specific settings file 2017-10-23 08:55:07 +11:00
package.json Load Tippy and the OpenWeb icons from unpkg rather than bundling them 2018-05-16 15:50:19 +10:00
pytest.ini Add support for tests that use django.test.Client and that require a database, and use this support to test some of the wellknowns.views modules 2018-02-06 16:12:36 +11:00
yarn.lock Load Tippy and the OpenWeb icons from unpkg rather than bundling them 2018-05-16 15:50:19 +10:00