talk about mime_type_plaindetect
authorChristian Weiske <cweiske@cweiske.de>
Tue, 5 Jun 2012 14:14:40 +0000 (16:14 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 5 Jun 2012 14:14:40 +0000 (16:14 +0200)
README.rst
src/phorkie/SetupCheck.php

index d37ae9b4a0cb7d52d177f77a6b4ccc5a90b26b9d..2c55a4079f9c94cbe01954fa73ab867888d9513a 100644 (file)
@@ -73,7 +73,7 @@ phorkie stands on the shoulders of giants.
   $ pear install services_libravatar-alpha
   $ pear install http_request2
   $ pear install pager
   $ pear install services_libravatar-alpha
   $ pear install http_request2
   $ pear install pager
-  $ pear install https://github.com/downloads/cweiske/Date_HumanDiff/Date_HumanDiff-0.1.0.tgz
+  $ pear install date_humandiff-alpha
 
   $ pear channel-discover pear.twig-project.org
   $ pear install twig/Twig
 
   $ pear channel-discover pear.twig-project.org
   $ pear install twig/Twig
@@ -81,6 +81,9 @@ phorkie stands on the shoulders of giants.
   $ pear channel-discover mediawiki.googlecode.com/svn
   $ pear install mediawiki/geshi
 
   $ pear channel-discover mediawiki.googlecode.com/svn
   $ pear install mediawiki/geshi
 
+  $ pear channel-discover zustellzentrum.cweiske.de
+  $ pear install zz/mime_type_plaindetect-alpha
+
 Note that this version of GeSHi is a bit outdated, but it's the fastest
 way to install it.
 
 Note that this version of GeSHi is a bit outdated, but it's the fastest
 way to install it.
 
index 8ead33faa2601ec6acea3a5bb5733afb07b1838b..b1107b51b15b66c26a6b982cc0146ac45024b400 100644 (file)
@@ -10,6 +10,7 @@ class SetupCheck
         'pear.php.net/HTTP_Request2'       => 'HTTP_Request2',
         'pear.php.net/Pager'               => 'Pager',
         'pear.php.net/Services_Libravatar' => 'Services_Libravatar',
         'pear.php.net/HTTP_Request2'       => 'HTTP_Request2',
         'pear.php.net/Pager'               => 'Pager',
         'pear.php.net/Services_Libravatar' => 'Services_Libravatar',
+        'zustellzentrum.cweiske.de/MIME_Type_PlainDetect' => 'MIME_Type_PlainDetect',
     );
 
     protected $writableDirs;
     );
 
     protected $writableDirs;