documentation:pages

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
documentation:pages [2014/03/26 12:02] – [Create a page] milicicdocumentation:pages [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Adding, editing and deleting pages ====== 
-==== Create a page ==== 
  
-In DokuWiki, pages are created as in every other wiki. Simply create a [[link#existing vs non-existing pages|link from an existing page to a non-existing page]], follow this link, and click on ''Create this page'' (on right menu in the default template). This is the most common and recommended way. It ensures all your pages are linked together correctly and you don't create orphans (a site which is not linked on any other site) anywhere. 
- 
-There's also a [[http://www.splitbrain.org/blog/2008-11/10-dokuwiki_beginners_screencast_02|screencast]] available explaining it in detail. 
-=== Alternatives === 
-There are some alternative ways as well: 
- 
-  * You may enter the name of a new page directly in the search field, and click the "Search" button and can choose ''Create this page'' (on right menu in the default template) of the results page. The new page will be named after your query. 
-  * If you are the webmaster, you can create a ''.txt'' file inside the directory (namespace) wherein you want it to reside. The name of the file is the name of the page. 
-  * Of course you can also open a non-existing page by manually manipulating the URL in your Browser 
-  * There are also plugins to add a page:  See [[plugintag>create|plugins tagged with 'create']] 
- 
-//**NOTE:** Make sure you properly link your newly created page from other pages, when using one of the alternative methods. Otherwise no one may find your page. (Though these pages may still be found by the [[:start?do=index|Sitemap]] feature or through the [[:start?do=search|search]] engine.)// 
----- 
-==== Edit a page ==== 
- 
-Editing a page is done by clicking the ''Edit this page'' button (on right menu in the default template) unless the page is [[#Create a page|created]]. 
- 
-The creation or editing of a page leads you to an [[edit window]] that enables you to enter [[wikitext]]. Editing a page consists in putting your text inside the edit area, and adding some markup to enhance its layout. 
- 
-In order to help you in the editing process, a [[edit_window#preview]] feature enables you to look at the formatted page before saving it. 
- 
-Once your page does match your criteria, you hit the ''save'' button in order to save it. The page is then rendered into HTML, which is the standard output. Note that you can [[export]] this page into different formats if you wish. 
----- 
-==== Delete a page ==== 
- 
-If you save an empty page, then DokuWiki will delete the page, and the associated [[pagename]].  (Note that the [[attic]] remains.)