From: <var...@us...> - 2014-06-04 13:24:21
|
Revision: 8866 http://sourceforge.net/p/phpwiki/code/8866 Author: vargenau Date: 2014-06-04 13:24:17 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Internet Explorer 6 is dead Modified Paths: -------------- trunk/pgsrc/Help%2FAsciiSVGPlugin trunk/pgsrc/Help%2FChartPlugin Modified: trunk/pgsrc/Help%2FAsciiSVGPlugin =================================================================== --- trunk/pgsrc/Help%2FAsciiSVGPlugin 2014-06-04 13:11:28 UTC (rev 8865) +++ trunk/pgsrc/Help%2FAsciiSVGPlugin 2014-06-04 13:24:17 UTC (rev 8866) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 14:58:45 +0000 +Date: Wed, 4 Jun 2014 15:23:23 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FAsciiSVGPlugin; @@ -13,8 +13,8 @@ Syntax: [[http://www1.chapman.edu/~jipsen/svg/asciisvgcommands.html]] -If you are using Internet Explorer 6 + Adobe SVGviewer (often included -by default with Windows XP) or SVG-enabled Firefox (2.0 or above) +The browser must support SVG in order graphs to be displayed. +If you are using a recent browser (Firefox, Opera, Chrome, Safari) then you should see the examples. == Usage == Modified: trunk/pgsrc/Help%2FChartPlugin =================================================================== --- trunk/pgsrc/Help%2FChartPlugin 2014-06-04 13:11:28 UTC (rev 8865) +++ trunk/pgsrc/Help%2FChartPlugin 2014-06-04 13:24:17 UTC (rev 8866) @@ -1,4 +1,4 @@ -Date: Fri, 16 Dec 2011 12:42:36 +0000 +Date: Wed, 4 Jun 2014 15:23:23 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FChartPlugin; @@ -11,8 +11,7 @@ Three graph formats are possible: line, bar and pie. In pie mode, negative values are ignored. The browser must support SVG in order graphs to be displayed. -If you are using Internet Explorer 6 + Adobe SVGviewer (often included -by default with Windows XP) or SVG-enabled Firefox (2.0 or above) +If you are using a recent browser (Firefox, Opera, Chrome, Safari) then you should see the examples. == Usage == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |