Project

General

Profile

Patch #815 » localwiki.diff

John Goerzen, 2008-03-08 04:37

View differences:

public/help/wiki_syntax.html
58 58
<tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr>
59 59
</table>
60 60

  
61
<p><a href="http://www.redmine.org/wiki/redmine/RedmineWikiFormatting" onclick="window.open('http://www.redmine.org/wiki/redmine/RedmineWikiFormatting', '', ''); return false;">More Information</a></p>
61
<p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p>
62 62

  
63 63
</body>
64 64
</html>
public/help/wiki_syntax_detailed.html
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" xml:lang="en">
3
<head>
4
<title>Wiki formatting -- detailed information</title>
5
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6
<style type="text/css">
7
h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; }
8
body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; }
9
table th { padding-top: 1em; }
10
table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;}
11
table td code { font-size: 1.2em; }
12
table td h1 { font-size: 1.8em; text-align: left; }
13
table td h2 { font-size: 1.4em; text-align: left; }
14
table td h3 { font-size: 1.2em; text-align: left; }
15

  
16
</style>
17

  
18
</head>
19
<body>
20

  
21
<h1>Redmine Detailed Wiki Syntax</h1>
22

  
23
	<p>Redmine supports <a href="http://hobix.com/textile/"
24
	class="external">Textile</a> syntax for wikis and almost
25
	anything that has a text description (issues, news, messages,
26
	changesets...).  Use that link for information on formatting
27
	text, lists, tables, and the like.</p>
28

  
29
        <p>The information on this page originates from the
30
        Redmine wiki.  The most up-to-date information can be
31
      <a
32
        href="http://www.redmine.org/wiki/redmine/RedmineWikiFormatting">found
33
        there</a>.</p>
34

  
35

  
36
	<h2><a name="2" class="wiki-page"></a>Links</h2>
37

  
38

  
39
	<h3><a name="3" class="wiki-page"></a>Redmine links</h3>
40

  
41

  
42
	<p>Redmine allows hyperlinking between issues, changesets and wiki pages from anywhere wiki formatting is used.</p>
43

  
44

  
45
	<ul>
46
	<li>Link to an issue: <strong>#124</strong> (displays <del><a href="/issues/show/124" class="issue" title="bulk edit doesn't change the category or fixed version properties (Closed)">#124</a></del>, link is striked-through if the issue is closed)</li>
47
		<li>Link to a changeset: <strong>r758</strong> (displays <a href="/repositories/revision/1?rev=758" class="changeset" title="Search engine now only searches objects the user is allowed to view.">r758</a>)</li>
48
	</ul>
49

  
50

  
51
	<p>Wiki links:</p>
52

  
53

  
54
	<ul>
55
	<li><strong>&#91;&#91;Guide&#93;&#93;</strong> displays a link to the page named 'Guide': <a href="/wiki/redmine/Guide" class="wiki-page">Guide</a></li>
56
		<li><strong>&#91;&#91;Guide|User manual&#93;&#93;</strong> displays a link to the same page but with a different text: <a href="/wiki/redmine/Guide" class="wiki-page">User manual</a></li>
57
	</ul>
58

  
59

  
60
	<p>You can also link to pages of an other project wiki:</p>
61

  
62

  
63
	<ul>
64
	<li><strong>&#91;&#91;sandbox:some page&#93;&#93;</strong> displays a link to the page named 'Some page' of the Sandbox wiki</li>
65
		<li><strong>&#91;&#91;sandbox:&#93;&#93;</strong> displays a link to the Sandbox wiki main page</li>
66
	</ul>
67

  
68

  
69
	<p>Wiki links are displayed in red if the page doesn't exist yet, eg: <a href="/wiki/redmine/Nonexistent_page" class="wiki-page new">Nonexistent page</a>.</p>
70

  
71

  
72
	<p>Links to others resources:</p>
73

  
74

  
75
	<ul>
76
	<li>Documents:
77

  
78
	<ul>
79
	<li><strong>document#17</strong> (link to document with id 17)</li>
80
		<li><strong>document:Greetings</strong> (link to the document with title "Greetings")</li>
81
		<li><strong>document:"Some document"</strong> (double quotes can be used when document title contains spaces)</li>
82
	</ul></li>
83
	</ul>
84

  
85

  
86
	<ul>
87
	<li>Versions:
88

  
89
	<ul>
90
	<li><strong>version#3</strong> (link to version with id 3)</li>
91
		<li><strong>version:1.0.0</strong> (link to version named "1.0.0")</li>
92
		<li><strong>version:"1.0 beta 2"</strong></li>
93
	</ul></li>
94
	</ul>
95

  
96

  
97
	<ul>
98
	<li>Attachments:
99

  
100
	<ul>
101
	<li><strong>attachment:file.zip</strong> (link to the attachment of the current object named file.zip)</li>
102
		<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>
103
	</ul></li>
104
	</ul>
105

  
106

  
107
	<p>Escaping:</p>
108

  
109

  
110
	<ul>
111
	<li>You can prevent Redmine links from being parsed by preceding them with an exclamation mark: !</li>
112
	</ul>
113

  
114

  
115
	<h3><a name="4" class="wiki-page"></a>External links</h3>
116

  
117

  
118
	<p>HTTP URLs and email addresses are automatically turned into clickable links:</p>
119

  
120

  
121
<pre>
122
http://www.redmine.org, someone@foo.bar
123
</pre>
124

  
125
	<p>displays: <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>
126

  
127

  
128
	<p>If you want to display a specific text instead of the URL, you can use the standard textile syntax:</p>
129

  
130

  
131
<pre>
132
"Redmine web site":http://www.redmine.org
133
</pre>
134

  
135
	<p>displays: <a href="http://www.redmine.org" class="external">Redmine web site</a></p>
136

  
137

  
138
	<h2><a name="5" class="wiki-page"></a>Text formatting</h2>
139

  
140

  
141
	<h3><a name="6" class="wiki-page"></a>Font style</h3>
142

  
143

  
144
<pre><code>* *bold*
145
* _italic_
146
* _*bold italic*_
147
* +underline+
148
* -strike-through-
149
&lt;/code></pre>
150

  
151
	<p>Display:</p>
152

  
153

  
154
	<ul>
155
	<li><strong>bold</strong></li>
156
		<li><em>italic</em></li>
157
		<li><em>*bold italic*</em></li>
158
		<li><ins>underline</ins></li>
159
		<li><del>strike-through</del></li>
160
	</ul>
161

  
162

  
163
	<h3><a name="7" class="wiki-page"></a>Inline images</h3>
164

  
165

  
166
	<ul>
167
	<li><strong>&#33;image_url&#33;</strong> displays an image located at image_url (textile syntax)</li>
168
		<li><strong>&#33;>image_url&#33;</strong> right floating image</li>
169
		<li>If you have an image attached to your wiki page, it can be displayed inline using its filename: <strong>&#33;attached_image.png&#33;</strong></li>
170
	</ul>
171

  
172

  
173
	<h3><a name="8" class="wiki-page"></a>Headings</h3>
174

  
175

  
176
<pre><code>h1. Heading
177
h2. Subheading
178
h3. Subheading
179
&lt;/code></pre>
180

  
181
	<h3><a name="9" class="wiki-page"></a>Paragraphs</h3>
182

  
183

  
184
<pre><code>p&gt;. right aligned
185
p=. centered
186
&lt;/code></pre>
187

  
188
	<p style="text-align:center;">This is centered paragraph.</p>
189

  
190

  
191
	<h3><a name="10" class="wiki-page"></a>Blockquotes</h3>
192

  
193

  
194
	<p>Start the paragraph with <strong>bq.</strong></p>
195

  
196

  
197
<pre><code>bq. Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern.
198
To go live, all you need to add is a database and a web server.
199
&lt;/code></pre>
200

  
201
	<p>Display:</p>
202

  
203

  
204
	<blockquote>
205
		<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>
206
	</blockquote>
207

  
208

  
209
	<h3><a name="11" class="wiki-page"></a>Table of content</h3>
210

  
211

  
212
<pre><code>{{toc}} =&gt; left aligned toc
213
{{&gt;toc}} =&gt; right aligned toc
214
</code></pre>
215

  
216
	<h2><a name="12" class="wiki-page"></a>Macros</h2>
217

  
218

  
219
	<p>Redmine has the following builtin macros:</p>
220

  
221

  
222
	<p><dl><dt><code>hello_world</code></dt><dd><p>Sample macro.</p></dd><dt><code>include</code></dt><dd><p>Include a wiki page. Example:</p>
223

  
224

  
225
	<pre><code>{{include(Foo)}}</code></pre></dd><dt><code>macro_list</code></dt><dd><p>Displays a list of all available macros, including description if available.</p></dd></dl></p>
226

  
227

  
228
	<h2><a name="13" class="wiki-page"></a>Code highlighting</h2>
229

  
230

  
231
	<p>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, html, javascript, rhtml, ruby, scheme, xml languages.</p>
232

  
233

  
234
	<p>You can highlight code in your wiki page using this syntax:</p>
235

  
236

  
237
<pre><code>&lt;pre&gt;&lt;code class="ruby"&gt;
238
  Place you code here.
239
&lt;/code&gt;&lt;/pre&gt;
240
</pre>&lt;/code>
241

  
242
	<p>Example:</p>
243

  
244

  
245
<pre><code class="ruby CodeRay"><span class="no"> 1</span> <span class="c"># The Greeter class</span>
246
<span class="no"> 2</span> <span class="r">class</span> <span class="cl">Greeter</span>
247
<span class="no"> 3</span>   <span class="r">def</span> <span class="fu">initialize</span>(name)
248
<span class="no"> 4</span>     <span class="iv">@name</span> = name.capitalize
249
<span class="no"> 5</span>   <span class="r">end</span>
250
<span class="no"> 6</span> 
251
<span class="no"> 7</span>   <span class="r">def</span> <span class="fu">salute</span>
252
<span class="no"> 8</span>     puts <span class="s"><span class="dl">"</span><span class="k">Hello </span><span class="il"><span class="idl">#{</span><span class="iv">@name</span><span class="idl">}</span></span><span class="k">!</span><span class="dl">"</span></span> 
253
<span class="no"> 9</span>   <span class="r">end</span>
254
<span class="no"><strong>10</strong></span> <span class="r">end</span>
255
</pre>&lt;/code>
256

  
257

  
258

  
259

  
260

  
261
<div class="contextual">
262
Export to
263
<a href="/wiki/redmine/RedmineWikiFormatting?export=html&amp;version=9" class="icon icon-html">HTML</a>,
264
<a href="/wiki/redmine/RedmineWikiFormatting?export=txt&amp;version=9" class="icon icon-txt">TXT</a>
265
</div>
266
&nbsp;
267

  
268

  
269

  
270

  
271

  
272

  
273

  
274
    </div>
275

  
276
<div id="ajax-indicator" style="display:none;"><span>Loading...</span></div>
277
	
278
</body>
279
</html>
(1-1/2)