From 67aff528f526a5fcbec5544b1bb32da6ebce5886 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Thu, 25 Feb 2016 12:32:33 +0100 Subject: [PATCH] socialfy-your-domain made people think you needed manual interaction I don't know why, but people started following those instructions for no apparent reason and it ended up causing a bunch of federation issues or homegrown cron script messes. Maybe changing the name to "another" instead of "your" domain will make people stop doing stuff randomly. --- {socialfy-your-domain => socialfy-another-domain}/README.txt | 5 +++++ .../dot-well-known/host-meta | 0 .../dot-well-known/webfinger/example@example.com.xml | 0 .../dot-well-known/webfinger/index.php | 0 4 files changed, 5 insertions(+) rename {socialfy-your-domain => socialfy-another-domain}/README.txt (85%) rename {socialfy-your-domain => socialfy-another-domain}/dot-well-known/host-meta (100%) rename {socialfy-your-domain => socialfy-another-domain}/dot-well-known/webfinger/example@example.com.xml (100%) rename {socialfy-your-domain => socialfy-another-domain}/dot-well-known/webfinger/index.php (100%) diff --git a/socialfy-your-domain/README.txt b/socialfy-another-domain/README.txt similarity index 85% rename from socialfy-your-domain/README.txt rename to socialfy-another-domain/README.txt index b7691abe8d..7cb01ed2ef 100644 --- a/socialfy-your-domain/README.txt +++ b/socialfy-another-domain/README.txt @@ -1,6 +1,11 @@ Initial simple way to Webfinger enable your domain -- needs PHP. ================================================================ +This guide needs some updating, since it will only guide you to present +XML data (while the curl command likely gives you JSON). The workaround +is to simply make curl get 'webfinger.xml' instead, and/or have another +file that contains JSON, but that requires editing the PHP file as well. + Step 1 ====== diff --git a/socialfy-your-domain/dot-well-known/host-meta b/socialfy-another-domain/dot-well-known/host-meta similarity index 100% rename from socialfy-your-domain/dot-well-known/host-meta rename to socialfy-another-domain/dot-well-known/host-meta diff --git a/socialfy-your-domain/dot-well-known/webfinger/example@example.com.xml b/socialfy-another-domain/dot-well-known/webfinger/example@example.com.xml similarity index 100% rename from socialfy-your-domain/dot-well-known/webfinger/example@example.com.xml rename to socialfy-another-domain/dot-well-known/webfinger/example@example.com.xml diff --git a/socialfy-your-domain/dot-well-known/webfinger/index.php b/socialfy-another-domain/dot-well-known/webfinger/index.php similarity index 100% rename from socialfy-your-domain/dot-well-known/webfinger/index.php rename to socialfy-another-domain/dot-well-known/webfinger/index.php