Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leocornus/pluploadutils
utilities for using plupload in MediaWiki sites.
https://github.com/leocornus/pluploadutils
Last synced: 5 days ago
JSON representation
utilities for using plupload in MediaWiki sites.
- Host: GitHub
- URL: https://github.com/leocornus/pluploadutils
- Owner: leocornus
- License: gpl-2.0
- Created: 2014-06-06T18:06:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T19:15:07.000Z (almost 10 years ago)
- Last Synced: 2024-03-26T01:46:01.465Z (8 months ago)
- Language: PHP
- Size: 469 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
PluploadUtils
=============PluploadUtils is a MediaWiki_ extention, which will
provide all kinds of utilities for using
plupload_ in MediaWiki sites.**Installation**
PluploadUtils could be installed as a regular MediaWiki_ extension.
- copy the PluploadUtils folder to **extensions** folder.
- add the following line to your **LocalSettions.php** file::require_once( "$IP/extensions/PluploadUtils/PluploadUtils.php" );
Features
========**SpecialPlupload**
**SpecialPlupload** is a MediaWiki_ Special Page to handle request
from plupload_ client on a MediaWiki_ site.
It will save the files uploaded from plupload_ Uploader as
MediaWiki_ Files.
Developers could set up the File description and comment through
the Uploader option **multipart_params**.
Here is an example::multipart_params : {
action : "plupload",
desc : "This will become description of the uploaded File",
comment : "This is the comment"
}Check more details by visit the spcial page itself::
http://you.mediawik.site.com/wiki/Special:SpecialPlupload
Change Logs
===========- `PluploadUtils Release 0.1.1 `_
[under development].
- `PluploadUtils Release 0.1.0 `_.Roadmaps
=========- `TODO List `_
License
=======GNU General Public License Version 2
.. _plupload: https://github.com/moxiecode/plupload
.. _MediaWiki: http://www.mediawiki.org/