|
b8a8cd62cf
|
Refactor micropub into a class-based view so that it can have a GET handler implemented as well (since that's needed to query for config info and stuff)
|
2017-11-09 13:55:44 +11:00 |
|
|
e4e8beb958
|
WebSub-ping the kind-specific entry URLs as well, not just the generic ones
|
2017-11-09 10:14:50 +11:00 |
|
|
78b2f8220d
|
Add simple support for sending Webmentions using the ronkyuu library
|
2017-11-06 21:08:02 +11:00 |
|
|
45298abb98
|
Actually queue up the ping_hub operation on the queue by using its delay() method
|
2017-11-06 11:46:43 +11:00 |
|
|
e853e22362
|
Install django-rq and use it to ping WebSub, rather than blocking the micropub request during pings
|
2017-11-06 11:04:22 +11:00 |
|
|
9a98fcdf4f
|
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 |
|