From: <var...@us...> - 2012-12-19 11:18:40
|
Revision: 8679 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8679&view=rev Author: vargenau Date: 2012-12-19 11:18:33 +0000 (Wed, 19 Dec 2012) Log Message: ----------- Fix URL for png.png Modified Paths: -------------- trunk/pgsrc/Help%2FOldTextFormattingRules Modified: trunk/pgsrc/Help%2FOldTextFormattingRules =================================================================== --- trunk/pgsrc/Help%2FOldTextFormattingRules 2012-12-19 10:56:35 UTC (rev 8678) +++ trunk/pgsrc/Help%2FOldTextFormattingRules 2012-12-19 11:18:33 UTC (rev 8679) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Wed, 19 Dec 2012 12:12:44 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FOldTextFormattingRules; @@ -73,7 +73,7 @@ * 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 #[|ftnt_ref_1]<sup>~[[1|#ftnt_1]~]</sup>. See footnote for counterpart. (If the ~[ is in the first column, it is a footnote <em>definition</em> rather than a footnote <em>reference</em> #[|ftnt_ref_1]<sup>~[[1|#ftnt_1]~]</sup>.) * 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/demo/themes/default/images/png.png] +* URLs ending with .png, .gif, or .jpg are inlined if in square brackets, by themselves: [http://phpwiki.svn.sourceforge.net/viewvc/phpwiki/trunk/themes/default/images/png.png] * Semantic links are named links like: is_a::WikiPage and attributes like size:-4000. * A pagelink within square brackets starting with ":" is not backlinked. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |