treefactor

A tool for planning filetree restructuring. Paste the output of `tree . -J` to get started.

gclocks

Webapp implementation of the FORM clock.

beatonma.org

This website

beatonma.org

The blog of someone who doesn't say much.

Changelog: django-wm 4.0.2

Resolves #50: broken search field on QuotableAdmin. Added tests for admin pages to avoid that sort of thing happening again. Minor touch-ups for the admin pages. Source and target URL fields are now read-only. Added appropriate search fields and list…

Changelog: django-wm 4.0.1

Added management command mentions_reverify [filters ...] [--all] Allows you to reprocess received Webmentions to see if they are still ‘live’. Accepts a space-separated list of field=value queryset filters, or --all to reprocess all of them. Added ma…

Changelog: django-wm 4.0.0

This update alters fields on MentionableMixin so you will need to run makemigrations and migrate after upgrading! MentionableMixin: allow_outgoing_webmentions default now configurable via settings.WEBMENTIONS_ALLOW_OUTGOING_DEFAULT. Removed slug fiel…

Changelog: django-wm 3.1.1

Fixes #43: outgoing webmention being resubmitted continuously.