mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add the translation of the FAQ.
This commit is contained in:
parent
fb219afeba
commit
ac70770ba5
2 changed files with 25 additions and 28 deletions
|
|
@ -1,38 +1,35 @@
|
||||||
Frequently Asked Questions (FAQ)
|
*Foire aux questions (FAQ)*
|
||||||
################################
|
|
||||||
|
|
||||||
Here is a summary of the frequently asked questions for pelican.
|
Voici un résumé des questions fréquemment posées pour pelican.
|
||||||
|
|
||||||
Is it mandatory to have a configuration file ?
|
*Est-il obligatoire d'avoir un fichier de configuration ?*
|
||||||
==============================================
|
|
||||||
|
|
||||||
No, it's not. Configurations files are just an easy way to configure pelican.
|
Non. Les fichiers de configuration sont juste un moyen facile de configurer
|
||||||
For the basic operations, it's possible to specify options while invoking
|
pelican. Pour les opérations de base, il est possible de spécifier des
|
||||||
pelican with the command line (see `pelican --help` for more informations about
|
options
|
||||||
that)
|
en invoquant pelican avec la ligne de commande (voir pelican --help pour
|
||||||
|
plus
|
||||||
|
d'informations à ce sujet)
|
||||||
|
|
||||||
I'm creating my own theme, how to use pygments ?
|
*Je crée mon propre thème, comment utiliser pygments?*
|
||||||
================================================
|
|
||||||
|
|
||||||
Pygment add some classes to the generated content, so the theming of your theme
|
Pygment ajoute quelques classes au contenu généré, de sorte qua colorisation
|
||||||
will be done thanks to a css file. You can have a look to the one proposed by
|
de votre thème se fait grâce à un fichier css. Vous pouvez jeter un oeil à
|
||||||
default `on the project website <http://pygments.org/demo/15101/>`_
|
celui proposé par`sur le site du projet <http://pygments.org/demo/15101/>`_
|
||||||
|
|
||||||
How do I create my own theme ?
|
*Comment puis-je créer mon propre thèm*
|
||||||
==============================
|
|
||||||
|
|
||||||
Please refer yourself to :ref:`theming-pelican`.
|
Vueillez vous référer à :ref:`theming-pelican-fr`.
|
||||||
|
|
||||||
How can I help ?
|
*Comment puis-je aider?*
|
||||||
================
|
|
||||||
|
|
||||||
You have different options to help. First, you can use pelican, and report any
|
Vous avez plusieurs options pour aider. Tout d'abord, vous pouvez utiliser
|
||||||
idea or problem you have on `the bugtracker
|
le
|
||||||
<http://github.com/ametaireau/pelican/issues>`_.
|
pélican, et signaler toute idée ou problème que vous avez sur le bugtracker
|
||||||
|
.
|
||||||
|
|
||||||
If you want to contribute, please have a look to `the git repository
|
Si vous voulez contribuer, jeter un oeil au dépôt git , ajoutez vos
|
||||||
<https://github.com/ametaireau/pelican/>`_, fork it, add your changes and do
|
modifications et faites une demande, je les regarderai dès que possible
|
||||||
a pull request, I'll review them as soon as possible.
|
|
||||||
|
|
||||||
You can also contribute by creating themes, and making the documentation
|
Vous pouvez aussi contribuer en créant des thèmes, et/ou compléter la
|
||||||
better.
|
documentation.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
.. _theming-pelican:
|
.. _theming-pelican-fr:
|
||||||
|
|
||||||
How to create themes for pelican
|
How to create themes for pelican
|
||||||
################################
|
################################
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue