make all web pages smartphone compatible
authorGuillaume Cottenceau <gcottenc@gmail.com>
Sun, 20 May 2012 20:01:08 +0000 (22:01 +0200)
committerGuillaume Cottenceau <gcottenc@gmail.com>
Sun, 20 May 2012 20:01:08 +0000 (22:01 +0200)
www/advanced.fr.html
www/advanced.html
www/discuss.fr.html
www/discuss.html
www/download.fr.html
www/download.html
www/index.fr.html
www/tutorial.fr.html
www/tutorial.html
www/video-demo.fr.html
www/video-demo.html

index 8287d9f4efa746dccfe700e22ab1499de4c9428b..6c256b7ade58e3f7f02ad1d7a8d8d423e939c25d 100644 (file)
@@ -4,28 +4,24 @@
 <head>
   <title>Booh - Le Web-Album de choix pour les utilisateurs de Linux distingués</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-  <style type="text/css" media="screen"
-         <!--
-             pre { background-color: #e0e0e0; }
-             tt { background-color: #e0e0e0; }
-           -->
-  </style>
-<script type="text/javascript">
-/* <![CDATA[ */
-    (function() {
-        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
-        
-        s.type = 'text/javascript';
-        s.async = true;
-        s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
-        
-        t.parentNode.insertBefore(s, t);
-    })();
-/* ]]> */
-</script>
+  <meta name="viewport" content="width=device-width"/>  
+<style type="text/css">
+body {
+        font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
+       text-align: justify;
+}
+pre { background-color: #e0e0e0; }
+tt { background-color: #e0e0e0; }
+@media all and (orientation: landscape) {  
+    body {
+        margin-left: 15%;
+       margin-right: 15%;
+    }
+}
+</style>
 </head>
 
-<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b" style="padding: 0em 3em; text-align: justify">
+<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b">
 
    <table width="100%" cellspacing="0" cellpadding="0">
      <tr>
@@ -36,8 +32,8 @@
          <img src="images/logo.png" alt="booh logo"/>
        </td>
        <td width="25%" align="right" valign="top">
-         <a href="advanced.html"><img src="images/en.png" alt="this page in english"/></a>
-                                  <img src="images/fr.png" alt="cette page est en français"/>
+        <div style="display:inline-block; margin-bottom:0.2em"><a href="advanced.html"><img src="images/en.png" alt="this page in english"/></a></div>
+        <div style="display:inline-block"><img src="images/fr.png" alt="cette page est en français"/></div>
        </td>
      </tr>
    </table>
    </p>
 
    <p>
-     Les valeurs suivantes ont été obtenues sur un Pentium-4 avec
-     hyperthreading à 2.8 GHz, avec Linux 2.6.6 SMP 4G (notez que ce
-     n'est en aucune manière une vraie machine multi-processeurs) avec
+     Les valeurs suivantes ont été obtenues sur un P4 HT à 2.8 GHz, avec Linux 2.6.6 SMP 4G (notez que ce
+     n'est pas une vraie machine SMP) avec
      la même série de vignettes à créer :</p>
 
 <pre>
     Normal     durée : 2:10.81
-    --mproc 2  durée : 2:01.44
+    --mproc 2  durée : 2:01.44  (0.928 Normal)
 </pre>
 
    <p>
-     Ce n'est pas si mal, mais montre clairement qu'un ordinateur
+     Ce n'est pas si mal, mais montre clairement qu'un P4
      hyperthreading n'est de loin pas une vraie machine SMP !
      Maintenant, regardons le résultat avec un Pentium-3 Cascades 700
      MHz avec 6 processeurs :</p>
@@ -83,7 +78,7 @@
     --mproc 3  durée : 1:03.34 
     --mproc 4  durée : 0:49.12 
     --mproc 5  durée : 0:40.86 
-    --mproc 6  durée : 0:39.03   (j'aurais du tuer ces processus apache inutiles !)
+    --mproc 6  durée : 0:39.03 elapsed  (0.219 Normal)
 </pre>
 
    <p>On voit bien ici que le support multi-processeurs de Booh n'est
     Normal     durée : 0:48.79
     --mproc 2  durée : 0:27.87
     --mproc 3  durée : 0:20.38
-    --mproc 4  durée : 0:16.96
+    --mproc 4  durée : 0:16.96  (0.347 Normal)
+</pre>
+
+   <p>Des tests plus récents (pas les mêmes photos), sur un Core i7
+   3770 (quad core HT) 3.4 GHz avec Linux 3.3.4 x86_64 :</p>
+
+<pre>
+    Normal     durée : 1:18.21
+    --mproc 2  durée : 0:39.82
+    --mproc 3  durée : 0:27.49
+    --mproc 4  durée : 0:20.95
+    --mproc 5  durée : 0:17.88
+    --mproc 6  durée : 0:15.77
+    --mproc 7  durée : 0:13.93
+    --mproc 8  durée : 0:12.70  (0.162 Normal)
+    --mproc 9  durée : 0:12.66
 </pre>
 
 
index 0afbd54ab11117327dcb4682c38f28728dcb4dc6..5d72d8dce4f361a87b8303f73499132a18bbc433 100644 (file)
@@ -4,28 +4,24 @@
 <head>
   <title>Booh - The Web-Album of choice for discriminating Linux users</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-  <style type="text/css" media="screen"
-         <!--
-             pre { background-color: #e0e0e0; }
-             tt { background-color: #e0e0e0; }
-           -->
-  </style>
-<script type="text/javascript">
-/* <![CDATA[ */
-    (function() {
-        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
-        
-        s.type = 'text/javascript';
-        s.async = true;
-        s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
-        
-        t.parentNode.insertBefore(s, t);
-    })();
-/* ]]> */
-</script>
+  <meta name="viewport" content="width=device-width"/>  
+<style type="text/css">
+body {
+        font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
+       text-align: justify;
+}
+pre { background-color: #e0e0e0; }
+tt { background-color: #e0e0e0; }
+@media all and (orientation: landscape) {  
+    body {
+        margin-left: 15%;
+       margin-right: 15%;
+    }
+}
+</style>
 </head>
 
-<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b" style="padding: 0em 3em; text-align: justify">
+<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b">
 
    <table width="100%" cellspacing="0" cellpadding="0">
      <tr>
@@ -36,8 +32,8 @@
          <img src="images/logo.png" alt="booh logo"/>
        </td>
        <td width="25%" align="right" valign="top">
-                                     <img src="images/en.png" alt="this page is in english"/>
-         <a href="advanced.fr.html"><img src="images/fr.png" alt="cette page en français"/></a>
+        <div style="display:inline-block; margin-bottom:0.2em"><img src="images/en.png" alt="this page is in english"/></div>
+        <div style="display:inline-block"><a href="advanced.fr.html"><img src="images/fr.png" alt="cette page en français"/></a></div>
        </td>
      </tr>
    </table>
    painful step when creating web-albums - Booh takes advantage of
    multi-processor machines.</p>
 
-   <p>The following figures were obtained on a Pentium-4
-   hyperthreading 2.8 GHz with Linux 2.6.6 SMP 4G (note that this
-   is by no mean a real multi-processor machine) with the same
-   bunch of thumbnails to create:</p>
+   <p>The following figures were obtained on a P4 HT 2.8 GHz with
+   Linux 2.6.6 SMP 4G (note that this is not a real SMP machine) with
+   the same bunch of thumbnails to create:</p>
 
 <pre>
     Regular    2:10.81 elapsed
-    --mproc 2  2:01.44 elapsed
+    --mproc 2  2:01.44 elapsed  (0.928 Regular)
 </pre>
 
    <p>This is not bad, but clearly shows that an hyperthreading
-   machine is not a real SMP machine by far! Now let's try with a
-   6-way Pentium-3 Cascades 700 MHz:</p>
+   P4 is not a real SMP machine by far! Now let's try with a
+   6-CPUs Pentium-3 Cascades 700 MHz:</p>
 
 <pre>
     Regular    2:58.07 elapsed
@@ -78,7 +73,7 @@
     --mproc 3  1:03.34 elapsed
     --mproc 4  0:49.12 elapsed
     --mproc 5  0:40.86 elapsed
-    --mproc 6  0:39.03 elapsed  (I should have killed those useless apache processes!)
+    --mproc 6  0:39.03 elapsed  (0.219 Regular)
 </pre>
 
    <p>Now this multi-processor support Booh has is not a toy
     Regular    0:48.79 elapsed
     --mproc 2  0:27.87 elapsed
     --mproc 3  0:20.38 elapsed
-    --mproc 4  0:16.96 elapsed
+    --mproc 4  0:16.96 elapsed  (0.347 Regular)
 </pre>
 
+   <p>More recent tests (not the same photos), on a Core i7
+   3770 (quad core HT) 3.4 GHz with Linux 3.3.4 x86_64:</p>
 
+<pre>
+    Regular    1:18.21 elapsed
+    --mproc 2  0:39.82 elapsed
+    --mproc 3  0:27.49 elapsed
+    --mproc 4  0:20.95 elapsed
+    --mproc 5  0:17.88 elapsed
+    --mproc 6  0:15.77 elapsed
+    --mproc 7  0:13.93 elapsed
+    --mproc 8  0:12.70 elapsed  (0.162 Regular)
+    --mproc 9  0:12.66 elapsed
+</pre>
 
    <a name="classifierperformance"><h2>Performance - <i>booh-classifier</i></h2></a>
 
index 2339a9a7a2ca93c8342f0e9d29859ac90773ee98..58001052c3c814f3499721b134cd4daeed63f077 100644 (file)
@@ -2,24 +2,26 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 
 <head>
-  <title>Booh - The Web-Album of choice for discriminating Linux users</title>
+  <title>Booh - Le Web-Album de choix pour les utilisateurs de Linux distingués</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-<script type="text/javascript">
-/* <![CDATA[ */
-    (function() {
-        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
-        
-        s.type = 'text/javascript';
-        s.async = true;
-        s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
-        
-        t.parentNode.insertBefore(s, t);
-    })();
-/* ]]> */
-</script>
+  <meta name="viewport" content="width=device-width"/>  
+<style type="text/css">
+body {
+        font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
+       text-align: justify;
+}
+pre { background-color: #e0e0e0; }
+tt { background-color: #e0e0e0; }
+@media all and (orientation: landscape) {  
+    body {
+        margin-left: 15%;
+       margin-right: 15%;
+    }
+}
+</style>
 </head>
 
-<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b" style="padding: 0em 3em; text-align: justify">
+<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b">
 
    <table width="100%" cellspacing="0" cellpadding="0">
      <tr>
@@ -30,8 +32,8 @@
          <img src="images/logo.png" alt="booh logo"/>
        </td>
        <td width="25%" align="right" valign="top">
-         <a href="discuss.html"><img src="images/en.png" alt="this page in english"/></a>
-         <img src="images/fr.png" alt="cette page est en français"/>
+        <div style="display:inline-block; margin-bottom:0.2em"><a href="discuss.html"><img src="images/en.png" alt="this page in english"/></a></div>
+        <div style="display:inline-block"><img src="images/fr.png" alt="cette page est en français"/></div>
        </td>
      </tr>
    </table>
index 70793c32a4853f5d705162de7f7feb574faaf5d8..d40e2c6264c0875e5dacd7253e83f16aca70111b 100644 (file)
@@ -4,22 +4,22 @@
 <head>
   <title>Booh - The Web-Album of choice for discriminating Linux users</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-<script type="text/javascript">
-/* <![CDATA[ */
-    (function() {
-        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
-        
-        s.type = 'text/javascript';
-        s.async = true;
-        s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
-        
-        t.parentNode.insertBefore(s, t);
-    })();
-/* ]]> */
-</script>
+  <meta name="viewport" content="width=device-width"/>  
+<style type="text/css">
+body {
+        font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
+       text-align: justify;
+}
+@media all and (orientation: landscape) {  
+    body {
+        margin-left: 15%;
+       margin-right: 15%;
+    }
+}
+</style>
 </head>
 
-<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b" style="padding: 0em 3em; text-align: justify">
+<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b">
 
    <table width="100%" cellspacing="0" cellpadding="0">
      <tr>
@@ -30,8 +30,8 @@
          <img src="images/logo.png" alt="booh logo"/>
        </td>
        <td width="25%" align="right" valign="top">
-                                     <img src="images/en.png" alt="this page is in english"/>
-         <a href="discuss.fr.html"><img src="images/fr.png" alt="cette page en français"/></a>
+        <div style="display:inline-block; margin-bottom:0.2em"><img src="images/en.png" alt="this page is in english"/></div>
+        <div style="display:inline-block"><a href="discuss.fr.html"><img src="images/fr.png" alt="cette page en français"/></a></div>
        </td>
      </tr>
    </table>
index 3d69997c48ea28a314389ac94d37e3289b129033..eca4bbebf7e07572389b795f5a6a0b823455b546 100644 (file)
@@ -4,28 +4,24 @@
 <head>
   <title>Booh - The Web-Album of choice for discriminating Linux users</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-  <style type="text/css" media="screen"
-         <!--
-             pre { background-color: #e0e0e0; }
-             tt { background-color: #e0e0e0; }
-           -->
-  </style>
-<script type="text/javascript">
-/* <![CDATA[ */
-    (function() {
-        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
-        
-        s.type = 'text/javascript';
-        s.async = true;
-        s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
-        
-        t.parentNode.insertBefore(s, t);
-    })();
-/* ]]> */
-</script>
+  <meta name="viewport" content="width=device-width"/>  
+<style type="text/css">
+body {
+        font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
+       text-align: justify;
+}
+pre { background-color: #e0e0e0; }
+tt { background-color: #e0e0e0; }
+@media all and (orientation: landscape) {  
+    body {
+        margin-left: 15%;
+       margin-right: 15%;
+    }
+}
+</style>
 </head>
 
-<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b" style="padding: 0em 3em; text-align: justify">
+<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b">
 
    <table width="100%" cellspacing="0" cellpadding="0">
      <tr>
@@ -36,8 +32,8 @@
          <img src="images/logo.png" alt="booh logo"/>
        </td>
        <td width="25%" align="right" valign="top">
-         <a href="download.html"><img src="images/en.png" alt="this page in english"/></a>
-         <img src="images/fr.png" alt="cette page est en français"/>
+        <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>
+        <div style="display:inline-block"><img src="images/fr.png" alt="cette page est en français"/></div>
        </td>
      </tr>
    </table>
index 06f3722a5a7991a3374190880405f55f048a66f8..23b3ab185e5a4383cf4afb3ab9d12d478bc3da04 100644 (file)
@@ -4,28 +4,24 @@
 <head>
   <title>Booh - The Web-Album of choice for discriminating Linux users</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-  <style type="text/css" media="screen"
-         <!--
-             pre { background-color: #e0e0e0; }
-             tt { background-color: #e0e0e0; }
-           -->
-  </style>
-<script type="text/javascript">
-/* <![CDATA[ */
-    (function() {
-        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
-        
-        s.type = 'text/javascript';
-        s.async = true;
-        s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
-        
-        t.parentNode.insertBefore(s, t);
-    })();
-/* ]]> */
-</script>
+  <meta name="viewport" content="width=device-width"/>  
+<style type="text/css">
+body {
+        font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
+       text-align: justify;
+}
+pre { background-color: #e0e0e0; }
+tt { background-color: #e0e0e0; }
+@media all and (orientation: landscape) {  
+    body {
+        margin-left: 15%;
+       margin-right: 15%;
+    }
+}
+</style>
 </head>
 
-<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b" style="padding: 0em 3em; text-align: justify">
+<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b">
 
    <table width="100%" cellspacing="0" cellpadding="0">
      <tr>
@@ -36,8 +32,8 @@
          <img src="images/logo.png" alt="booh logo"/>
        </td>
        <td width="25%" align="right" valign="top">
-                                     <img src="images/en.png" alt="this page is in english"/>
-         <a href="download.fr.html"><img src="images/fr.png" alt="cette page en français"/></a>
+        <div style="display:inline-block; margin-bottom:0.2em"><img src="images/en.png" alt="this page is in english"/></div>
+        <div style="display:inline-block"><a href="download.fr.html"><img src="images/fr.png" alt="cette page en français"/></a></div>
        </td>
      </tr>
    </table>
index da77d34bd588e13db79920ec216490556042fb79..0f0e6bce71d3b9e1753a2b4d5d4df68917ef12c6 100644 (file)
@@ -4,34 +4,34 @@
 <head>
   <title>Booh - Le Web-Album de choix pour les utilisateurs de Linux distingués</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-<script type="text/javascript">
-/* <![CDATA[ */
-    (function() {
-        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
-        
-        s.type = 'text/javascript';
-        s.async = true;
-        s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
-        
-        t.parentNode.insertBefore(s, t);
-    })();
-/* ]]> */
-</script>
+  <meta name="viewport" content="width=device-width"/>  
+<style type="text/css">
+body {
+        font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
+       text-align: justify;
+}
+@media all and (orientation: landscape) {  
+    body {
+        margin-left: 15%;
+       margin-right: 15%;
+    }
+}
+</style>
 </head>
 
-<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b" style="padding: 0em 3em; text-align: justify">
+<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b">
 
    <table width="100%" cellspacing="0" cellpadding="0">
      <tr>
-       <td width="25%" align="left" valign="top">
+       <td width="10%" align="left" valign="top">
          <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://booh.org/"></a>
        </td>
        <td width="50%" align="center">
          <img src="images/logo.png" alt="booh logo"/>
        </td>
-       <td width="25%" align="right" valign="top">
-         <a href="index.html"><img src="images/en.png" alt="this page in english"/></a>
-         <img src="images/fr.png" alt="cette page est en français"/>
+       <td width="10%" align="right" valign="top">
+        <div style="display:inline-block; margin-bottom:0.2em"><a href="index.html"><img src="images/en.png" alt="this page in english"/></a></div>
+        <div style="display:inline-block"><img src="images/fr.png" alt="cette page est en français"/></div>
        </td>
      </tr>
    </table>
    <a href="themes/cardu/">regardez le résultat</a>.
    </p>
 
-   <p align="center">
-     <table width="1%" align="center" style="border-style:solid;border-color:#C0C0C0;border-width:1px 1px 1px 1px;padding:5px" cellspacing="0" cellpadding="0">
-            <tr>
-                    <td align="center"><a href="http://booh.org/images/tutorial-classifier-2.fr.png"><img src="images/scenario_1.fr.jpg" alt="scenario #1" border="0"/></a></td>
-                    <td><img src="images/scenario_arrow.jpg" alt="scenario arrow"/></td>
-                    <td align="center"><a href="http://booh.org/images/tutorial-classifier-5.fr.png"><img src="images/scenario_2.jpg" alt="scenario #2" border="0"/></a></td>
-                    <td><img src="images/scenario_arrow.jpg" alt="scenario arrow"/></td>
-                    <td align="center"><a href="http://booh.org/images/tutorial-starting-up-4.fr.png"><img src="images/scenario_3.jpg" alt="scenario #3" border="0"/></a></td>
-                    <td><img src="images/scenario_arrow.jpg" alt="scenario arrow"/></td>                   
-                    <td align="center"><a href="http://booh.org/themes/cardu/Home/"><img src="images/scenario_4.jpg" alt="scenario #4" border="0"/></a></td>
-            </tr>
-            <tr>
-                    <td align="center"><nobr><font color="#0018ad"><b>#1:</b></font> triez vos photos</nobr></td>
-                    <td>&nbsp;</td>
-                    <td align="center"><nobr><font color="#0018ad"><b>#2:</b></font> classez-les</nobr></td>
-                    <td>&nbsp;</td>
-                    <td align="center"><nobr><font color="#0018ad"><b>#3:</b></font> entrez les légendes</nobr></td>
-                    <td>&nbsp;</td>
-                    <td align="center"><nobr><font color="#0018ad"><b>#4:</b></font> album terminé</nobr></td>
-            </tr>
-     </table>
-   </p>
+   <div align="center">
+     <div style="display:inline-block; margin-right:2em; margin-bottom:1em">
+       <div align="center"><nobr><font color="#0018ad"><b>#1:</b></font> triez vos photos</nobr></div>
+       <br/>
+       <a href="http://booh.org/images/tutorial-classifier-2.png"><img src="images/scenario_1.jpg" alt="scenario #1" border="0"/></a>
+     </div>
+     <div style="display:inline-block; margin-right:2em; margin-bottom:1em">
+       <div align="center"><nobr><font color="#0018ad"><b>#2:</b></font> classez-les</nobr></div>
+       <br/>
+       <a href="http://booh.org/images/tutorial-classifier-5.png"><img src="images/scenario_2.jpg" alt="scenario #2" border="0"/></a>
+     </div>
+     <div style="display:inline-block; margin-right:2em; margin-bottom:1em">
+       <div align="center"><nobr><font color="#0018ad"><b>#3:</b></font> entrez les légendes</nobr></div>
+       <br/>
+       <a href="http://booh.org/images/tutorial-starting-up-4.png"><img src="images/scenario_3.jpg" alt="scenario #3" border="0"/></a>
+     </div>
+     <div style="display:inline-block; margin-bottom:1em">
+       <div align="center"><nobr><font color="#0018ad"><b>#4:</b></font> album terminé</nobr></div>
+       <br/>
+       <a href="http://booh.org/themes/gradient/Home/"><img src="images/scenario_4.jpg" alt="scenario #4" border="0"/></a>
+     </div>
+   </div>
 
    <p>Il y a déjà un grand nombre de générateurs de web-album
      disponibles sous Linux ; Booh se distingue par sa liste unique de
@@ -92,7 +92,7 @@
          au contraire, d'utiliser seulement 1/4 de l'espace disponible quand on
          visualise une image paysage)</li>
        <li>thèmes (voir : <a href="themes/simple/">simple</a> -
-                          <a href="themes/cardu/">cardu</a> -
+cardu</a> -
                           <a href="themes/dark/">dark</a> -
                           <a href="themes/sbs/">sbs</a>)</li>
        <li>support des sous-albums</li>
index 1f0411f4a7354b096a64c8efb420f787e83fb055..8d48a09c080b0cc2f06bf04397387d8e056c38d2 100644 (file)
@@ -4,28 +4,24 @@
 <head>
   <title>Booh - Le Web-Album de choix pour les utilisateurs de Linux distingués</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-  <style type="text/css" media="screen"
-         <!--
-             pre { background-color: #e0e0e0; }
-             tt { background-color: #e0e0e0; }
-           -->
-  </style>
-<script type="text/javascript">
-/* <![CDATA[ */
-    (function() {
-        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
-        
-        s.type = 'text/javascript';
-        s.async = true;
-        s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
-        
-        t.parentNode.insertBefore(s, t);
-    })();
-/* ]]> */
-</script>
+  <meta name="viewport" content="width=device-width"/>  
+<style type="text/css">
+body {
+        font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
+       text-align: justify;
+}
+pre { background-color: #e0e0e0; }
+tt { background-color: #e0e0e0; }
+@media all and (orientation: landscape) {  
+    body {
+        margin-left: 15%;
+       margin-right: 15%;
+    }
+}
+</style>
 </head>
 
-<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b" style="padding: 0em 3em; text-align: justify">
+<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b">
 
    <table width="100%" cellspacing="0" cellpadding="0">
      <tr>
@@ -36,8 +32,8 @@
          <img src="images/logo.png" alt="booh logo"/>
        </td>
        <td width="25%" align="right" valign="top">
-         <a href="tutorial.html"><img src="images/en.png" alt="this page in english"/></a>
-         <img src="images/fr.png" alt="cette page est en français"/>
+        <div style="display:inline-block; margin-bottom:0.2em"><a href="tutorial.html"><img src="images/en.png" alt="this page in english"/></a></div>
+        <div style="display:inline-block"><img src="images/fr.png" alt="cette page est en français"/></div>
        </td>
      </tr>
    </table>
index 5bcc8e27350f76d18462147433cd437f90b243f9..647cfee0aad261c49033d7908a9f7c6dd074e869 100644 (file)
@@ -4,28 +4,24 @@
 <head>
   <title>Booh - The Web-Album of choice for discriminating Linux users</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-  <style type="text/css" media="screen"
-         <!--
-             pre { background-color: #e0e0e0; }
-             tt { background-color: #e0e0e0; }
-           -->
-  </style>
-<script type="text/javascript">
-/* <![CDATA[ */
-    (function() {
-        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
-        
-        s.type = 'text/javascript';
-        s.async = true;
-        s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
-        
-        t.parentNode.insertBefore(s, t);
-    })();
-/* ]]> */
-</script>
+  <meta name="viewport" content="width=device-width"/>  
+<style type="text/css">
+body {
+        font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
+       text-align: justify;
+}
+pre { background-color: #e0e0e0; }
+tt { background-color: #e0e0e0; }
+@media all and (orientation: landscape) {  
+    body {
+        margin-left: 15%;
+       margin-right: 15%;
+    }
+}
+</style>
 </head>
 
-<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b" style="padding: 0em 3em; text-align: justify">
+<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b">
 
    <table width="100%" cellspacing="0" cellpadding="0">
      <tr>
@@ -36,8 +32,8 @@
          <img src="images/logo.png" alt="booh logo"/>
        </td>
        <td width="25%" align="right" valign="top">
-                                     <img src="images/en.png" alt="this page is in english"/>
-         <a href="tutorial.fr.html"><img src="images/fr.png" alt="cette page en français"/></a>
+        <div style="display:inline-block; margin-bottom:0.2em"><img src="images/en.png" alt="this page is in english"/></div>
+        <div style="display:inline-block"><a href="tutorial.fr.html"><img src="images/fr.png" alt="cette page en français"/></a></div>
        </td>
      </tr>
    </table>
index 931d1e7efb06bf024a990e0d23e0cbfdf06c66f4..6003fc56c1b7f88f9ecd968c08a4ea2a13524b68 100644 (file)
@@ -4,22 +4,24 @@
 <head>
   <title>Booh - Le Web-Album de choix pour les utilisateurs de Linux distingués</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-<script type="text/javascript">
-/* <![CDATA[ */
-    (function() {
-        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
-        
-        s.type = 'text/javascript';
-        s.async = true;
-        s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
-        
-        t.parentNode.insertBefore(s, t);
-    })();
-/* ]]> */
-</script>
+  <meta name="viewport" content="width=device-width"/>  
+<style type="text/css">
+body {
+        font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
+       text-align: justify;
+}
+pre { background-color: #e0e0e0; }
+tt { background-color: #e0e0e0; }
+@media all and (orientation: landscape) {  
+    body {
+        margin-left: 15%;
+       margin-right: 15%;
+    }
+}
+</style>
 </head>
 
-<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b" style="padding: 0em 3em; text-align: justify">
+<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b">
 
    <table width="100%">
      <tr>
@@ -30,8 +32,8 @@
          <img src="images/logo.png" alt="booh logo"/>
        </td>
        <td width="25%" align="right" valign="top">
-         <a href="video-demo.html"><img src="images/en.png" alt="this page in english"/></a>
-         <img src="images/fr.png" alt="cette page est en français"/>
+        <div style="display:inline-block; margin-bottom:0.2em"><a href="video-demo.html"><img src="images/en.png" alt="this page in english"/></a></div>
+        <div style="display:inline-block"><img src="images/fr.png" alt="cette page est en français"/></div>
        </td>
      </tr>
    </table>
index a42c8f88d2b33d8a92718dca5cccb2c9eb962cdc..71d8c0d2b96cc594478e4c2b38e8e5ae56d0b798 100644 (file)
@@ -4,22 +4,22 @@
 <head>
   <title>Booh - The Web-Album of choice for discriminating Linux users</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-<script type="text/javascript">
-/* <![CDATA[ */
-    (function() {
-        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
-        
-        s.type = 'text/javascript';
-        s.async = true;
-        s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
-        
-        t.parentNode.insertBefore(s, t);
-    })();
-/* ]]> */
-</script>
+  <meta name="viewport" content="width=device-width"/>  
+<style type="text/css">
+body {
+        font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
+       text-align: justify;
+}
+@media all and (orientation: landscape) {  
+    body {
+        margin-left: 15%;
+       margin-right: 15%;
+    }
+}
+</style>
 </head>
 
-<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b" style="padding: 0em 3em; text-align: justify">
+<body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b">
 
    <table width="100%" cellspacing="0" cellpadding="0">
      <tr>
@@ -30,8 +30,8 @@
          <img src="images/logo.png" alt="booh logo"/>
        </td>
        <td width="25%" align="right" valign="top">
-                                     <img src="images/en.png" alt="this page is in english"/>
-         <a href="video-demo.fr.html"><img src="images/fr.png" alt="cette page en français"/></a>
+        <div style="display:inline-block; margin-bottom:0.2em"><img src="images/en.png" alt="this page is in english"/></div>
+        <div style="display:inline-block"><a href="video-demo.fr.html"><img src="images/fr.png" alt="cette page en français"/></a></div>
        </td>
      </tr>
    </table>