Hello, on Montag, 30. August 2010, Rajko M. wrote:
* upload files
This sounds like duplicated work (lots of images have to be uploaded at multiple places), and will be even more work if we decide to use other icons next year (just as an example). I don't know about you, but I prefer to be lazy if I can get the same result ;-) What about setting up all wikis to use the EN wiki as "commons"? This would mean that you can simply refer to Image:foobar.jpg. If it exists in the local wiki, it's taken from there, otherwise it's taken from the EN wiki. In other words: You have to upload things like icons and logos that are the same in every language only to the EN wiki and they will be available everywhere. The LocalSettings.php entry would look like that: (untested, but should work) $wgForeignFileRepos[] = array( 'class' => 'ForeignAPIRepo', 'name' => 'en-opensuse', 'apibase' => 'http://en.opensuse.org/api.php', 'fetchDescription' => true, 'descriptionCacheExpiry' => 43200, 'apiThumbCacheExpiry' => 86400, ); Regards, Christian Boltz -- Lass Dir kein X für ein U vormachen, sei auf der Hxt! -- To unsubscribe, e-mail: opensuse-wiki+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-wiki+help@opensuse.org