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

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/WikiCourse(2f)11(20)Paragraphs/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
= Paragraphs =
 
11
 
 
12
The simplest way to enter text into a wiki is similar to doing so in a a word processor.
 
13
 
 
14
You just start writing. :)
 
15
 
 
16
The only anomaly is that you have to hit "enter" ''twice'' for a paragraph:
 
17
 
 
18
== Input in the editor form ==
 
19
{{{
 
20
First paragraph.
 
21
Still first paragraph.
 
22
 
 
23
Second paragraph.
 
24
 
 
25
Third paragraph.
 
26
}}}
 
27
 
 
28
== Display ==
 
29
 
 
30
First paragraph.
 
31
Still first paragraph.
 
32
 
 
33
Second paragraph.
 
34
 
 
35
Third paragraph.
 
36
= Dividing rules =
 
37
== Input ==
 
38
{{{
 
39
First part.
 
40
----
 
41
Second part.
 
42
}}}
 
43
 
 
44
== Display ==
 
45
 
 
46
First part.
 
47
----
 
48
Second part.