From 341d35ffc49f725e833045b8a58e46ebccc8f1e2 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Fri, 26 Aug 2011 16:42:13 +0200 Subject: [PATCH] Recompiled --- .../blog/2009-09-jQuery-Tag-Cloud/index.html | 56 +- .../en/blog/A-more-convenient-diff/index.html | 2 +- .../en/blog/Haskell-Mandelbrot/index.html | 2 +- .../blog/Learn-Vim-Progressively/index.html | 12 + .../en/blog/Password-Management/index.html | 2 +- output/Scratch/en/blog/feed/feed.xml | 1037 +++++++++ output/Scratch/en/blog/index.html | 1970 ++++++++++++++++- .../blog/2009-09-jQuery-Tag-Cloud/index.html | 56 +- .../fr/blog/A-more-convenient-diff/index.html | 2 +- .../fr/blog/Haskell-Mandelbrot/index.html | 2 +- .../blog/Learn-Vim-Progressively/index.html | 12 + .../fr/blog/Password-Management/index.html | 2 +- output/Scratch/fr/blog/feed/feed.xml | 975 ++++++++ output/Scratch/fr/blog/index.html | 1967 +++++++++++++++- output/Scratch/sitemap.xml | 728 +++++- output/index.html | 2 +- 16 files changed, 6704 insertions(+), 123 deletions(-) diff --git a/output/Scratch/en/blog/2009-09-jQuery-Tag-Cloud/index.html b/output/Scratch/en/blog/2009-09-jQuery-Tag-Cloud/index.html index 06d3fe842..c01ea9554 100644 --- a/output/Scratch/en/blog/2009-09-jQuery-Tag-Cloud/index.html +++ b/output/Scratch/en/blog/2009-09-jQuery-Tag-Cloud/index.html @@ -83,7 +83,7 @@ But you can easily translate from Ruby to Javascript.

$('.tag.selected').removeClass('selected'); $('#tag_'+id).addClass('selected'); } -
alternate reality analyser analytics Apple Asynchronous awk Bazaar blacklist blog branch branches bzr Cappuccino Chrome Cocoa colors comments CSS David Lynch dcvs DCVS design diff disqus diverged drm email extension file filter Firefox Fonts git Google hide HTML indecidability intense debate iPhone iTunes javascript jQuery Linux local Lost Highway mac Mac mathematics mobileme movie multi-language nanoc Objective-C OS X philosophy popup Programming programming protection regexp regular expression remote ruby S/MIME Safari science screensaver script security shell ssh statistics svn synchronisation theory tip tree Ubuntu User web WebDav webdesign workflow Xcode zsh

alternate reality

    +

    alternate reality

    dcvs

    DCVS

    • @@ -425,6 +416,15 @@ But you can easily translate from Ruby to Javascript.

      Git vs. Bzr »
    • +

    dcvs

    design

    • @@ -497,6 +497,15 @@ But you can easily translate from Ruby to Javascript.

      DRM are EVIL »
    • +

    editor

    email

    tutorial

    Ubuntu

    vi

    vim

    web

    • diff --git a/output/Scratch/en/blog/A-more-convenient-diff/index.html b/output/Scratch/en/blog/A-more-convenient-diff/index.html index 2b165125e..0d695e501 100644 --- a/output/Scratch/en/blog/A-more-convenient-diff/index.html +++ b/output/Scratch/en/blog/A-more-convenient-diff/index.html @@ -161,7 +161,7 @@ diff -u $* - Efficient Vim knowledge » + Learn Vim Progressively »
    diff --git a/output/Scratch/en/blog/Haskell-Mandelbrot/index.html b/output/Scratch/en/blog/Haskell-Mandelbrot/index.html index d9fe8912a..090a4acc7 100644 --- a/output/Scratch/en/blog/Haskell-Mandelbrot/index.html +++ b/output/Scratch/en/blog/Haskell-Mandelbrot/index.html @@ -248,7 +248,7 @@ main = do diff --git a/output/Scratch/en/blog/Learn-Vim-Progressively/index.html b/output/Scratch/en/blog/Learn-Vim-Progressively/index.html index 697f4db4e..7ffd77596 100644 --- a/output/Scratch/en/blog/Learn-Vim-Progressively/index.html +++ b/output/Scratch/en/blog/Learn-Vim-Progressively/index.html @@ -495,8 +495,20 @@ $(document).ready(function() { +

    + + 17 + Aug + 2011 + + A more convenient diff » +

    + +
    + +

    Diff is a very useful tool. But it is not so easy to read for us, simple mortal.

    + +

    This is why, when you use git it will use a better formatting and colorize it.

    + +

    Here is the script I use when I want to use human readable diff à la git.

    + +
    +
    +#!/usr/bin/env zsh
    +
    +# Load colors helpers
    +autoload -U colors && colors
    +
    +function colorize_diff {
    +    while read line; 
    + +
    +
    +

    + Read more » +

    +
    + +
    + +

    + + 10 + Jul + 2011 + + ASCII Haskell Mandelbrot » +

    + +
    + +

    Here is the obfuscated code:

    + +
    +
    +a=27;b=79;c=C(-2.0,-1.0);d=C(1.0,1.0);e=C(-2.501,-1.003)
    +newtype C = C (Double,Double) deriving (Show,Eq)
    +instance Num C where 
    + +
    +
    +

    + Read more » +

    +
    + +
    + +

    + + 18 + May + 2011 + + 40 character's passwords » +

    + +
    + +

    Title image

    + + +
    + + +

    tl;dr: How I manage safely my password with success for some years now.
    +sha1( password + domain_name )
    +I memorize only one password. +I use a different password on all website.

    + + +
    + + +

    Disclamer, this is an unashamed attempt to make you download my iPhone app ;-). +You’re always here? +Even if you won’t download my app, you should read more. +My method doesn’t necessitate my app. +It is both safe and easy to use everyday.

    + +

    If you just want to use the tools without searching to understand why it is safe, just jump at the

    + +
    +
    +

    + Read more » +

    +
    + +
    + +

    + + 20 + Apr + 2011 + + Now hosted on github » +

    + +
    + +

    Title image

    + +

    I am now hosted on github.

    +

    + +
    +
    +

    + Read more » +

    +
    + +
    +
    @@ -132,7 +264,421 @@ Hard to learn, but incredible to use.

    $('.tag.selected').removeClass('selected'); $('#tag_'+id).addClass('selected'); } -

    editor

    @@ -178,7 +1912,239 @@ Hard to learn, but incredible to use.

    25 Aug 2011 - Learn Vim Progressively»
+ Learn Vim Progressively»
  • + 17 + Aug + 2011 + A more convenient diff»
  • + 10 + Jul + 2011 + ASCII Haskell Mandelbrot»
  • + 18 + May + 2011 + 40 character's passwords»
  • + 20 + Apr + 2011 + Now hosted on github»
  • + 3 + Jan + 2011 + Why I won't use CoffeeScript (sadly)»
  • + 1 + Jan + 2011 + Happy New Year»
  • [2010]

    [2009]

    [2008]

    Two words about the content diff --git a/output/Scratch/fr/blog/2009-09-jQuery-Tag-Cloud/index.html b/output/Scratch/fr/blog/2009-09-jQuery-Tag-Cloud/index.html index 32cb50f7e..950b58880 100644 --- a/output/Scratch/fr/blog/2009-09-jQuery-Tag-Cloud/index.html +++ b/output/Scratch/fr/blog/2009-09-jQuery-Tag-Cloud/index.html @@ -82,7 +82,7 @@ But you can easily translate from Ruby to Javascript.

    $('.tag.selected').removeClass('selected'); $('#tag_'+id).addClass('selected'); } -

    analyser

      +

      analyser

      editor

      email

      Mac

      mac

      Mac

      mathématiques

      tutoriel

      Ubuntu

      vi

      vim

      web

      • diff --git a/output/Scratch/fr/blog/A-more-convenient-diff/index.html b/output/Scratch/fr/blog/A-more-convenient-diff/index.html index f06e3c5dc..31ade6c47 100644 --- a/output/Scratch/fr/blog/A-more-convenient-diff/index.html +++ b/output/Scratch/fr/blog/A-more-convenient-diff/index.html @@ -161,7 +161,7 @@ diff -u $* - Vim efficace avec peu d'efforts » + Apprenez Vim Progressivement »
      diff --git a/output/Scratch/fr/blog/Haskell-Mandelbrot/index.html b/output/Scratch/fr/blog/Haskell-Mandelbrot/index.html index fe187309b..ef20b13f3 100644 --- a/output/Scratch/fr/blog/Haskell-Mandelbrot/index.html +++ b/output/Scratch/fr/blog/Haskell-Mandelbrot/index.html @@ -248,7 +248,7 @@ main = do diff --git a/output/Scratch/fr/blog/Learn-Vim-Progressively/index.html b/output/Scratch/fr/blog/Learn-Vim-Progressively/index.html index 7fc909b65..a577c5b02 100644 --- a/output/Scratch/fr/blog/Learn-Vim-Progressively/index.html +++ b/output/Scratch/fr/blog/Learn-Vim-Progressively/index.html @@ -504,8 +504,20 @@ $(document).ready(function() { +

      + + 17 + Aoû + 2011 + + Un diff plus pratique » +

      + +
      + +

      diff est un utilitaire très pratique, mais il n’est pas facile à lire pour nous, les Hommes.

      + +

      C’est pourquoi, lorsque vous utilisez git, il vous montre un formatage plus agréable avec des couleurs.

      + +

      Voici le script que j’utilise lorsque je veux avoir un diff à la git.

      + +
      +
      +#!/usr/bin/env zsh
      +
      +# Load colors helpers
      +autoload -U colors && colors
      +
      +function colorize_diff {
      +    ...
      + +
      +
      +

      + en lire plus » +

      +
      + +
      + +

      + + 10 + Jul + 2011 + + Mandelbrot avec haskell » +

      + +
      + +

      Voici le code “obfusqué” :

      + +
      +
      +a=27;b=79;c=C(-2.0,-1.0);d=C(1.0,1.0);e=C(-2.501,-1.003)
      +newtype C = C (Double,Double) deriving (Show,Eq)
      +instance Num C where...
      + +
      +
      +

      + en lire plus » +

      +
      + +
      + +

      + + 18 + Mai + 2011 + + Password Management » +

      + +
      + +

      Title image

      + + +
      + + +

      tlàl : Une méthode de gestion des mots de passes que j’utilise avec succès depuis quelques années.
      +sha1( mot_de_passe + nom_de_domaine )
      +Je ne mémorise qu’un seul mot de passe de très bonne qualité. +J’utilise des mots de passe différents sur tous les sites.

      + + +
      + + +

      Avant de commencer, je tiens à préciser qu’il s’agit d’une tentative de vous vendre mon appli iPhone ;-).

      + +

      Vous êtes toujours là ? +Bon, d’accord, même si vous ne téléchargez pas mon application vous pouvez quand même utili...

      + +
      +
      +

      + en lire plus » +

      +
      + +
      + +

      + + 20 + Avr + 2011 + + Hébergement github » +

      + +
      + +

      Title image

      + +

      J’héberge mon site sur github à partir d’aujourd’hui.

      +

      + +
      +
      +

      + en lire plus » +

      +
      + +
      +
      @@ -126,7 +255,439 @@ Sa prise en mais est difficile, mais p...

      $('.tag.selected').removeClass('selected'); $('#tag_'+id).addClass('selected'); } -

      editor

      @@ -172,7 +1903,239 @@ Sa prise en mais est difficile, mais p...

      25 Aoû 2011 - Apprenez Vim Progressivement»
    + Apprenez Vim Progressivement»
  • + 17 + Aoû + 2011 + Un diff plus pratique»
  • + 10 + Jul + 2011 + Mandelbrot avec haskell»
  • + 18 + Mai + 2011 + Password Management»
  • + 20 + Avr + 2011 + Hébergement github»
  • + 3 + Jan + 2011 + Pourquoi je n'utiliserai pas CoffeeScript (malheureusement)»
  • + 1 + Jan + 2011 + Bonne et heureuse année»
  • [2010]

    [2009]

    [2008]

    Un petit mot sur le contenu diff --git a/output/Scratch/sitemap.xml b/output/Scratch/sitemap.xml index e16a058a1..97234e755 100644 --- a/output/Scratch/sitemap.xml +++ b/output/Scratch/sitemap.xml @@ -1,151 +1,695 @@ - - - http://yannesposito.com/Scratch/fr/about/contact/ - 2011-08-19 - - - http://yannesposito.com/Scratch/fr/rss/ - 2011-08-17 - - - http://yannesposito.com/Scratch/fr/blog/ - 2011-08-19 - - - http://yannesposito.com/Scratch/fr/softwares/ypassword/web/ - 2011-08-19 - - - http://yannesposito.com/Scratch/fr/softwares/yaquabubbles/ - 2011-08-19 - - - http://yannesposito.com/Scratch/en/about/ - 2011-08-17 - - - http://yannesposito.com/Scratch/en/softwares/ - 2011-08-19 - - - http://yannesposito.com/Scratch/fr/about/cv/ - 2011-08-17 - - - http://yannesposito.com/Scratch/fr/softwares/ - 2011-08-19 - - - http://yannesposito.com/Scratch/en/blog/feed/feed.xml - 2011-08-17 - + http://yannesposito.com/ - 2011-08-17 + 2011-08-18 + + + http://yannesposito.com/Scratch/en/about/contact/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/blog/2010-06-17-track-events-with-google-analytics/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2010-01-04-Change-default-shell-on-Mac-OS-X/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-06-19-jQuery-popup-the-easy-way/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/softwares/ypassword/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/blog/2011-01-03-Why-I-sadly-won-t-use-coffeescript/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/Password-Management/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/2010-05-19-How-to-cut-HTML-and-repair-it/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/2010-05-24-Trees--Pragmatism-and-Formalism/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/2010-01-12-antialias-font-in-Firefox-under-Ubuntu/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2009-09-jQuery-Tag-Cloud/ + 2011-08-18 http://yannesposito.com/Scratch/fr/about/ - 2011-08-17 + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-10-26-LaTeX-like-macro-and-markdown/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-10-06-New-Blog-Design-Constraints/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-09-02-base64-and-sha1-on-iPhone/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/softwares/ypassword/iphoneweb/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/2010-02-18-split-a-file-by-keyword/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2010-06-17-hide-yourself-to-analytics/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/commandes-avancees/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/03_losthighway/03_losthighway_1/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/mvc/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2009-09-replace-all-except-some-part/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-02-18-split-a-file-by-keyword/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/09_Why_I_didn-t_keep_whosamung-us/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/03_losthighway/03_losthighway_2/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/softwares/yaquabubbles/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/2009-11-12-Git-for-n00b/commandes-avancees/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2009-10-Focus-vs-Minimalism/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/03_losthighway/03_losthighway_3/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2010-10-10-Secure-eMail-on-Mac-in-few-steps/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/2010-06-19-jQuery-popup-the-easy-way/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/2010-03-22-Git-Tips/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-07-09-Indecidabilities/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/03_losthighway/03_losthighway_4/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/blog/2010-07-05-Cappuccino-and-Web-applications/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2009-12-06-iphone-call-filter/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/01_nanoc/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2010-02-15-All-but-something-regexp/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/03_losthighway/03_losthighway_1/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/11_Load_Disqus_Asynchronously/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2010-07-05-Cappuccino-and-Web-applications/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/softwares/ypassword/web/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/blog/05_git_create_remote_branch/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2009-10-untaught-git-usage/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/11_Load_Disqus_Asynchronously/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2010-10-26-LaTeX-like-macro-and-markdown/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/blog/2010-09-02-Use-git-to-calculate-trusted-mtimes/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/03_losthighway/03_losthighway_2/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2010-07-07-CSS-rendering-problems-by-navigator/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/about/cv/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2010-06-15-Get-my-blog-engine/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/Haskell-Mandelbrot/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/about/technical_details/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/mvc/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/validation/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/03_losthighway/03_losthighway_3/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2009-10-untaught-git-usage/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/08_Configure_ssh_to_listen_the_port_443_on_Snow_Leopard/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/softwares/yclock/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/2009-10-How-to-preload-your-site-with-style/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2011-01-03-Happy-New-Year/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/blog/03_losthighway/03_losthighway_4/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-05-17-at-least-this-blog-revive/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/02_ackgrep/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2010-09-02-Use-git-to-calculate-trusted-mtimes/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/03_losthighway/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/about/old/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/2010-08-31-send-mail-from-command-line-with-attached-file/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/2009-09-Disqus-versus-Intense-Debate--Why-I-switched-/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-07-07-CSS-rendering-problems-by-navigator/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2009-12-06-iphone-call-filter/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2009-10-How-to-preload-your-site-with-style/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2009-10-Focus-vs-Minimalism/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/07_Screensaver_compilation_option_for_Snow_Leopard/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/about/contact/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/2010-07-31-New-style-after-holidays/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/blog/2010-02-23-When-regexp-is-not-the-best-solution/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2009-10-30-How-to-handle-evil-IE/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2010-09-02-base64-and-sha1-on-iPhone/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/softwares/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-10-14-Fun-with-wav/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2009-10-Wait-to-hide-a-menu-in-jQuery/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/02_ackgrep/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/08_Configure_ssh_to_listen_the_port_443_on_Snow_Leopard/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/07_Screensaver_compilation_option_for_Snow_Leopard/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-02-15-All-but-something-regexp/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2009-09-replace-all-except-some-part/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/10_Synchronize_Custom_WebSite_with_mobileMe/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/about/old/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/blog/06_How_I_use_git/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/about/cv/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2011-04-20-Now-hosted-on-github/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/softwares/ypassword/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/Password-Management/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/A-more-convenient-diff/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/09_Why_I_didn-t_keep_whosamung-us/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/feed/feed.xml + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/validation/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-08-23-Now-heberged-on-heroku/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-06-14-multi-language-choices/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2010-10-14-Fun-with-wav/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/blog/2009-09-Disqus-versus-Intense-Debate--Why-I-switched-/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/A-more-convenient-diff/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2011-01-03-Happy-New-Year/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-08-31-send-mail-from-command-line-with-attached-file/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/Git-pour-quoi-faire/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/10_Synchronize_Custom_WebSite_with_mobileMe/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2010-02-16-All-but-something-regexp--2-/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/softwares/yaquabubbles/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-07-31-New-style-after-holidays/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2009-12-14-Git-vs--Bzr/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/06_How_I_use_git/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2009-11-12-Git-for-n00b/comprendre/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/03_losthighway/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/rss/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2009-09-jQuery-Tag-Cloud/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2009-11-12-Git-for-n00b/conf-et-install/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2009-10-launch-daemon-from-command-line/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-06-15-Get-my-blog-engine/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-03-22-Git-Tips/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2010-03-23-Encapsulate-git/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/Haskell-Mandelbrot/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-05-24-Trees--Pragmatism-and-Formalism/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-02-16-All-but-something-regexp--2-/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2009-11-12-Git-for-n00b/Git-pour-quoi-faire/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2010-02-23-When-regexp-is-not-the-best-solution/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/2010-10-06-New-Blog-Design-Constraints/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/2010-05-17-at-least-this-blog-revive/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/2010-08-23-Now-heberged-on-heroku/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/softwares/ypassword/web/ + 2011-08-18 http://yannesposito.com/Scratch/fr/blog/Learn-Vim-Progressively/ 2011-08-26 - http://yannesposito.com/Scratch/fr/softwares/yclock/ - 2011-08-19 + http://yannesposito.com/Scratch/fr/blog/2010-03-23-Encapsulate-git/ + 2011-08-18 - http://yannesposito.com/Scratch/en/about/cv/ - 2011-08-17 + http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/conf-et-install/ + 2011-08-18 - http://yannesposito.com/Scratch/en/about/old/ - 2011-08-19 + http://yannesposito.com/Scratch/fr/blog/2009-10-launch-daemon-from-command-line/ + 2011-08-18 - http://yannesposito.com/Scratch/fr/about/old/ - 2011-08-19 + http://yannesposito.com/Scratch/en/blog/2010-06-17-track-events-with-google-analytics/ + 2011-08-24 - http://yannesposito.com/Scratch/fr/validation/ - 2011-08-17 + http://yannesposito.com/Scratch/assets/css/main.css + 2011-08-18 - http://yannesposito.com/Scratch/fr/softwares/ypassword/iphoneweb/ - 2011-08-19 + http://yannesposito.com/Scratch/fr/rss/ + 2011-08-18 - http://yannesposito.com/Scratch/en/ - 2011-08-19 + http://yannesposito.com/Scratch/fr/blog/2011-04-20-Now-hosted-on-github/ + 2011-08-18 - http://yannesposito.com/Scratch/en/softwares/yaquabubbles/ - 2011-08-19 + http://yannesposito.com/Scratch/en/blog/2011-01-03-Why-I-sadly-won-t-use-coffeescript/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/blog/ + 2011-08-24 + + + http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/about/technical_details/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/04_drm/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2010-06-17-hide-yourself-to-analytics/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2009-10-28-custom-website-synchronisation-with-mobileme--2-/ + 2011-08-18 http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/ 2011-08-26 - http://yannesposito.com/Scratch/en/softwares/yclock/ - 2011-08-19 + http://yannesposito.com/Scratch/en/blog/2009-10-Wait-to-hide-a-menu-in-jQuery/ + 2011-08-18 - http://yannesposito.com/Scratch/en/softwares/ypassword/ - 2011-08-19 + http://yannesposito.com/Scratch/fr/blog/2010-10-10-Secure-eMail-on-Mac-in-few-steps/ + 2011-08-18 - http://yannesposito.com/Scratch/sitemap.xml - 2011-08-17 + http://yannesposito.com/Scratch/fr/blog/2009-10-30-How-to-handle-evil-IE/ + 2011-08-18 - http://yannesposito.com/Scratch/assets/css/main.css - 2011-08-17 + http://yannesposito.com/Scratch/fr/blog/2009-10-28-custom-website-synchronisation-with-mobileme--2-/ + 2011-08-18 - http://yannesposito.com/Scratch/fr/blog/feed/feed.xml - 2011-08-17 + http://yannesposito.com/Scratch/en/blog/2010-07-09-Indecidabilities/ + 2011-08-24 - http://yannesposito.com/Scratch/fr/softwares/ypassword/ - 2011-08-19 + http://yannesposito.com/Scratch/en/blog/01_nanoc/ + 2011-08-18 - http://yannesposito.com/Scratch/en/about/technical_details/ - 2011-08-17 + http://yannesposito.com/Scratch/en/about/ + 2011-08-18 - http://yannesposito.com/Scratch/en/rss/ - 2011-08-17 - - - http://yannesposito.com/Scratch/en/validation/ - 2011-08-17 - - - http://yannesposito.com/Scratch/en/blog/ - 2011-08-19 + http://yannesposito.com/Scratch/fr/softwares/ypassword/iphoneweb/ + 2011-08-18 http://yannesposito.com/Scratch/fr/ - 2011-08-19 + 2011-08-18 - http://yannesposito.com/Scratch/fr/about/technical_details/ - 2011-08-17 + http://yannesposito.com/Scratch/fr/blog/2010-05-19-How-to-cut-HTML-and-repair-it/ + 2011-08-18 - http://yannesposito.com/Scratch/en/softwares/ypassword/iphoneweb/ - 2011-08-19 + http://yannesposito.com/Scratch/fr/blog/2010-01-04-Change-default-shell-on-Mac-OS-X/ + 2011-08-18 - http://yannesposito.com/Scratch/en/about/contact/ - 2011-08-19 + http://yannesposito.com/Scratch/en/softwares/ + 2011-08-24 - http://yannesposito.com/Scratch/en/softwares/ypassword/web/ - 2011-08-19 + http://yannesposito.com/Scratch/fr/blog/2010-01-12-antialias-font-in-Firefox-under-Ubuntu/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/comprendre/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2009-11-12-Git-for-n00b/c-est-parti-pour-l-aventure/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2010-06-14-multi-language-choices/ + 2011-08-24 + + + http://yannesposito.com/Scratch/en/blog/2009-11-12-Git-for-n00b/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/05_git_create_remote_branch/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/feed/feed.xml + 2011-08-18 + + + http://yannesposito.com/Scratch/sitemap.xml + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/softwares/yclock/ + 2011-08-18 + + + http://yannesposito.com/Scratch/fr/blog/2009-11-12-Git-for-n00b/c-est-parti-pour-l-aventure/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/04_drm/ + 2011-08-18 + + + http://yannesposito.com/Scratch/en/blog/2009-12-14-Git-vs--Bzr/ + 2011-08-18 diff --git a/output/index.html b/output/index.html index 3add8a819..3c4a51baa 100644 --- a/output/index.html +++ b/output/index.html @@ -188,7 +188,7 @@ Copyright ©, Yann Esposito
    - Modified: 08/24/2011 + Modified: 08/26/2011
    Entirely done with