diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-06-05 16:14:40 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-06-05 16:14:40 +0200 |
| commit | 1d6d5c8d27a401251d58b8a5c2469d475339afa7 (patch) | |
| tree | 72b3c7901a0b21ebef1dc8eb16f79452241e55bf | |
| parent | 3543bfd4d6c2ff90417d775b4eac74e1f2bd8d10 (diff) | |
| download | phorkie-1d6d5c8d27a401251d58b8a5c2469d475339afa7.tar.gz phorkie-1d6d5c8d27a401251d58b8a5c2469d475339afa7.zip | |
talk about mime_type_plaindetect
| -rw-r--r-- | README.rst | 5 | ||||
| -rw-r--r-- | src/phorkie/SetupCheck.php | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -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 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 @@ -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 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. diff --git a/src/phorkie/SetupCheck.php b/src/phorkie/SetupCheck.php index 8ead33f..b1107b5 100644 --- a/src/phorkie/SetupCheck.php +++ b/src/phorkie/SetupCheck.php @@ -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', + 'zustellzentrum.cweiske.de/MIME_Type_PlainDetect' => 'MIME_Type_PlainDetect', ); protected $writableDirs; |
