Add support for media targets
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 32
- Forks
- 0
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
<img src>, <video src>, etc. should also send a webmention. For media targets it should only be necessary to HEAD, rather than GET, the resource, and <script src> should probably be excluded. There is also no reason to look at rel on this.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the existing handling of HTML targets and how it chooses between HEAD and GET requests. Extend that path for img src, video src, and similar media targets, while excluding script src and ignoring rel for these targets. Done means media resources trigger webmentions using HEAD without changing existing target behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100