Skip to content
Yannouk edited this page Jul 5, 2012 · 1 revision

Table of Contents

Description

MedZam (Media Seizam) is the collection of MediaWiki extensions enabling the following primary functionalities:

  • File upload (music, image, sound, pdf, ebook...)
  • File download
  • File streaming
  • Files rights are ruled by PowZam
Quotas (Disk usage / Bandwidth usage) will be controlled by SelZam.

Stack

Many extensions already exist. Special Pages might have to be written for management of files by user.

  • UploadWizard extension will be used for the upload functionality.

Done

In progess

Check the stability of the trunk release of UploadWizard

  • SVN error when trying to download the trunk release -> Neil K has been contacted to solve the issue, waiting answer from him
  • No answer, but another way to access SVN found
svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/UploadWizard/
  • UploadWizard r102220 test in progress

Configuring files upload and securing their viewing

Complete page: Configuring files upload and securing their viewing

  • files repository out of document root (out of /var/www) so the files can't be directly downloaded
  • img_auth.php will check the client rights and retransmit the file to the client browser

Deploy and integrate UploadWizard in MediaWiki

Complete page: Deploy and integrate UploadWizard

To do

  • Find a stable release of UploadWizard for MediaWiki 1.17
  • Deploy the files reading control method (using PowZam)
Clone this wiki locally