From: <var...@us...> - 2012-12-07 18:07:40
|
Revision: 8635 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8635&view=rev Author: vargenau Date: 2012-12-07 18:07:33 +0000 (Fri, 07 Dec 2012) Log Message: ----------- All browsers have <iframe> Modified Paths: -------------- trunk/pgsrc/Help%2FPluginManagerPlugin Modified: trunk/pgsrc/Help%2FPluginManagerPlugin =================================================================== --- trunk/pgsrc/Help%2FPluginManagerPlugin 2012-12-07 17:55:44 UTC (rev 8634) +++ trunk/pgsrc/Help%2FPluginManagerPlugin 2012-12-07 18:07:33 UTC (rev 8635) @@ -1,4 +1,4 @@ -Date: Fri, 7 Dec 2012 15:16:29 +0000 +Date: Fri, 7 Dec 2012 19:05:42 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FPluginManagerPlugin; @@ -53,19 +53,16 @@ Some plugins require correctly configured PLUGIN_CACHED and external libraries not provided with ~PhpWiki or PHP, such as -* [PHP with GD support | php-function:ref.image] for the [[Help:text2pngPlugin|text2png]] plugin, -* [LaTeX2HTML | ftp://ftp.dante.de/tex-archive/support/latex2html ] for the [[Help:TexToPngPlugin|TexToPng]] plugin and [[Help:TeX2pngPlugin|TeX2png]] plugin, -* [graphviz | http://graphviz.org/] for the [[Help:GraphVizPlugin|GraphViz]] plugin and [[Help:VisualWikiPlugin|VisualWiki]] plugin, -* [ploticus | http://ploticus.sourceforge.net/] for the [[Help:PloticusPlugin|Ploticus]] plugin, -* [phpweather | http://phpweather.sf.net] for the [[Help:PhpWeatherPlugin|PhpWeather]] plugin, -* [highlight | http://www.andre-simon.de/] for the [[Help:SyntaxHighlighterPlugin|SyntaxHighlighter]] plugin, -* a browser with [<iframe> support|http://www.cs.tut.fi/~jkorpela/html/iframe.html] for the [[Help:TranscludePlugin|Transclude]] plugin, +* [[php-function:ref.image | PHP with GD support]] for the [[Help:text2pngPlugin|text2png]] plugin, +* [[ftp://ftp.dante.de/tex-archive/support/latex2html | LaTeX2HTML]] for the [[Help:TexToPngPlugin|TexToPng]] plugin and [[Help:TeX2pngPlugin|TeX2png]] plugin, +* [[http://graphviz.org/ | graphviz]] for the [[Help:GraphVizPlugin|GraphViz]] plugin and [[Help:VisualWikiPlugin|VisualWiki]] plugin, +* [[http://ploticus.sourceforge.net/ | ploticus]] for the [[Help:PloticusPlugin|Ploticus]] plugin, +* [[http://phpweather.sf.net | phpweather]] for the [[Help:PhpWeatherPlugin|PhpWeather]] plugin, +* [[http://www.andre-simon.de/ | highlight]] for the [[Help:SyntaxHighlighterPlugin|SyntaxHighlighter]] plugin, * USE_DB_SESSION = true (default for the peardb, adodb or dba backends) for the [[Help:WhoIsOnlinePlugin|WhoIsOnline]] plugin, * --with-xml support (with expat or libxml2) for the [[Help:RssFeedPlugin|RssFeed]] plugin (~ProjectSummary, ~RecentReleases) and ~HtmlParser support (~ImportHtml, ~HtmlAreaEditing), -* PHP Mail functionality (php.ini: SMTP + sendmail_from on Windows or sendmail_path) for email - PhpWiki:PageChangeNotifications and ModeratedPage's, -* a [Google license key | http://www.google.com/apis/] for the [[Help:GooglePluginPlugin|GooglePlugin]] plugin, -* optionally an external recommender engine (none yet, php only so far) and the wikilens theme for the [[Help:RateItPlugin|RateIt]] plugin, +* PHP Mail functionality (php.ini: SMTP + sendmail_from on Windows or sendmail_path) for email PhpWiki:PageChangeNotifications and ModeratedPage's, +* a [[http://www.google.com/apis/ | Google license key]] for the [[Help:GooglePluginPlugin|GooglePlugin]] plugin, * optionally apache/mod_log_{my}sql for fast, external log analysis if ACCESS_LOG_SQL=1 (Referer, Abuse Prevention). See ##lib/Request.php## and http://www.outoforder.cc/projects/apache/mod_log_sql/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |