Edgewall Software

Changes between Version 9 and Version 10 of WikiNewPage


Ignore:
Timestamp:
Sep 14, 2016, 8:25:17 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Remove link, because it is probably contributing to spam. Add additional details and caveats in steps for creating a page.

Legend:

Unmodified
Added
Removed
Modified
  • WikiNewPage

    v9 v10  
    33[[TranslatedPages]]
    44
    5 You can create a new wiki page by typing the CamelCase name of the page in the quick-search field at the top of the page, or by trying to view a wiki page of that name, ie by visiting for example http://trac.edgewall.org/wiki/MyNewWikiPage. Note that a page is "orphaned" by default until it is linked to from another page.
     5You can create a new wiki page by typing the CamelCase name of the page in the quick-search field at the top of the page, or by trying to view a wiki page of that name. Note that a page is "orphaned" by default until it is linked to from another page.
    66
    7 Prerequisite: make sure you actually have the rights to edit wiki pages. If you don't see the **Edit this page** button near the bottom of the page, read the information relative to the editing policy for your Trac installation, usually on the front page WikiStart, or contact your local Trac administrator.
     7You must be granted permission to create wiki pages. If you don't see the **Create this page** button when visiting a non-existent wiki page, you lack appropriate permission. Contact your local Trac administrator for more information.
    88
    99A new wiki page can also be created as follows:
    1010
    11  1. Choose a name for your new page. See WikiPageNames for naming conventions.
    12  2. Edit an existing page or any other resource that support WikiFormatting and add a [TracLinks link] to your new page. Save your changes.
    13  3. Follow the link you created to take you to the new page. Trac will display a "describe !PageName here" message.
    14  4. Click the "Edit this page" button to edit and add content to your new page. Save your changes and your new page is published.
     111. Choose a name for your new page. See WikiPageNames for naming conventions.
     121. Edit an existing page or any other resource that support WikiFormatting and add a [TracLinks link] to your new page. If your page name is CamelCase, you can simply type the page name, provided the [TracIni#wiki-section ignore_missing_pages option] is `disabled` (the default).
     131. Save your changes.
     141. Follow the link you created to take you to the new page.
     151. Click the **Create this page** button to enter edit mode and add content to your new page.
     161. Save your changes to publish your page.
    1517
    1618== Rename a page #renaming
    1719
    18 While creating good WikiPageNames is important for usability purposes, you can always rename the page later. You will need the WIKI_RENAME permission to rename pages.
     20While choosing a good [WikiPageNames page name] is important for usability purposes, you can always rename the page later. You will need the WIKI_RENAME permission to rename pages.
    1921
    20 When renaming a page, you'll be offered the possibility to create a redirection page, so that links pointing to the old location will not be pointing to a non-existent page.
     22When renaming a page, you'll be offered the possibility to create a page at the old location that contains a link to the new page, so that links pointing to the old location are not "dangling" (i.e. pointing to a non-existent page).
    2123
    2224----