Page MenuHomePhabricator

Configure additional import sources on Italian projects
Closed, ResolvedPublic

Description

Author: broken.arrow

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


Version: unspecified
Severity: enhancement

Details

Reference
bz11171

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:48 PM
bzimport set Reference to bz11171.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

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

jeluf wrote:

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?

jeluf wrote:

Import on itwikiversity is active from wikipedia, books, wiktionary, source, and quote.

rincewind wrote:

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

broken.arrow wrote:

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'),

jeluf wrote:

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'),