*** empty log message ***
[booh] / README
1                      [[  Booh  ]]
2
3 ``The Web-Album of choice for discriminating Linux users''
4
5 Booh stands for Best web-album Of the world, Or your money back,
6 Humerus.
7
8 The acronyn sucks, however this is a tribute to Dragon Ball by
9 Akira Toriyama, where the last enemy beaten by heroes of Dragon
10 Ball is named "Boo". But there was already a free software
11 project called Boo, so this one will be it "Booh". Or whatever.
12
13 Ah, and this is free software under the GPL license version 2
14 (not "or upper"), by the way. 
15
16
17 Booh is a static Web-Album generator. It's a program that takes
18 one or several series of photos and videos, and automatically
19 build static web pages to browse them, creating thumbnails etc.
20
21 Check out booh's homepage for more information (just search for
22 "booh linux" in google, you should be fine with first match).
23
24
25 Highlights:
26
27         backend:
28
29 - automatically rotates portrait images thanks to exif info
30 - great themability
31 - immediate display of next image (preloading of next images)
32 - keep position in browser between images (no page load between images)
33 - multiproc support (parallelize image creations)
34 - advanced videos support (thumbnail etc)
35 - correctly handle files and directories with spaces and non
36   US-ASCII characters (even if I _don't_ advice you to store
37   files with these)
38 - clever use of the whole space of a typical browser window
39 - cookie to remember the preferred size of thumbnails accross sub-albums
40 - subalbums support (images in any subdirectory depth)
41
42         frontend:
43
44 - very advanced capabilities by keyboard shortcuts and mouse gestures
45 - input captions, rotate, reorder and remove images FAST
46
47
48 Performance improvements thanks to SMP support:
49
50         P4 HT 2.8 GHz, Linux 2.6.6 SMP 4G
51
52 Regular:    2:10.81
53 --mproc 2:  2:01.44
54 --mproc 4:  2:02.03
55
56         6-way Pentium-3 Cascades 700 MHz:
57
58 Regular:    2:58.07
59 --mproc 2:  1:32.48
60 --mproc 3:  1:03.34
61 --mproc 4:  0:49.12
62 --mproc 5:  0:40.86
63 --mproc 6:  0:39.03  (I should have killed those useless apache processes!)