summaryrefslogtreecommitdiff
path: root/MoinMoin
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-18 00:57:55 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-18 00:57:55 -0700
commit107d767f21b1ef34f49ca5fd5a47a414e9a6c26f (patch)
tree44ef071100bd72e3131a40642d386fd503713148 /MoinMoin
parent13eee3e2266a01d99e2c5364180b0a360827d658 (diff)
Removing bunch of old moin pages
Diffstat (limited to 'MoinMoin')
-rw-r--r--MoinMoin/TextFormatting.moin130
1 files changed, 0 insertions, 130 deletions
diff --git a/MoinMoin/TextFormatting.moin b/MoinMoin/TextFormatting.moin
deleted file mode 100644
index b767722a..00000000
--- a/MoinMoin/TextFormatting.moin
+++ /dev/null
@@ -1,130 +0,0 @@
-##language:en
-'''Content'''
-<<TableOfContents(1)>>
-
-= Sections =
-== Header 2 ==
-=== Header 3 ===
-==== Header 4 ====
-===== Header 5 =====
-
-This page tries to use each supported markup element at least once.
-
-Normal text, ''emphasized'', '''strong''', __underline__, ,,subscript,,, ^superscript^, `typewriter` and {{{typewriter}}}.
-
-:) ;) :D {1} {de} {OK} (./)
-
-= Links =
-
-MoinMoin
-MoinMoin/TextFormatting
-MoinMoin/InstallDocs
-../InstallDocs
-/SubPage
-[[#anchorname|Anchor Link]]
-
-http://moin.sourceforge.net/
-[[http://moin.sourceforge.net/]]
-[[http://moin.sourceforge.net/|MoinMoin Sourceforge Homepage]]
-[^http://moin.sourceforge.net/ MoinMoin Sourceforge Homepage - in new window]
-[[http://moin.sourceforge.net/moinmoin.gif]]
-[[http://moin.sourceforge.net/moinmoin.gif|moinmoin.gif]]
-InterWiki
-MeatBall:InterWiki
-MeatBall:InterWiki
-MeatBall:InterWiki
-[[MeatBall:InterWiki|InterWiki page on MeatBall]]
-jh@web.de
-
-{{http://moin.sourceforge.net/moinmoin.gif}}
-
-
-= Blocks =
-
-'''Blockquote'''
- This is indented
- Even more
-
-'''Bullet list'''
- * item 1
-
- * item 2, with gap
- * item 3
- * item 3.1
-
-'''Numbered list'''
- 1. item 1
- i. item 1
- i. item 2
- 1. item 2
- a. item 1
- a. item 2
-##
- Term:: Decription
- Label:: Definition
-
-'''Code display'''
- {{{
-line 1
- indented 4 characters
-}}}
-
-'''Tables'''
- General table layout and HTML like options
- ||||||<tablewidth="80%">'''Heading'''||
- ||cell 1||cell2||cell 3||
- ||<rowspan=2> spanning rows||||<bgcolor='#E0E0FF'> spanning 2 columns||
- ||<rowbgcolor="#FFFFE0">cell2||cell 3||
-
- Cell width
- || narrow ||<:99%> wide ||
-
- Spanning rows and columns
- ||<|2> 2 rows || row 1 ||
- || row 2 ||
- ||<-2> row 3 over 2 columns ||
-
- Alignment
- ||<(> left ||<^|3> top ||<v|3> bottom ||
- ||<:> centered ||
- ||<)> right ||
-
- Colors
- ||<#FF8080> red ||<#80FF80> green ||<#8080FF> blue ||
-
-
-'''Rules'''
-
---- (not a rule)
-----
------
-------
--------
---------
----------
-----------
--------------------------------------------- (not thicker than 10)
-
-
-
-= Macros =
-
-<<Anchor(anchorname)>>
-'''<<PageCount>>''' pages
-<<RandomPage>>
-
-= Processors =
-
-'''Syntax Hilighting'''
- {{{
-#!python
-# python code
-print code.colorize("abc", 1 + 1)
-}}}
-
-'''CSV Tables'''
- {{{#!CSV -2
-Col1;Col2;Col3;Col4
-1;2;3;4
-a;b;c;d
-}}}