docs: fix a few fragment links

for #2026
pull/2032/head
Ryan Barrett 2025-08-12 11:12:14 -07:00
rodzic 3afb3084a0
commit b326fc57fa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -756,8 +756,8 @@ RewriteRule ^.well-known/(host-meta|webfinger).* https://fed.brid.gy/$0 [redire
<li id="web-get-started" class="question">How do I get started?</li>
<li class="answer">
<p>Your web site will need either <a href="https://microformats.org/wiki/microformats2">microformats</a> and <a href="https://webmention.net/">webmention</a> support, or an <a href="http://www.atomenabled.org/">Atom</a> or <a href="https://www.rssboard.org/rss-specification">RSS</a> feed <a href="https://www.rssboard.org/rss-autodiscovery">discoverable from your home page</a>, so that Bridgy Fed can find your posts. When you're ready, <a href="/web-site">connect your site</a>, then <a href="/#fediverse-follow-web">try following your site from the fediverse</a>. If that looks good, <a href="web-follow">start following other fediverse users</a>!
<p>We recommend that your site supports <a href="https://webmention.net/">webmentions</a>. You can see a <a href="web-notifications">notifications feed of your interactions from other networks</a> - replies, reposts, likes, etc - but to <a href="#web-backfeed"> get them back to your site, it needs to support webmentions</a>. Check out the <a href="https://indieweb.org/">IndieWeb wiki</a> for <a href="https://indieweb.org/webmention#Publishing_Software">instructions for your web server</a> and <a href="https://indieweb.org/content_management_system#Examples">examples of existing projects that support microformats and webmentions</a>.
<p>Your web site will need either <a href="https://microformats.org/wiki/microformats2">microformats</a> and <a href="https://webmention.net/">webmention</a> support, or an <a href="http://www.atomenabled.org/">Atom</a> or <a href="https://www.rssboard.org/rss-specification">RSS</a> feed <a href="https://www.rssboard.org/rss-autodiscovery">discoverable from your home page</a>, so that Bridgy Fed can find your posts. When you're ready, <a href="/web-site">connect your site</a>, then <a href="/#fediverse-follow-web">try following your site from the fediverse</a>. If that looks good, <a href="#web-follow">start following other fediverse users</a>!
<p>We recommend that your site supports <a href="https://webmention.net/">webmentions</a>. You can see a <a href="#web-notifications">notifications feed of your interactions from other networks</a> - replies, reposts, likes, etc - but to <a href="#web-backfeed"> get them back to your site, it needs to support webmentions</a>. Check out the <a href="https://indieweb.org/">IndieWeb wiki</a> for <a href="https://indieweb.org/webmention#Publishing_Software">instructions for your web server</a> and <a href="https://indieweb.org/content_management_system#Examples">examples of existing projects that support microformats and webmentions</a>.
</p>
<p>If your site serves <a href="https://webfinger.net/">WebFinger</a> requests itself, Bridgy Fed won't support it. This generally happens when your site is already a fediverse instance or has its own fediverse integration. If Bridgy Fed tried to work in these cases, it might conflict with your existing ActivityPub server.
</li>