-
Notifications
You must be signed in to change notification settings - Fork 2
Glossary
Michael Beaton edited this page Nov 2, 2022
·
3 revisions
A container for information about a person or organisation. In django-wm
this is represented by the HCard
model and stores basic information about the author of a webmention.
Standardised annotations that can be added to components of a web page to provide additional information.
An open standard that enables decentralised interaction across the web.
In django-wm
this is represented by two models:
-
OutgoingWebmentionStatus
for mentions that you send. -
Webmention
for mentions that you receive.