avril 2009 (5)

lundi 27 avril 2009

Dotclear one minute install

I just discovered on abc Dotclear this video showing the one minute Dotclear installation

mercredi 22 avril 2009

MarsEdit and Drupal

There is a small missing bit in the documentation. When autoconfiguration is done in MarsEdit, there is an error message. You just need to go to the Edit settings option for the blog in MarsEdit and in the field Blog ID, replace the "1" by "blog" or the machine-name of the content type you have configured in /admin/settings/blogapi.

In my setup, the list of Categories displayed in MarsEdit is the list of tags in Drupal.

samedi 18 avril 2009

Journey though Drupal modules

Looking through the list of Drupal modules is a constant discovery !

There are some obvious candidates to any installation.

Then there are some small jewells buried down the list like logintoboggan, or some combination who need some discovery like Path (in core) + Pathauto + Global Redirect + Token. This set allow to have a full set of functionnalitties at the URL creation level. They works together like a charm !

samedi 11 avril 2009

Logiciel ftp FileZilla

FileZilla est compatible Windows, Linuz et Mac OS X 10.5. Pour Mac OS X 10.4, voir l'article CyberDuck.

Il existe pléthore de logiciels. Un logiciel connu, utilisé et assez bien fait c'est FileZilla. Le projet dispose d'un site en français.

Installation

Cliquer sur ce lien pour aller à la fenêtre de téléchargement.

Téléchargement FileZilla

Cliquer sur le bouton Download sur la ligne de FileZilla Client.

Téléchargement FileZilla

Dans cet écran, choisissez en fonction de votre système d'exploitation. Pour Linux, il doit y avoir Linux dans le nom du fichier. Pour Mac OS X, il doit y avoir Apple. Attention, si votre Mac est de la génération des G4/G5, choisissez PowerPC-apple au lieu de i686-apple. Pour Windows, choisissez le lien se terminant par win32-setup.exe.

Téléchargement FileZilla

Cliquer sur Enregistrer le fichier (ou équivalent).

Une fois le téléchargement terminé, vous trouverez une icône sur le bureau.

Pour Windows

Téléchargement FileZilla

Double cliquer sur l'icône Filezilla.

Téléchargement FileZilla

Cliquer sur I agree, puis sur Next trois fois de suite, puis sur Install.

Téléchargement FileZilla

Et enfin sur Finish. Le programe est disponible dans le menu Démarrer.

Pour Mac OS X

Filezilla

Double cliquer sur l'icone dont le nom se termine par ".tar.bz2".

Filezilla

Glisse l'icone FileZilla dans votre dossier application.

Configuration

Lancer FileZilla.

Installation FileZilla

Et dans le menu Fichier, cliquer sur Gestionnaire de Sites...

Configuration FileZilla

Cliquer sur le bouton Nouveau Site. Et remplir les champs Hôte, Utilisateur et Mot de Passe.

Configuration FileZilla

Il est possible de tester la connexion en cliquant sur Connexion.

FileZilla

Télécharger un fichier

Sélectionner à droite le dossier de destination. Le chemin de ce dossier varie en fonction de la configuration de votre hébergement et de Dotclear. A partir de la racine de votre hébergement, il y a un dossier contenant les pages HTML. Ce dossier s'appelle ici www. Ailleur, il peut s'appeler Public-html ou un nom dans ce genre. Ensuite, Dotclear est installé dans un dossier, ici dotclear2. Le chemin complet ici est donc /www/dotclear2/.

Glissez/déposez le(s) fichier(s) a télécharger de la fenêtre de gauche dans la fenêtre de droite.

Transfert FileZilla

Pour récupérer un fichier ou un dossier, il suffit de faire la même opération en glissant de droite à gauche.

mardi 7 avril 2009

Using the Dotclear wiki syntax with Drupal

MàJ 20090924 : there is a new version

The Dotclear wiki syntax is simple and allow easy access to the most used styles in a publishing system. It has simple tags for titles, emphasis, bulleted and numbered lists and foot notes.

I already did a quick hack to allow to Use the Dotclear wiki syntax in text editors for BBedit, TextWrangler and MarsEdit.

I had the chance to find the MarkDown module for Drupal. That was a good starting point to work on a Dotclear wiki syntax module for Drupal (click to download).

Installaton of this module is easy.

First, upload the folder dotclear inside the folder /drupal/sites/all/modules/. In all the following steps, replace drupal by the name of your root folder install. If the folder modules does not exists yet (fresh install), create it.

Then, with your web browser, go to http://example.com/drupal/admin/build/modules/list. And scroll down to the section Input filters.

Module Dotclear wiki syntax

Click the check box near Dotclear wiki filter so that it have a check mark Check box with check mark. Then scroll down to the bottom of the page and click on Save configuration.

Go to /drupal/admin/settings/filters.

Input formats

Click on Add input format. Name it Dotclear. Allow Anonymous and Authenticated users, check the box close to Dotclear and no other box.

Add input format

Click Save configuration. Then go back to /drupal/admin/settings/filters/list.

Input formats (default)

You may select Dotclear and click Set default format if you want all users to use it by default.