Diaspora/Website
-
That’s all, folks! Thanks a lot for reading this getting started guide. We hope it has been useful to you and that you now feel comfortable using diaspora* as your new online home. If there’s anything else you want to know about any aspect of using diaspora*, try our in-app help section – go to your user menu in the header bar and select <span class="click">Help</span> from the drop-down menu.
That’s all, folks! Thanks a lot for reading this getting started guide. We hope it has been useful to you and that you now feel comfortable using diaspora* as your new online home. If there’s anything else you want to know about any aspect of using diaspora*, try our in-app help section – go to your user menu in the header bar and select
<span class="click">
Help</span>
from the drop-down menu.Merci infiniment d'avoir lu ce guide de démarrage ! Nous espérons qu'il vous a été utile et que vous vous sentez maintenant suffisamment à l'aise pour utiliser diaspora* comme votre nouvelle "maison sur internet". Si vous avez la moindre question, n'hésitez pas à envoyer un message public sur diaspora en incluant les tags -
If you have any questions that haven’t been answered, feel free to make a public post on diaspora* including the <span class="click">#help</span> and <span class="click">#question</span> tags so that other community members can try to help you. There’s a wonderful, generous community out there!
If you have any questions that haven’t been answered, feel free to make a public post on diaspora* including the
<span class="click">
#help</span>
and<span class="click">
#question</span>
tags so that other community members can try to help you. There’s a wonderful, generous community out there!et -
Formatting text
Formatting text
Mise en forme du texte -
Formatting text
Formatting text
Mise en forme du texte -
On diaspora* it’s possible to format your text in status messages, comments and conversations using a simplified mark-up system called Markdown. This page gives an introduction to the codes used to create this formatting.
On diaspora* it’s possible to format your text in status messages, comments and conversations using a simplified mark-up system called Markdown. This page gives an introduction to the codes used to create this formatting.
Sur diaspora* il est possible de mettre en forme votre texte des messages de statut, des commentaires et des conversations en utilisant un système de balises simple nommé Markdown. Cette page est une introduction aux codes utilisés pour créer ce formatage. -
The first thing to note is that you must use two line breaks between paragraphs (except items in a list), otherwise the paragraps will run together. If you really want just one line break between two paragraphs, add two spaces at the end of the first paragraph.
The first thing to note is that you must use two line breaks between paragraphs (except items in a list), otherwise the paragraps will run together. If you really want just one line break between two paragraphs, add two spaces at the end of the first paragraph.
La première chose à savoir c'est qu'il faut utiliser deux sauts de ligne pour séparer les paragraphes (sauf pour les éléments d'une liste), sinon les paragraphes seront mis bout-à-bout. Si vous souhaitez un simple retour à la ligne entre deux paragraphes, ajoutez deux espaces à la fin du premier paragraphe. -
This is where the <span class="click">Preview</span> button comes in really handy. Try some formatting, preview it, work out what isn’t right, fix it, and preview again, until you’re happy!
This is where the
<span class="click">
Preview</span>
button comes in really handy. Try some formatting, preview it, work out what isn’t right, fix it, and preview again, until you’re happy!C'est là que le bouton<span class="click">
Aperçu</span>
devient vraiment utile. Essayez différents formatages, prévisualisez-les, corrigez ce qui ne va pas, prévisualisez encore... jusqu'à être satisfait(e) du résultat ! -
In the examples below, you can copy the text in the grey areas and paste it into the publisher in diaspora* and use the <span class="click">Preview</span> button to try out some formatting.
In the examples below, you can copy the text in the grey areas and paste it into the publisher in diaspora* and use the
<span class="click">
Preview</span>
button to try out some formatting.Dans les exemples ci-dessous, vous pouvez copier le texte situé dans les zones grisées, le coller dans l'éditeur de diaspora* et cliquer sur le bouton<span class="click">
Aperçu</span>
pour essayer un formatage. -
Headings
Headings
En-têtes -
You can add first-, second- and third-level headings to your message by placing a hash symbol (#) at the start of a line, as follows:
You can add first-, second- and third-level headings to your message by placing a hash symbol (#) at the start of a line, as follows:
Vous pouvez ajouter des en-têtes de premier, second et troisième niveau à votre message en plaçant un symbole dièse (#) au début d'une ligne ainsi : -
An extremely large header
An extremely large header
Ceci est un très grand titre -
Half as big as the one above
Half as big as the one above
Moitié moins grand que le précédent -
Twice the size of normal text
Twice the size of normal text
Deux fois la taille d'un texte normal -
Make sure to leave a space between the hashes and your text, to avoid creating a #tag instead of a heading. The heading ends once you hit enter to proceed to the next line.
Make sure to leave a space between the hashes and your text, to avoid creating a #tag instead of a heading. The heading ends once you hit enter to proceed to the next line.
Faites attention à laisser un espace entre les dièses et votre texte sinon vous créeriez un #tag au lieu d'un en-tête. L'en-tête s'arrête dès que vous appuyez sur Entrée pour passer à la ligne suivante. -
Lists
Lists
Listes -
To create an bulleted list, place either *, + or - in front of each line you want as part of the list.
To create an bulleted list, place either *, + or - in front of each line you want as part of the list.
Pour créer une liste à puces, placez des *, + ou - devant chaque ligne que vous souhaitez voir faire partie de la liste. -
It’s also possible to make numbered lists by placing “1.”, “2.”, etc. in front of the list items. To create a numbered list, the numbers must have periods/full stops after them.
It’s also possible to make numbered lists by placing “1.”, “2.”, etc. in front of the list items. To create a numbered list, the numbers must have periods/full stops after them.
Il est également possible de créer des listes numérotées en plaçant "1.", "2.", etc. au début de chaque ligne de la liste. Pour créer une liste numérotée, les nombres doivent être suivis d'une virgule ou d'un point. -
Again, make sure to leave a space between the “bullet” character and the text on each line, and to leave a line space between the list and any preceding/following text, otherwise it will not work.
Again, make sure to leave a space between the “bullet” character and the text on each line, and to leave a line space between the list and any preceding/following text, otherwise it will not work.
Encore une fois, prenez soin de bien ajouter un espace entre le caractère de "puce" et le texte de la ligne et de laisser une ligne vide entre la liste et les paragraphes suivants et précédents sinon ça ne fonctionnera pas. -
This is how to create a bulleted list:
This is how to create a bulleted list:
Voilà comment créer une liste à puces : -
item one;
item one;
premier élément ;