https://bugzilla.wikimedia.org/show_bug.cgi?id=18527


WebCD <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #1 from WebCD <[email protected]>  2010-01-04 02:45:04 UTC ---
You can solve this issue by putting an file "xrds.php" in the script root,
where https://wiki.your.wiki/w/ is the script root:
-----------------------------------
<?php header("Content-Type: application/xrds+xml"); ?><?xml version="1.0"
encoding="UTF-8"?>
<xrds:XRDS
    xmlns:xrds="xri://$xrds"
    xmlns:openid="http://openid.net/xmlns/1.0";
    xmlns="xri://$xrd*($v*2.0)">
    <XRD>
        <Service priority="1">
            <Type>http://specs.openid.net/auth/2.0/return_to</Type>
            <URI>https://wiki.your.wiki/w/</URI>
        </Service>
    </XRD>
</xrds:XRDS>
-----------------------------------
After it you have to add to all Wikipages:
header("X-XRDS-Location: https://wiki.your.wiki/w/xrds.php";);
and
<meta http-equiv="X-XRDS-Location"
content="https://wiki.your.wiki/w/xrds.php"/>


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to