Penguin
Annotated edit history of TestPage version 3, including all changes. View license author blame.
Rev Author # Line
1 The PhpWiki programming team 1 New lists: asterisks, hash marks, and ";text:def"
2 * bullet
3 * l1
4 ** l2
5 ** l2
6 *** l3
7 # one
8 #two
9 #three
10 ;Term1:definition1.1
11 ;: defintion1.2
12 ;Term2 :defintion2
13 ;; Term3:defintion3
14 ;;;Term4: definition4
15 ;;; : defintion4.2
16 ;;; Term5 : defintion5
17
18 Mixed:
19 *ul1
20 *#ul1-ol1
21 *#ul1-ol2
22 *#*ul1-ol2-ul1
23 *#*ul1-ol2-ul2
24 *#**ul1-ol2-ul2-ul1
25 *#**ul1-ol2-ul2-ul1
26
27 *l1
28 preformatted text
29 ** l2
30 ----
31 old lists
32 * level 1
33 * l1
34 *l2
35 *l2
36 *l3
37 *l3
38 *l4
39 *l3
40 *l5
41 *l3
42 #one
43 #two
44 #one
45 #two
46 *l1
47 #three
48 #four
49 *l1
50 *l2
51 # one
52 # two
53
54 preformatted text
55 some more text
56
57 *l1
58 *l4
59 # number
60 # number
61 this is a plain paragraph
62 * bullet
63 this is a plain paragraph again
64 # number
65 ----
66 __Link tests__
67 # normal: HomePage
68 # in brackets: [HomePage] -- named: [the front page|HomePage]
69 # Link in brackets: [http://phpwiki.sourceforge.net/]
70 # Link outside brackets: http://phpwiki.sourceforge.net/
71 # Link with Wiki word: http://phpwiki.sourceforge.net/phpwiki/index.php?HomePage
72 # Two consecutive links: http://phpwiki.sourceforge.net/ http://phpwiki.sourceforge.net/phpwiki/
73 # [PhpWiki on Sourceforge | http://phpwiki.sourceforge.net/]
74 # [URL with a WikiWord | http://phpwiki.sourceforge.net/phpwiki/index.php?RecentChanges]
75 # Javascript: [boo! | javascript:alert('oops') ] (is now: named internal link)
2 AristotlePagaltzis 76 # A [[Link] produces a [Link]
1 The PhpWiki programming team 77 # A [Link] looks like this: [[Link]
78 # This is a [%%%] line break link
79 # Also this page is [[not linked to], and this one is !NotLinkedTo and this one neither !http://not.linked.to/.
80 #* WikiName - WikiNameSameStem -- !!WikiName - !!WikiNameSameStem
81 #* !!WikiName - !!WikiNameSameStem -- WikiName - WikiNameSameStem
82 #* WikiNameSameStem - WikiName -- !!WikiNameSameStem - !!WikiName
83 #* !!WikiNameSameStem - !!WikiName -- WikiNameSameStem - WikiName
84
85 ----
86 Markup tests:
87
88 __underscores for bold__
89
90 '''quotes for bold'''
91
92 ''quotes for italic''
93
94 __''underscores bold italic''__
95
96 '''''five quotes bold italic'''''
97
98 ''''''six quotes''''''
99
100 '''''Bold italic''' and italic'' (buggy)
101
102 '''Bold and ''bold-italic''''' (also buggy)
103
104 !!! h1
105
106 !! h2
107
108 ! h3
109
110 this is plain text with <br>%%%
111 a line break
112
113 look at the <a href="http://phpwiki.sourceforge.net/">markup language</a>
114
115 you cannot use &, < or >
116
117 ----
118 Usage in preformatted text:
119
120 __underscores for bold__
121 '''quotes for bold'''
122 ''quotes for italic''
123 __''underscores bold italic''__
124 '''''five quotes bold italic'''''
125 ''''''six quotes''''''
126 !!! h1
127 !! h2
128 ! h3
129 this is plain text with <br>%%%
130 a line break
131 look at the <a href="http://phpwiki.sourceforge.net/">markup language</a>
132 you cannot use &, < or >

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach()