Update of /cvsroot/phpwiki/phpwiki/pgsrc
In directory usw-pr-cvs1:/tmp/cvs-serv4186/pgsrc
Modified Files:
TextFormattingRules
Removed Files:
RecentChanges
Log Message:
log
Index: TextFormattingRules
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/TextFormattingRules,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** TextFormattingRules 2001/02/10 22:15:08 1.11
--- TextFormattingRules 2001/02/14 05:22:49 1.12
***************
*** 53,61 ****
* You can name the links by providing a name, a bar (|) and then the hyperlink or pagename: [PhpWiki home page | http://phpwiki.sourceforge.net/] - [the front page | FrontPage]
* You can suppress linking to old-style references and URIs by preceding the word with a '!', e.g. !NotLinkedAsWikiName, !http://not.linked.to/
! * You can create footnotes by using [[1], [[2], [[3], ... like this here [1]. See footnote for counterpart.
* Also, the old way of linking URL's is still supported: precede URLs with "http:", "ftp:" or "mailto:" to create links automatically as in: http://c2.com/
* URLs ending with .png, .gif, or .jpg are inlined if in square brackets, by themselves: [http://phpwiki.sourceforge.net/phpwiki/images/png.png]
! HTML Mark-Up Language
--- 53,76 ----
* You can name the links by providing a name, a bar (|) and then the hyperlink or pagename: [PhpWiki home page | http://phpwiki.sourceforge.net/] - [the front page | FrontPage]
* You can suppress linking to old-style references and URIs by preceding the word with a '!', e.g. !NotLinkedAsWikiName, !http://not.linked.to/
! * You can create footnotes by using [[1], [[2], [[3], ... like this here [1]. See footnote for counterpart. (If the [[ is in the first column, it is a footnote ''definition'' rather than a footnote ''reference'' [1].)
* Also, the old way of linking URL's is still supported: precede URLs with "http:", "ftp:" or "mailto:" to create links automatically as in: http://c2.com/
* URLs ending with .png, .gif, or .jpg are inlined if in square brackets, by themselves: [http://phpwiki.sourceforge.net/phpwiki/images/png.png]
+ ! Tables
+ * Simple tables are available. A table row is introduced by a __|__ in the first column. It is best described by example:
+ || _''''_Name_''''_ |v _''''_Cost_''''_ |v _''''_Notes_''''_
+ | _''''_First_''''_ | _''''_Last_''''_
+ |> Jeff |< Dairiki |^ Cheap |< Not worth it
+ |> Marco |< Polo | Cheaper |< Not available
+ ;: will generate
+ || __Name__ |v __Cost__ |v __Notes__
+ | __First__ | __Last__
+ |> Jeff |< Dairiki |^ Cheap |< Not worth it
+ |> Marco |< Polo | Cheaper |< Not available
+
+ ;: Note that multiple __|__'s lead to spanned columns, and __v__'s can be used to span rows. A __>__ generates a right justified column, __<__ a left justified column and __^__ a centered column (which is the default.)
+
+
! HTML Mark-Up Language
***************
*** 67,71 ****
! More detail than you want to know
! See MagicPhpWikiURLs for gory details on how to write
various kind of wiki maintainance links.
--- 82,86 ----
! More detail than you want to know
! See [MagicPhpWikiURLs] for gory details on how to write
various kind of wiki maintainance links.
***************
*** 74,76 ****
Footnotes:
! [1] By using [[1] a second time the footnote itself is defined.
--- 89,91 ----
Footnotes:
! [1] By using [[1] a second time (in the first column) the footnote itself is ''defined''. You may refer to a footnote as many times as you want, but you may only define it once on the page. Note the the [[1] in the footnote links back to the first reference, if there are multiple references there will be +'s after the [[1] which will link to the other references. (References which come ''after'' the footnote ''definition'' will not be linked to.)
--- RecentChanges DELETED ---
|