Help:Books: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
Line 32: Line 32:


== Installation notes ==
== Installation notes ==
(I will move this)
(I will move this at some point - [[User:Daniel K. Schneider|Daniel K. Schneider]])


* The collection extension installs like any other Mediawiki extensions. Really easy with Mediawiki=> 1.14 (Spring 2009).
* The collection extension installs like any other Mediawiki extensions. Really easy with Mediawiki=> 1.14 (Spring 2009).
Line 39: Line 39:
=== Server-side stuff ===
=== Server-side stuff ===
  (not needed if you have a fast server and want to use the pediapress server)
  (not needed if you have a fast server and want to use the pediapress server)
Made for Solaris


; Prerequisites
; Prerequisites
Install Python > 2.5
 
Install these if don't have them (usually you do)
* Python => 2.5
* Perl => 5
* g++


Install setuptools-0.6c9-py2.5.egg
Install setuptools-0.6c9-py2.5.egg
Line 54: Line 60:
   python setup.py install
   python setup.py install


*
Install odfpy 0.7.0 (not 0.8.0)
* http://opendocumentfellowship.com/projects/odfpy
* Get it from http://odfpy.forge.osor.eu/
** I.E. as tar ball froom http://forge.osor.eu/frs/?group_id=33
python setup.py build
python setup.py install
 
Install rec2c
* http://re2c.org/
* Get it from http://www.sunfreeware.com/
pkgadd -d re2c-0.13.5-sol10-sparc-local
 
; Mwlib (installed with the tar ball, alternatively install mercurial)
 
* Get if from http://code.pediapress.com/hg/mwlib/ (click on gz)
* Dezip gtar zxf mwlib-db30ecca003a.tar.gz (or whatever file name)
  python setup.py install
 
; pygments
* http://pygments.org/
easy_install Pygments
 
; Fribidi
* http://pyfribidi.sourceforge.net/index.html
 
; Ploticus
* http://ploticus.sourceforge.net/doc/welcome.html
 
; mwlib.rl
* http://www.mediawiki.org/wiki/Extension:PDF_Writer
easy_install mwlib.rl

Revision as of 12:07, 1 May 2009

This extension is experimental for the moment - Daniel K. Schneider 19:02, 30 April 2009 (UTC).

There are problems with server overload. If your book is large you likely will loose between a third and half of the pages. Therefore, only create smaller books.

Genral user information

Basic help:

Further help:

General information:

For wiki maintainers

Bugs and feature requests:

Information about the collection extension and related server-side software

Installation notes

(I will move this at some point - Daniel K. Schneider)

  • The collection extension installs like any other Mediawiki extensions. Really easy with Mediawiki=> 1.14 (Spring 2009).
  • You then can just leave all the defaults and the PDF will be generated by PediaPress.

Server-side stuff

(not needed if you have a fast server and want to use the pediapress server)

Made for Solaris

Prerequisites

Install these if don't have them (usually you do)

  • Python => 2.5
  • Perl => 5
  • g++

Install setuptools-0.6c9-py2.5.egg

sh setuptools-0.6c9-py2.5.egg

Install python imaging library (PIL)

 python setup.py install

Install odfpy 0.7.0 (not 0.8.0)

python setup.py build
python setup.py install

Install rec2c

pkgadd -d re2c-0.13.5-sol10-sparc-local 
Mwlib (installed with the tar ball, alternatively install mercurial)
 python setup.py install
pygments
easy_install Pygments
Fribidi
Ploticus
mwlib.rl
easy_install mwlib.rl