<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.sakeco.net/blog/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Du libre et du sport</title>
  <link>http://www.sakeco.net/blog/</link>
  <atom:link href="http://www.sakeco.net/blog/feed/rss2" rel="self" type="application/rss+xml"/>
  <description>Ou le contraire...</description>
  <language>fr</language>
  <pubDate>Thu, 11 Mar 2010 15:04:08 +0100</pubDate>
  <copyright>2007-2010, Osku.</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Remontons les notes de bas de page</title>
    <link>http://www.sakeco.net/blog/post/2010/03/08/Remontons-les-notes-de-bas-de-page</link>
    <guid isPermaLink="false">urn:md5:d0e3c2644c587f71f5c245b1f4f13d85</guid>
    <pubDate>Mon, 08 Mar 2010 12:08:00 +0100</pubDate>
    <dc:creator>Osku</dc:creator>
        <category>Dotclear</category>
        <category>Dotclear</category><category>JavaScript</category><category>snippet</category>    
    <description>    &lt;p&gt;&lt;a href=&quot;http://aurelien.bompard.org/post/2010/02/25/Nouveau-plugin-pour-Dotclear-%3A-notes-de-bas-de-page&quot; hreflang=&quot;fr&quot;&gt;Aurélien&lt;/a&gt; s'est fendu récemment d'un plugin pour faciliter l'édition des notes de page dans &lt;a href=&quot;http://www.sakeco.net/blog/tag/Dotclear&quot;&gt;Dotclear&lt;/a&gt;. De plus avec un petit &lt;del&gt;tour de magie&lt;/del&gt; bout de JavaScript, il affiche au survol le contenu de la note&lt;sup&gt;[&lt;a href=&quot;http://www.sakeco.net/blog/post/2010/03/08/Remontons-les-notes-de-bas-de-page#pnote-430-1&quot; id=&quot;rev-pnote-430-1&quot;&gt;1&lt;/a&gt;]&lt;/sup&gt;.&lt;/p&gt;


&lt;p&gt;Je vous propose ici une alternative&lt;sup&gt;[&lt;a href=&quot;http://www.sakeco.net/blog/post/2010/03/08/Remontons-les-notes-de-bas-de-page#pnote-430-2&quot; id=&quot;rev-pnote-430-2&quot;&gt;2&lt;/a&gt;]&lt;/sup&gt; à l'affichage avec le code suivant&amp;nbsp;:&lt;/p&gt;
&lt;pre&gt;
$(function(){
	$(&amp;quot;div.footnotes&amp;quot;).hide();
	$(&amp;quot;a[id*='rev-pnote']&amp;quot;).one('click',function() {
		var target = $(this).attr(&amp;quot;href&amp;quot;);
		$(this).click(function() {
			return false;
		}); 
		$(target).click(function() {
			return false;
		}); 
		var note = $(target).parent();
		var newnote = $(&amp;quot;&amp;lt;div/&amp;gt;&amp;quot;).addClass(&amp;quot;inline-footnotes&amp;quot;).hide().html(note);
		$(this).parent().parent().after(newnote);
		newnote.slideDown();
		return false;
	}); 
});&lt;/pre&gt;


&lt;p&gt;A ranger dans un fichier &lt;code&gt;.js&lt;/code&gt; dans votre thème.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot;&gt;&lt;h4&gt;Notes&lt;/h4&gt;
&lt;p&gt;[&lt;a href=&quot;http://www.sakeco.net/blog/post/2010/03/08/Remontons-les-notes-de-bas-de-page#rev-pnote-430-1&quot; id=&quot;pnote-430-1&quot;&gt;1&lt;/a&gt;] C'est un très bon plugin, je vous le recommande chaudement.&lt;/p&gt;
&lt;p&gt;[&lt;a href=&quot;http://www.sakeco.net/blog/post/2010/03/08/Remontons-les-notes-de-bas-de-page#rev-pnote-430-2&quot; id=&quot;pnote-430-2&quot;&gt;2&lt;/a&gt;] Qui doit être normalement compatible avec le plugin d'Aurélien.&lt;/p&gt;&lt;/div&gt;
</description>
    
    
    
          <comments>http://www.sakeco.net/blog/post/2010/03/08/Remontons-les-notes-de-bas-de-page#comment-form</comments>
      <wfw:comment>http://www.sakeco.net/blog/post/2010/03/08/Remontons-les-notes-de-bas-de-page#comment-form</wfw:comment>
      <wfw:commentRss>http://www.sakeco.net/blog/feed/atom/comments/430</wfw:commentRss>
      </item>
    
  <item>
    <title>A table</title>
    <link>http://www.sakeco.net/blog/post/2010/03/07/A-table</link>
    <guid isPermaLink="false">urn:md5:74668e28efd73ceccf62a673617653c3</guid>
    <pubDate>Sun, 07 Mar 2010 21:43:00 +0100</pubDate>
    <dc:creator>Osku</dc:creator>
        <category>Photos</category>
            
    <description>    &lt;p&gt;&lt;img src=&quot;http://www.sakeco.net/blog/public/images/photos/.dsc_6903_m.jpg&quot; alt=&quot;A table&quot; title=&quot;A table, mar. 2010&quot; /&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.sakeco.net/blog/post/2010/03/07/A-table#comment-form</comments>
      <wfw:comment>http://www.sakeco.net/blog/post/2010/03/07/A-table#comment-form</wfw:comment>
      <wfw:commentRss>http://www.sakeco.net/blog/feed/atom/comments/429</wfw:commentRss>
      </item>
    
  <item>
    <title>Templator</title>
    <link>http://www.sakeco.net/blog/post/2010/03/02/Templator</link>
    <guid isPermaLink="false">urn:md5:bbc7f9e53ac5f4572a7c8b31f24635b2</guid>
    <pubDate>Tue, 02 Mar 2010 10:07:00 +0100</pubDate>
    <dc:creator>Osku</dc:creator>
        <category>Dotclear</category>
            
    <description>    &lt;p&gt;C'est en parcourant la &lt;a href=&quot;http://docs.djangoproject.com/en/1.1/&quot; hreflang=&quot;en&quot;&gt;documentation de Django&lt;/a&gt; que m'est venu l'idée d'offrir à un blog Dotclear une nouvelle extension qui permet choisir le gabarit servi à l'adresse dudit  billet (ou de la page).&lt;/p&gt;


&lt;p&gt;Par exemple&amp;nbsp;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Créez via l'extension une nouvelle page nommée &lt;code&gt;page-about&lt;/code&gt; (&lt;em&gt;Attention, l'extension de fichier &lt;code&gt;html&lt;/code&gt; est ajoutée automatiquement&lt;/em&gt;) avec comme titre &lt;q&gt;A propos&lt;/q&gt; (c'est juste du confort, cette information sert juste à se repérer au moment de choisir le gabarit).&lt;/li&gt;
&lt;li&gt;Éditez ce fichier à votre convenance. Puis enregistrez vos modifications.&lt;/li&gt;
&lt;li&gt;Déplacez-vous dans le menu &lt;strong&gt;Pages&lt;/strong&gt; pour y sélectionner la page à laquelle vous souhaitez associer le nouveau gabarit (cf. le menu déroulant sur la droite &lt;strong&gt;Gabarit spécifique&lt;/strong&gt;). Enregistrez.&lt;/li&gt;
&lt;li&gt;Rendez-vous sur le blog à la page concernée et constatez &lt;img src=&quot;/blog/themes/wanganui/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Faites-en bon usage.&lt;/p&gt;


&lt;h5&gt;Édition du 4 Mars&amp;nbsp;:&lt;/h5&gt;

&lt;p&gt;&lt;em&gt;Récupérez plutôt l'extension sur la &lt;a href=&quot;http://www.sakeco.net/blog/pages/download&quot; hreflang=&quot;fr&quot;&gt;page dédiée&lt;/a&gt; aux téléchargements.&lt;/em&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.sakeco.net/blog/post/2010/03/02/Templator#comment-form</comments>
      <wfw:comment>http://www.sakeco.net/blog/post/2010/03/02/Templator#comment-form</wfw:comment>
      <wfw:commentRss>http://www.sakeco.net/blog/feed/atom/comments/428</wfw:commentRss>
      </item>
    
  <item>
    <title>Bientôt au menu</title>
    <link>http://www.sakeco.net/blog/post/2010/03/01/Bientot-au-menu</link>
    <guid isPermaLink="false">urn:md5:7501a8d394b02bdac2f03906f5d4aa02</guid>
    <pubDate>Mon, 01 Mar 2010 18:19:00 +0100</pubDate>
    <dc:creator>Osku</dc:creator>
        <category>Dotclear</category>
            
    <description>    &lt;p&gt;&lt;img src=&quot;http://www.sakeco.net/blog/public/images/billets/yat.png&quot; alt=&quot;Tizing&amp;#039;&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;Tizing&amp;#039;, mar. 2010&quot; /&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.sakeco.net/blog/post/2010/03/01/Bientot-au-menu#comment-form</comments>
      <wfw:comment>http://www.sakeco.net/blog/post/2010/03/01/Bientot-au-menu#comment-form</wfw:comment>
      <wfw:commentRss>http://www.sakeco.net/blog/feed/atom/comments/427</wfw:commentRss>
      </item>
    
  <item>
    <title>Snippet : réinstaller GRUB depuis un LiveCD GNU/Linux</title>
    <link>http://www.sakeco.net/blog/post/2010/02/23/Snippet-%3A-reinstaller-GRUB-depuis-un-LiveCD-GNU/Linux</link>
    <guid isPermaLink="false">urn:md5:00140afd3c5994b7454859a2e11c018e</guid>
    <pubDate>Tue, 23 Feb 2010 17:48:00 +0100</pubDate>
    <dc:creator>Osku</dc:creator>
        <category>snippet</category>    
    <description>    &lt;p&gt;Une fois la partition contenant le système (/boot inclus) est montée (&lt;code&gt;7b8696a1-zzzz&lt;/code&gt; ci-dessous)&amp;nbsp;:&lt;/p&gt;
&lt;pre&gt;
linux:~ # mount --bind /dev /media/7b8696a1-zzzz/dev
linux:~ # mount -t proc /proc /media/7b8696a1-zzzz/proc
linux:~ # chroot /media/7b8696a1-zzzz
linux:~ # grub-install &lt;/pre&gt;


&lt;p&gt;Ce qui m'a évité quelques sueurs froides...&lt;/p&gt;</description>
    
    
    
          <comments>http://www.sakeco.net/blog/post/2010/02/23/Snippet-%3A-reinstaller-GRUB-depuis-un-LiveCD-GNU/Linux#comment-form</comments>
      <wfw:comment>http://www.sakeco.net/blog/post/2010/02/23/Snippet-%3A-reinstaller-GRUB-depuis-un-LiveCD-GNU/Linux#comment-form</wfw:comment>
      <wfw:commentRss>http://www.sakeco.net/blog/feed/atom/comments/426</wfw:commentRss>
      </item>
    
  <item>
    <title>Vite fait</title>
    <link>http://www.sakeco.net/blog/post/2010/02/12/Vite-fait</link>
    <guid isPermaLink="false">urn:md5:4fb2eef5f0566d77fb16e219450f8ed5</guid>
    <pubDate>Fri, 12 Feb 2010 16:16:00 +0100</pubDate>
    <dc:creator>Osku</dc:creator>
        <category>Dotclear</category>
        <category>Dotclear 2</category><category>greffon</category><category>Mode hors ligne</category><category>Mode privé</category>    
    <description>    &lt;p&gt;Deux nouvelles versions de greffons Dotclear.&lt;/p&gt;


&lt;h3&gt;Mode hors ligne — 0.5&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Ajout d'un fichier &lt;code&gt;_install.php&lt;/code&gt; pour une installation plus propre.&lt;/li&gt;
&lt;li&gt;Message affiché sur le tableau de bord si le blog est hors ligne.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Mode privé — 1.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Ajout d'un fichier &lt;code&gt;_install.php&lt;/code&gt; pour une installation plus propre.&lt;/li&gt;
&lt;li&gt;Message affiché sur le tableau de bord si le blog est privé.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Pour le téléchargement, c'est par &lt;a href=&quot;http://www.sakeco.net/blog/pages/download&quot;&gt;ici&lt;/a&gt;.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.sakeco.net/blog/post/2010/02/12/Vite-fait#comment-form</comments>
      <wfw:comment>http://www.sakeco.net/blog/post/2010/02/12/Vite-fait#comment-form</wfw:comment>
      <wfw:commentRss>http://www.sakeco.net/blog/feed/atom/comments/425</wfw:commentRss>
      </item>
    
  <item>
    <title>Tours héberge maintenant un nouvel auto-entrepreneur</title>
    <link>http://www.sakeco.net/blog/post/2010/02/08/Tours-heberge-maintenant-un-nouvel-auto-entrepreneur</link>
    <guid isPermaLink="false">urn:md5:f77f317582d24d2561f1e736e21a29da</guid>
    <pubDate>Mon, 08 Feb 2010 11:21:00 +0100</pubDate>
    <dc:creator>Osku</dc:creator>
        <category>auto-entrepreneur</category><category>Logiciels libres</category><category>Sylvain NAUDIN</category><category>Tours</category>    
    <description>    &lt;p&gt;Et pas un des plus mauvais puisqu'il s'agit de &lt;a href=&quot;http://sylvain.naud.in/&quot; hreflang=&quot;fr&quot;&gt;Sylvain Naudin&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;Voici &lt;ins&gt;quelques&lt;/ins&gt; domaines dans lesquels &lt;a href=&quot;http://sylvain.naud.in/&quot; hreflang=&quot;fr&quot;&gt;Sylvain &lt;/a&gt; intervient&amp;nbsp;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;création de blog (mise en place, achat d'un nom de domaine, accompagnement dans l'apprentissage des outils)&lt;/li&gt;
&lt;li&gt;gestion de vos photos numériques (retouche, sauvegarde, etc...)&lt;/li&gt;
&lt;li&gt;découverte des logiciels libres.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Vous pouvez le consulter pour des missions de &lt;strong&gt;formation&lt;/strong&gt;, &lt;strong&gt;conseil&lt;/strong&gt; et &lt;strong&gt;assistance&lt;/strong&gt;.&lt;/p&gt;


&lt;p&gt;Sylvain est à l'origine du projet &lt;a href=&quot;http://www.velcs.info/&quot; hreflang=&quot;fr&quot;&gt;&lt;acronym title=&quot;Vous êtes libre ce soir &quot;&gt;VELCS&lt;/acronym&gt;&lt;/a&gt;, &lt;a href=&quot;http://www.asso-lariche.fr/&quot; hreflang=&quot;fr&quot;&gt;du portail des associations larichoises&lt;/a&gt;&lt;sup&gt;[&lt;a href=&quot;http://www.sakeco.net/blog/post/2010/02/08/Tours-heberge-maintenant-un-nouvel-auto-entrepreneur#pnote-424-1&quot; id=&quot;rev-pnote-424-1&quot;&gt;1&lt;/a&gt;]&lt;/sup&gt; et du site &lt;a href=&quot;http://libre.cc/&quot; hreflang=&quot;fr&quot;&gt;Culture Libre &amp;amp; Créations Collectives&lt;/a&gt;&lt;sup&gt;[&lt;a href=&quot;http://www.sakeco.net/blog/post/2010/02/08/Tours-heberge-maintenant-un-nouvel-auto-entrepreneur#pnote-424-2&quot; id=&quot;rev-pnote-424-2&quot;&gt;2&lt;/a&gt;]&lt;/sup&gt;.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot;&gt;&lt;h4&gt;Notes&lt;/h4&gt;
&lt;p&gt;[&lt;a href=&quot;http://www.sakeco.net/blog/post/2010/02/08/Tours-heberge-maintenant-un-nouvel-auto-entrepreneur#rev-pnote-424-1&quot; id=&quot;pnote-424-1&quot;&gt;1&lt;/a&gt;]  La Riche - 37&lt;/p&gt;
&lt;p&gt;[&lt;a href=&quot;http://www.sakeco.net/blog/post/2010/02/08/Tours-heberge-maintenant-un-nouvel-auto-entrepreneur#rev-pnote-424-2&quot; id=&quot;pnote-424-2&quot;&gt;2&lt;/a&gt;] Travail collectif mais seul pour la partie web&lt;/p&gt;&lt;/div&gt;
</description>
    
    
    
          <comments>http://www.sakeco.net/blog/post/2010/02/08/Tours-heberge-maintenant-un-nouvel-auto-entrepreneur#comment-form</comments>
      <wfw:comment>http://www.sakeco.net/blog/post/2010/02/08/Tours-heberge-maintenant-un-nouvel-auto-entrepreneur#comment-form</wfw:comment>
      <wfw:commentRss>http://www.sakeco.net/blog/feed/atom/comments/424</wfw:commentRss>
      </item>
    
  <item>
    <title>Nouveau thème : Wanganui</title>
    <link>http://www.sakeco.net/blog/post/2010/02/07/Nouveau-theme-%3A-Wanganui</link>
    <guid isPermaLink="false">urn:md5:4f03936a7dab21a0f7300b7db49d5ea8</guid>
    <pubDate>Sun, 07 Feb 2010 15:59:00 +0100</pubDate>
    <dc:creator>Osku</dc:creator>
        <category>Dotclear</category>
        <category>Dotclear 2</category><category>Thème</category>    
    <description>    &lt;p&gt;&lt;img src=&quot;http://www.sakeco.net/blog/public/images/themes/wanganui/screenshot.jpg&quot; alt=&quot;screenshot.jpg&quot; style=&quot;float:right; margin: 0 0 1em 1em;&quot; title=&quot;Capture d&amp;#039;écran du thème Wanganui pour Dotclear&quot; /&gt;
Hop hop, nouveau thème Dotclear en deux colonnes très proche de &lt;a href=&quot;http://www.sakeco.net/blog/post/2009/10/28/Th%C3%A8me-Dotclear-%3A-Wellington&quot;&gt;Wellington&lt;/a&gt; mais avec une largeur fixe.&lt;/p&gt;


&lt;p&gt;Pourquoi &lt;q&gt;Wanganui&lt;/q&gt;&amp;nbsp;? tout simplement pour garder la filiation jusque dans le nom du thème. Figurez-vous que &lt;a href=&quot;http://fr.wikipedia.org/wiki/Wanganui&quot; hreflang=&quot;fr&quot;&gt;Wanganui&lt;/a&gt; est une autre ville de Nouvelle-Zélande. Merci à &lt;strong&gt;Noé&lt;/strong&gt;&lt;sup&gt;[&lt;a href=&quot;http://www.sakeco.net/blog/post/2010/02/07/Nouveau-theme-%3A-Wanganui#pnote-423-1&quot; id=&quot;rev-pnote-423-1&quot;&gt;1&lt;/a&gt;]&lt;/sup&gt; qui m'a trouvé le nom.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot;&gt;&lt;h4&gt;Notes&lt;/h4&gt;
&lt;p&gt;[&lt;a href=&quot;http://www.sakeco.net/blog/post/2010/02/07/Nouveau-theme-%3A-Wanganui#rev-pnote-423-1&quot; id=&quot;pnote-423-1&quot;&gt;1&lt;/a&gt;] Comment ? Vous ne connaissez pas Noé ? il est pourtant régulièrement &lt;a href=&quot;http://www.noecendrier.fr/pages/Me-voir-sur-sc%C3%A8ne-Facile-!&quot; hreflang=&quot;fr&quot;&gt;sur scène&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;
</description>
    
          <enclosure url="http://www.sakeco.net/blog/public/packages/theme-wanganui-1.0.zip"
      length="144174" type="application/zip" />
    
    
          <comments>http://www.sakeco.net/blog/post/2010/02/07/Nouveau-theme-%3A-Wanganui#comment-form</comments>
      <wfw:comment>http://www.sakeco.net/blog/post/2010/02/07/Nouveau-theme-%3A-Wanganui#comment-form</wfw:comment>
      <wfw:commentRss>http://www.sakeco.net/blog/feed/atom/comments/423</wfw:commentRss>
      </item>
    
  <item>
    <title>De la couleur</title>
    <link>http://www.sakeco.net/blog/post/2010/02/06/De-la-couleur</link>
    <guid isPermaLink="false">urn:md5:ef8cc9c10aa29ff9f1b87d69ba8a84ac</guid>
    <pubDate>Sat, 06 Feb 2010 21:05:00 +0100</pubDate>
    <dc:creator>Osku</dc:creator>
        <category>Photos</category>
            
    <description>    &lt;p&gt;&lt;a href=&quot;http://www.sakeco.net/blog/public/images/photos/DSC_6537.png&quot; title=&quot;Roses&quot;&gt;&lt;img src=&quot;http://www.sakeco.net/blog/public/images/photos/.DSC_6537_m.jpg&quot; alt=&quot;Roses&quot; title=&quot;Roses, fév. 2010&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.sakeco.net/blog/post/2010/02/06/De-la-couleur#comment-form</comments>
      <wfw:comment>http://www.sakeco.net/blog/post/2010/02/06/De-la-couleur#comment-form</wfw:comment>
      <wfw:commentRss>http://www.sakeco.net/blog/feed/atom/comments/422</wfw:commentRss>
      </item>
    
  <item>
    <title>Astuce template Dotclear</title>
    <link>http://www.sakeco.net/blog/post/2010/02/04/Astuce-template-Dotclear</link>
    <guid isPermaLink="false">urn:md5:a2977f9966e1ef8da3c265b12e2bea0d</guid>
    <pubDate>Thu, 04 Feb 2010 15:23:00 +0100</pubDate>
    <dc:creator>Osku</dc:creator>
        <category>Dotclear</category>
        <category>astuce</category><category>David YIM</category><category>Dotclear 2</category><category>Tip</category>    
    <description>&lt;p&gt;Pour offrir de nouvelles possibilités à la création de Thème Dotclear, et ce en limitant l'édition des différents fichiers &lt;code&gt;*.html&lt;/code&gt;, voici l'astuce suivante&amp;nbsp;:&lt;/p&gt;    &lt;ul&gt;
&lt;li&gt;Éditer le fichier &lt;code&gt;_top.html&lt;/code&gt;&amp;nbsp;:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;
&amp;lt;div id=&amp;quot;container&amp;quot;&amp;gt;
&amp;lt;div id=&amp;quot;top&amp;quot;&amp;gt;
&amp;lt;div id=&amp;quot;top-inner&amp;quot;&amp;gt;
&amp;lt;h1&amp;gt;&amp;lt;span&amp;gt;
&amp;lt;a href=&amp;quot;{{tpl:BlogURL}}&amp;quot;&amp;gt;{{tpl:BlogName encode_html=&amp;quot;1&amp;quot;}}&amp;lt;/a&amp;gt;
&amp;lt;/span&amp;gt;&amp;lt;/h1&amp;gt;
&amp;lt;!-- # --BEHAVIOR-- publicTopAfterContent --&amp;gt;
{{tpl:SysBehavior behavior=&amp;quot;publicTopAfterContent&amp;quot;}}
&amp;lt;/div&amp;gt;
&amp;lt;p id=&amp;quot;prelude&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#main&amp;quot;&amp;gt;{{tpl:lang To content}}&amp;lt;/a&amp;gt; |
&amp;lt;a href=&amp;quot;#blognav&amp;quot;&amp;gt;{{tpl:lang To menu}}&amp;lt;/a&amp;gt; |
&amp;lt;a href=&amp;quot;#search&amp;quot;&amp;gt;{{tpl:lang To search}}&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;
&amp;lt;/div&amp;gt; &lt;/pre&gt;

&lt;ul&gt;
&lt;li&gt;Éditer le fichier &lt;code&gt;_footer.html&lt;/code&gt;&amp;nbsp;:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;
&amp;lt;div id=&amp;quot;footer&amp;quot;&amp;gt;
&amp;lt;div id=&amp;quot;footer-inner&amp;quot;&amp;gt;
&amp;lt;p&amp;gt;{{tpl:SysPoweredBy}}&amp;lt;/p&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
{{tpl:SysBehavior behavior=&amp;quot;publicFooterContent&amp;quot;}}
&amp;lt;/div&amp;gt;
&lt;/pre&gt;


&lt;p&gt;Vous venez d'encadrer par une nouvelle boite votre page (&lt;code&gt;#container&lt;/code&gt;)&lt;sup&gt;[&lt;a href=&quot;http://www.sakeco.net/blog/post/2010/02/04/Astuce-template-Dotclear#pnote-421-1&quot; id=&quot;rev-pnote-421-1&quot;&gt;1&lt;/a&gt;]&lt;/sup&gt;. Également, deux nouvelles boites &lt;code&gt;#top-inner&lt;/code&gt; et &lt;code&gt;#footer-inner&lt;/code&gt; sont apparues.&lt;/p&gt;


&lt;p&gt;Toutes mes autres fichiers &lt;em&gt;template&lt;/em&gt; sont inchangés.&lt;/p&gt;


&lt;p&gt;Cette astuce est l'œuvre de &lt;a href=&quot;http://davidyim.fr/&quot; hreflang=&quot;fr&quot;&gt;David YIM&lt;/a&gt;, &lt;a href=&quot;http://www.welovedotclear.com/meta/concepteur/David%20Yim&quot; hreflang=&quot;fr&quot;&gt;auteur de plusieurs thèmes&lt;/a&gt; pour Dotclear.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot;&gt;&lt;h4&gt;Notes&lt;/h4&gt;
&lt;p&gt;[&lt;a href=&quot;http://www.sakeco.net/blog/post/2010/02/04/Astuce-template-Dotclear#rev-pnote-421-1&quot; id=&quot;pnote-421-1&quot;&gt;1&lt;/a&gt;] C'est cette méthode que j'ai retenue pour &lt;a href=&quot;http://www.sakeco.net/blog/post/2010/02/03/Lifting-rapidos&quot;&gt;le lifting rapidos&lt;/a&gt; ici.&lt;/p&gt;&lt;/div&gt;
</description>
    
    
    
          <comments>http://www.sakeco.net/blog/post/2010/02/04/Astuce-template-Dotclear#comment-form</comments>
      <wfw:comment>http://www.sakeco.net/blog/post/2010/02/04/Astuce-template-Dotclear#comment-form</wfw:comment>
      <wfw:commentRss>http://www.sakeco.net/blog/feed/atom/comments/421</wfw:commentRss>
      </item>
    
</channel>
</rss>