
wikitech-l at antispam
May 14, 2008, 2:28 PM
Post #2 of 5
(139 views)
Permalink
|
|
Re: How to create the article from the context of the originating Wiki in another one?
[In reply to]
|
|
Try checking out MediaWiki API - I believe trunk version already has some implementation for editing (older ones don't). Sergey On Wed, May 14, 2008 at 5:25 PM, δΕΞ <subscribe[at]divog.com.ru> wrote: > Hello, > > I would like to ask for your advise on the solutions for the following > issues. > > I have two installations of Wiki for two different languages. It is > absolutely independent Wikis (each has its own database, its directory of > libraries, just like interwiki has). > > Both of Wikis have the special page, which is used to create articles. > > So, using this special page one can easily create an article in the Wiki, > where this page is running (Article::newFromText, doEdit... and that's it). > But how to create the article in the second Wiki? > > To put in other words, all I want to do is to create the article from the > context of the originating Wiki in another one. > How can I do this in the best/correct way? > > And as a follow-up, using wfLoadExtensionMessages I can load the messages > for the current language, but can I load messages for the specific > language? > I.e. is there something like this: > wfLoadExtensionMessages('plugin_name','language_code')? > _______________________________________________ > Wikitech-l mailing list > Wikitech-l[at]lists.wikimedia.org > https://lists.wikimedia.org/mailman/listinfo/wikitech-l > -- Sergey Chernyshev http://www.sergeychernyshev.com/ _______________________________________________ Wikitech-l mailing list Wikitech-l[at]lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
|