From: <var...@us...> - 2012-11-17 20:15:36
|
Revision: 8486 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8486&view=rev Author: vargenau Date: 2012-11-17 20:15:29 +0000 (Sat, 17 Nov 2012) Log Message: ----------- pear --> PEAR Modified Paths: -------------- trunk/doc/README.foaf trunk/lib/plugin/FoafViewer.php trunk/locale/po/de.po trunk/locale/po/es.po trunk/locale/po/fr.po trunk/locale/po/it.po trunk/locale/po/ja.po trunk/locale/po/nl.po trunk/locale/po/phpwiki.pot trunk/locale/po/sv.po trunk/locale/po/zh.po Modified: trunk/doc/README.foaf =================================================================== --- trunk/doc/README.foaf 2012-11-17 19:24:01 UTC (rev 8485) +++ trunk/doc/README.foaf 2012-11-17 20:15:29 UTC (rev 8486) @@ -1,7 +1,7 @@ !FoaF !Technology * RAP - RDF API for PHP -* XML_FOAF, Pear +* XML_FOAF, PEAR !Why not bare bones RAP? RAP is too hard to work with, it provides all of the needed power and functionality, but this means that it tends to get a bit complex to deal with. @@ -205,8 +205,8 @@ # FoafMakePlugin will get some kind of user id from the database, and retrieve any stored information about the user - outputting as FOAF. !Installing PEAR / XML_FOAF -The XML_FOAF pear library will not be included with phpwiki, so you have to install the pear -library by your own and be sure that the pear path is in the include_path. +The XML_FOAF PEAR library will not be included with phpwiki, so you have to install the PEAR +library by your own and be sure that the PEAR path is in the include_path. Reason: XML_FOAF is based on XML_Parser and XML_Tree, but phpwiki uses its own XML parser and XML tree representation, so it would be unneccesary and incompatible duplication of the same thing. @@ -216,7 +216,7 @@ PEAR Package: XML_Tree 1.1 or newer PEAR Package: XML_Beautifier 0.2.2 or newer -Pear is dead simple to install. +PEAR is dead simple to install. !! Win32 <verbatim> Start > Run > Command.com @@ -234,7 +234,7 @@ pear install XML_Beautifier pear install XML_FOAF </verbatim> -Now, chances are, you won't get away with it all this easy, but if you can't get pear to install XML_FOAF (no ''stable'' package available), then follow these steps next +Now, chances are, you won't get away with it all this easy, but if you can't get PEAR to install XML_FOAF (no ''stable'' package available), then follow these steps next # Download [XML_FOAF 0.2|http://pear.php.net/get/XML_FOAF-0.2.tgz] # Extract XML_FOAF-0.2.tgz/XML_FOAF-0.2/FOAF/ to C:\php\pear\XML\FOAF # Extract documentation to c:\php\pear\docs\ Modified: trunk/lib/plugin/FoafViewer.php =================================================================== --- trunk/lib/plugin/FoafViewer.php 2012-11-17 19:24:01 UTC (rev 8485) +++ trunk/lib/plugin/FoafViewer.php 2012-11-17 20:15:29 UTC (rev 8486) @@ -92,13 +92,13 @@ global $ErrorManager; $ErrorManager->pushErrorHandler(new WikiMethodCb($this,'_error_handler')); */ - // Require the XML_FOAF_Parser class. This is a pear library not included with phpwiki. + // Require the XML_FOAF_Parser class. This is a PEAR library not included with phpwiki. // see doc/README.foaf if (findFile('XML/FOAF/Parser.php', 'missing_ok')) require_once 'XML/FOAF/Parser.php'; //$ErrorManager->popErrorHandler(); if (!class_exists('XML_FOAF_Parser')) - return $this->error(_("required pear library XML/FOAF/Parser.php not found in include_path")); + return $this->error(_("required PEAR library XML/FOAF/Parser.php not found in include_path")); extract($this->getArgs($argstr, $request)); // Get our FOAF File from the foaf plugin argument or $_GET['foaf'] Modified: trunk/locale/po/de.po =================================================================== --- trunk/locale/po/de.po 2012-11-17 19:24:01 UTC (rev 8485) +++ trunk/locale/po/de.po 2012-11-17 20:15:29 UTC (rev 8486) @@ -2514,7 +2514,7 @@ msgstr "" #: ../lib/plugin/FoafViewer.php:101 -msgid "required pear library XML/FOAF/Parser.php not found in include_path" +msgid "required PEAR library XML/FOAF/Parser.php not found in include_path" msgstr "" #: ../lib/plugin/FoafViewer.php:107 Modified: trunk/locale/po/es.po =================================================================== --- trunk/locale/po/es.po 2012-11-17 19:24:01 UTC (rev 8485) +++ trunk/locale/po/es.po 2012-11-17 20:15:29 UTC (rev 8486) @@ -2480,7 +2480,7 @@ msgstr "" #: ../lib/plugin/FoafViewer.php:101 -msgid "required pear library XML/FOAF/Parser.php not found in include_path" +msgid "required PEAR library XML/FOAF/Parser.php not found in include_path" msgstr "" #: ../lib/plugin/FoafViewer.php:107 Modified: trunk/locale/po/fr.po =================================================================== --- trunk/locale/po/fr.po 2012-11-17 19:24:01 UTC (rev 8485) +++ trunk/locale/po/fr.po 2012-11-17 20:15:29 UTC (rev 8486) @@ -2484,7 +2484,7 @@ msgstr "" #: ../lib/plugin/FoafViewer.php:101 -msgid "required pear library XML/FOAF/Parser.php not found in include_path" +msgid "required PEAR library XML/FOAF/Parser.php not found in include_path" msgstr "" #: ../lib/plugin/FoafViewer.php:107 Modified: trunk/locale/po/it.po =================================================================== --- trunk/locale/po/it.po 2012-11-17 19:24:01 UTC (rev 8485) +++ trunk/locale/po/it.po 2012-11-17 20:15:29 UTC (rev 8486) @@ -2460,7 +2460,7 @@ msgstr "" #: ../lib/plugin/FoafViewer.php:101 -msgid "required pear library XML/FOAF/Parser.php not found in include_path" +msgid "required PEAR library XML/FOAF/Parser.php not found in include_path" msgstr "" #: ../lib/plugin/FoafViewer.php:107 Modified: trunk/locale/po/ja.po =================================================================== --- trunk/locale/po/ja.po 2012-11-17 19:24:01 UTC (rev 8485) +++ trunk/locale/po/ja.po 2012-11-17 20:15:29 UTC (rev 8486) @@ -2485,7 +2485,7 @@ msgstr "" #: ../lib/plugin/FoafViewer.php:101 -msgid "required pear library XML/FOAF/Parser.php not found in include_path" +msgid "required PEAR library XML/FOAF/Parser.php not found in include_path" msgstr "" #: ../lib/plugin/FoafViewer.php:107 Modified: trunk/locale/po/nl.po =================================================================== --- trunk/locale/po/nl.po 2012-11-17 19:24:01 UTC (rev 8485) +++ trunk/locale/po/nl.po 2012-11-17 20:15:29 UTC (rev 8486) @@ -2452,7 +2452,7 @@ msgstr "" #: ../lib/plugin/FoafViewer.php:101 -msgid "required pear library XML/FOAF/Parser.php not found in include_path" +msgid "required PEAR library XML/FOAF/Parser.php not found in include_path" msgstr "" #: ../lib/plugin/FoafViewer.php:107 Modified: trunk/locale/po/phpwiki.pot =================================================================== --- trunk/locale/po/phpwiki.pot 2012-11-17 19:24:01 UTC (rev 8485) +++ trunk/locale/po/phpwiki.pot 2012-11-17 20:15:29 UTC (rev 8486) @@ -2445,7 +2445,7 @@ msgstr "" #: ../lib/plugin/FoafViewer.php:101 -msgid "required pear library XML/FOAF/Parser.php not found in include_path" +msgid "required PEAR library XML/FOAF/Parser.php not found in include_path" msgstr "" #: ../lib/plugin/FoafViewer.php:107 Modified: trunk/locale/po/sv.po =================================================================== --- trunk/locale/po/sv.po 2012-11-17 19:24:01 UTC (rev 8485) +++ trunk/locale/po/sv.po 2012-11-17 20:15:29 UTC (rev 8486) @@ -2446,7 +2446,7 @@ msgstr "" #: ../lib/plugin/FoafViewer.php:101 -msgid "required pear library XML/FOAF/Parser.php not found in include_path" +msgid "required PEAR library XML/FOAF/Parser.php not found in include_path" msgstr "" #: ../lib/plugin/FoafViewer.php:107 Modified: trunk/locale/po/zh.po =================================================================== --- trunk/locale/po/zh.po 2012-11-17 19:24:01 UTC (rev 8485) +++ trunk/locale/po/zh.po 2012-11-17 20:15:29 UTC (rev 8486) @@ -2548,7 +2548,7 @@ msgstr "" #: ../lib/plugin/FoafViewer.php:101 -msgid "required pear library XML/FOAF/Parser.php not found in include_path" +msgid "required PEAR library XML/FOAF/Parser.php not found in include_path" msgstr "" #: ../lib/plugin/FoafViewer.php:107 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |