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