Last modified: 2008-09-17 20:51:56 UTC
The Italian Wikisource community is requesting the ability to import content from the other Italian projects, e.g. Wikibooks, etc. (currently Import is available only from/to Wikipedia). Since this is a recurring request, it has been asked whether it is possible to enable at once every possible combination of Italian projects for import (from all it. projects to all it. projects). Thanks
Done. New setting: 'itwikisource' => array('w', 'b', 's', 'wikt', 'q'),
Can you set this also for other it projects? «enable at once every possible combination of Italian projects for import (from all it. projects to all it. projects)» Pietrodn
Done. 'itwikibooks' => array('w', 'wikt', 's', 'q' ), 'itwikiquote' => array('w', 'wikt', 's', 'b' ), 'itwikisource' => array('w', 'b', 'wikt', 'q'), 'itwiktionary' => array('w', 'b', 'wikt', 'q', 'en', 'fr', 'sc'), 'itwikiversity' => array('w', 'b', 'wikt', 's', 'q'),
for wikiversity it has not been activated the import, you can activate it for all project?
Import on itwikiversity is active from wikipedia, books, wiktionary, source, and quote.
Hi, sorry for bothering you again, but maybe Wim b's request was not very clear. We still lack a way to import /from/ wikiversity (and news, by the way) into the other projects. In detail, the following are the missing associations (from project->to project): n->b, n->q, n->s, n->wikt, n->v, v->b, v->q, v->wikt. Maybe these associations are also missing for wikipedia and wikinews as destinations (I don't know), it would be nice to have them enabled in these two projects as well, if it hasn't been done already. Thanks a lot. Francesco
This is the proposed list, please amend as needed if something can't be done. Also added some Wikipedias and Meta to it.wiki mainly for importing templates. Thank you! 'itwikibooks' => array('w', 'wikt', 's', 'q', 'n', 'v'), 'itwikinews' => array('w', 'wikt', 'b', 's', 'q', 'v'), 'itwikiquote' => array('w', 'wikt', 's', 'b', 'n', 'v'), 'itwikisource' => array('w', 'b', 'wikt', 'q', 'n', 'v'), 'itwiktionary' => array('w', 'b', 'wikt', 'q', 'n', 'v', 'en', 'fr', 'sc'), 'itwikiversity' => array('w', 'b', 'wikt', 's', 'q', 'n'), 'itwiki' => array('b', 'q', 's', 'wikt', 'n', 'v', 'de', 'es', 'en', 'fr', 'meta'),
Done. 'itwikibooks' => array('w', 'wikt', 's', 'q', 'n', 'v'), 'itwikinews' => array('w', 'wikt', 'b', 's', 'q', 'v'), 'itwikiquote' => array('w', 'wikt', 's', 'b', 'n', 'v'), 'itwikisource' => array('w', 'b', 'wikt', 'q', 'n', 'v'), 'itwiktionary' => array('w', 'b', 'wikt', 'q', 'n', 'v', 'en', 'fr', 'sc'), 'itwikiversity' => array('w', 'b', 'wikt', 's', 'q', 'n'), 'itwiki' => array('b', 'q', 's', 'wikt', 'n', 'v', 'de', 'es', 'en', 'fr', 'meta'),
there is an error: 'itwiktionary' => array('w', 'b', 'wikt', 'q', 'n', 'v', 'en', 'fr', 'sc'), corect: 'itwiktionary' => array('w', 'b', 's', 'q', 'n', 'v', 'en', 'fr', 'sc'),
Fixed.