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

--- Comment #18 from C. Scott Ananian <[email protected]> ---
In particular, one running parsoid can service multiple different mediawikis. 
They are distinguished by the $wgVisualEditorParsoidPrefix and corresponding
localsettings.js.  For example, you should be able to visit your running
parsoid instance on http://localhost:8080 (or whatever port you used) and then
get different pages for:

http://localhost:8080/enwiki/Main_Page (links to wikipedia using 'enwiki'
prefix)
http://localhost:8080/localhost/Main_Page
http://localhost:8080/foo/Main_Page

given

parsoidConfig.setInterwiki( 'localhost', 'some api endpoint' );
parsoidConfig.setInterwiki( 'foo', 'some different api endpoint' );

Our docs could probably explain this better.  Suggestions welcome.

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