Vertaling van "htmlpp" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
De plus, la puissance de htmlpp m'a permis d'ajouter une liste des traductions de chaque page, engendrée automatiquement.
Moreover, thanks to htmlpp, it was possible to include an automatically generated list of translation of each page.
Comme mes pages sont maintenant un programme comme un autre (écrit en htmlpp), j'ai besoin de les compiler.
As pages are now a sort of program (written in htmlpp), I need to compile them into html.
A l'heure actuelle, la transformation en htmlpp (c'est-à-dire la traduction des sources html en prehtml) est loin d'être complète, mais je travaille dessus.
Currently, the htmlpp transformation (turning html pages in prehtml sources) is far from being complete, but I'm working on it.
Le principe de htmlpp est de fournir des macros permettant de simplifier grandement l'écriture de pages Web.
The main idea of htmlpp is to define macros that simplify greatly the construction of Web pages.
De ce fait, un document html est en général laissé intact par htmlpp.
Therefore, a HTML document is not modified in general by htmlpp.
J'ai décidé d'utiliser htmlpp, un excellent préprocesseur écrit en Perl par Nicolas Thiery.
I've chosen to use htmlpp, a great preprocessor, written in Perl by Nicolas Thiery.
yamlpp est un pré-processeur HTML très simple inspiré par l'htmlpp de Nicolas Thiéry.
yamlpp is a very simple HTML preprocessor inspired by Nicolas Thiery's htmlpp.
Htmlpp ne modifie en rien les balises html d'un document, il se contente d'interpréter les balises prehtml.
Htmlpp does not modify document HTML markups, it just compute the result of prehtml markups.
Htmlpp Introduction Htmlpp est un préprocesseur, c'est-à-dire un logiciel qui transforme un texte en un autre grâce à un langage de macros.
Htmlpp Introduction Htmlpp is a preprocessor, that is, a software that translates a text file into another one with the help of a simple macro language.
Pour savoir comment utiliser ce format, reportez-vous à la page d'introduction à htmlpp.
Grâce à htmlpp, la modification de la table de navigation a été vraiment simple : quelques modifications dans un fichier de macros, puis une recompilation des pages.
Changing the entire look of the site (i.e., the new navigation bar) was very easy thanks to htmlpp: I only had to modify a macro file and to let the computer recompute all the pages.
J'ai ajouté une petite introduction à htmlpp qui explique comment modifier simplement une page du site. De plus, j'ai inclus dans toutes les pages un lien qui permet d'obtenir le fichier source correspondant.
I've added a small tutorial about htmlpp which explains how to modify easily a page for my site and I've also added a link to every page that allows to get the corresponding prehtml source.
La seule différence est que htmlpp remplace le nom du lien par une version dépendant de la langue (en français exemple.html devient exemple.fr.html), ce qui évite les erreurs et simplifie la traduction.
The main difference is that htmlpp replaces the file name that appears in the link by a language dependent name (in English for instance example.html becomes example.en.html). This simplifies translation of prehtml code.