Handbuch:$wgSharedUploadPath
Geteilte Uploads: $wgSharedUploadPath | |
---|---|
Gesamtpfad des Webservers in dem sich gemeinsam Hochgeladenes befindet. |
|
Eingeführt in Version: | 1.3.8 |
Entfernt in Version: | Weiterhin vorhanden |
Erlaubte Werte: | URL |
Standardwert: | "http://commons.wikimedia.org/shared/images" (1.4+)"http://commons.mywiki.org/shared/images" (1.3) |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
Gesamtpfad auf dem Webserver in dem sich gemeinsam Hochgeladenes befindet.
Falls man mehrere Wikis betreibt, kann man einen gemeinsam benutzten Pfad ($SharedUploadPath) zum Hochladen definieren. If $wgUseSharedUploads is set, the wiki will look in the shared repository if no file of the given name is found in the local repository (for [[Image:..]], [[Media:..]] links).
Thumbnails will also be looked for and generated in this directory.
Uploads to the wiki will NOT be put there - they will be put into $wgUploadDirectory .
Thumbnails of shared images
For resizing images in MediaWiki they need to have a row in image table of database containing dimensions and other information of image so you can't resize images haven't been uploaded by MediaWiki software and for importing them to database without using MediaWiki interface, you'll need to use some maintenance scripts. (maintenance/importImages.php )
If those images have been uploaded in another mediawiki, you can set $wgSharedUploadDBname to solve the problem.
Siehe auch
- Handbuch:$wgForeignFileRepos - a more flexible way of configuring shared upload repositories (and the only way, if you want to set up more than one shared upload source)
- $wgUseSharedUploads
- $wgSharedUploadDirectory
- $wgHashedSharedUploadDirectory
- $wgRepositoryBaseUrl