Add llms.txt, JSON Feed and RSS feed exports
New pagerite/feeds.py: /llms.txt (Markdown site map with excerpts for LLM agents), /feed.json (JSON Feed 1.1) and /feed.xml (RSS 2.0 + atom:link), all carrying every published article with full content and absolutized URLs. Linked from every page <head> (feed alternates + llms-txt) and from the sitemap, recorded in analytics like page GETs and emoji-marked in the trails (🧠 llms.txt, 📡 feeds).
This commit is contained in:
+3
-3
@@ -213,9 +213,9 @@ for misses.
|
||||
are caught by the abuse rules regardless. In the viewer, crawler hits are
|
||||
grouped by client hash and shown as a trail of pages, preceded by the
|
||||
referer when there is one (rendered with its favicon like visit
|
||||
referers). Non-article machinery GETs (`/robots.txt`, `/sitemap.xml` —
|
||||
and feed paths such as `/rss.xml` once those routes exist) appear as
|
||||
emoji-marked steps (🤖 / 🗺️ / 📡) so they stand out from article steps.
|
||||
referers). Non-article machinery GETs (`/robots.txt`, `/sitemap.xml`,
|
||||
`/llms.txt`, the feeds) appear as
|
||||
emoji-marked steps (🤖 / 🗺️ / 🧠 / 📡) so they stand out from article steps.
|
||||
The crawler table lists the most recent crawler first, with
|
||||
the most active as a tie-breaker.
|
||||
- **Abuse (scanner) hits**: a 404 on a telltale path — an empty URL segment
|
||||
|
||||
Reference in New Issue
Block a user