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

       Web browser: ---
             Bug #: 39202
           Summary: Parsoid: Use relative URLs in wiki links
           Product: Parsoid
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: JS/DOM
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---


Wiki links should use relative links by default. This is more compact, and
makes the DOM independent of config variables. All links in wiki pages where
the title contains slashes should be prefixed with ../ so that all titles are
absolute. Clients thus only need to strip any ../ prefixes to get normalized,
absolute wiki link target.

URLs in the web API should switch from interwiki prefixes like /mw:Foo to
/mw/Foo. 

In general, URLs where the page title is not a path component can still be
supported by setting the base href to an appropriate value.

-- 
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