File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ deployment (and a single TLS setup) covers every client and every mirror.
1616
1717## How it works
1818
19- 1 . 5chan 0.9.1 copies ** path-based** share links (no ` #/ ` hash) so the path
19+ 1 . 5chan copies ** path-based** share links (no ` #/ ` hash) so the path
2020 reaches the server: ` https://s.5chan.app/<board>/thread/<cid> ` .
21212 . The server matches the path to a client profile + route, fetches the post by
2222 cid via ` @pkcprotocol/pkc-js ` (` getComment ` ), and builds the card.
Original file line number Diff line number Diff line change 2323export const CLIENTS = [
2424 {
2525 id : '5chan' ,
26- // s.5chan.app is live in 5chan 0.9.1 . Add mirror domains below as you bring
26+ // s.5chan.app is live in 5chan. Add mirror domains below as you bring
2727 // them online — they all resolve to this same profile.
2828 hostnames : [ 's.5chan.app' ] ,
2929 appBaseUrl : 'https://5chan.app' ,
@@ -73,7 +73,7 @@ export const CLIENTS = [
7373 // seedit (reddit-style). Its real share format is /s/<community>/c/<cid> and
7474 // its app routes are #/s/<community>/c/<cid>. NOTE: seedit still emits
7575 // seedit.app/s/... links today — its app must be pointed at s.seedit.app
76- // (like 5chan 0.9.1 was) before this profile actually receives traffic.
76+ // (like 5chan was) before this profile actually receives traffic.
7777 // ─────────────────────────────────────────────────────────────────────────
7878 {
7979 id : 'seedit' ,
You can’t perform that action at this time.
0 commit comments