@@ -1,66 +1,66 | |||||
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
2 | <html xmlns="http://www.w3.org/1999/xhtml"> | |
3 | <head> |
|
3 | <head> | |
4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
5 | <meta http-equiv="Content-Style-Type" content="text/css" /> | |
6 | <title>Wiki formatting</title> |
|
6 | <title>Wiki formatting</title> | |
7 | <style type="text/css"> |
|
7 | <style type="text/css"> | |
8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } | |
9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } | |
10 | table th { padding-top: 1em; } |
|
10 | table th { padding-top: 1em; } | |
11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} | |
12 | table td code { font-size: 1.2em; } |
|
12 | table td code { font-size: 1.2em; } | |
13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
13 | table td h1 { font-size: 1.8em; text-align: left; } | |
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
17 | </style> |
|
17 | </style> | |
18 | </head> |
|
18 | </head> | |
19 | <body> |
|
19 | <body> | |
20 |
|
20 | |||
21 | <h1>Wiki Syntax Quick Reference</h1> |
|
21 | <h1>Syntaxe rapide des Wikis</h1> | |
22 |
|
22 | |||
23 | <table style="width:100%"> |
|
23 | <table style="width:100%"> | |
24 | <tr><th colspan="3">Font Styles</th></tr> |
|
24 | <tr><th colspan="3">Font Styles</th></tr> | |
25 |
<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">* |
|
25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Gras*</td><td width="50%"><strong>Gras</strong></td></tr> | |
26 |
<tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Itali |
|
26 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italique_</td><td><em>Italique</em></td></tr> | |
27 |
<tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+ |
|
27 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Sous-lignΓ©+</td><td><ins>Sous-lignΓ©</ins></td></tr> | |
28 |
<tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>- |
|
28 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-BarrΓ©-</td><td><del>BarrΓ©</del></td></tr> | |
29 |
<tr><th></th><td>?? |
|
29 | <tr><th></th><td>??Citation??</td><td><cite>Citation</cite></td></tr> | |
30 |
<tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>@ |
|
30 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>@Code en ligne@</td><td><code>Code en ligne</code></td></tr> | |
31 |
<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td><pre><br /> lines<br /> |
|
31 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td><pre><br /> lignes<br /> de code<br /></pre></td><td> | |
32 | <pre> |
|
32 | <pre> | |
33 | lines |
|
33 | lignes | |
34 |
|
|
34 | de code | |
35 | </pre> |
|
35 | </pre> | |
36 | </td></tr> |
|
36 | </td></tr> | |
37 |
|
37 | |||
38 | <tr><th colspan="3">Lists</th></tr> |
|
38 | <tr><th colspan="3">Listes</th></tr> | |
39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />* Item 2</td><td><ul><li>Item 1</li><li>Item 2</li></ul></td></tr> |
|
39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />* Item 2</td><td><ul><li>Item 1</li><li>Item 2</li></ul></td></tr> | |
40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br /># Item 2</td><td><ol><li>Item 1</li><li>Item 2</li></ol></td></tr> |
|
40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br /># Item 2</td><td><ol><li>Item 1</li><li>Item 2</li></ol></td></tr> | |
41 |
|
41 | |||
42 |
<tr><th colspan="3"> |
|
42 | <tr><th colspan="3">Titres</th></tr> | |
43 |
<tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Heading 1" /></th><td>h1. Tit |
|
43 | <tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Heading 1" /></th><td>h1. Titre 1</td><td><h1>Titre 1</h1></td></tr> | |
44 |
<tr><th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="Heading 2" /></th><td>h2. Tit |
|
44 | <tr><th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="Heading 2" /></th><td>h2. Titre 2</td><td><h2>Titre 2</h2></td></tr> | |
45 |
<tr><th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="Heading 3" /></th><td>h3. Tit |
|
45 | <tr><th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="Heading 3" /></th><td>h3. Titre 3</td><td><h3>Titre 3</h3></td></tr> | |
46 |
|
46 | |||
47 |
<tr><th colspan="3">Lin |
|
47 | <tr><th colspan="3">Liens</th></tr> | |
48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> | |
49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> | |
50 |
|
50 | |||
51 |
<tr><th colspan="3">Redmine |
|
51 | <tr><th colspan="3">Liens Redmine</th></tr> | |
52 | <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link to a Wiki page" /></th><td>[[Wiki page]]</td><td><a href="#">Wiki page</a></td></tr> |
|
52 | <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link to a Wiki page" /></th><td>[[Wiki page]]</td><td><a href="#">Wiki page</a></td></tr> | |
53 |
<tr><th></th><td> |
|
53 | <tr><th></th><td>Demande #12</td><td>Demande <a href="#">#12</a></td></tr> | |
54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> | |
55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> | |
56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> | |
57 |
|
57 | |||
58 |
<tr><th colspan="3">I |
|
58 | <tr><th colspan="3">Images en ligne</th></tr> | |
59 |
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image |
|
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>url_de_l_image</em>!</td><td></td></tr> | |
60 |
<tr><th></th><td>!<em> |
|
60 | <tr><th></th><td>!<em>image_en_pièce_jointe</em>!</td><td></td></tr> | |
61 | </table> |
|
61 | </table> | |
62 |
|
62 | |||
63 |
<p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;"> |
|
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">Plus d'informations</a></p> | |
64 |
|
64 | |||
65 | </body> |
|
65 | </body> | |
66 | </html> |
|
66 | </html> |
@@ -1,287 +1,287 | |||||
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
|
2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | |
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <style type="text/css"> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } | |
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } | |
9 | pre, code { font-size:120%; } |
|
9 | pre, code { font-size:120%; } | |
10 | pre code { font-size:100%; } |
|
10 | pre code { font-size:100%; } | |
11 | pre { |
|
11 | pre { | |
12 | margin: 1em 1em 1em 1.6em; |
|
12 | margin: 1em 1em 1em 1.6em; | |
13 | padding: 2px; |
|
13 | padding: 2px; | |
14 | background-color: #fafafa; |
|
14 | background-color: #fafafa; | |
15 | border: 1px solid #dadada; |
|
15 | border: 1px solid #dadada; | |
16 | width:95%; |
|
16 | width:95%; | |
17 | overflow-x: auto; |
|
17 | overflow-x: auto; | |
18 | } |
|
18 | } | |
19 | a.new { color: #b73535; } |
|
19 | a.new { color: #b73535; } | |
20 |
|
20 | |||
21 | .syntaxhl .line-numbers { padding: 2px 4px 2px 4px; background-color: #eee; margin:0 } |
|
21 | .syntaxhl .line-numbers { padding: 2px 4px 2px 4px; background-color: #eee; margin:0 } | |
22 | .syntaxhl .comment { color:#666; } |
|
22 | .syntaxhl .comment { color:#666; } | |
23 |
|
23 | |||
24 | .syntaxhl .class { color:#B06; font-weight:bold } |
|
24 | .syntaxhl .class { color:#B06; font-weight:bold } | |
25 | .syntaxhl .delimiter { color:black } |
|
25 | .syntaxhl .delimiter { color:black } | |
26 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
26 | .syntaxhl .function { color:#06B; font-weight:bold } | |
27 |
|
27 | |||
28 | .syntaxhl .inline { background: #eee } |
|
28 | .syntaxhl .inline { background: #eee } | |
29 | .syntaxhl .inline .inline-delimiter { font-weight: bold; color: #888 } |
|
29 | .syntaxhl .inline .inline-delimiter { font-weight: bold; color: #888 } | |
30 |
|
30 | |||
31 | .syntaxhl .instance-variable { color:#33B } |
|
31 | .syntaxhl .instance-variable { color:#33B } | |
32 | .syntaxhl .reserved { color:#080; font-weight:bold } |
|
32 | .syntaxhl .reserved { color:#080; font-weight:bold } | |
33 |
|
33 | |||
34 | .syntaxhl .string { background-color:#fff0f0; color: #D20; } |
|
34 | .syntaxhl .string { background-color:#fff0f0; color: #D20; } | |
35 | .syntaxhl .string .delimiter { color:#710 } |
|
35 | .syntaxhl .string .delimiter { color:#710 } | |
36 |
|
36 | |||
37 | </style> |
|
37 | </style> | |
38 | </head> |
|
38 | </head> | |
39 |
|
39 | |||
40 | <body> |
|
40 | <body> | |
41 |
<h1><a name="1" class="wiki-page"></a> |
|
41 | <h1><a name="1" class="wiki-page"></a>Mise en page Wiki</h1> | |
42 |
|
42 | |||
43 |
<h2><a name="2" class="wiki-page"></a>Lin |
|
43 | <h2><a name="2" class="wiki-page"></a>Liens</h2> | |
44 |
|
44 | |||
45 |
<h3><a name="3" class="wiki-page"></a>Redmine |
|
45 | <h3><a name="3" class="wiki-page"></a>Liens Redmine</h3> | |
46 |
|
46 | |||
47 | <p>Redmine allows hyperlinking between resources (issues, changesets, wiki pages...) from anywhere wiki formatting is used.</p> |
|
47 | <p>Redmine autorise les hyperliens entre diffΓ©rentes ressources (Demandes, rΓ©visions, pages wiki...) n'importe oΓΉ la mise en page Wiki est utilisΓ©e.</p> | |
48 | <ul> |
|
48 | <ul> | |
49 |
<li>Li |
|
49 | <li>Lien vers une demande: <strong>#124</strong> (affiche <del><a href="#" class="issue" title="bulk edit doesn't change the category or fixed version properties (Closed)">#124</a></del>, le lien est barrΓ© si la demande est fermΓ©e)</li> | |
50 |
<li>Li |
|
50 | <li>Lien vers une note d'une demande: <strong>#124-6</strong>, ou <strong>#124#note-6</strong></li> | |
51 | </ul> |
|
51 | </ul> | |
52 |
|
52 | |||
53 |
<p> |
|
53 | <p>Liens entre Wiki:</p> | |
54 |
|
54 | |||
55 | <ul> |
|
55 | <ul> | |
56 |
<li><strong>[[Guide]]</strong> |
|
56 | <li><strong>[[Guide]]</strong> affiche un lien vers la page nommΓ© 'Guide': <a href="#" class="wiki-page">Guide</a></li> | |
57 | <li><strong>[[Guide#further-reading]]</strong> takes you to the anchor "further-reading". Headings get automatically assigned anchors so that you can refer to them: <a href="#" class="wiki-page">Guide</a></li> |
|
57 | <li><strong>[[Guide#balise-avancée]]</strong> vous emmène à la balise "balise-avancée". Les titres ont automatiquement une balise assignée afin de pouvoir s'y référer: <a href="#" class="wiki-page">Guide</a></li> | |
58 |
<li><strong>[[Guide| |
|
58 | <li><strong>[[Guide|Manuel Utilisateur]]</strong> affiche un lien vers la mΓͺme page mais avec un texte diffΓ©rent: <a href="#" class="wiki-page">Manuel Utilisateur</a></li> | |
59 | </ul> |
|
59 | </ul> | |
60 |
|
60 | |||
61 | <p>You can also link to pages of an other project wiki:</p> |
|
61 | <p>Vous pouvez aussi faire des liens vers des pages du Wiki d'un autre projet:</p> | |
62 |
|
62 | |||
63 | <ul> |
|
63 | <ul> | |
64 |
<li><strong>[[sandbox: |
|
64 | <li><strong>[[sandbox:une page]]</strong> affiche un lien vers une page nommΓ©e 'Une page' du Wiki du projet Sandbox</li> | |
65 |
<li><strong>[[sandbox:]]</strong> |
|
65 | <li><strong>[[sandbox:]]</strong> affiche un lien vers la page principal du Wiki du projet Sandbox</li> | |
66 | </ul> |
|
66 | </ul> | |
67 |
|
67 | |||
68 |
<p> |
|
68 | <p>Les liens Wiki sont affichΓ©s en rouge si la page n'existe pas encore, ie: <a href="#" class="wiki-page new">Page inexistante</a>.</p> | |
69 |
|
69 | |||
70 |
<p>Li |
|
70 | <p>Liens vers d'autres ressources:</p> | |
71 |
|
71 | |||
72 | <ul> |
|
72 | <ul> | |
73 | <li>Documents: |
|
73 | <li>Documents: | |
74 | <ul> |
|
74 | <ul> | |
75 |
<li><strong>document#17</strong> (li |
|
75 | <li><strong>document#17</strong> (lien vers le document dont l'id est 17)</li> | |
76 |
<li><strong>document: |
|
76 | <li><strong>document:Salutations</strong> (lien vers le document dont le titre est "Salutations")</li> | |
77 |
<li><strong>document:" |
|
77 | <li><strong>document:"Un document"</strong> (Les guillements peuvent Γͺtre utilisΓ© quand le titre du document comporte des espaces)</li> | |
78 |
<li><strong>sandbox:document:" |
|
78 | <li><strong>sandbox:document:"Un document"</strong> (Lien vers le document dont le titre est "Un document" dans le projet diffΓ©rent "sandbox")</li> | |
79 | </ul></li> |
|
79 | </ul></li> | |
80 | </ul> |
|
80 | </ul> | |
81 |
|
81 | |||
82 | <ul> |
|
82 | <ul> | |
83 | <li>Versions: |
|
83 | <li>Versions: | |
84 | <ul> |
|
84 | <ul> | |
85 |
<li><strong>version#3</strong> (li |
|
85 | <li><strong>version#3</strong> (lien vers la version dont l'id est 3)</li> | |
86 |
<li><strong>version:1.0.0</strong> (li |
|
86 | <li><strong>version:1.0.0</strong> (lien vers la version nommΓ©e "1.0.0")</li> | |
87 | <li><strong>version:"1.0 beta 2"</strong></li> |
|
87 | <li><strong>version:"1.0 beta 2"</strong></li> | |
88 |
<li><strong>sandbox:version:1.0.0</strong> (li |
|
88 | <li><strong>sandbox:version:1.0.0</strong> (lien vers la version nommΓ©e "1.0.0" dans le projet "sandbox")</li> | |
89 | </ul></li> |
|
89 | </ul></li> | |
90 | </ul> |
|
90 | </ul> | |
91 |
|
91 | |||
92 | <ul> |
|
92 | <ul> | |
93 |
<li> |
|
93 | <li>Pièces jointes: | |
94 | <ul> |
|
94 | <ul> | |
95 |
<li><strong>attachment:file.zip</strong> (li |
|
95 | <li><strong>attachment:file.zip</strong> (lien vers la pièce jointe de l'objet nommée file.zip)</li> | |
96 | <li>For now, attachments of the current object can be referenced only (if you're on an issue, it's possible to reference attachments of this issue only)</li> |
|
96 | <li>Pour le moment, seules les piΓ¨ces jointes de l'objet peuvent Γͺtre rΓ©fΓ©rencΓ©es (si vous Γͺtes sur une demande, il est possibe de faire rΓ©fΓ©rence aux piΓ¨ces jointes de cette demande uniquement)</li> | |
97 | </ul></li> |
|
97 | </ul></li> | |
98 | </ul> |
|
98 | </ul> | |
99 |
|
99 | |||
100 | <ul> |
|
100 | <ul> | |
101 |
<li> |
|
101 | <li>RΓ©visions: | |
102 | <ul> |
|
102 | <ul> | |
103 |
<li><strong>r758</strong> (li |
|
103 | <li><strong>r758</strong> (lien vers une rΓ©vision)</li> | |
104 |
<li><strong>commit:c6f4d0fd</strong> (li |
|
104 | <li><strong>commit:c6f4d0fd</strong> (lien vers une rΓ©vision sans rΓ©fΓ©rence numΓ©rique)</li> | |
105 |
<li><strong>svn1|r758</strong> (li |
|
105 | <li><strong>svn1|r758</strong> (lien vers un dΓ©pΓ΄t spΓ©cifique, pour les projets ayant plusieurs dΓ©pΓ΄ts)</li> | |
106 |
<li><strong>commit:hg|c6f4d0fd</strong> (li |
|
106 | <li><strong>commit:hg|c6f4d0fd</strong> (lien vers une rΓ©vision sans rΓ©fΓ©rence numΓ©rique d'un dΓ©pΓ΄t spΓ©cifique)</li> | |
107 |
<li><strong>sandbox:r758</strong> ( |
|
107 | <li><strong>sandbox:r758</strong> (Lien vers une rΓ©vision d'un projet diffΓ©rent)</li> | |
108 |
<li><strong>sandbox:commit:c6f4d0fd</strong> (li |
|
108 | <li><strong>sandbox:commit:c6f4d0fd</strong> (lien vers une rΓ©vision sans rΓ©fΓ©rence numΓ©rique d'un autre projet)</li> | |
109 | </ul></li> |
|
109 | </ul></li> | |
110 | </ul> |
|
110 | </ul> | |
111 |
|
111 | |||
112 | <ul> |
|
112 | <ul> | |
113 |
<li> |
|
113 | <li>Fichier de dΓ©pΓ΄t: | |
114 | <ul> |
|
114 | <ul> | |
115 |
<li><strong>source: |
|
115 | <li><strong>source:un/fichier</strong> (Lien vers le fichier situΓ© dans /un/fichier dans le dΓ©pΓ΄t du projet)</li> | |
116 |
<li><strong>source: |
|
116 | <li><strong>source:un/fichier@52</strong> (Lien vers le fichier de la rΓ©vison 52)</li> | |
117 |
<li><strong>source: |
|
117 | <li><strong>source:un/fichier#L120</strong> (Lien vers la ligne 120 du fichier fichier)</li> | |
118 |
<li><strong>source: |
|
118 | <li><strong>source:un/fichier@52#L120</strong> (Lien vers la ligne 120 du fichier de la rΓ©vison 52)</li> | |
119 |
<li><strong>source:" |
|
119 | <li><strong>source:"un fichier@52#L120"</strong> (Utilisez des guillemets quand l'url contient des espaces)</li> | |
120 |
<li><strong>export: |
|
120 | <li><strong>export:un/fichier</strong> (Force le tΓ©lΓ©chargement du fichier)</li> | |
121 |
<li><strong>source:svn1| |
|
121 | <li><strong>source:svn1|un/fichier</strong> (Lien vers le fichier dans un dΓ©pΓ΄t spΓ©cifique, pour les projets contenant plusieurs dΓ©pΓ΄ts)</li> | |
122 |
<li><strong>sandbox:source: |
|
122 | <li><strong>sandbox:source:un/fichier</strong> (Lien vers le fichier situΓ© dans /un/fichier dans le dΓ©pΓ΄t du projet "sandbox")</li> | |
123 |
<li><strong>sandbox:export: |
|
123 | <li><strong>sandbox:export:un/fichier</strong> (Force le tΓ©lΓ©chargement du fichier dans le dΓ©pΓ΄t du projet "sandbox")</li> | |
124 | </ul></li> |
|
124 | </ul></li> | |
125 | </ul> |
|
125 | </ul> | |
126 |
|
126 | |||
127 | <ul> |
|
127 | <ul> | |
128 |
<li> |
|
128 | <li>Messages du forum: | |
129 | <ul> |
|
129 | <ul> | |
130 |
<li><strong>message#1218</strong> ( |
|
130 | <li><strong>message#1218</strong> (Lien vers le message dont l'id est 1218)</li> | |
131 | </ul></li> |
|
131 | </ul></li> | |
132 | </ul> |
|
132 | </ul> | |
133 |
|
133 | |||
134 | <ul> |
|
134 | <ul> | |
135 |
<li>Proje |
|
135 | <li>Projet: | |
136 | <ul> |
|
136 | <ul> | |
137 |
<li><strong>project#3</strong> ( |
|
137 | <li><strong>project#3</strong> (Lien vers le projet dont l'id est 3)</li> | |
138 |
<li><strong>project: |
|
138 | <li><strong>project:unprojet</strong> (Lien vers le projet nommΓ© "unprojet")</li> | |
139 | </ul></li> |
|
139 | </ul></li> | |
140 | </ul> |
|
140 | </ul> | |
141 |
|
141 | |||
142 |
|
142 | |||
143 |
<p>E |
|
143 | <p>Eviter ces lien:</p> | |
144 |
|
144 | |||
145 | <ul> |
|
145 | <ul> | |
146 | <li>You can prevent Redmine links from being parsed by preceding them with an exclamation mark: !</li> |
|
146 | <li>Vous pouvez empΓͺcher les liens Redmine de se faire en les prΓ©cΓ©dant d'un point d'exclamaion : !</li> | |
147 | </ul> |
|
147 | </ul> | |
148 |
|
148 | |||
149 |
|
149 | |||
150 |
<h3><a name="4" class="wiki-page"></a> |
|
150 | <h3><a name="4" class="wiki-page"></a>Liens externes</h3> | |
151 |
|
151 | |||
152 |
<p> |
|
152 | <p>Les URLs HTTP et les adresses email sont automatiquement transformΓ© en liens:</p> | |
153 |
|
153 | |||
154 | <pre> |
|
154 | <pre> | |
155 | http://www.redmine.org, someone@foo.bar |
|
155 | http://www.redmine.org, someone@foo.bar | |
156 | </pre> |
|
156 | </pre> | |
157 |
|
157 | |||
158 |
<p> |
|
158 | <p>affiche: <a class="external" href="http://www.redmine.org">http://www.redmine.org</a>, <a href="mailto:someone@foo.bar" class="email">someone@foo.bar</a></p> | |
159 |
|
159 | |||
160 | <p>If you want to display a specific text instead of the URL, you can use the standard textile syntax:</p> |
|
160 | <p>Si vous voulez afficher un texte spΓ©cifique Γ la place de l'URL, vous pouvez utilisez la syntaxe standard textile:</p> | |
161 |
|
161 | |||
162 | <pre> |
|
162 | <pre> | |
163 |
" |
|
163 | "Site Web Redmine":http://www.redmine.org | |
164 | </pre> |
|
164 | </pre> | |
165 |
|
165 | |||
166 |
<p> |
|
166 | <p>affiche: <a href="http://www.redmine.org" class="external">Site Web Redmine</a></p> | |
167 |
|
167 | |||
168 |
|
168 | |||
169 |
<h2><a name="5" class="wiki-page"></a> |
|
169 | <h2><a name="5" class="wiki-page"></a>Formatage du texte</h2> | |
170 |
|
170 | |||
171 |
|
171 | |||
172 | <p>For things such as headlines, bold, tables, lists, Redmine supports Textile syntax. See <a class="external" href="http://en.wikipedia.org/wiki/Textile_%28markup_language%29">http://en.wikipedia.org/wiki/Textile_(markup_language)</a> for information on using any of these features. A few samples are included below, but the engine is capable of much more of that.</p> |
|
172 | <p>Pour les Γ©lΓ©ments tel que, gras, tableau, listes, Redmine utilise la syntaxe Textile. Voir <a class="external" href="http://fr.wikipedia.org/wiki/Textile_%28langage%29">http://fr.wikipedia.org/wiki/Textile_(langage)</a> pour les informations sur l'utilisation de ces fonctionnalitΓ©s. Quelques exemples sont inclus ci-dessous, mais le moteur est capable de beaucoup plus.</p> | |
173 |
|
173 | |||
174 |
<h3><a name="6" class="wiki-page"></a> |
|
174 | <h3><a name="6" class="wiki-page"></a>Police d'Γ©criture</h3> | |
175 |
|
175 | |||
176 | <pre> |
|
176 | <pre> | |
177 | * *bold* |
|
177 | * *gras* | |
178 |
* _itali |
|
178 | * _italique_ | |
179 |
* _* |
|
179 | * _*gras _italique_*_ | |
180 | * +underline+ |
|
180 | * +sous-lignΓ©+ | |
181 | * -strike-through- |
|
181 | * -barrΓ©- | |
182 | </pre> |
|
182 | </pre> | |
183 |
|
183 | |||
184 |
<p> |
|
184 | <p>Affiche:</p> | |
185 |
|
185 | |||
186 | <ul> |
|
186 | <ul> | |
187 |
<li><strong> |
|
187 | <li><strong>gras</strong></li> | |
188 |
<li><em> |
|
188 | <li><em>_italique_</em></li> | |
189 |
<li><em>* |
|
189 | <li><em>*gras italique*</em></li> | |
190 |
<li><ins> |
|
190 | <li><ins>sous-lignΓ©</ins></li> | |
191 |
<li><del> |
|
191 | <li><del>barrΓ©</del></li> | |
192 | </ul> |
|
192 | </ul> | |
193 |
|
193 | |||
194 |
<h3><a name="7" class="wiki-page"></a> |
|
194 | <h3><a name="7" class="wiki-page"></a>Afficher une image</h3> | |
195 |
|
195 | |||
196 | <ul> |
|
196 | <ul> | |
197 |
<li><strong>!image |
|
197 | <li><strong>!url_de_l_image!</strong> affiche une image situΓ© Γ l'adresse displays an image located at url_de_l_image (syntaxe Textile)</li> | |
198 |
<li><strong>!>image |
|
198 | <li><strong>!>url_de_l_image!</strong> Image affichΓ©e Γ droite</li> | |
199 | <li>If you have an image attached to your wiki page, it can be displayed inline using its filename: <strong>!attached_image.png!</strong></li> |
|
199 | <li>Si vous avez une image en piΓ¨ce jointe de votre page Wiki, elle peut Γͺtre affichΓ© en utilisant simplement sont nom: <strong>!image_en_piece_jointe.png!</strong></li> | |
200 | </ul> |
|
200 | </ul> | |
201 |
|
201 | |||
202 |
<h3><a name="8" class="wiki-page"></a> |
|
202 | <h3><a name="8" class="wiki-page"></a>Titre</h3> | |
203 |
|
203 | |||
204 | <pre> |
|
204 | <pre> | |
205 | h1. Heading |
|
205 | h1. Titre | |
206 | h2. Subheading |
|
206 | h2. Sous-titre | |
207 | h3. Subsubheading |
|
207 | h3. Sous-sous-titre | |
208 | </pre> |
|
208 | </pre> | |
209 |
|
209 | |||
210 | <p>Redmine assigns an anchor to each of those headings thus you can link to them with "#Heading", "#Subheading" and so forth.</p> |
|
210 | <p>Redmine assigne une balise Γ chacun de ses titres, vous pouvez donc les lier avec "#Titre", "#Sous-titre" et ainsi de suite.</p> | |
211 |
|
211 | |||
212 |
|
212 | |||
213 | <h3><a name="9" class="wiki-page"></a>Paragraphs</h3> |
|
213 | <h3><a name="9" class="wiki-page"></a>Paragraphes</h3> | |
214 |
|
214 | |||
215 | <pre> |
|
215 | <pre> | |
216 | p>. right aligned |
|
216 | p>. alignΓ© Γ droite | |
217 |
p=. cent |
|
217 | p=. centrΓ© | |
218 | </pre> |
|
218 | </pre> | |
219 |
|
219 | |||
220 |
<p style="text-align:center;"> |
|
220 | <p style="text-align:center;">Ceci est un paragraphe centrΓ©.</p> | |
221 |
|
221 | |||
222 |
|
222 | |||
223 | <h3><a name="10" class="wiki-page"></a>Blockquotes</h3> |
|
223 | <h3><a name="10" class="wiki-page"></a>Blockquotes</h3> | |
224 |
|
224 | |||
225 |
<p> |
|
225 | <p>Commencer le paragraphe par <strong>bq.</strong></p> | |
226 |
|
226 | |||
227 | <pre> |
|
227 | <pre> | |
228 | bq. Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. |
|
228 | bq. Ruby on Rails, également appelé RoR ou Rails est un framework web libre écrit en Ruby. Il suit le motif de conception Modèle-Vue-Contrôleur aussi nommé MVC. | |
229 | To go live, all you need to add is a database and a web server. |
|
229 | Pour commencer Γ l'utiliser, il ne vous faut qu'un serveur web et une base de donnΓ©es. | |
230 | </pre> |
|
230 | </pre> | |
231 |
|
231 | |||
232 |
<p> |
|
232 | <p>Affiche</p> | |
233 |
|
233 | |||
234 | <blockquote> |
|
234 | <blockquote> | |
235 | <p>Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern.<br />To go live, all you need to add is a database and a web server.</p> |
|
235 | <p>Ruby on Rails, également appelé RoR ou Rails est un framework web libre écrit en Ruby. Il suit le motif de conception Modèle-Vue-Contrôleur aussi nommé MVC.<br />Pour commencer à l'utiliser, il ne vous faut qu'un serveur web et une base de données.</p> | |
236 | </blockquote> |
|
236 | </blockquote> | |
237 |
|
237 | |||
238 |
|
238 | |||
239 |
<h3><a name="11" class="wiki-page"></a>Table |
|
239 | <h3><a name="11" class="wiki-page"></a>Table des matières</h3> | |
240 |
|
240 | |||
241 | <pre> |
|
241 | <pre> | |
242 | {{toc}} => left aligned toc |
|
242 | {{toc}} => table des matières centrées à gauche | |
243 | {{>toc}} => right aligned toc |
|
243 | {{>toc}} => table des matières centrées à droite | |
244 | </pre> |
|
244 | </pre> | |
245 |
|
245 | |||
246 |
<h3><a name="14" class="wiki-page"></a> |
|
246 | <h3><a name="14" class="wiki-page"></a>Règle horizontale</h3> | |
247 |
|
247 | |||
248 | <pre> |
|
248 | <pre> | |
249 | --- |
|
249 | --- | |
250 | </pre> |
|
250 | </pre> | |
251 |
|
251 | |||
252 | <h2><a name="12" class="wiki-page"></a>Macros</h2> |
|
252 | <h2><a name="12" class="wiki-page"></a>Macros</h2> | |
253 |
|
253 | |||
254 |
<p>Redmine |
|
254 | <p>Redmine possède les macros suivantes:</p> | |
255 |
|
255 | |||
256 |
<p><dl><dt><code>hello_world</code></dt><dd><p> |
|
256 | <p><dl><dt><code>hello_world</code></dt><dd><p>Macro d'exemple.</p></dd><dt><code>include</code></dt><dd><p>Inclue une page Wiki. Exemple:</p> | |
257 |
|
257 | |||
258 |
<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p> |
|
258 | <pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Affiche une liste de toute les macros disponilbes, les descriptions sont inclues si celles-ci sont disponibles.</p></dd></dl></p> | |
259 |
|
259 | |||
260 |
|
260 | |||
261 |
<h2><a name="13" class="wiki-page"></a>Co |
|
261 | <h2><a name="13" class="wiki-page"></a>Coloration syntaxique</h2> | |
262 |
|
262 | |||
263 | <p>Default code highlightment relies on <a href="http://coderay.rubychan.de/" class="external">CodeRay</a>, a fast syntax highlighting library written completely in Ruby. It currently supports c, cpp, css, delphi, groovy, html, java, javascript, json, php, python, rhtml, ruby, scheme, sql, xml and yaml languages.</p> |
|
263 | <p>La coloration syntaxique par défaut repose sur <a href="http://coderay.rubychan.de/" class="external">CodeRay</a>, une librairie rapide de coloration syntaxique complètement codée en Ruby. Elle supporte actuellement les langages C, C++, CSS, delphi, groovy, HTML, java, javascript, json, PHP, python, RHTML, ruby, scheme, SQL, XML et YAML.</p> | |
264 |
|
264 | |||
265 | <p>You can highlight code in your wiki page using this syntax:</p> |
|
265 | <p>Vous pouvez colorer votre code dans vos pages Wiki en utilisant la syntaxe suivante:</p> | |
266 |
|
266 | |||
267 | <pre> |
|
267 | <pre> | |
268 | <pre><code class="ruby"> |
|
268 | <pre><code class="ruby"> | |
269 |
Place |
|
269 | Placez votre code ici. | |
270 | </code></pre> |
|
270 | </code></pre> | |
271 | </pre> |
|
271 | </pre> | |
272 |
|
272 | |||
273 |
<p>Ex |
|
273 | <p>Exemple:</p> | |
274 |
|
274 | |||
275 | <pre><code class="ruby syntaxhl"><span class="line-numbers"> 1</span> <span class="comment"># The Greeter class</span> |
|
275 | <pre><code class="ruby syntaxhl"><span class="line-numbers"> 1</span> <span class="comment"># The Greeter class</span> | |
276 | <span class="line-numbers"> 2</span> <span class="reserved">class</span> <span class="class">Greeter</span> |
|
276 | <span class="line-numbers"> 2</span> <span class="reserved">class</span> <span class="class">Greeter</span> | |
277 | <span class="line-numbers"> 3</span> <span class="reserved">def</span> <span class="function">initialize</span>(name) |
|
277 | <span class="line-numbers"> 3</span> <span class="reserved">def</span> <span class="function">initialize</span>(name) | |
278 | <span class="line-numbers"> 4</span> <span class="instance-variable">@name</span> = name.capitalize |
|
278 | <span class="line-numbers"> 4</span> <span class="instance-variable">@name</span> = name.capitalize | |
279 | <span class="line-numbers"> 5</span> <span class="reserved">end</span> |
|
279 | <span class="line-numbers"> 5</span> <span class="reserved">end</span> | |
280 | <span class="line-numbers"> 6</span> |
|
280 | <span class="line-numbers"> 6</span> | |
281 | <span class="line-numbers"> 7</span> <span class="reserved">def</span> <span class="function">salute</span> |
|
281 | <span class="line-numbers"> 7</span> <span class="reserved">def</span> <span class="function">salute</span> | |
282 | <span class="line-numbers"> 8</span> puts <span class="string"><span class="delimiter">"</span><span class="content">Hello </span><span class="inline"><span class="inline-delimiter">#{</span><span class="instance-variable">@name</span><span class="inline-delimiter">}</span></span><span class="content">!</span><span class="delimiter">"</span></span> |
|
282 | <span class="line-numbers"> 8</span> puts <span class="string"><span class="delimiter">"</span><span class="content">Hello </span><span class="inline"><span class="inline-delimiter">#{</span><span class="instance-variable">@name</span><span class="inline-delimiter">}</span></span><span class="content">!</span><span class="delimiter">"</span></span> | |
283 | <span class="line-numbers"> 9</span> <span class="reserved">end</span> |
|
283 | <span class="line-numbers"> 9</span> <span class="reserved">end</span> | |
284 | <span class="line-numbers"><strong>10</strong></span> <span class="reserved">end</span></code> |
|
284 | <span class="line-numbers"><strong>10</strong></span> <span class="reserved">end</span></code> | |
285 | </pre> |
|
285 | </pre> | |
286 | </body> |
|
286 | </body> | |
287 | </html> |
|
287 | </html> |
General Comments 0
You need to be logged in to leave comments.
Login now