Update of /cvsroot/phpwiki/phpwiki/pgsrc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv6716/pgsrc
Modified Files:
TestPage
Log Message:
killed the !WikiName,!WikiName,!WikiNameSameStem bug for good. -- added examples to TestPage
Index: TestPage
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/TestPage,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** TestPage 2000/10/23 16:52:05 1.6
--- TestPage 2000/10/24 10:32:38 1.7
***************
*** 31,34 ****
--- 31,35 ----
** l2
----
+ old lists
* level 1
* l1
***************
*** 68,72 ****
# FrontPage
# [FrontPage]
! # Link in brackets: [http://phpwiki.sourceforge.net]
# Link outside brackets: http://phpwiki.sourceforge.net/
# Link with Wiki word: http://phpwiki.sourceforge.net/phpwiki/index.php?FrontPage
--- 69,73 ----
# FrontPage
# [FrontPage]
! # Link in brackets: [http://phpwiki.sourceforge.net/]
# Link outside brackets: http://phpwiki.sourceforge.net/
# Link with Wiki word: http://phpwiki.sourceforge.net/phpwiki/index.php?FrontPage
***************
*** 78,88 ****
# Javascript: [boo! | javascript:alert('oops') ]
# A [[Link] produces a [Link]
! # A [Link] looks like this: [[link]
# This is a [%%%] line break link
- Also this page is [[not linked to], and this one is !NotLinkedTo.
-
----
! Markup tests:
__underscores for bold__
--- 79,93 ----
# Javascript: [boo! | javascript:alert('oops') ]
# A [[Link] produces a [Link]
! # A [Link] looks like this: [[Link]
# This is a [%%%] line break link
+ # Also this page is [[not linked to], and this one is !NotLinkedTo.
+ #* WikiName - WikiNameSameStem -- !!WikiName - !!WikiNameSameStem
+ #* !!WikiName - !!WikiNameSameStem -- WikiName - WikiNameSameStem
+ #* WikiNameSameStem - WikiName -- !!WikiNameSameStem - !!WikiName
+ #* !!WikiNameSameStem - !!WikiName -- WikiNameSameStem - WikiName
----
! Markup tests:
!
__underscores for bold__
***************
*** 101,109 ****
'''Bold and ''bold-italic''''' (also buggy)
! ! h1
!! h2
! !!! h3
this is plain text with <br>%%%
--- 106,114 ----
'''Bold and ''bold-italic''''' (also buggy)
! !!! h1
!! h2
! ! h3
this is plain text with <br>%%%
***************
*** 115,143 ****
----
! preformatted text:
__underscores for bold__
-
'''quotes for bold'''
-
''quotes for italic''
-
__''underscores bold italic''__
-
'''''five quotes bold italic'''''
-
''''''six quotes''''''
!
! ! h1
!
!! h2
!
! !!! h3
!
this is plain text with <br>%%%
a line break
-
look at the <a href="http://phpwiki.sourceforge.net/">markup language</a>
-
you cannot use &, < or >
--- 120,137 ----
----
! Usage in preformatted text:
__underscores for bold__
'''quotes for bold'''
''quotes for italic''
__''underscores bold italic''__
'''''five quotes bold italic'''''
''''''six quotes''''''
! !!! h1
!! h2
! ! h3
this is plain text with <br>%%%
a line break
look at the <a href="http://phpwiki.sourceforge.net/">markup language</a>
you cannot use &, < or >
|