docs: record the Blue Archive source assessment
bluearchive.fandom.com/wiki/Event/Event_List fetches and parses cleanly, so the reason to decline it is not obvious from trying it: every one of its 88 rows is JP-server history, the newest ending 2026-02-18, so it yields zero live or upcoming events. That reads as an empty lane plus a permanently rejected snapshot, since the runner rejects a body parsing to nothing — a failure mode worth naming in the assessment table, because "clean table, no error" invites writing the adapter first. bluearchive.wiki is the live alternative and stays unbuilt for now: it is Miraheze, its robots closes the API route we used for Fandom, and it lists JP and Global in separate tables — the akwiki hazard, which wants settling before a line is written rather than after. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 5
parent
3377fcb211
commit
d5cdca8d62
@@ -225,7 +225,8 @@ A source whose ToS forbids automated access does not get an adapter. Flag it and
|
|||||||
| `azurlane.koumakan.jp` | **Declined.** `Content-Signal: ai-input=no` — an explicit refusal of collecting content as model input, which is what capturing a fixture to read amounts to. Stronger than game8's or wiki.gg's signal. Find Azur Lane another source |
|
| `azurlane.koumakan.jp` | **Declined.** `Content-Signal: ai-input=no` — an explicit refusal of collecting content as model input, which is what capturing a fixture to read amounts to. Stronger than game8's or wiki.gg's signal. Find Azur Lane another source |
|
||||||
| `uma.moe` | **Declined.** Data comes from an API behind a Cloudflare Turnstile proof header; an adapter would mean defeating a deliberate access control. The `robots.txt` is permissive, but the gate is not in `robots.txt` |
|
| `uma.moe` | **Declined.** Data comes from an API behind a Cloudflare Turnstile proof header; an adapter would mean defeating a deliberate access control. The `robots.txt` is permissive, but the gate is not in `robots.txt` |
|
||||||
| `reverse1999.fandom.com` | **Built** (2026-08-17), via `api.php`, not the wiki page — see § Fandom below |
|
| `reverse1999.fandom.com` | **Built** (2026-08-17), via `api.php`, not the wiki page — see § Fandom below |
|
||||||
| `bluearchive.wiki`, `prydwen.gg`, `gametora.com` | **Cleared, unbuilt.** `User-agent: *` allows the paths we would want. prydwen sets `Crawl-delay: 10`, far below our one-per-6h |
|
| `bluearchive.fandom.com` | **Declined.** Fetches and parses fine; the page is the problem. Its `Event/Event_List` is a JP-server archive whose newest entry ended 2026-02-18, so all 88 rows are history and it yields **zero** live or upcoming events. An adapter would put an empty lane on the calendar and, because the runner rejects a body that parses to nothing, report a broken source forever. Same failure as the Infinity Nikki Game8 page, further along |
|
||||||
|
| `bluearchive.wiki`, `prydwen.gg`, `gametora.com` | **Cleared, unbuilt.** `User-agent: *` allows the paths we would want. prydwen sets `Crawl-delay: 10`, far below our one-per-6h. `bluearchive.wiki` is the live Blue Archive source worth building — `Name (EN) \| Name (JP) \| Start date \| End date` with ISO dates, current to 2026-09-15 — but note it is Miraheze and its `robots.txt` **disallows** `/w/` and `/*?action=`, so the API route is closed there and only the rendered `/wiki/Events` page is permitted. It also lists JP and Global in separate tables, which is the akwiki hazard: publishing the wrong server's date |
|
||||||
|
|
||||||
wiki.gg hosts (`arknights`, `endfield`) carry `Content-Signal: search=yes, ai-train=no, use=reference`
|
wiki.gg hosts (`arknights`, `endfield`) carry `Content-Signal: search=yes, ai-train=no, use=reference`
|
||||||
with `Allow: /`, and disallow `ClaudeBot` and other AI crawlers by name. Our fetcher is neither: it
|
with `Allow: /`, and disallow `ClaudeBot` and other AI crawlers by name. Our fetcher is neither: it
|
||||||
|
|||||||
@@ -154,6 +154,7 @@ produced it.
|
|||||||
| Label/value or column tables with full dates including a year | Good — an existing parser may already handle it |
|
| Label/value or column tables with full dates including a year | Good — an existing parser may already handle it |
|
||||||
| Dates without a year, or no end date at all | **Unsupportable** — yields nothing rather than guessing |
|
| Dates without a year, or no end date at all | **Unsupportable** — yields nothing rather than guessing |
|
||||||
| Free-form prose with no table structure | Find a different source |
|
| Free-form prose with no table structure | Find a different source |
|
||||||
|
| A clean table whose newest row is months old | **Not a source, an archive.** Check the *latest* date before writing anything: `bluearchive.fandom.com` parses perfectly and yields zero live events, which shows up as an empty lane and a permanently rejected snapshot rather than as an error |
|
||||||
|
|
||||||
Game8 uses at least four page templates and a game's page may use any of them:
|
Game8 uses at least four page templates and a game's page may use any of them:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user