Project

General

Profile

RedmineWikis » History » Version 14

ha thach, 2010-04-30 15:03

1 1 Thomas Lecavelier
h1. Wikis
2
3
h2. Creating a new wiki page
4
5 12 Tom Rochette
As in every wiki, just add a link to the page you want to create.
6 1 Thomas Lecavelier
7 13 J. Simmons
<pre>[[MyNewWikiPage]]</pre>
8 1 Thomas Lecavelier
9 12 Tom Rochette
Save the page and click on that link: you have created a new wiki page with "MyNewWikiPage" as name. Congratulations.
10 4 Barbara Post
11 14 ha thach
h2. Creating side bar
12
13
The content of the wiki page named 'Sidebar' is rendered in the sidebar if it exists. Permission to edit protected pages is required to create this page
14
15 4 Barbara Post
h2. Creating sub-pages (parent/child relationships)
16
17
(From the [[FAQ]]).
18
19
Looking at http://www.redmine.org/wiki/redmine/Page_index/special it is possible to make use of some sort of sub-paging like:
20
> * Guide
21
> ** RedmineAccounts
22
> ** RedmineCustomFields
23
> ** RedmineInstall
24
> ** RedmineIssueList
25
> ** RedmineIssues
26 5 Mischa The Evil
27 4 Barbara Post
This can be accomplished by assigning a parent page to a to-be child-page. This assignment can be done via the @rename@ dialog.
28
Thus, create both the child- and parent-pages and then open the to-be child-page and click "rename", then enter the name of the parent page.
29 6 Michael Koch
30 8 Jean-Philippe Lang
h2. Text formatting
31 6 Michael Koch
32 8 Jean-Philippe Lang
See [[RedmineTextFormatting]].
33 9 Jean-Philippe Lang
34
h2. Protecting a wiki page
35
36
If you have the permission to protect wiki pages, you can click on !/images/locked.png! *Lock*.
37
38
A locked wiki page can only be edited by users who have the permission to protect wiki page.
39
It can be unlocked by those users by clicking !/images/unlock.png! *Unlock*.
40 10 Jean-Philippe Lang
41
h2. Wiki page history
42
43
Redmine keeps a record of every change made to a wiki page. You can view the list of these changes by clicking on !/images/history.png! *History*.
44
45 11 Jean-Philippe Lang
p=. !history.png!
46 10 Jean-Philippe Lang
47
To view a specific version of the page click on its number.
48
49 11 Jean-Philippe Lang
p=. !page_version.png!
50 10 Jean-Philippe Lang
51
You can revert a page to a previous version by clicking on !/images/cancel.png! *Rollback to this version*, then *Save*.