]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/it/pgsrc/PaginaDiProva
Added mime headers.
[SourceForge/phpwiki.git] / locale / it / pgsrc / PaginaDiProva
1 Date: Sun, 27 Jan 2002 17:28:55 -0500
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.2-jeffs-hacks)
3 X-Rcs-Id: $Id: PaginaDiProva,v 1.3 2002-01-27 23:48:42 carstenklapp Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=PaginaDiProva;
6   flags=PAGE_LOCKED;
7   charset=iso-8859-1
8 Content-Transfer-Encoding: binary
9
10  Nuove liste : asterischi, hash marks, and ";text:def"
11 * bullet
12 * l1
13 ** l2
14 ** l2
15 *** l3
16 # one
17 #two
18 #three
19 ;Term1:definition1.1
20 ;: defintion1.2
21 ;Term2 :defintion2
22 ;; Term3:defintion3
23 ;;;Term4: definition4
24 ;;; : defintion4.2
25 ;;; Term5 : defintion5
26
27 Mixed:
28 *ul1
29 *#ul1-ol1
30 *#ul1-ol2
31 *#*ul1-ol2-ul1
32 *#*ul1-ol2-ul2
33 *#**ul1-ol2-ul2-ul1
34 *#**ul1-ol2-ul2-ul1
35
36 *l1
37  preformatted text
38 **    l2
39 ----
40  old lists
41         * level 1
42         * l1
43                 *l2
44                 *l2
45                         *l3
46                         *l3
47                                 *l4
48                         *l3
49                                         *l5
50                         *l3
51         #one
52         #two
53                 #one
54                 #two
55         *l1
56                 #three
57                 #four
58         *l1
59                 *l2
60                 # one
61                 # two
62
63  preformatted text
64  some more text
65
66         *l1
67                                 *l4
68         # number
69         # number
70 this is a plain paragraph
71         * bullet
72 this is a plain paragraph again
73         # number
74 ----
75 __Link tests__
76 # normal: FrontPage
77 # in brackets: [FrontPage] -- named: [the front page|FrontPage]
78 # Link in brackets: [http://phpwiki.sourceforge.net/]
79 # Link outside brackets: http://phpwiki.sourceforge.net/
80 # Link with Wiki word: http://phpwiki.sourceforge.net/phpwiki/index.php?FrontPage
81 # Two consecutive links: http://phpwiki.sourceforge.net/ http://phpwiki.sourceforge.net/phpwiki/
82 # [PhpWiki on Sourceforge | http://phpwiki.sourceforge.net/]
83 # [URL with a WikiWord | http://phpwiki.sourceforge.net/phpwiki/index.php?RecentChanges]
84 # Javascript: [boo! | javascript:alert('oops') ]  (is now: named internal link)
85 # A [[Link] produces a [Link]
86 # A [Link] looks like this: [[Link]
87 # This is a [%%%] line break link
88 # Also this page is [[not linked to], and this one is !NotLinkedTo and this one neither !http://not.linked.to/.
89 #* WikiName - WikiNameSameStem -- !!WikiName - !!WikiNameSameStem
90 #* !!WikiName - !!WikiNameSameStem -- WikiName - WikiNameSameStem
91 #* WikiNameSameStem - WikiName -- !!WikiNameSameStem - !!WikiName
92 #* !!WikiNameSameStem - !!WikiName -- WikiNameSameStem - WikiName
93
94 ----
95 Markup tests:
96
97 __underscores for bold__
98
99 '''quotes for bold'''
100
101 ''quotes for italic''
102
103 __''underscores bold italic''__
104
105 '''''five quotes bold italic'''''
106
107 ''''''six quotes''''''
108
109 '''''Bold italic''' and italic'' (buggy)
110
111 '''Bold and ''bold-italic''''' (also buggy)
112
113 !!! h1
114
115 !! h2
116
117 ! h3
118
119 this is plain text with <br>%%%
120 a line break
121
122 look at the <a href="http://phpwiki.sourceforge.net/">markup language</a>
123
124 you cannot use &, < or >
125
126 ----
127 Usage in preformatted text:
128  
129  __underscores for bold__
130  '''quotes for bold'''
131  ''quotes for italic''
132  __''underscores bold italic''__
133  '''''five quotes bold italic'''''
134  ''''''six quotes''''''
135  !!! h1
136  !! h2
137  ! h3
138  this is plain text with <br>%%%
139  a line break
140  look at the <a href="http://phpwiki.sourceforge.net/">markup language</a>
141  you cannot use &, < or >
142