make all web pages smartphone compatible
[booh] / www / download.fr.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3
4 <head>
5   <title>Booh - The Web-Album of choice for discriminating Linux users</title>
6   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
7   <meta name="viewport" content="width=device-width"/>  
8 <style type="text/css">
9 body {
10         font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
11         text-align: justify;
12 }
13 pre { background-color: #e0e0e0; }
14 tt { background-color: #e0e0e0; }
15 @media all and (orientation: landscape) {  
16     body {
17         margin-left: 15%;
18         margin-right: 15%;
19     }
20 }
21 </style>
22 </head>
23
24 <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b">
25
26    <table width="100%" cellspacing="0" cellpadding="0">
27      <tr>
28        <td width="25%" align="left" valign="top">
29          <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://booh.org/"></a>
30        </td>
31        <td width="50%" align="center">
32          <img src="images/logo.png" alt="booh logo"/>
33        </td>
34        <td width="25%" align="right" valign="top">
35          <div style="display:inline-block; margin-bottom:0.2em"><a href="download.html"><img src="images/en.png" alt="this page in english"/></a></div>
36          <div style="display:inline-block"><img src="images/fr.png" alt="cette page est en français"/></div>
37        </td>
38      </tr>
39    </table>
40
41    <h1 align="center">Booh</h1>
42
43    <p align="center">[ <a href="index.fr.html">page principale</a> |
44                        <a href="themes/cardu/">exemple de web-album</a> |
45                        <a href="video-demo.fr.html">démo vidéo</a> |
46                        <a href="tutorial.fr.html">tutoriel</a> |
47                        <a href="advanced.fr.html">avancé</a> |
48                        <a href="discuss.fr.html">discussion</a> |
49                        téléchargement ]</p>
50
51    <p>
52      Booh est un <a href="http://www.fsf.org/licensing/essays/free-sw.html">logiciel libre</a>
53      fourni sous license GPLv2 ; il a été conçu pour fonctionner sous Linux.
54    </p>
55
56    <h2>Télécharger Booh</h2>
57
58    <h3><i>Sur Ubuntu</i><sup>*</sup></h3>
59
60    <p>Natty ou supérieur :</p>
61    <ol>
62      <li><tt>sudo add-apt-repository ppa:booh/nightly</tt></li>
63      <li><tt>sudo apt-get update</tt></li>
64      <li><tt>sudo apt-get install booh</tt></li>
65    </ol>
66
67    <p>Plus ancienne :</p>   
68    <ol>
69      <li>mettez un fichier <tt>booh.list</tt> dans <tt>/etc/apt/sources.list.d</tt> avec comme contenu :
70 <pre>
71 deb http://ppa.launchpad.net/booh/ppa/ubuntu YOUR_UBUNTU_VERSION_HERE main 
72 deb-src http://ppa.launchpad.net/booh/ppa/ubuntu YOUR_UBUNTU_VERSION_HERE main 
73 </pre>
74      les versions suivantes sont disponibles : maverick, lucid, karmic.
75      </li>
76
77      <li><tt>sudo apt-get update</tt></li>
78
79      <li><tt>sudo apt-get install booh</tt></li>
80    </ol>
81
82    <h3><i>Sur Debian</i><sup>*</sup></h3>
83
84    <ol>
85      <li>mettez un fichier <tt>booh.list</tt> dans <tt>/etc/apt/sources.list.d</tt> avec comme contenu :
86 <pre>
87 deb http://booh.org/packages/debian/YOUR_DEBIAN_VERSION_HERE/ ./
88 </pre>
89      les versions suivantes sont disponibles : squeeze, lenny
90      </li>
91
92      <li>faites <tt>sudo apt-get update</tt></li>
93
94      <li>faites <tt>sudo apt-get install booh</tt></li>
95    </ol>
96
97    <h4>Si votre version de Debian n'est pas disponible, essayez de compiler</h4>
98
99    <ol>
100      <li>Vérifiez que la ligne suivante est quelque part dans les sources d'APT :
101 <pre>
102 deb http://ppa.launchpad.net/booh/ppa/ubuntu natty main
103 deb-src http://ppa.launchpad.net/booh/ppa/ubuntu natty main
104 </pre>
105      (faites <tt>sudo apt-get update</tt> si vous avez modifié les sources d'APT pour cela)
106      </li>
107
108      <li>faites <tt>sudo apt-get build-dep booh && apt-get --compile source booh</tt></li>
109
110      <li>installez avec <tt>sudo dpkg -i booh_*.deb</tt> si la compilation a réussi</li>
111    </ol>
112
113    <p><em><font size="-1"><sup>*</sup>packages grâce à Benny et Odie.</font></em></p>
114
115
116    <h3><i>Sur Mandriva/Mageia</i></h3>
117      
118    <p>
119      La commande suivante devrait fonctionner directement avec beaucoup de versions de Mandriva/Mageia en 32 bit :
120 <pre>
121 % urpmi http://booh.org/packages/booh-0.9.3-0.1.20060mdk.i586.rpm http://booh.org/packages/libexiv2_2-0.16-2.1.20060mdk.i586.rpm http://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/official/2007.1/i586/media/main/release/libexpat0-1.95.8-4mdv2007.1.i586.rpm
122 </pre>
123      En 64 bit :
124 <pre>
125 % urpmi http://booh.org/packages/booh-0.9.3-0.1.20060mdk.x86_64.rpm http://booh.org/packages/lib64exiv2_2-0.16-2.1.20060mdk.x86_64.rpm http://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/official/2007.1/x86_64/media/main/release/lib64expat0-1.95.8-4mdv2007.1.x86_64.rpm
126 </pre>
127      Si vous avez besoin du RPM source pour recompiler sur une
128      autre version/architecture ou distribution RPM-based : <a href="packages/booh-0.9.3-0.1.20060mdk.src.rpm">booh-0.9.3-0.1.20060mdk.src.rpm</a>, voire <a href="packages/exiv2-0.16-3mdv2008.1.src.rpm">exiv2-0.16-3mdv2008.1.src.rpm</a>.
129      </font>
130    </p>
131
132    <h3><i>Code Source</i></h3>
133
134    <p>
135      Pour utiliser le code source directement, tout d'abord vous devez
136      savoir que Booh a besoin de <b>ruby, ruby-gettext >= 0.8.0</b>,
137      <b>ruby-gtk2 >= 0.12</b> et <b>gtk2 >= 2.8</b>.
138    </p>
139
140    <h4><i>Stable</i></h4>
141
142    <p>
143      Téléchargez le code source de la dernière version stable
144      ici : <a href="packages/booh-0.9.3.tar.bz2">booh-0.9.3.tar.bz2</a> <font size="-1"><a href="packages/booh-0.9.3.tar.bz2.sig">sig</a></font>.
145    </p>
146
147    <p>
148      <a href="http://zarb.org/~gc/html/pgppathfinder.html">Trouver les chemins vers ma clé</a>. <a href="http://wwwkeys.ch.pgp.net:11371/pks/lookup?op=get&amp;search=0x0B56D613">Télécharger ma clé publique</a>.
149    </p>
150
151    <h4><i>Développement</i></h4>
152
153    <p>
154      Vous pouvez obtenir la dernière version de développement avec la commande : <tt>git clone git://git.zarb.org/booh</tt>
155      <br/>
156      Vous pouvez aussi parcourir directement avec <a href="http://git.zarb.org/cgi-bin/gitweb.cgi?p=booh;a=summary">gitweb</a>.
157    </p>
158
159    </p>
160
161
162    <h3><font color="red">Mises en garde de compatibilité</font></h3>
163
164    <ul>
165      <li>ruby-gtk2 0.17.0 a une sérieuse fuite mémoire et devrait être
166          évité ; vous devez absolument rétrograder en 0.16.0 (si vous
167          utilisez ruby < 1.8.7) ou mettre à jour en 0.18.1.<br/><br/></li>
168
169      <li>ruby-gtk2 0.18.0 plante car il manque <tt>Gdk::GC</tt>; utilisez
170          0.18.1.<br/><br/></li>
171
172      <li>utiliser ruby >= 1.8.7 avec ruby-gtk2 < 0.17.0 provoque des
173          plantages (avec le message "[BUG] object allocation during
174          garbage collection phase" sur la console), vous devez
175          absolument rétrograder en ruby <= 1.8.6 ou mettre à jour en
176          ruby-gtk2 >= 0.18.1.<br/><br/></li>
177
178      <li>ruby-gtk2 n'est pas encore compatible avec Ruby 1.9.</li>
179    </ul>
180
181
182    <h2>Historique</h2>
183
184    <p>
185      Voici les changements importants de chaque version
186      (regardez <tt>ChangeLog</tt> dans le source pour les
187      détails) :
188    </p>
189
190    <p>
191      <i>Ils sont fournis en anglais seulement car il y a beaucoup de
192      choses fastidieuses à traduire ici, et cette traduction ne
193      parait pas indispensable.</i>
194    </p>
195
196    <ul>
197        <li><u>2010-07-11: <b>0.9.3</b>:</u> <i>bug fixes and small features</i>
198          <br/>
199          <br/>
200            <ul>
201                <li>booh-classifier: avoid unneeded memory
202                allocation on loader cancelation, it can grow a
203                lot and slow down a lot after executing, or even
204                lock the machine :/</li>
205                <li>improve videos handling by (optionally)
206                generating .flv flash videos and using
207                <a href="http://www.flowplayer.org/">Flowplayer</a>
208                to play them embedded; videos are now shown
209                in fullscreen view as well</li>
210                <li>booh: allow to upload (mirror) web-albums with
211                <a href="http://lftp.yar.ru/">lftp</a></li>
212            </ul>
213        </li>
214    </ul>
215
216    <ul>
217        <li><u>2009-12-08: <b>0.9.2.2</b>:</u> <i>bug fixes</i></i>
218          <br/>
219          <br/>
220            <ul>
221                <li>booh-classifier: do not crash on failed directory reads</li>
222                <li>booh-classifier: use a better mechanism for handling
223                  interruption of background loading, should improve performance
224                  and workaround too many interruptions witnessed on a Karmic Koala</li>
225                <li>booh: fix some crashes when using option
226                    "delete original photos/videos as well" </li>
227                <li>booh-classifier: fix bug leading to never freeing
228                  images cache on x86_64 because of strange glibc
229                  allocation strategy; make images cache more like a
230                  cache (do not free when not necessary)</li>
231                <li>speed up page loading in thumbnails page by
232                  using the thumbnails not the fullscreens in the hidden
233                  images for facebook and other sharers</li>
234                <li>booh-classifier: prevent from crashing in "execute"
235                  step due to using more than 50% of total memory
236                  (cannot system() (cannot clone()) if process is >
237                  50%)</li>
238            </ul>
239        </li>
240    </ul>
241
242    <ul>
243        <li><u>2009-10-16: <b>0.9.2.1</b>:</u> <i>bug fixes</i></i>
244          <br/>
245          <br/>
246            <ul>
247                <li>do not crash on incorrect filenames in filesystem</li>
248                <li>workaround problem of browser loading all images at
249                once by limiting hidden images for remotes to the first
250                5 ones</li>
251                <li>make sure LF are properly quoted in fullscreen
252                javascript comments</li>
253            </ul>
254        </li>
255    </ul>
256
257    <ul>
258        <li><u>2009-09-10: <b>0.9.2</b>:</u> <i>bug fixes and small features</i></i>
259          <br/>
260          <br/>
261            <ul>
262                <li>more fixes for small bugs and crashes in specific cases</li>
263                <li>booh-classifier: check removal/move
264                    permissions as soon as possible to prevent from
265                    losing classification on these problems</li>
266                <li>booh: dramatically increase album merging and generation performance</li>
267                <li>booh: add ability to <i>extend</i> an album
268                    (e.g. an existing album may become a subalbum of a
269                    larger album)</li>
270                <li>[Warly feature] booh-classifier: rework intensive scrolling in items
271                    to avoid crashes and improve responsiveness</li>
272                <li>[Warly feature] booh: use captions for alt= text of images to
273                    improve search engines results accuracy</li>
274                <li>[Lucas feature] booh: properly kill background "find" in new album
275                    dialog when needed</li>
276                <li>include the <a href="http://www.addthis.com">AddThis</a> bookmarking and sharing button</li>
277            </ul>
278        </li>
279    </ul>
280
281    <ul>
282        <li><u>2008-06-20: <b>0.9.1</b>:</u> <i>bug fixes</i>
283          <br/>
284          <br/>
285            <ul>
286                <li>work properly with ruby-1.8.7 (tempfile library behaviour changed)</li>
287                <li>fix "original size" broken while generating web-album</li>
288                <li>other various small fixes</li>
289            </ul>
290        </li>
291    </ul>
292
293    <ul>
294        <li><u>2008-05-26: <b>0.9.0</b>:</u> <i>booh-classifier and a few other nice features</i>
295          <br/>
296          <br/>
297            <ul>
298                <li>add a new tool, <i>booh-classifier</i>, dedicated to classify photos and videos prior to using main <i>booh</i> for web-album creation</li>
299                <li>for videos thumbnailing, use mplayer instead of transcode, it seems faster (when seeking) and more reliable (transcode often generates a green fake picture instead of a proper thumbnail)</li>
300                <li>don't produce broken javascript when original size is selected</li>
301                <li>Esperanto language added</li>
302                <li>allow simple and double quotes in made-with and index links</li>
303                <li>use exiv2 for getting the EXIF orientation tag, it is so much faster than identify; on a typical <i>booh-backend</i> usecase, 20% performance improvement is expected; also use it for sorting on EXIF dates</li>
304                <li>workaround the crash when undoing a picture/video removal</li>
305                <li>in web-albums, preloading images should be faster (better use of available bandwidth)</li>
306                <li>themes may share javascript and CSS between all pages, to save bandwidth, thanks to Jean-Michel Schelcher</li>
307                <li>use exiv2 to save EXIF orientation tag when rotating images in booh-classifier and in Booh (it's particularly useful when using <tt>booh-classifier</tt> then <tt>booh</tt>)</li>
308                <li>potentially fix remaining rare crashes triggered in REXML (by synchronizing modifications of the XML document from other Threads)</li>
309                <li>new converter from <a href="http://marginalhacks.com/Hacks/album/">Marginal Hacks Album</a> contributed by Stéphane Fillod</li>
310                <li>as we are already at 4 breakages due to REXML problems, and the 4th one is worse because we are now facing slight behavioral changes between Ruby subsubreleases, internalize a working version of REXML in order to forget about it</li>
311                <li>[Fif feature] multi-languages support for web-album navigation, using Apache <a href="http://httpd.apache.org/docs/2.2/content-negotiation.html#multiviews">MultiViews</a></li>
312                <li>optionally transcode videos - potentially saves a lot of disk space, as videos created by digital cameras are not well compressed</li>
313                <li>new DarkSlateGray-powered theme: <a href="http://booh.org/themes/cardu/">"cardu"</a></li>
314            </ul>
315        </li>
316    </ul>
317
318    <ul>
319        <li><u>2006-05-01: <b>0.8.6</b>:</u>
320          <br/>
321          <br/>
322            <ul>
323                <li>[Till feature] add ability to split thumbnails on several pages</li>
324                <li>[Pixel feature] be fully compatible with browsers with no javascript support</li>
325                <li>generate a .htaccess file specifying the UTF-8 charset to try to workaround badly configured apache servers</li>
326                <li>[Benny feature] we can choose the best images size automatically with the browser window size instead of using the default (medium) size</li>
327                <li>change CSS code so that image border color should now work in MSIE as well</li>
328                <li>[RGS feature] don't do javascript key shortcuts when modifiers are pressed (control, alt, shift);
329                    this should avoid overriding usual keyboard shortcuts to move back and forth in history</li>
330                <li>[Coni feature] add gamma correction</li>
331                <li>[Coni feature] allow to have a link in pages to return back to user's homepage</li>
332                <li>[GUI] allow to edit images externally with gimp</li>
333                <li>[Fif "feature"] hopefully fix remaining potential crashes due to missing/wrong thread synchronization</li>
334                <li>[Guillomovitch feature] allow to specify an arbitrary format for comments of new images - including EXIF stuff</li>
335                <li>[Milka feature] correct "blinking" of background in "dark" theme by fixing its position</li>
336                <li>Dramatically improve HTML generating speed: on a p4 2.8GHz, regenerating a typical album for a small comments change goes down from 28.5 secs to 5.0 secs</li>
337            </ul>
338
339            <h4><font color="red"><b>Warnings applicable to 0.8.6 and older:</b></font></h3>
340
341            <ul>
342              <li>Ruby 1.8.4 has a severe bug (actually, the REXML library shipped with Ruby): accented characters in comments will get trashed when saving your album;
343                try <a href="http://zarb.org/~gc/t/ruby-rexml-sanity-check.rb">ruby-rexml-sanity-check.rb to see
344                  if you're affected</a>; if you're affected, you may have a look at the
345                <a href="https://www.zarb.org/pipermail/booh-discuss/2006-July/000175.html">message on the list with a patch</a></li>
346              
347              <li>Ruby 1.8.6 has a severe bug (actually, the REXML library shipped with Ruby): XML special characters in comments will get trashed when saving your album;
348                try <a href="http://zarb.org/~gc/t/ruby-rexml-sanity-check.rb">ruby-rexml-sanity-check.rb to see
349                  if you're affected</a>; if you're affected, you may have a look at the
350                <a href="https://www.zarb.org/pipermail/booh-discuss/2007-June/000199.html">message on the list with a patch</a></li>
351              <li>In Ruby 1.8.6, there is a change in the XML parser strictness, which will cause crashes on Booh;
352                you may have a look at the
353                <a href="https://www.zarb.org/pipermail/booh-discuss/2007-June/000203.html">message on the list with a patch</a></li>
354              
355              <li>Ruby 1.8.6-p111 has a severe bug in the REXML library, don't use this version. You're at risk to crashing Booh or trashing some of your content.</li>
356            </ul>
357            
358        </li>
359    </ul>
360
361    <ul>
362        <li><u>2005-12-29: <b>0.8.5</b>:</u>
363          <br/>
364          <br/>
365            <ul>
366                <li>[GUI] allow to remove a subalbum directly in the treeview</li>
367                <li>[GUI] add ability to restore deleted images/videos/subalbums</li>
368                <li>[GUI] allow to sort pictures by EXIF date</li>
369                <li>[GUI] yet another small bugfix probably triggered by using gtk+-2.8.9 which prevented Booh from showing the album after merging</li>
370                <li>[GUI] allow to move subalbums directly to the top or bottom</li>
371            </ul>
372        </li>
373    </ul>
374
375    <ul>
376        <li><u>2005-12-14: <b>0.8.4.1</b>:</u>
377          <br/>
378          <br/>
379            <ul>
380                <li>[GUI] fix a small bug probably triggered by using gtk+-2.8.9 which prevents Booh from starting up :/</li>
381            </ul>
382        </li>
383    </ul>
384
385    <ul>
386        <li><u>2005-12-01: <b>0.8.4</b>:</u>
387          <br/>
388          <br/>
389            <ul>
390                <li>better support for panoramas in <a href="themes/cardu/Home/thumbnails-large-0.html#pano-960x528.jpg">thumbnails page</a></li>
391                <li>add <a href="tutorial.html#passwordprotection">password protection</a> feature</li>
392                <li>[plouf and milka feature] add possibility to display "made with" markup at the bottom of pages</li>
393                <li>[warly feature] try to use hard links when creating an album including "original" size of images, or videos, to save diskspace</li>
394                <li>add ability to display EXIF data</li>
395                <li>become fully transitional xhtml compliant</li>
396                <li>add sbs theme by Erik Ramseth</li>
397            </ul>
398        </li>
399    </ul>
400
401    <ul>
402        <li><u>2005-09-27: <b>0.8.3</b>:</u>
403          <br/>
404          <br/>
405            <ul>
406                <li>[GUI] fix invasive automatic scrolling when clicking in menu</li>
407                <li>fix some broken XPath's to work correctly with ruby 1.8.3</li>
408                <li>[guillomovitch feature] allow that deletion also deletes orig files (through an option in preferences)</li>
409                <li>check config at bootup; report missing video viewer, browser, identify, mencoder/transcode</li>
410                <li>support no identify and no transcode/mencoder</li>
411                <li>don't use "identify" anymore to decide if target size is really smaller than current size, speeds up a bit thumbnails generation</li>
412                <li>[guillomovitch feature] use identify to discover EXIF orientation rather than exif external binary</li>
413                <li>[guillomovitch feature] [GUI] have "view" of images/videos available in popup menu as well</li>
414                <li>[GUI] use standard gtk AboutDialog</li>
415                <li>[mathieu blondel feature] [GUI] add a clickable URL to view the webalbum in the dialog for successful webalbum generation</li>
416                <li>[GUI] allow to view the webalbum with browser from the menu as well</li>
417                <li>fix slideshow pause bug when entering directly in slideshow mode from thumbnails page (was always using default of 3 seconds)</li>
418                <li>add "merge new subalbums down this subalbum"</li>
419                <li>add german translation thanks to Roland Eckert</li>
420            </ul>
421        </li>
422    </ul>
423
424    <ul>
425        <li><u>2005-08-14: <b>0.8.2</b>:</u>
426          <br/>
427          <br/>
428            <ul>
429                <li>various fixes</li>
430            </ul>
431        </li>
432    </ul>
433
434    <ul>
435        <li><u>2005-08-02: <b>0.8.1</b>:</u>
436          <br/>
437          <br/>
438            <ul>
439                <li>various small fixes</li>
440            </ul>
441        </li>
442    </ul>
443
444
445    <ul>
446        <li><u>2005-07-30: <b>0.8.0</b>:</u>
447          <br/>
448          <br/>
449            <ul>
450                <li>fix the bookmarks and browser back/forward problems by using an hash instead of a pseudo GET parameter</li>
451                <li>GUI: don't save the master file in the back of the user when generating an album</li>
452                <li>GUI: workaround crashes (by always invoking gtk from the main ruby thread)</li>
453                <li>GUI: allow to select multiple images/videos by click-dragging a rectangle around theme</li>
454                <li>GUI: autoscroll in drag-n-drop and in click-dragging the selection rectangle</li>
455                <li>allow to choose the number of thumbnails per row (hence their size)</li>
456                <li>add a new theme: "dark"</li>
457            </ul>
458        </li>
459    </ul>
460
461    <ul>
462        <li><u>2005-06-18: <b>0.7.1</b>:</u>
463          <br/>
464          <br/>
465            <ul>
466                <li>fixes: crash when generating an album with only videos in subalbums; bug of trying to remove directories when cleaning up; two other minor bugs</li>
467            </ul>
468        </li>
469    </ul>
470
471    <ul>
472        <li><u>2005-06-17: <b>0.7.0</b>:</u>
473          <br/>
474          <br/>
475            <ul>
476                <li>GUI: add "remove all captions"</li>
477                <li>Add japanese translation thanks to Masao Mutoh</li>
478                <li>Remember deleted elements in config file, so that merging doesn't bring them back</li>
479                <li>GUI: add mouse gestures: move to bottom for delete, left->right button for undo, right->left button for redo; ctrl-z for undo, ctrl-r for redo</li>
480                <li>GUI: add various helps as dialogs and tooltips</li>
481                <li>GUI: add parameters to disallow mouse gestures, and prefer empty comments in new albums</li>
482                <li>GUI: when opening an album, display amount of images, videos and sub-albums in statusbar</li>
483                <li>script: cleanup old images/videos in destination directory, for when removing elements or sizes</li>
484                <li>GUI: much faster opening of large albums thanks to dropping the use of XPath</li>
485            </ul>
486        </li>
487    </ul>
488
489    <ul>
490        <li><u>2005-05-23: <b>0.6.0</b>:</u>
491          <br/>
492          <br/>
493            <ul>
494                <li>bugfix thumbnails wrongly generated at full original size</li>
495                <li>[milka feature] add a "previous album" and "next album" link in each thumbnails and image page</li>
496                <li>[dams feature] add the ability to fix the white-balance</li>
497                <li>[milka feature] GUI: let merge new/removed images/videos only in one specified directory (in current directory of the gui) for speedup</li>
498                <li>[dams feature] GUI: add progressbars when merging and generating album</li>
499                <li>GUI: allow to change thumbnails and subalbums position in the popup menu (move left, right, up, down)</li>
500                <li>[milka feature] GUI: allow to remove an image from its fullsize view (useful when comparing two fullsizes to choose which one you want to keep)</li>
501                <li>[milka feature] GUI: optimize a lot album generation by not regenerating subalbums already previously generated</li>
502            </ul>
503        </li>
504    </ul>
505
506    <ul>
507        <li><u>2005-05-08: <b>0.5.2</b>:</u>
508          <br/>
509          <br/>
510            <ul>
511                <li>don't resize images when image is already smaller than target dimenstions</li>
512                <li>allow to merge only new subalbums (very useful if you add a new subalbum and don't want the automatic merge back in of images you have remove in other subalbums)</li>
513                <li>correctly handle completely removed subalbums (when last image/video is removed)</li>
514            </ul>
515        </li>
516    </ul>
517
518    <ul>
519        <li><u>2005-05-08: <b>0.5.1</b>:</u>
520          <br/>
521          <br/>
522            <ul>
523                <li>[dams feature] ignore hidden directories</li>
524                <li>[dams feature] rename <tt>booh</tt> to <tt>booh-backend</tt> and <tt>booh-gui</tt> to <tt>booh</tt></li>
525                <li>[milka feature] put list of subalbums in a scrolled window to not force too high window</li>
526                <li>[neuneux features] expand relative paths, be robust when trying to open a jpeg file (instead of an xml albums file)</li>
527                <li>GUI: don't waste time saving album data if there was no modification</li>
528                <li>GUI: add horizontal scrolling capability to sub-albums page to not force too wide window</li>
529                <li>GUI: autoscroll thumbnails when textview or image is not visible</li>
530            </ul>
531        </li>
532    </ul>
533
534    <ul>
535        <li><u>2005-05-07: <b>0.5.0</b>:</u>
536          <br/>
537          <br/>
538            <ul>
539                <li>GUI: remember preferred image size of user with a cookie</li>
540                <li>provide a converter to use comments entered for <a href="http://ftp.cdut.edu.cn/pub/linux/network/utils/WebAlbum/WebAlbum.pl">Denis Havlik's WebAlbum.pl</a></li>
541                <li>[amaury feature] when returning from image to thumbnails, use an anchor to go to the correct vertical position in the page</li>
542                <li>GUI: when creating an album, immediately show the number of images/videos down selected source directory</li>
543                <li>make different sizes of images in themes selectable, not all used by default</li>
544                <li>GUI: [dams feature] add ability to handle a link to original image</li>
545                <li>GUI: [amaury feature] if shift or control is pressed, one-click rotation tool rotates the other way round</li>
546                <li>GUI: add a properties page showing the album properties and allowing theme and sizes modifications</li>
547                <li>GUI: add the ability to merge new/removed images/videos to an existing album</li>
548                <li><a href="http://www.xs4all.nl/~sbpoley/webmatters/verdana.html">Verdana sucks</a>, don't use it in default theme anymore</li>
549                <li>allow to specify the pause in slideshows</li>
550                <li>add key shortcuts support in web-album, inspired by Album Shaper</li>
551            </ul>
552        </li>
553    </ul>
554
555    <ul>
556        <li><u>2005-04-17: <b>0.4.0</b>:</u>
557          <br/>
558          <br/>
559            <ul>
560                <li>GUI: undo/redo support</li>
561                <li>add "image enhance" support</li>
562                <li>GUI: add the ability to specify the frame-offset of the thumbnail of videos</li>
563                <li>script: add the ability to generate only what's needed to fire up the GUI</li>
564                <li>GUI: add "new", "save" and "save as" features</li>
565                <li>GUI: add the ability to specify preferences</li>
566                <li>GUI: add the ability to generate the web-album</li>
567            </ul>
568        </li>
569    </ul>
570
571    <ul>
572        <li><u>2005-04-09: <b>0.3.0</b>:</u>
573          <br/>
574          <br/>
575            <ul>
576                <li>GUI: add the ability to edit sub-albums pages, not only thumbnails pages</li>
577                <li>GUI: add a shortcut for recently opened files</li>
578                <li>GUI: add a popup menu when right-clicking on images</li>
579                <li>GUI: generate thumbnails and fullscreens when missing (no need to rerun script after rotating images)</li>
580                <li>script: add color-swap property for videos (use -k of transcode)</li>
581                <li>script: add properties (rotation etc) for sub-albums thumbnails</li>
582                <li>script: don't automatically rotate a theoretically unrotated portrait image, if image is obviously already in portrait
583                            (situation can come from images already rotated with gthumb)</li>
584            </ul>
585        </li>
586    </ul>
587
588    <ul>
589        <li><u>2005-04-01: <b>0.2.0</b>:</u>
590          <br/>
591          <br/>
592            <ul>
593                <li>GUI: add a toolbar</li>
594                <li>GUI: add rotation support, either with mouse gesture or one-click tools</li>
595            </ul>
596        </li>
597    </ul>
598
599    <ul>
600        <li><u>2005-03-28: <b>0.1.0</b>:</u>
601          <br/>
602          <br/>
603            <ul>
604                <li><em>first release</em></li>
605            </ul>
606        </li>
607    </ul>
608
609
610 <p align="right"><font size="-1">Wed Jul 20 11:08:28 2011</font></p>
611
612 </body>
613
614 </html>