PlaidWeb / PlaidWeb/Pushl

Add support for media targets

Open
#38 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

low priority
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.