Jump to content

Extension:Luciwik: Difference between revisions

From mediawiki.org
Content deleted Content added
No edit summary
Luciwik version 0.3 is compatible with Mediawiki 1.21, previous versions are not compatible with this version of Mediawiki.
Line 11: Line 11:
|image =
|image =
|imagesize =
|imagesize =
|version = 0.1.7
|version = 0.3
|update =
|update =
|mediawiki =
|mediawiki =
Line 43: Line 43:
|image =
|image =
|imagesize =
|imagesize =
|version = 0.1.7
|version = 0.3
|update =
|update =
|mediawiki =
|mediawiki =

Revision as of 19:39, 29 August 2013

MediaWiki extensions manual
Luciwik
Release status: beta
Implementation Special page
Description Enables access to wiki pages as an OPDS catalog
Author(s) Ordbrand
Latest version 0.3
MediaWiki
  • $wgLuciwikMode
  • $wgLuciwikAllLink
  • $wgLuciwikThisLink
  • $wgLuciwikEnableMetadata
  • $wgLuciwikStylesheet
Licence APGL, GPL, LGPL
Download Download
MediaWiki extensions manual
LuciwikEPUB
Release status: beta
Implementation Special page
Description Enables downloading of wiki pages in EPUB format
Author(s) Ordbrand
Latest version 0.3
MediaWiki
  • $wgLuciwikEPUBEnableDiscussion
  • $wgLuciwikEPUBEnableMulti
  • $wgLuciwikEPUBEnableSingle
  • $wgLuciwikEPUBExtraItems
  • $wgLuciwikEPUBLimit
  • $wgLuciwikEPUBSplit
Licence APGL, GPL, LGPL
Download see above

Warning: Default sort key "LUCIWIKEPUB" overrides earlier default sort key "LUCIWIK".

Luciwik is a system consisting of two extensions for MediaWiki that provides an OPDS catalog containing entries for automatically generated EPUB versions of the wiki pages. Single article to book or a set of articles to book is also possible. Discussion page as final chapter if wanted. Possible to include book description and structured metadata, like author etc.

Example 1: Add article to wanted book catalogue categories, and add meta-data to be included in the book catalogue and ebook.

[[Category:Free Norwegian classics]]

[[Category:19th Century literature]]

[[Category:Short-story]]

<luci>

<text>The short-story Karen by Alexander Kielland</text>

<summary>A tragic love story about the young Karen who is secretly pregnant with a treacherous lover.</summary>

<author>Alexander Kielland</author>

<issued>1882</issued>

<rights>Public domain</rights>

<image></image>

<thumbnail></thumbnail>

</luci>

By adding the above to a wiki article containing the text of the classic Norwegian short-story Karen by Alexander Kielland, the article will be added to the wiki categories Free Norwegian classics, 19th Century literature and Short-story, but the meta-data will not be visible on the web page itself. The article will also appear as a book in the book catalogue in these categories too, with some of the meta-data visible in the book catalogue. By adding the address of the book catalogue to ebook readers like Lucifox or FBReader, users can search for titles or meta-data. When the user decides to download a book title, the meta-data will be included in the EPUB 3 ebook file and the ebook reader can display to the reader, which can later be used to sort or find locally stored books. See http://far.no/index.php?title=Karen for a live demonstration.

Warning: Default sort key "LUCI" overrides earlier default sort key "LUCIWIKEPUB".