$wgForeignFileRepos[] = array( 'class' => 'ForeignAPIRepo', 'name' => 'enwp', 'apibase' => 'http://en.wikipedia.org/w/api.php', 'fetchDescription' => true, // Optional 'descriptionCacheExpiry' => 43200, // 12 hours, optional 'apiThumbCacheExpiry' => 43200, // 12 hours, optional, but required for local thumb caching );
On Mon, May 10, 2010 at 10:04 AM, 李琴 <[email protected]> wrote: > > Hi all, > > I import all the data of wikipedia into my local mediawiki.And then I > want to use the images of wikipedia on my wiki. > > How can I get the images? And how to import the images into my local > mediawiki? > > Any suggestions? > > Thanks a lot. > > vanessa lee > _______________________________________________ > Wikitech-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikitech-l > _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
