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

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/WikiCourse(2f)52(20)Structure(20)in(20)the(20)wiki/revisions/00000001

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Please edit system and help pages ONLY in the master wiki!
 
2
## For more information, please see MoinMoin:MoinDev/Translation.
 
3
## page was renamed from WikiCourse/52 Strucure in the wiki
 
4
##master-page:
 
5
##master-date:
 
6
#acl -All:write Default
 
7
#format wiki
 
8
#language en
 
9
#pragma section-numbers off
 
10
<<Navigation(slides)>>
 
11
= Structure in the wiki =
 
12
== Hierarchy levels ==
 
13
Many conventional websites use very branched structures with many hierarchy levels.
 
14
 
 
15
In wikis linking is heavily used. A simpler structure is often used to simplify matters:
 
16
 * all important topics are located in main pages.
 
17
 * only if a topic has many subtopics (which aren't main topics), subpages are used.
 
18
 (!) Sub pages are named as `MainPage/SubPage`
 
19
 
 
20
== Conventions ==
 
21
A wiki gives much freedom to the users; there aren't input masks like in database applications, but you can, in principle, do whatever you want and do it however you want.
 
22
 
 
23
Of course, you should avoid that to prevent complete chaos. B-)
 
24
 
 
25
That's why it's usual for new wikis to think about structures and conventions, such as the:
 
26
 * creation of a basic structure of pages.
 
27
 * definitions of name conventions for page names.
 
28
 * decision to use !CamelCase or free links?.
 
29
 * definitions of important categories.
 
30
 
 
31
It's usual for older wikis to simply carry on using existing structures.