From 322c2c734614176f74796a6a866e47cb5bcf79ca Mon Sep 17 00:00:00 2001 From: vargenau Date: Sat, 17 Nov 2012 20:15:29 +0000 Subject: [PATCH] pear --> PEAR git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8486 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- doc/README.foaf | 10 +++++----- lib/plugin/FoafViewer.php | 4 ++-- locale/po/de.po | 2 +- locale/po/es.po | 2 +- locale/po/fr.po | 2 +- locale/po/it.po | 2 +- locale/po/ja.po | 2 +- locale/po/nl.po | 2 +- locale/po/phpwiki.pot | 2 +- locale/po/sv.po | 2 +- locale/po/zh.po | 2 +- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/README.foaf b/doc/README.foaf index a69da404f..cf9c77caa 100644 --- a/doc/README.foaf +++ b/doc/README.foaf @@ -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 @@ echo ""; # 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 @@ PHP Version: PHP 4.3.0 or newer 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 Start > Run > Command.com @@ -234,7 +234,7 @@ pear install XML_Tree pear install XML_Beautifier pear install XML_FOAF -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\ diff --git a/lib/plugin/FoafViewer.php b/lib/plugin/FoafViewer.php index aa834ea66..3b705414d 100644 --- a/lib/plugin/FoafViewer.php +++ b/lib/plugin/FoafViewer.php @@ -92,13 +92,13 @@ class WikiPlugin_FoafViewer 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'] diff --git a/locale/po/de.po b/locale/po/de.po index da746b67b..f3e5b41f8 100644 --- a/locale/po/de.po +++ b/locale/po/de.po @@ -2514,7 +2514,7 @@ msgid "Parse an RDF FOAF file and extract information to render as HTML" 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 diff --git a/locale/po/es.po b/locale/po/es.po index 8fafe4c23..633551d4c 100644 --- a/locale/po/es.po +++ b/locale/po/es.po @@ -2480,7 +2480,7 @@ msgid "Parse an RDF FOAF file and extract information to render as HTML" 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 diff --git a/locale/po/fr.po b/locale/po/fr.po index f874eb2d9..be2d48dfa 100644 --- a/locale/po/fr.po +++ b/locale/po/fr.po @@ -2484,7 +2484,7 @@ msgid "Parse an RDF FOAF file and extract information to render as HTML" 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 diff --git a/locale/po/it.po b/locale/po/it.po index 166794606..b8eac6c21 100644 --- a/locale/po/it.po +++ b/locale/po/it.po @@ -2460,7 +2460,7 @@ msgid "Parse an RDF FOAF file and extract information to render as HTML" 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 diff --git a/locale/po/ja.po b/locale/po/ja.po index 2db207ce6..dcf372bf1 100644 --- a/locale/po/ja.po +++ b/locale/po/ja.po @@ -2485,7 +2485,7 @@ msgid "Parse an RDF FOAF file and extract information to render as HTML" 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 diff --git a/locale/po/nl.po b/locale/po/nl.po index 003a1f44d..0fb4d1681 100644 --- a/locale/po/nl.po +++ b/locale/po/nl.po @@ -2452,7 +2452,7 @@ msgid "Parse an RDF FOAF file and extract information to render as HTML" 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 diff --git a/locale/po/phpwiki.pot b/locale/po/phpwiki.pot index 93667bba3..f11408d82 100644 --- a/locale/po/phpwiki.pot +++ b/locale/po/phpwiki.pot @@ -2445,7 +2445,7 @@ msgid "Parse an RDF FOAF file and extract information to render as HTML" 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 diff --git a/locale/po/sv.po b/locale/po/sv.po index bdfecafbf..bba80894a 100644 --- a/locale/po/sv.po +++ b/locale/po/sv.po @@ -2446,7 +2446,7 @@ msgid "Parse an RDF FOAF file and extract information to render as HTML" 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 diff --git a/locale/po/zh.po b/locale/po/zh.po index 128525fb2..a861780de 100644 --- a/locale/po/zh.po +++ b/locale/po/zh.po @@ -2548,7 +2548,7 @@ msgid "Parse an RDF FOAF file and extract information to render as HTML" 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 -- 2.45.0