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

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/WikiCourse(2f)12(20)Headlines/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 master wiki!
 
2
## For more information, please see MoinMoin:MoinDev/Translation.
 
3
##master-page:
 
4
##master-date:
 
5
#acl -All:write Default
 
6
#format wiki
 
7
#language en
 
8
#pragma section-numbers off
 
9
<<Navigation(slides)>>
 
10
= Headlines =
 
11
 
 
12
== Input ==
 
13
{{{
 
14
= First headline level with =-character =
 
15
== Second ==
 
16
=== Third ===
 
17
==== Fourth ====
 
18
... (up to "Sixth")
 
19
}}}
 
20
 
 
21
== Display ==
 
22
 
 
23
= First headline level with =-character =
 
24
== Second ==
 
25
=== Third ===
 
26
==== Fourth ====
 
27
... (up to "Sixth")
 
28
 
 
29
(!) If a headline isn't displayed correctly, it is usually because:
 
30
 * there are invisible spaces after the concluding =-character.
 
31
 * the number of =-characters at the front and at the back doesn't match.