···11---
22-import Layout from '../layouts/Layout.astro';
22+import AutoLink from "../components/AutoLink.astro";
33+import Layout from "../layouts/Layout.astro";
34---
4556<Layout title="klbr.net">
66- <img title="by rotgutd on twt" src="/klbr-pets-by-rotgutd-on-twt.gif" />
77- <pre>
77+ <img title="by rotgutd on twt" src="/klbr-pets-by-rotgutd-on-twt.gif" />
88+ <pre>
89hi there~
9101011you have reached klbr.net. this host operates
···1213we hope they will be of help to you ^^;
13141415//make use of/
1515-/did:plc mirror: plc.klbr.net/
1616-/atproto relay: relay.klbr.net/
1717-/atproto spool: spool.klbr.net/
1616+ /did:plc mirror: <AutoLink>plc.klbr.net</AutoLink>
1717+ for mirror(s) coverage: <AutoLink>compare.plc.klbr.net</AutoLink>/
1818+ /atproto relay: <AutoLink>relay.klbr.net</AutoLink>/
1919+ /atproto spool: <AutoLink>spool.klbr.net</AutoLink>/
18201921//reach out/
2020-/bsky @klbr.net/
2121-/email 90008@klbr.net/
2222+ /bsky <AutoLink href="https://witchsky.app/profile/klbr.net">@klbr.net</AutoLink>/
2323+ /email <a href="mailto:90008@klbr.net">90008@klbr.net</a>/
22242325dig +short TXT klbr.net
2426 </pre>
+7-6
src/pages/spool/index.astro
···11---
22-import Layout from '../../layouts/Layout.astro';
22+import AutoLink from "../../components/AutoLink.astro";
33+import Layout from "../../layouts/Layout.astro";
34---
4556<Layout title="spool.klbr.net">
66- <pre>
77+ <pre>
78you are currently downloading the documentation
89for atspool, a receipt printer interface for the
910atproto network. it speaks the net.klbr.spool
···2122the record key should be a TID.
22232324//info/
2424-/there is an allowlist, mention/dm klbr.net on bsky/
2525-/source: tangled.org/ptr.pet/atspool/
2525+ /there is an allowlist, mention/dm klbr.net on bsky/
2626+ /source: <AutoLink>tangled.org/ptr.pet/atspool</AutoLink>/
2627 </pre>
2727- <img title="hi!!" src="/printer.webp" />
2828- <pre>
2828+ <img title="hi!!" src="/printer.webp" />
2929+ <pre>
2930this is a physical device. be nice to it.
3031 </pre>
3132</Layout>