https://bugzilla.wikimedia.org/show_bug.cgi?id=13798
--- Comment #7 from Melancholie <[email protected]> 2009-03-26 05:05:05 UTC --- (In reply to comment #6) > Adding a project:lang: to the export format wouldn't make sense for the vast > majority of wiki installs out there; nor can we assume that a given interwiki > prefix is defined on the target wiki. > @wiki prefix: Oh, of course; you can export on any wiki and import on any wiki; I forgot that ;-) Just had our cool automatic on-the-fly importing tool in mind. So, when interwiki prefixes aren't suitable, why not just adding the URL of the wiki in front of the user (making an external link)? <username>Foobar</username> => <username>http://foo.bar/User:Foobar</username> Or *if* this should break anything (backwards compatibility) maybe use the <base> tag as input information: <base>http://en.wikipedia.org/wiki/Main_Page</base> By the way, <base> should not point to the (movable) main page, instead just use <base>http://en.wikipedia.org/</base> Isn't it possible to make an external link (http) within a recentchanges table, revision table etc.? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
