~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/SiteNavigation/revisions/00000001

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mfrom: (0.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080622211713-fpo2zrq3s5dfecxg
Tags: 1.7.0-3
Simplify /etc/moin/wikilist format: "USER URL" (drop unneeded middle
CONFIG_DIR that was wrongly advertised as DATA_DIR).  Make
moin-mass-migrate handle both formats and warn about deprecation of
the old one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Please edit system and help pages ONLY in the moinmaster wiki! For more
2
 
## information, please see MoinMaster:MoinPagesEditorGroup.
 
1
## Please edit system and help pages ONLY in the master wiki!
 
2
## For more information, please see MoinMoin:MoinDev/Translation.
3
3
##master-page:Unknown-Page
4
4
##master-date:Unknown-Date
5
 
#acl MoinPagesEditorGroup:read,write,delete,revert All:read
 
5
#acl -All:write Default
6
6
#format wiki
7
7
#language en
8
 
SiteNavigation is the central place to explore this wiki. MoinMoin supports these MeatBall:IndexingScheme''''''s:
 
8
'''SiteNavigation''' is the central place to explore this wiki. MoinMoin supports the following MeatBall:IndexingScheme''''''s:
9
9
 * RecentChanges
10
10
 * TitleIndex
11
11
 * WordIndex
17
17
 * PageSize
18
18
 * PageHits
19
19
 
20
 
On each page, there are actions that allow to navigate to other pages related to the current page:
21
 
 * [[GetText(LikePages)]]
22
 
 * [[GetText(LocalSiteMap)]]
 
20
You can navigate to other wiki pages related to the current page by selecting these actions, available through the dropdown lists in the edit bars at the top and/or bottom of each page:
 
21
 * <<GetText(LikePages)>>
 
22
 * <<GetText(LocalSiteMap)>>
23
23
 
24
 
Additionally, there are the
25
 
{{{[[PageList]]}}}, {{{[[FullSearch('text')]]}}}
26
 
and {{{[[TableOfContents]]}}}
27
 
macros, which allow you to automatically generate indices for cohesive parts of a wiki.
 
24
Additionally, there are the {{{<<PageList>>}}}, {{{<<FullSearch(...)>>}}}, {{{<<Navigation(...)>>}}}, and {{{<<TableOfContents>>}}} macros, which allow you to automatically generate indices for cohesive parts of a wiki (see HelpOnMacros).