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

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/MoinMoin(2f)TextFormatting/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
## MoinMoin/TextFormatting was replaced by HelpOnMoinWikiSyntax (which was SyntaxReference before). Please fix your links.
3
4
##master-page:Unknown-Page
4
5
##master-date:Unknown-Date
5
 
#acl MoinPagesEditorGroup:read,write,delete,revert All:read
 
6
#acl -All:write Default
6
7
#format wiki
7
8
#language en
8
 
 
9
 
 <!> This looks like a duplicate of SyntaxReference ?!
10
 
 
11
 
'''Content'''
12
 
[[TableOfContents(1)]]
13
 
 
14
 
= Headings =
15
 
== Header 2 ==
16
 
=== Header 3 ===
17
 
==== Header 4 ====
18
 
===== Header 5 =====
19
 
 
20
 
This page tries to use each supported markup element at least once.
21
 
 
22
 
Normal text, ''emphasized'', '''strong''', __underline__, ,,subscript,,, ^superscript^, `typewriter` and {{{typewriter}}}.
23
 
 
24
 
:) ;) :D {1} {de} {OK} (./)
25
 
 
26
 
= Links =
27
 
 
28
 
MoinMoin
29
 
 
30
 
MoinMoin/TextFormatting
31
 
 
32
 
MoinMoin/InstallDocs 
33
 
 
34
 
../InstallDocs 
35
 
 
36
 
/SubPage
37
 
 
38
 
[#anchorname Anchor Link]
39
 
 
40
 
http://moinmoin.wikiwikiweb.de/
41
 
 
42
 
[http://moinmoin.wikiwikiweb.de/]
43
 
 
44
 
[http://moinmoin.wikiwikiweb.de/ MoinMoin Homepage]
45
 
 
46
 
[http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png]
47
 
 
48
 
[http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png moinmoin.png]
49
 
 
50
 
Self:InterWiki
51
 
 
52
 
MeatBall:InterWiki
53
 
 
54
 
wiki:MeatBall/InterWiki
55
 
 
56
 
[wiki:MeatBall/InterWiki]
57
 
 
58
 
[wiki:MeatBall/InterWiki InterWiki page on MeatBall]
59
 
 
60
 
anyone@inter.net (if you want to get spam)
61
 
 
62
 
[[MailTo(first DOT last NOSPAM AT company DOT com)]] (somewhat spam protected)
63
 
 
64
 
http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png
65
 
 
66
 
 
67
 
= Blocks =
68
 
 
69
 
'''Blockquote'''
70
 
 This is indented
71
 
  Even more
72
 
 
73
 
'''Bullet list'''
74
 
 * item 1
75
 
 
76
 
 * item 2, with gap
77
 
 * item 3
78
 
   * item 3.1
79
 
 
80
 
'''Numbered list'''
81
 
 1. item 1
82
 
   i. item 1
83
 
   i. item 2
84
 
 1. item 2
85
 
   a. item 1
86
 
   a. item 2
87
 
##
88
 
 Term:: Decription
89
 
 Label:: Definition
90
 
 
91
 
'''Code display'''
92
 
 {{{
93
 
line 1
94
 
    indented 4 characters
95
 
}}}
96
 
 
97
 
'''Tables'''
98
 
 General table layout and HTML like options
99
 
 ||||||<tablewidth="80%">'''Heading'''||
100
 
 ||cell 1||cell2||cell 3||
101
 
 ||<rowspan=2> spanning rows||||<bgcolor='#E0E0FF'> spanning 2 columns||
102
 
 ||<rowbgcolor="#FFFFE0">cell2||cell 3||
103
 
 
104
 
 Cell width
105
 
 || narrow ||<:99%> wide ||
106
 
 
107
 
 Spanning rows and columns
108
 
 ||<|2> 2 rows || row 1 ||
109
 
 || row 2 ||
110
 
 ||<-2> row 3 over 2 columns ||
111
 
 
112
 
 Alignment
113
 
 ||<(> left ||<^|3> top ||<v|3> bottom ||
114
 
 ||<:> centered ||
115
 
 ||<)> right ||
116
 
 
117
 
 Colors
118
 
 ||<#FF8080> red ||<#80FF80> green ||<#8080FF> blue ||
119
 
 
120
 
 
121
 
'''Rules'''
122
 
 
123
 
--- (not a rule)
124
 
----
125
 
-----
126
 
------
127
 
-------
128
 
--------
129
 
---------
130
 
----------
131
 
-------------------------------------------- (not thicker than 10)
132
 
 
133
 
 
134
 
 
135
 
= Macros =
136
 
 
137
 
[[Anchor(anchorname)]]
138
 
'''[[PageCount]]''' pages
139
 
[[RandomPage]]
140
 
 
141
 
= Processors =
142
 
 
143
 
'''Syntax Hilighting'''
144
 
 {{{
145
 
#!python
146
 
# python code
147
 
print code.colorize("abc", 1 + 1)
148
 
}}}
149
 
 
150
 
'''CSV Tables'''
151
 
 {{{#!CSV -2
152
 
Col1;Col2;Col3;Col4
153
 
1;2;3;4
154
 
a;b;c;d
155
 
}}}
 
9
#redirect HelpOnMoinWikiSyntax
 
 
b'\\ No newline at end of file'