From 6ef3cec71ddaa12de25881c43c1913cbf562ce9b Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Wed, 11 Oct 2017 07:26:52 -0700 Subject: [PATCH] minor doc tweaks --- static/index.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/static/index.html b/static/index.html index ff71ad1..27bf72e 100644 --- a/static/index.html +++ b/static/index.html @@ -66,7 +66,7 @@ and the rest of the fediverse<
  • How does it work?
  • -Bridgy Fed lets you interact with federated social networks like Mastodon from your IndieWeb site. It translates replies, likes, and reposts from webmentions to federated social networking protocols like ActivityPub and OStatus, and vice versa. +Bridgy Fed lets you interact with federated social networks like Mastodon and Hubzilla from your IndieWeb site. It translates replies, likes, and reposts from webmentions to federated social networking protocols like ActivityPub and OStatus, and vice versa.

  • How do I set it up?
  • @@ -103,16 +103,16 @@ Finally, configure your web site to redirect these URL paths to the same paths o -
  • Known: TODO +
  • Known: follow the Apache or nginx instructions below.
  • -
  • Apache: add this to your .htaccess file:
    +
  • Apache: add this to your .htaccess file:
    RewriteEngine on
       RewriteBase /
       RewriteRule ^.well-known/(host-meta|webfinger).* https://fed.brid.gy/$0  [redirect=302,last]
  • -
  • nginx: add this to your nginx.conf file, in the server section:
    +
  • nginx: add this to your nginx.conf file, in the server section:
    rewrite ^/.well-known/(host-meta|webfinger).* https://fed.brid.gy/$request_uri redirect;
  • @@ -143,7 +143,7 @@ https://en.support.wordpress.com/site-redirect/
  • How do I use it?
  • -To like, repost, or reply to a post on a federated social network, just include a link to https://fed.brid.gy/ in your post. Your web server should then send it a webmention, which it will translate to a Salmon slap or ActivityPub activity and forward to the destination. For example: +To like, repost, or reply to a post on a federated social network, create an indie like, repost or reply as usual, and include a link to https://fed.brid.gy/ in that post. Your web server should then send it a webmention, which it will translate to a Salmon slap or ActivityPub activity and forward to the destination. For example:

    <div class="h-entry">
    @@ -154,7 +154,10 @@ To like, make sure your webmention handler detects and handles u-url links!
    +To receive likes, reposts, and replies from federated social networks, just make sure your site accepts webmentions! Bridgy translates incoming Salmon slaps and ActivityPub activities to webmentions and sends them to your site.

    + +

    +For replies, the source will usually be the permalink on the social network itself. For likes and reposts, the source will usually be a proxy page on fed.brid.gy. For best results, make sure your webmention handler detects and handles u-url links!

  • @@ -181,9 +184,9 @@ We're aware of the sites below, but not currently working on them. Feel free to

    @@ -204,7 +207,7 @@ I'm Ryan Barrett. I'm just a g
  • What do you do with my data?
  • -

    Nothing! Bridgy Fed isn't a business, and never will be, so I don't have the same motivations to abuse your data that other services might. More concretely, Bridgy Fed won't ever send you email, it stores as little of your PII (personally identifiable information) as possible, and it never has access to any of your passwords. +

    Nothing! Bridgy Fed isn't a business, and never will be, so we don't have the same motivations to abuse your data that other services might. More concretely, Bridgy Fed won't ever send you email, it stores as little of your PII (personally identifiable information) as possible, and it never has access to any of your passwords.