pediapress / mwlib

mediawiki parser library
103 stars 35 forks source link

Support multiwiki metabook #27

Open adamwight opened 11 years ago

adamwight commented 11 years ago

Currently, articles with an interwiki title are not parsed correctly by the render server. Wiki identity should be determined from the title, and the appropriate wikiconf loaded.

We can match the target article's base url against the siteinfo array, which saves us the trouble of parsing interwiki link syntax.

See also: