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

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/WikiSandBox/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:WikiSandBox
4
4
#format wiki
5
5
#language en
6
 
 
7
6
'''Feel free to experiment here, after the four dashes below. Please do not create new pages without any meaningful content just to try it out!'''
8
7
 
9
8
You may want to open HelpOnEditing in a new window or tab while you edit.
 
9
 
10
10
----
11
 
 
 
11
<<Anchor(formatting)>>
12
12
== Formatting ==
13
 
 
14
 
''italic'' '''bold''' {{{typewriter}}} 
 
13
''italic'' '''bold''' {{{typewriter}}}
15
14
 
16
15
`backtick typewriter` (configurable)
17
16
 
18
 
~+ bigger +~ ~- smaller -~
 
17
~+bigger +~ ~-smaller this is how it works  -~
19
18
 
20
19
{{{
21
20
preformatted some more
22
21
and some more lines too
23
 
 
24
22
}}}
25
 
 
26
 
{{{#!python
 
23
{{{
 
24
#!python
27
25
def syntax(highlight):
28
26
    print "on"
29
27
    return None
30
28
}}}
31
 
 
32
 
 
33
 
{{{#!java
 
29
{{{
 
30
#!java
34
31
  public void main(String[] args]){
35
32
     System.out.println("Hello world!");
36
 
  } 
37
 
 
 
33
  }
38
34
}}}
39
 
 
40
 
 
41
35
== Linking ==
42
 
 
43
 
HelpOnEditing MoinMoin:InterWiki 
44
 
 
45
 
http://moinmoin.wikiwikiweb.de/ [http://www.python.org/ Python]
 
36
HelpOnEditing MoinMoin:InterWiki
 
37
 
 
38
http://moinmo.in/ [[http://www.python.org/|Python]]
46
39
 
47
40
someone@example.com
48
41
 
 
42
There are anchor links here:
 
43
 * [[#anchorname1]]
 
44
 * [[#formatting|Anchor with description(to Formatting block)]]
49
45
 
50
46
=== Image Link ===
51
 
http://c2.com/sig/wiki.gif
 
47
{{http://c2.com/sig/wiki.gif}}
52
48
 
53
49
== Smileys ==
54
 
 
55
50
/!\ Alert
56
51
 
 
52
<<Anchor(anchorname1)>>
57
53
== Lists ==
58
 
 
59
54
=== Bullet ===
60
55
 * first
61
 
   1. nested and numbered
62
 
   1. numbered lists are renumbered
 
56
  1. nested and numbered
 
57
  1. numbered lists are renumbered
63
58
 * second
64
 
 * third
65
 
 blockquote
66
 
   deeper
67
 
 
 
59
 * third blockquote
 
60
  . deeper
68
61
=== Glossary ===
69
62
 Term:: Definition
70
 
 
71
63
=== Drawing ===
72
 
drawing:mytest
 
64
{{drawing:mytest}}
73
65
 
74
66
= Heading 1 =
75
67
== Heading 2 ==