summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/UploadWizard/README
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/UploadWizard/README')
-rw-r--r--www/wiki/extensions/UploadWizard/README31
1 files changed, 31 insertions, 0 deletions
diff --git a/www/wiki/extensions/UploadWizard/README b/www/wiki/extensions/UploadWizard/README
new file mode 100644
index 00000000..0d120781
--- /dev/null
+++ b/www/wiki/extensions/UploadWizard/README
@@ -0,0 +1,31 @@
+UploadWizard is an extension for MediaWiki, which adds a more user-friendly wizard for uploading media files.
+
+Although developed with Wikimedia Commons in mind, it should be useful for other users of MediaWiki as well.
+However it has not been tested extensively with non-Wikimedia installations of MediaWiki. Your feedback will
+help greatly.
+
+UploadWizard is licensed under the same terms as MediaWiki itself.
+
+If you are using UploadWizard in an environment where licenses are not used, you may want to add the
+configuration below in LocalSettings.php. This will limit the license choices to a single default that
+references the wiki's generic disclaimer. Note that there are many other configuration settings to add
+depending on your use case.
+
+$wgUploadWizardConfig = array(
+ 'licensing' => array(
+ 'ownWorkDefault' => 'own',
+ 'ownWork' => array(
+ 'type' => 'or',
+ 'template' => 'licensing', // this adds a link to Template:Licensing to the file info page
+ 'licenses' => array(
+ 'generic',
+ )
+ ),
+ ),
+
+);
+
+If you wish to modify the generic messages, you can modify them within the wiki at the following pages:
+* MediaWiki:mwe-upwiz-source-ownwork
+* MediaWiki:Mwe-upwiz-source-ownwork-assert-generic
+* MediaWiki:Mwe-upwiz-source-ownwork-generic-explain