Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Watching the flow of ActivityPub posts via WordPress

オープン
#339 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
wordpress
領域
backend, web-dev

調査の方向性

Start by reviewing the proposed wordpress.com changes.json feed and the six fields listed in the issue. Determine where this project could consume and present the feed, and clarify the desired display and polling behavior before coding. Done means the ActivityPub/WordPress activity is visible beyond the user's own posts and the result is useful for evaluating the connection.

索引モデルが issue の本文から書いたものです。

説明

I want to see how people are using the connection between WordPress and ActivityPub.

Right now all I see are the posts I write.

Seeing what people are doing might give us ideas how to improve our respective products.

1999

We had a similar itch in 1999 when we wanted to see what the bloggers were writing. When a blog updated it would ping, we'd verify that they changed and if so, it would appear at the top of the list at weblogs.com.

Its output was a file called changes.xml, it had three bits of info for each update, the name, a url and timestamp.

There was a limit to 100 items in the file.

2025

wordpress.com maintains a changes.json file at a fixed location which we can poll.

there's a limit to the number of items in the file.

each item has:

  1. name of blog it came from
  2. title of the post if it has one
  3. when it was published
  4. url of the post via mastodon
  5. url of the post via wordpress
  6. url of rss feed for the site

that's where to start. let's see what we get to see where we go with this.

What will happen

We will of course share the info with the people who are using it. ;-)

Guess what we'll all start writing about -- how great it is and what doesn't work.

Giving a voice to the bloggers to help drive the direction of the tech.

I bet the users we're attracting now are pretty leading edge people.

主要言語
HTML
スター
134
フォーク
10
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

scripting/Scripting-News のほかの issue

scripting/Scripting-News の issue をすべて見る

似ている issue

Backend & API Design の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。