diff --git a/config/help.yml b/config/help.yml
index 0315aad2..80559cbd 100644
--- a/config/help.yml
+++ b/config/help.yml
@@ -57,13 +57,13 @@ pages:
list_issues: ch02s03.html
add_news: ch02s06.html
list_news: ch02s06.html
- add_file: ch02s08.html
- list_files: ch02s08.html
+ add_file: ch02s11.html
+ list_files: ch02s11.html
changelog: ch02s05.html
issues:
index: ch02s03.html
documents:
- index: ch02s07.html
+ index: ch02s09.html
news:
index: ch02s06.html
versions:
@@ -80,4 +80,5 @@ pages:
lost_password: ch03s03.html
register: ch03s04.html
wiki:
+ index: ch02s10.html
syntax: wiki_syntax.html
\ No newline at end of file
diff --git a/doc/docbook/en/redmine-userdoc-en.xml b/doc/docbook/en/redmine-userdoc-en.xml
index d3093114..44f9c5f2 100644
--- a/doc/docbook/en/redmine-userdoc-en.xml
+++ b/doc/docbook/en/redmine-userdoc-en.xml
@@ -907,6 +907,147 @@
versions).
+
+ Wiki
+
+
+
+
+ Wiki syntax
+
+
+
+
+ Formatting
+
+
+
+
+
+ *bold*
+
+
+
+ _italic_
+
+
+
+ +underline+
+
+
+
+ -strike-
+
+
+
+ ??inline quote??
+
+
+
+ @code@
+
+
+
+ h1. page title
+
+
+
+ h2. level 2 title
+
+
+
+ h3. level 3 title
+
+
+
+
+
+
+
+ Links
+
+
+
+
+
+ External link : http://www.redmine.org
+
+
+
+ External link with specific text :
+ "Redmine":http://www.redmine.org
+
+
+
+ Link to an other wiki page (can be a page from an other
+ project wiki) :
+
+
+
+ [[Page name]]
+
+
+
+ [[Page name|Title]]
+
+
+
+ [[Project:]]
+
+
+
+ [[Project:|Title]]
+
+
+
+ [[Project:Page name]]
+
+
+
+ [[Project:Page name|Title]]
+
+
+
+
+
+
+
+ Link to an issue : #52
+
+
+
+ Link to a changeset : r52
+
+
+
+
+
+ Embedded images
+
+
+
+
+
+ External image :
+ !http://foo.bar/my_image.jpg!
+
+
+
+ Image attached to the wiki page :
+ !my_image.jpg!
+
+
+
+ Right floating image :
+ !>my_image.jpg!
+
+
+
+
+
+
+
+
Files
diff --git a/doc/docbook/fr/redmine-userdoc-fr.xml b/doc/docbook/fr/redmine-userdoc-fr.xml
index 966f1446..4b5dd09d 100644
--- a/doc/docbook/fr/redmine-userdoc-fr.xml
+++ b/doc/docbook/fr/redmine-userdoc-fr.xml
@@ -1011,6 +1011,148 @@
révisions ou versions successives).
+
+ Wiki
+
+
+
+
+ Syntaxe wiki
+
+
+
+
+ Mise en forme
+
+
+
+
+
+ *gras*
+
+
+
+ _italique_
+
+
+
+ +souligné+
+
+
+
+ -rayé-
+
+
+
+ ??citation??
+
+
+
+ @code@
+
+
+
+ h1. titre de la page
+
+
+
+ h2. titre de niveau 2
+
+
+
+ h3. titre de niveau 3
+
+
+
+
+
+
+
+ Liens
+
+
+
+
+
+ Lien externe : http://www.redmine.org
+
+
+
+ Lien externe avec texte spécifique :
+ "Redmine":http://www.redmine.org
+
+
+
+ Lien vers une page wiki (éventuellement d'un autre projet)
+ :
+
+
+
+ [[Nom de page]]
+
+
+
+ [[Nom de page|Titre]]
+
+
+
+ [[Projet:]]
+
+
+
+ [[Projet:|Titre]]
+
+
+
+ [[Projet:Nom de page]]
+
+
+
+ [[Projet:Nom de page|Titre]]
+
+
+
+
+
+
+
+ Lien vers une demande : #52
+
+
+
+ Lien vers une révision du dépôt (commit) :
+ r52
+
+
+
+
+
+ Images
+
+
+
+
+
+ Image externe :
+ !http://foo.bar/mon_image.jpg!
+
+
+
+ Image attachée à la page wiki :
+ !mon_image.jpg!
+
+
+
+ Image flotante à droite :
+ !>mon_image.jpg!
+
+
+
+
+
+
+
+
Fichiers
diff --git a/public/manual/en/ch02.html b/public/manual/en/ch02.html
index 34af7267..ceba5930 100644
--- a/public/manual/en/ch02.html
+++ b/public/manual/en/ch02.html
@@ -1,3 +1,3 @@
- Chapter 2. Projects
\ No newline at end of file
+ Chapter 2. Projects