Project

General

Profile

RedmineWikis » History » Revision 12

Revision 11 (Jean-Philippe Lang, 2010-01-10 11:43) → Revision 12/36 (Tom Rochette, 2010-01-11 17:12)

h1. Wikis 

 h2. Creating a new wiki page 

 As in every wiki, just add a link to the a page you want to create. by putting this kind: 

 <pre>![[MyNewWikiPage]]</pre> 

 Save the page Then save, and click on that link: you have created a new wiki page with "MyNewWikiPage" as name. Congratulations. 

 h2. Creating sub-pages (parent/child relationships) 

 (From the [[FAQ]]). 

 Looking at http://www.redmine.org/wiki/redmine/Page_index/special it is possible to make use of some sort of sub-paging like: 
 > * Guide 
 > ** RedmineAccounts 
 > ** RedmineCustomFields 
 > ** RedmineInstall 
 > ** RedmineIssueList 
 > ** RedmineIssues 

 This can be accomplished by assigning a parent page to a to-be child-page. This assignment can be done via the @rename@ dialog. 
 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. 

 h2. Text formatting 

 See [[RedmineTextFormatting]]. 

 h2. Protecting a wiki page 

 If you have the permission to protect wiki pages, you can click on !/images/locked.png! *Lock*. 

 A locked wiki page can only be edited by users who have the permission to protect wiki page. 
 It can be unlocked by those users by clicking !/images/unlock.png! *Unlock*. 

 h2. Wiki page history 

 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*. 

 p=. !history.png! 

 To view a specific version of the page click on its number. 

 p=. !page_version.png! 

 You can revert a page to a previous version by clicking on !/images/cancel.png! *Rollback to this version*, then *Save*.