Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions apps/logicsrc-web/src/app/openwebring/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ export default function OpenWebringPage(): ReactNode {
<p style={{ color: "#5b6b7a" }}>
Status: 0.1. The first host is{" "}
<a href="https://rssamplifier.com/ring">rssamplifier.com</a>, one ring per topic out of
the feeds it already reads. A member owes a ring one plain link, which is what every ring
already asks for.
the feeds it already reads; the first directory reading rings is{" "}
<a href="https://nichedb.dev/c/webrings">nichedb.dev/c/webrings</a>. A member owes a ring
one plain link, which is what every ring already asks for.
</p>
</div>

Expand Down Expand Up @@ -193,7 +194,11 @@ export default function OpenWebringPage(): ReactNode {
</li>
<li>
<a href="https://rssamplifier.com/ring">rssamplifier.com/ring</a>: the first host, one
ring per topic
ring per topic and a ring of the sites Profullstack publishes
</li>
<li>
<a href="https://nichedb.dev/c/webrings">nichedb.dev/c/webrings</a>: the first directory
reading rings, every ring and every member across hosts, with who makes each site
</li>
<li>
<Link href="/openprofile">OpenProfile.md</Link>, the author behind a member;{" "}
Expand Down
2 changes: 1 addition & 1 deletion docs/openwebring.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ A directory reading rings:
4. **Keeps the member's own `url`**, unchanged, and links to the ring's own `join`.
5. **Offers the same three hops over its own listing** only if it says it is a ring, with its own descriptor. A directory is not a ring by reading rings.

The first host is [rssamplifier.com](https://rssamplifier.com/ring), the open directory of independent feeds, which runs one ring per topic out of the feeds it already reads, and the first directory reading rings will be [nichedb.dev](https://nichedb.dev).
The first host is [rssamplifier.com](https://rssamplifier.com/ring), the open directory of independent feeds, which runs one ring per topic out of the feeds it already reads and a curated ring of the sites Profullstack publishes. The first directory reading rings is [nichedb.dev/c/webrings](https://nichedb.dev/c/webrings): one row per ring and one per member, with `made_by` as the member said it and the status the host last verified, re-read hourly.

## What is deliberately absent

Expand Down
Loading