Purpose

Description


The timeline is an horizontal, chronological, scrollable list of all posts.
It aims at replacing the classic Calendar :

La Timeline est une liste chronologique horizontale et scrollable de tous les billets.
Elle est destinée à remplacer le calendrier classique.

timeline screenshot

Download

Téléchargement

timeline.zip

Installation

  1. Unzip the content of ‘timeline.zip’ in a temp directory
  2. Dezippez le contenu de l'archive ‘timeline.zip’ dans un répertoire temporaire
  3. Copy the content of the 'timeline' folder into '/wp-content/plugins/timeline/'
  4. Copier le contenu du dossier 'timeline' dans '/wp-content/plugins/timeline/'
  5. Activate it via the admin interface
  6. Activez le plugin dans votre interface d'administration
  7. Insert this line in your theme, where you want the timeline to appear :Inserez cette ligne dans votre thème à l'endroit ou vous voulez la timeline :
    <? wp_timeline(); ?>

    Alternatively, if your timeline is really big (you have a lot of posts), you can also load it asynchroneously, using :Si votre Timeline est vraiment large (si vous avez beaucoup de billets) elle risque d'alourdir votre page et de dégrader le temps de chargement. Dans ce cas, vous pouvez faire en sorte de la charger de manière asynchrone, en utilisant cette syntaxe:

    <? wp_timeline(true); ?>

Demo

Demonstration

Well, you can see it in action, in my sidebar on the left.Vous pouvez voir la timeline en action ici, sur la barre de navigation à gauche.

History

Historique

18 September 2007
Split in several files, Use of jQuery : The timeline now begins to load before the whole content of the page is loaded. This is usefull when your blog contains a lot of images and takes a while to load
18 Septembre 2007
Découpage en plusieurs fichiers. Utilisation de JQuery: La Timeline commence désormais à se charger avant que tout le contenu de la page ne soit chargé. La différence est sensible pour les blogs avec de nombreuses images.
02 October 2006
Initial Release
02 Octobre 2006
Version initiale