プロジェクト

全般

プロフィール

Wiki Extensions en » 履歴 » バージョン 17

Haru Iida, 2009/06/29 22:24

1 1 Haru Iida
h1. Redmine Wiki Extensions Plugin
2
3
{{>toc}}
4
5 4 Haru Iida
This plugin adds usefull wiki macros into your Redmine.
6 1 Haru Iida
7
h2. Downloads
8
9
h3. Releases
10
11
not yet.
12
13
h3. Development version
14
15
http://hudson.r-labs.org/hudson/job/Wiki%20Extensions%20Plugin/
16
17 17 Haru Iida
h3. Installation
18
19
# Copy the plugin into the vendor/plugins directory
20
# Migrate plugin: rake db:migrate_plugins RAILS_ENV=production
21
# Start Redmine
22
# Enable the module on project setting page.
23 1 Haru Iida
24
h2. Side bar
25
26 8 Haru Iida
If you create the page named [[SideBar]], displaying it on a {{fn(side-bar, You can see it on tha right side of this page.)}} of the wiki.
27 1 Haru Iida
28
h2. Footnote
29
30 11 Haru Iida
This macro creates {{fn(footnotes, Notes of text placed at the bottom of a page.)}} in wiki pages.
31 1 Haru Iida
32 2 Haru Iida
h3. Syntacs
33 1 Haru Iida
34 3 Haru Iida
*@{{fn(word, description)}}@*: 
35 2 Haru Iida
36
ex.
37
38 1 Haru Iida
<pre>
39 2 Haru Iida
This site is {{fn(Redmine, One of the best project management tool.)}} site.
40 1 Haru Iida
</pre>
41
42 2 Haru Iida
"This site is {{fn(Redmine, One of the best project management tool.)}} site."
43 1 Haru Iida
44 12 Haru Iida
You can see footnotes on the bottom of this page.
45 1 Haru Iida
46 15 Haru Iida
h2. Adding comment form
47 1 Haru Iida
48 4 Haru Iida
You can add a comment form in a page.
49 1 Haru Iida
50 4 Haru Iida
h3. Syntacs
51 1 Haru Iida
52 7 Haru Iida
*@{{comment_form}}@* displays the comment form in a page. And *@{{comments}}@* macro displays the list of comment.
53 1 Haru Iida
54
{{comments}}
55
{{comment_form}}
56
57
58 15 Haru Iida
h2. Link to the page of other projects.
59 1 Haru Iida
60 14 Haru Iida
{{new(2009-06-11)}}
61
62 5 Haru Iida
You can create the link to the page of other projects.
63 1 Haru Iida
64 5 Haru Iida
h3. Syntacs
65 1 Haru Iida
66 5 Haru Iida
* @{{wiki(project_name, wiki_page)}}@
67
* @{{wiki(project_name, wiki_page, alias)}}@
68
* @{{wiki(project_identifier, wiki_page)}}@
69
* @{{wiki(project_identifier, wiki_page, alias)}}@
70 1 Haru Iida
71
72 5 Haru Iida
h2. Link to other projects
73 14 Haru Iida
74
75
{{new(2009-06-11)}}
76 1 Haru Iida
77 5 Haru Iida
You can create the link to projects.
78 1 Haru Iida
79 5 Haru Iida
h3. Syntacs
80 1 Haru Iida
81 5 Haru Iida
* @{{project(project_name)}}@
82
* @{{project(project_name, alias)}}@
83
* @{{project(project_identifier)}}@
84
* @{{project(project_identifier, alias)}}@
85 1 Haru Iida
86
87 5 Haru Iida
ex.)
88 1 Haru Iida
<pre>
89 10 Haru Iida
The project of Wiki Extensions Plugin is {{project(Wiki Extensions, here)}}.
90 1 Haru Iida
</pre>
91
92
"The project of Wiki Extensions Plugin is {{project(Wiki Extensions, here)}}."
93 13 Haru Iida
94
h2. New macro
95
96
{{new(2009-06-12)}}
97
98
h3. Syntacs
99
100
* @{{new(yyyy-mm-dd)}}@
101
* @{{new(yyyy-mm-dd, expire)}}@
102 1 Haru Iida
103
104 15 Haru Iida
Displays the string "new" if specific date does not expired. Default of expire is 5 days.
105
106
h2. Tags
107
108 16 Haru Iida
{{new(2009-06-23)}}
109
110 15 Haru Iida
You can see the tag input form at the bottom of the wiki editing page. You can add several tags to each wiki pages. 
111
112
And @{{tagcloud}}@ macro displays the tag cloud. so you can write this macro into [[SideBar]] like this site.