Help diff updated to Redmine 3.2
This commit is contained in:
parent
90e30b63af
commit
a7e5b60909
@ -2,36 +2,32 @@ Index: public/help/ar/wiki_syntax_detailed_markdown.html
|
||||
===================================================================
|
||||
--- public/help/ar/wiki_syntax_detailed_markdown.html (revision 15144)
|
||||
+++ public/help/ar/wiki_syntax_detailed_markdown.html (working copy)
|
||||
@@ -65,13 +65,22 @@
|
||||
@@ -63,6 +63,25 @@
|
||||
<p>Wiki links are displayed in red if the page doesn't exist yet, eg: <a href="#" class="wiki-page new">Nonexistent page</a>.</p>
|
||||
|
||||
<p>Links to other resources:</p>
|
||||
+
|
||||
+ <ul>
|
||||
+ <li>
|
||||
+ DMSF:
|
||||
+ <ul>
|
||||
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
|
||||
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
|
||||
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
|
||||
+ The DMSF folder id can be found in the link when opening folders within Redmine.
|
||||
+ </li>
|
||||
+ </ul>
|
||||
|
||||
<ul>
|
||||
- <li>Documents:
|
||||
- <ul>
|
||||
- <li><strong>document#17</strong> (link to document with id 17)</li>
|
||||
- <li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
|
||||
- <li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
|
||||
- <li><strong>sandbox:document:"Some document"</strong> (link to a document with title "Some document" in other project "sandbox")</li>
|
||||
- </ul>
|
||||
+ <li>
|
||||
+ DMSF:
|
||||
+ <ul>
|
||||
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
|
||||
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
|
||||
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsft(17, 5)}}</strong> (a link to the preview of the first 5 lines from a file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
|
||||
+ The DMSF folder id can be found in the link when opening folders within Redmine.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<li>Documents:
|
||||
Index: public/help/ar/wiki_syntax_detailed_textile.html
|
||||
===================================================================
|
||||
--- public/help/ar/wiki_syntax_detailed_textile.html (revision 15144)
|
||||
@ -42,23 +38,23 @@ Index: public/help/ar/wiki_syntax_detailed_textile.html
|
||||
<p>Links to other resources:</p>
|
||||
+
|
||||
+ <ul>
|
||||
+ <li>
|
||||
+ DMSF:
|
||||
+ <ul>
|
||||
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
|
||||
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
|
||||
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
|
||||
+ The DMSF folder id can be found in the link when opening folders within Redmine.
|
||||
+ </li>
|
||||
+ </ul>
|
||||
+ <li>
|
||||
+ DMSF:
|
||||
+ <ul>
|
||||
+ <li><strong>{{dmsf(17)}}</strong> (a link to the file with id 17)</li>
|
||||
+ <li><strong>{{dmsf(17, File)}}</strong> (a link to the file with id 17 with the link text "File")</li>
|
||||
+ <li><strong>{{dmsf(17, File, 10)}}</strong> (a link to the file with id 17 with the link text "File" and the link pointing to the revision 10)</li>
|
||||
+ <li><strong>{{dmsfd(17)}}</strong> (a link to the description of the file with id 17)</li>
|
||||
+ <li><strong>{{dmsff(5)}}</strong> (a link to the folder with id 5)</li>
|
||||
+ <li><strong>{{dmsff(5, Folder)}}</strong> (a link to the folder with id 5 with the link text "Folder")</li>
|
||||
+ <li><strong>{{dmsf_image(8)}} (an inline picture of the file with id 8; it must be an image file such as JPEG, PNG,...)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=300)}} (an inline picture with custom size)</li>
|
||||
+ <li><strong>{{dmsf_image(8, size=640x480)}} (an inline picture with custom size)</li>
|
||||
+ </ul>
|
||||
+ The DMSF file/revision id can be found in the link for file/revision download from within Redmine.<br />
|
||||
+ The DMSF folder id can be found in the link when opening folders within Redmine.
|
||||
+ </li>
|
||||
+ </ul>
|
||||
|
||||
<ul>
|
||||
<li>Documents:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user