Diagnostics for atproto PDS hosts, DIDs, and handles: https://debug.hose.cam

readme and footer links

Changed files
+29 -7
+24 -7
index.html
··· 1224 1224 1225 1225 <div class="footer text-xs sm:footer-horizontal text-neutral mt-32 p-8 max-w-2xl mx-auto"> 1226 1226 <nav> 1227 - <h3 class="footer-title">Current limitations</h3> 1228 - <p>PDS hosts without CORS will fail tests</p> 1229 - <p>Bluesky relay is missing API endpoints</p> 1230 - <p>Blacksky relay is also missing API endpoints</p> 1231 - <p>The requestCrawl button is not well tested</p> 1227 + <h3 class="footer-title mt-3">Current limitations</h3> 1228 + <p>PDS hosts without CORS will fail tests.</p> 1229 + <p>Bluesky relay is missing API endpoints.</p> 1230 + <p>Blacksky relay is also missing API endpoints.</p> 1231 + <p>The requestCrawl button is not well tested.</p> 1232 + 1233 + <h3 class="footer-title mt-3">Future features</h3> 1234 + <p>Firehose listener</p> 1235 + <p>URL routing</p> 1232 1236 </nav> 1237 + 1233 1238 <nav> 1239 + <h3 class="footer-title mt-3">Places</h3> 1240 + <p><a href="https://tangled.org/microcosm.blue/pds-debug">Source code (tangled.org)</a></p> 1241 + <p><a href="https://discord.gg/Vwamex5UFS">Discord (microcosm)</a></p> 1242 + <p><a href="https://pdsmoover.com/">PDS Moover</a></p> 1243 + <p><a href="https://microcosm.blue">microcosm</a></p> 1234 1244 1235 - <h3 class="footer-title">Future features</h3> 1236 - <p>Account label lookup</p> 1245 + <h3 class="footer-title mt-3">Made by</h3> 1246 + <p> 1247 + <a href="https://bsky.app/profile/did:plc:hdhoaan3xa3jiuq4fg4mefid">fig</a> 1248 + <a href="https://github.com/sponsors/uniphil">(sponsor)</a> 1249 + </p> 1250 + <p> 1251 + <a href="https://bsky.app/profile/did:plc:rnpkyqnmsw4ipey6eotbdnnf">bailey</a> 1252 + <a href="https://github.com/sponsors/fatfingers23">(sponsor)</a> 1253 + </p> 1237 1254 </nav> 1238 1255 </div> 1239 1256
+5
readme.md
··· 1 + # PDS Debugger 2 + 3 + https://debug.hose.cam 4 + 5 + Diagnostics for atproto PDS hosts, DIDs, and handles