Extension:Collection
Collection Release status: stable |
|||
---|---|---|---|
Implementation | Special page | ||
Description | This extension makes it possible to collect a number of pages. Collections can be edited, persisted and optionally retrieved as PDF, ODF or DocBook (XML) | ||
Author(s) | PediaPress.com | ||
MediaWiki | 1.14+ | ||
License | GPL | ||
Download | Download snapshot Subversion [Help] |
||
Example | http://wiki.services.openoffice.org/wiki/Help:Books | ||
|
|||
Check usage (experimental) |
This extension allows a user to organize personal selections of pages in a collection. Collections can be
- edited and structured using chapters
- persisted, loaded and shared
- rendered as PDF (see Extension:PDF_Writer)
- exported as ODF Text Document (see Extension:OpenDocument_Export)
- exported as DocBook XML (see Extension:XML_Bridge)
- ordered as a printed book at http://pediapress.com/
- exported as ZIM file (see Extension:Collection/openZIM)
See the press release Wikis Go Printable for more information on this project.
Contents |
[edit] Documentation & Support
The documentation for the collection can be found at http://mwlib.readthedocs.org/en/latest/collection.html
There is also a Google group for support and discussion of mwlib, mwlib.rl and the Collection extension.
mwlib developers have also been spotted on the pediapress IRC channel:
- Server: irc.freenode.net
- Channel: #pediapress
A detailed guide on how to prepare your wiki (templates, help pages, categories) if you setup the extension is available at meta.wikimedia.org.
[edit] Installation
To install Collection, download the latest snapshot and extract it to your extensions directory. Then, add the following line near the end of your LocalSettings.php:
require_once("$IP/extensions/Collection/Collection.php");
Please read the included README.txt for detailed configuration instructions of the extension.
- Howto: Installation on Ubuntu
- How does it work on debian?
[edit] Help improving the extension
If you want to help to make the extension better, you can:
- add your idea or feature request to this Wishlist
- open a ticket for a bug or feature request in the bug tracker
- fix and add translations using translatewiki.net
- fix and improve the code (PHP, HTML, JavaScript, CSS) by sending patches to the mwlib mailinglist or attaching them to tickets in the bug tracker
- help improve mwlib and mwlib.rl, the Python libraries that are the "backbone" of the Collection extension
[edit] Source
The Collection extension is copyrighted by PediaPress and is distributed under the GNU General Public License (see the included README.txt for details).
Current sources can be obtained from the official MediaWiki Subversion repository found at http://svn.wikimedia.org/svnroot/mediawiki/. You can check out a copy right into the extensions directory of your MediaWiki installation with the following commands (after installing Subversion):
cd extensions/ svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/Collection/
[edit] Screenshot
See also: Collection Help on Wikibooks
[edit] Screencast
There is a screencast demoing the basic functionality available at youtube (in German) (2:45 minutes).
[edit] Generating PDFs, OpenDocument- & DocBook-Exports
It's easy to enable PDF (ODF, DocBook) support with this Extension. It is configured by default to use the server http://tools.pediapress.com/. Therefore (low traffic) sites that are accessible from the internet don't need to install their own PDF Server.
Simply install and configure the Collection extension using the default value http://tools.pediapress.com/mw-serve/ for $wgCollectionMWServeURL (see README.txt of the Collection Extension for instructions) and make sure the MediaWiki API (api.php) is enabled on your MediaWiki installation.
No installation of Python, ReportLab, mwlib etc. required! Note however, that in order to use this service, your wiki must be accessible from the internet and must be either accessible for non-logged-in users or login credentials are configured (see README.txt for instructions).
If you either have a wiki which is not accessible from the outside or your site has high traffic, you need to install your own render server. The server is included with mwlib and can be used as a stand-alone HTTP server (which is the default protocol) or as FastCGI or SCGI server or as a CGI script.
Have a look at the Solar system, example article from the English language Wikipedia, rendered as PDF using this technology.
[edit] Printed Books with PediaPress
PediaPress is a service that offers printed books based from wiki content. This service is seamlessly integrated in this extension (can be disabled).
[edit] Creating cross-wiki article collections
It's best to use http://pediapress.com/collection/ for this purpose, see ticket 408.
[edit] Related
![]() |
This extension is being used on one or more of Wikimedia's wikis. This means that the extension is stable and works well enough to be used by such high traffic websites. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |
- Stable extensions
- Special page extensions
- Extensions in Wikimedia version control
- SkinTemplateBuildNavUrlsNav urlsAfterPermalink extensions
- SkinBuildSidebar extensions
- SiteNoticeAfter extensions
- OutputPageCheckLastModified extensions
- ResourceLoaderGetConfigVars extensions
- All extensions
- Extensions used on Wikimedia
- Output extensions