PlaidWeb / PlaidWeb/Pushl

Allow pinging from an old URL

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

Nobody has claimed this yet.

Dominant language
Python
Stars
32
Forks
0
Avg merge
1m
Merged PRs (30d)
1

Description

Currently, pinging an entry by URL will only send the pings from the current canonical URL. Sometimes it's necessary to manually send pings from an old or non-canonical URL; for example, forcing a receiving website to update the canonical URL on an outdated ping (when the interim update failed for whatever reason, or the user hasn't been using the caching mechanism).

So, there should be a command-line option that makes process_entry_mentions send the pings from url instead of entry.url.

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 locating the command-line entry point and the process_entry_mentions function, then trace how url and entry.url are currently selected. Add the requested command-line option and verify that it makes pinging use the supplied url instead of the canonical entry.url, while preserving the current behavior by default.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend, cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.