Wykres commitów

20 Commity (c262e11d63db56d8de66db92cb587c1260288a11)

Autor SHA1 Wiadomość Data
Thomas Petazzoni 95b3577045 Generate nice thumbnails for multi-page renderings
For multi-page renderings, the thumbnail was useless: it was the last
page of the index. Instead, we create with ImageMagick a small
thumbnail thats displays the cover page and overview page of the
multi-page PDF. We take into account landscape/portrait renderings to
combine those two images into a single thumbnail with a good ratio.

We directly use subprocess to run the ImageMagick commands, because
the Python ImageMagick API is so poorly documented that after spending
several hours trying to figure out which method to use, switching to
subprocess with ImageMagick commands turned out to be a more
reasonable solution.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@enix.org>
2012-03-31 18:42:02 +02:00
David Decotigny 4c456b0830 Updated instructions
This is after I tried to follow them to install a new instance on
Lucid.

Signed-off-by: David Decotigny <d2@maposmatic.org>
2012-02-18 10:27:04 -08:00
David Decotigny f38def30cc Updated INSTALL and templates
Added a few instructions in INSTALL to test. Also added instructions
in the config templates to help customize the python search path.

Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2010-10-11 10:27:09 -07:00
Maxime Petazzoni cfc1585515 Update the INSTALL instructions for the new rendering daemon
Update the installation instructions for the new rendering daemon and
provide and updated init script template.

Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
2010-06-20 17:48:53 +02:00
Frederic Daniel Luc Lehobey 30bfb2218c Access right to log files. 2009-12-22 11:45:54 +01:00
Frederic Daniel Luc Lehobey 1323f1a179 Examples files have moved to support/ directory. 2009-12-22 00:10:13 +01:00
Frederic Daniel Luc Lehobey 7fbe66e67b Added JSON dependency. 2009-12-21 00:27:58 +01:00
Frederic Daniel Luc Lehobey d6acc2d69c Added example of init script. 2009-12-21 00:15:54 +01:00
Frederic Daniel Luc Lehobey 878087ddd2 Provide apache configuration example. 2009-12-20 23:59:51 +01:00
Frederic Daniel Luc Lehobey ce8b490d9f Renamed www/settings_local.py.template to -template. 2009-12-20 22:34:10 +01:00
Gaël UTARD 758b3c7f39 Add missing dependencies to python-imaging and gettext in maposmatic INSTALL file. 2009-12-20 14:48:27 +01:00
David Decotigny 1125dcb9b0 Fixed typo on psycopg2 package name 2009-12-20 01:16:17 +01:00
Thomas Petazzoni 391a3effc6 Update INSTALL instruction with python-feedparser
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-10-07 09:18:48 +02:00
Maxime Petazzoni a29a51b57c Provide more complete INSTALL instructions.
Fix typos and give clearer INSTALL instructions.
2009-09-07 20:02:38 +02:00
Thomas Petazzoni 101dd2cd4b Document how to setup internationalization 2009-09-03 21:10:55 +02:00
David Decotigny 10dc95f81a Merge branch 'master' of git://surf.local/maposmatic 2009-08-29 19:23:25 +02:00
David Decotigny 7a3ac15d5b added instructions for daemon script 2009-08-29 19:23:14 +02:00
Thomas Petazzoni 69018abb0c More details on installation instructions 2009-08-29 19:07:05 +02:00
David Decotigny 280dfa573b doc for the wsgi template 2009-08-29 17:45:45 +02:00
Thomas Petazzoni 3b58bd825a Split settings into settings_local 2009-08-28 15:42:41 +02:00