aboutsummaryrefslogtreecommitdiffhomepage
path: root/install
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-01-25 17:43:58 +0100
committerThomas Citharel <tcit@tcit.fr>2015-01-25 17:43:58 +0100
commit444f14063920692163ee321a872debfc48feaada (patch)
tree10dfa2ea3157fe981f2039435f17ada39af20cf4 /install
parente25972f83000bc664c4f3f880ae0a874c6b33f75 (diff)
downloadwallabag-444f14063920692163ee321a872debfc48feaada.tar.gz
wallabag-444f14063920692163ee321a872debfc48feaada.tar.zst
wallabag-444f14063920692163ee321a872debfc48feaada.zip
wow. Many changes to installation script. Much easier.
Diffstat (limited to 'install')
-rwxr-xr-xinstall/index.php291
-rw-r--r--install/wallabag_compatibility_test.php394
2 files changed, 297 insertions, 388 deletions
diff --git a/install/index.php b/install/index.php
index ec504160..dbfe9539 100755
--- a/install/index.php
+++ b/install/index.php
@@ -11,6 +11,8 @@
11$errors = array(); 11$errors = array();
12$successes = array(); 12$successes = array();
13 13
14require_once('wallabag_compatibility_test.php');
15
14/* Function taken from at http://php.net/manual/en/function.rmdir.php#110489 16/* Function taken from at http://php.net/manual/en/function.rmdir.php#110489
15 * Idea : nbari at dalmp dot com 17 * Idea : nbari at dalmp dot com
16 * Rights unknown 18 * Rights unknown
@@ -210,6 +212,117 @@ else if (isset($_POST['install'])) {
210 <link rel="stylesheet" href="themes/baggy/css/print.css" media="print"> 212 <link rel="stylesheet" href="themes/baggy/css/print.css" media="print">
211 <script src="themes/_global/js/jquery-2.0.3.min.js"></script> 213 <script src="themes/_global/js/jquery-2.0.3.min.js"></script>
212 <script src="themes/baggy/js/init.js"></script> 214 <script src="themes/baggy/js/init.js"></script>
215
216
217 <style type="text/css">
218a {
219color:#000;
220text-decoration:underline;
221padding:0 1px;
222}
223a:hover {
224color:#fff;
225background-color:#333;
226text-decoration:none;
227padding:0 1px;
228}
229p {
230margin:0;
231padding:5px 0;
232}
233em {
234font-style:normal;
235background-color:#ffc;
236padding: 0.1em 0;
237}
238ul, ol {
239margin:10px 0 10px 20px;
240padding:0 0 0 15px;
241}
242ul li, ol li {
243margin:0 0 7px 0;
244padding:0 0 0 3px;
245}
246h2 {
247font-size:18px;
248padding:0;
249}
250h3 {
251font-size:16px;
252padding:0;
253margin:20px 0 5px 0;
254}
255h4 {
256font-size:14px;
257padding:0;
258margin:15px 0 5px 0;
259}
260code {
261font-size:1.1em;
262background-color:#f3f3ff;
263color:#000;
264}
265em strong {
266text-transform: uppercase;
267}
268table#chart {
269border-collapse:collapse;
270}
271table#chart th {
272background-color:#eee;
273padding:2px 3px;
274border:1px solid #fff;
275}
276table#chart td {
277text-align:center;
278padding:2px 3px;
279border:1px solid #eee;
280}
281table#chart tr.enabled td {
282/* Leave this alone */
283}
284table#chart tr.disabled td,
285table#chart tr.disabled td a {
286}
287table#chart tr.disabled td a {
288text-decoration:underline;
289}
290div.chunk {
291margin:20px 0 0 0;
292padding:0 0 10px 0;
293border-bottom:1px solid #ccc;
294}
295.footnote,
296.footnote a {
297font:10px/12px verdana, sans-serif;
298color:#aaa;
299}
300.footnote em {
301background-color:transparent;
302font-style:italic;
303}
304.good{
305background-color:#52CC5B;
306}
307.bad{
308background-color:#F74343;
309font-style:italic;
310font-weight: bold;
311}
312.pass{
313background-color:#FF9500;
314}
315#detail {
316background-color: #000;
317font-size:1.2em;
318line-height: 1.6;
319width: 1.6em;
320height: 1.6em;
321color:white;
322}
323
324</style>
325
213 </head> 326 </head>
214 <body> 327 <body>
215 <header class="w600p center mbm"> 328 <header class="w600p center mbm">
@@ -259,11 +372,8 @@ else if (isset($_POST['install'])) {
259 <?php endif; ?> 372 <?php endif; ?>
260 <p>To install wallabag, you just have to fill the following fields. That's all.</p> 373 <p>To install wallabag, you just have to fill the following fields. That's all.</p>
261 <p>If you need help, you can read the doc: <a href="docs/" target="_blank">offline documentation</a> and <a href="http://doc.wallabag.org" target="_blank">online one</a> (already up-to-date).</p> 374 <p>If you need help, you can read the doc: <a href="docs/" target="_blank">offline documentation</a> and <a href="http://doc.wallabag.org" target="_blank">online one</a> (already up-to-date).</p>
262 <p>Don't forget to check your server compatibility <a href="install/wallabag_compatibility_test.php?from=install">here</a>.</p> 375
263 <form method="post"> 376 <?php if (!is_dir('vendor')) : ?>
264 <fieldset>
265 <legend><strong>Technical settings</strong></legend>
266 <?php if (!is_dir('vendor')) : ?>
267 <div class='messages notice install'>wallabag needs twig, a template engine (<a href="http://twig.sensiolabs.org/">?</a>). Two ways to install it:<br /> 377 <div class='messages notice install'>wallabag needs twig, a template engine (<a href="http://twig.sensiolabs.org/">?</a>). Two ways to install it:<br />
268 <ul> 378 <ul>
269 <li>automatically download and extract vendor.zip into your wallabag folder. 379 <li>automatically download and extract vendor.zip into your wallabag folder.
@@ -277,6 +387,159 @@ php composer.phar install</code></pre></li>
277 </ul> 387 </ul>
278 </div> 388 </div>
279 <?php endif; ?> 389 <?php endif; ?>
390
391 <p class="detail">Server compatibility test (click to view details) : <?php if (isOkay()) { ?>
392 <span class="good">All good</span>
393 <?php } elseif (isPassing()) { ?>
394 <span class="pass">Some problems, but it's OK !</span>
395 <?php } else { ?>
396 <span class="bad">Bad news : you can't run wallabag</span>
397 <?php } ?> </p>
398 <?php $status = status(); ?>
399
400 <div class="details">
401 <div>
402 <h2 style="text-align:center;"><?php echo $status['app_name']; ?>: Compatibility Test</h2>
403 <table cellpadding="0" cellspacing="0" border="0" width="100%" id="chart">
404 <thead>
405 <tr>
406 <th>Test</th>
407 <th>Should Be</th>
408 <th>What You Have</th>
409 <th>What it means</th>
410 </tr>
411 </thead>
412 <tbody>
413 <tr class="<?php echo ($status['php']) ? 'enabled' : 'disabled'; ?>">
414 <td>PHP</td>
415 <td>5.3.3 or higher</td>
416 <td class="<?php echo ($status['php']) ? 'good' : 'disabled'; ?>"><?php echo phpversion(); ?></td>
417 <td><?php echo ($status['php']) ? '<strong>PHP:</strong> You are running a supported version of PHP.' : '<strong>PHP:</strong> You are running an unsupported version of PHP. <strong>' . $status['app_name'] . ' will not work here.</strong>' ;?></td>
418 </tr>
419 <tr class="<?php echo ($status['pdo']) ? 'enabled' : 'disabled'; ?>">
420 <td><a href="http://php.net/manual/en/book.pdo.php">PDO</a></td>
421 <td>Enabled</td>
422 <?php echo ($status['pdo']) ? '<td class="good">Enabled</span>' : '<td class="bad">Disabled'; ?></td>
423 <td><?php echo ($status['pdo']) ? '<strong>PDO:</strong> You have PDO support enabled.' : '<strong>PDO:</strong> Your PHP installation doesn\'t support PHP PDO. <strong>' . $status['app_name'] . ' will not work here.</strong>' ?></td>
424 </tr>
425 <tr class="<?php echo ($status['xml']) ? 'enabled' : 'disabled'; ?>">
426 <td><a href="http://php.net/xml">XML</a></td>
427 <td>Enabled</td>
428 <?php echo ($status['xml']) ? '<td class="good">Enabled, and sane</span>' : '<td class="bad">Disabled, or broken'; ?></td>
429 <td><?php echo ($status['xml']) ? '<strong>XML:</strong> You have XMLReader support or a version of XML support that isn\'t broken installed.' : '<strong>XML:</strong> Your PHP installation doesn\'t support XML parsing. <strong>' . $status['app_name'] . ' will not work here.</strong>' ?></td>
430 </tr>
431 <tr class="<?php echo ($status['pcre']) ? 'enabled' : 'disabled'; ?>">
432 <td><a href="http://php.net/pcre">PCRE</a></td>
433 <td>Enabled</td>
434 <?php echo ($status['pcre']) ? '<td class="good">Enabled' : '<td class="bad">Disabled'; ?></td>
435 <td><?php echo ($status['pcre']) ? '<strong>PCRE:</strong> You have PCRE support installed.' : '<strong>PCRE:</strong> Your PHP installation doesn\'t support Perl-Compatible Regular Expressions. <strong>' . $status['app_name'] .' will not work here.</strong>' ?></td>
436 </tr>
437 <tr class="<?php echo ($status['zlib']) ? 'enabled' : 'disabled'; ?>">
438 <td><a href="http://php.net/zlib">Zlib</a></td>
439 <td>Enabled</td>
440 <?php echo ($status['zlib']) ? '<td class="good">Enabled' : '<td class="bad">Disabled'; ?></td>
441 <td><?php echo ($status['zlib']) ? '<strong>Zlib:</strong> You have <code>Zlib</code> enabled. This allows SimplePie to support GZIP-encoded pages.' : '<strong>Zlib:</strong> The <code>Zlib</code> extension is not available. SimplePie will ignore any GZIP-encoding, and instead handle pages as uncompressed text.' ?></td>
442 </tr>
443 <tr class="<?php echo ($status['mbstring']) ? 'enabled' : 'disabled'; ?>">
444 <td><a href="http://php.net/mbstring">mbstring</a></td>
445 <td>Enabled</td>
446 <?php echo ($status['mbstring']) ? '<td class="good">Enabled' : '<td class="bad">Disabled'; ?></td>
447 <td rowspan="2"><?php if(($status['mbstring']) && ($status['iconv'])) { ?><strong>mbstring and iconv:</strong> You have both <code>mbstring</code> and <code>iconv</code> installed! This will allow <?php echo $status['app_name']; ?> to handle the greatest number of languages.
448 <?php } elseif ($status['mbstring']) { ?><strong>mbstring:</strong> <code>mbstring</code> is installed, but <code>iconv</code> is not.
449 <?php } elseif ($status['iconv']) { ?><strong>iconv:</strong> <code>iconv</code> is installed, but <code>mbstring</code> is not.
450 <?php } else { ?><strong>mbstring and iconv:</strong> <em>You do not have either of the extensions installed.</em> This will significantly impair your ability to read non-English pages, as well as even some English ones.
451 <?php } ?>
452 </td>
453 </tr>
454 <tr class="<?php echo ($status['iconv']) ? 'enabled' : 'disabled'; ?>">
455 <td><a href="http://php.net/iconv">iconv</a></td>
456 <td>Enabled</td>
457 <?php echo ($status['iconv']) ? '<td class="good">Enabled' : '<td class="bad">Disabled'; ?></td>
458 </tr>
459 <tr class="<?php echo ($status['dom']) ? 'enabled' : 'disabled'; ?>">
460 <td><a href="http://php.net/manual/en/book.dom.php">DOM / XML extension</a></td>
461 <td>Enabled</td>
462 <?php echo ($status['dom']) ? '<td class="good">Enabled' : '<td class="bad">Disabled'; ?></td>
463 <td><?php echo ($status['dom']) ? '<strong>DOM/XML:</strong> You can parse <em>ini</em> files.' : '<strong>DOM/XML:</strong> Your PHP configuration isn\'t standard, you\'re missing PHP-DOM. You may try to install a package or recompile PHP. <strong>' . $status['app_name'] . ' will not work here.</strong>'; ?></td>
464 </tr>
465 <tr class="<?php echo ($status['filter']) ? 'enabled' : 'disabled'; ?>">
466 <td><a href="http://uk.php.net/manual/en/book.filter.php">Data filtering</a></td>
467 <td>Enabled</td>
468 <?php echo ($status['filter']) ? '<td class="good">Enabled' : '<td class="pass">Disabled'; ?></td>
469 <td><?php echo ($status['filter']) ? '<strong>Data filtering:</strong> You can use the PHP build-in DOM to operate on XML documents.' : '<strong>Data filtering:</strong> Your PHP configuration has the filter extension disabled. <strong>' . $status['app_name'] . ' will not work here.</strong>' ?></td>
470 </tr>
471 <tr class="<?php echo ($status['gd']) ? 'enabled' : 'disabled'; ?>">
472 <td><a href="http://php.net/manual/en/book.image.php">GD</a></td>
473 <td>Enabled</td>
474 <?php echo ($status['gd']) ? '<td class="good">Enabled' : '<td class="pass">Disabled'; ?></td>
475 <td><?php echo($status['gd']) ? '<strong>GD:</strong> You have <code>GD</code> support installed.' : '<strong>GD:</strong> The <code>GD</code> extension is not available. ' . $status['app_name'] . ' will not be able to download pictures locally on your server.' ?></td>
476 </tr>
477 <tr class="<?php echo ($status['tidy']) ? 'enabled' : 'disabled'; ?>">
478 <td><a href="http://php.net/tidy">Tidy</a></td>
479 <td>Enabled</td>
480 <?php echo ($status['tidy']) ? '<td class="good">Enabled' : '<td class="pass">Disabled'; ?></td>
481 <td><?php echo ($status['tidy']) ? '<strong>Tidy:</strong> You have <code>Tidy</code> support installed.' : '<strong>Tidy:</strong> The <code>Tidy</code> extension is not available.' . $status['app_name'] . ' should still work with most pages, but you may experience problems with some. You can install it with <code>sudo apt-get install php5-tidy</code> and then reload Apache <code>sudo service apache2 reload</code>.' ; ?></td>
482 </tr>
483 <tr class="<?php echo ($status['curl']) ? 'enabled' : 'disabled'; ?>">
484 <td><a href="http://php.net/curl">cURL</a></td>
485 <td>Enabled</td>
486 <?php echo (extension_loaded('curl')) ? '<td class="good">Enabled' : '<td class="pass">Disabled'; ?></td>
487 <td><?php echo ($status['curl']) ? '<strong>cURL:</strong> You have <code>cURL</code> support installed.' : '<strong>cURL:</strong> The <code>cURL</code> extension is not available. SimplePie will use <code>fsockopen()</code> instead.' ?></td>
488 </tr>
489 <tr class="<?php echo ($status['parse_ini']) ? 'enabled' : 'disabled'; ?>">
490 <td><a href="http://uk.php.net/manual/en/function.parse-ini-file.php">Parse ini file</td>
491 <td>Enabled</td>
492 <?php echo ($status['parse_ini']) ? '<td class="good">Enabled' : '<td class="bad">Disabled'; ?></td>
493 <td><?php echo ($status['parse_ini']) ? '<strong>Parse ini:</strong> You can parse <em>ini</em> files.' : '<strong>Parse ini files function :</strong> Bad luck : your webhost has decided to block the use of the <em>parse_ini_file</em> function. <strong>' . $status['app_name'] . ' will not work here.' ?></td>
494 </tr>
495 <tr class="<?php echo ($status['parallel']) ? 'enabled' : 'disabled'; ?>">
496 <td>Parallel URL fetching</td>
497 <td>Enabled</td>
498 <?php echo ($status['parallel']) ? '<td class="good">Enabled' : '<td class="pass">Disabled'; ?></td>
499 <td><?php echo ($status['parallel']) ? '<strong>Parallel URL fetching:</strong> You have <code>HttpRequestPool</code> or <code>curl_multi</code> support installed.' : '<strong>Parallel URL fetching:</strong> <code>HttpRequestPool</code> or <code>curl_multi</code> support is not available. ' . $status['app_name'] . ' will use <code>file_get_contents()</code> instead to fetch URLs sequentially rather than in parallel.' ?></td>
500 </tr>
501 <tr class="<?php echo ($status['allow_url_fopen']) ? 'enabled' : 'disabled'; ?>">
502 <td><a href="http://www.php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen">allow_url_fopen</a></td>
503 <td>Enabled</td>
504 <?php echo ($status['allow_url_fopen']) ? '<td class="good">Enabled' : '<td class="bad">Disabled'; ?></td>
505 <td><?php echo ($status['allow_url_fopen']) ? '<strong>allow_url_fopen:</strong> You have allow_url_fopen enabled.' : '<strong>allow_url_fopen:</strong> Your PHP configuration has allow_url_fopen disabled. <strong>' . $status['app_name'] . ' will not work here.</strong>' ?></td>
506 </tr>
507 <tr class="<?php echo ($status['gettext']) ? 'enabled' : 'disabled'; ?>">
508 <td><a href="http://php.net/manual/en/book.gettext.php">gettext</a></td>
509 <td>Enabled</td>
510 <?php echo ($status['gettext']) ? '<td class="good">Enabled' : '<td class="bad">Disabled'; ?></td>
511 <td><?php echo ($status['gettext']) ? '<strong>Gettext:</strong> You have <code>gettext</code> enabled.</em>' : '<strong>GetText:</strong> The <code>gettext</code> extension is not available. The system we use to display wallabag in various languages is not available. <strong>' . $status['app_name'] .' will not work here.</strong>' ?></td>
512 </tr>
513 </tbody>
514 </table>
515 </div>
516
517 <div class="details">
518 <?php //if ($status['php'] && $status['xml'] && $status['pcre'] && $status['mbstring'] && $status['iconv'] && $status['filter'] && $status['allow_url_fopen']) { ?>
519 <?php if (isOkay()) { ?>
520 <h3>Bottom Line: Yes, you can run <?php echo $status['app_name']; ?> !</h3>
521 <p><em>Your webhost has its act together!</em></p>
522 <p><strong>Note</strong>: Passing this test does not guarantee that <?php echo $status['app_name']; ?> will run on your webhost &mdash; it only ensures that the basic requirements have been addressed. If you experience any problems, please let us know.</p>
523 <?php //} else if ($status['php'] && $status['xml'] && $status['pcre'] && $status['mbstring'] && $status['allow_url_fopen'] && $status['filter']) { ?>
524 <?php } else if (!isOkay() && isPassing()) { ?>
525 <h3>Bottom Line: Yes, you can run <?php echo $status['app_name']; ?> !</h3>
526 <p><em>For most pages, it'll run with no problems.</em> There are certain languages that you might have a hard time with though.</p>
527 <p><strong>Note</strong>: Passing this test does not guarantee that <?php echo $status['app_name']; ?> will run on your webhost &mdash; it only ensures that the basic requirements have been addressed. If you experience any problems, please let us know.</p>
528 <?php } else { ?>
529 <h3>Bottom Line: We're sorry…</h3>
530 <p><em>Your webhost does not support the minimum requirements for <?php echo $status['app_name']; ?>.</em> It may be a good idea to contact your webhost and point them to the results of this test. They may be able to enable/install the required components.</p>
531 <?php } ?>
532 </div>
533
534 <div class="chunk">
535 <p class="footnote">This compatibility test has been borrowed (and slightly adapted by <a href="http://fivefilters.org/content-only/">fivefilters.org</a>) from the one supplied by <a href="http://simplepie.org/">SimplePie.org</a>.</a></p>
536 </div>
537
538 </div>
539
540 <form method="post" class="technical">
541 <fieldset>
542 <legend><strong>Technical settings</strong></legend>
280 <p> 543 <p>
281 Database engine: 544 Database engine:
282 <ul> 545 <ul>
@@ -331,6 +594,19 @@ php composer.phar install</code></pre></li>
331 $("#mysql_infos").hide(); 594 $("#mysql_infos").hide();
332 $("#pg_infos").hide(); 595 $("#pg_infos").hide();
333 596
597 $(".details").hide();
598
599 <?php
600 if (!isPassing()) : ?>
601 $('.technical').hide();
602 <?php
603 else :
604 ?>
605 $('.technical').show();
606 <?php
607 endif;
608 ?>
609
334 <?php 610 <?php
335 if (!extension_loaded('pdo_sqlite')) : ?> 611 if (!extension_loaded('pdo_sqlite')) : ?>
336 $("#install_button").hide(); 612 $("#install_button").hide();
@@ -370,6 +646,11 @@ php composer.phar install</code></pre></li>
370 } 646 }
371 } 647 }
372 }); 648 });
649
650 $(".detail").click(function()
651 {
652 $('.details').toggle();
653 });
373 </script> 654 </script>
374 </body> 655 </body>
375</html> 656</html>
diff --git a/install/wallabag_compatibility_test.php b/install/wallabag_compatibility_test.php
index 61a8e99f..8a0656cf 100644
--- a/install/wallabag_compatibility_test.php
+++ b/install/wallabag_compatibility_test.php
@@ -8,9 +8,11 @@
8 * @license http://opensource.org/licenses/MIT see COPYING file 8 * @license http://opensource.org/licenses/MIT see COPYING file
9 */ 9 */
10 10
11function status() {
11$app_name = 'wallabag'; 12$app_name = 'wallabag';
12 13
13$php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.3.3', '>=')); 14$php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.3.3', '>='));
15$pdo_ok = class_exists('PDO');
14$pcre_ok = extension_loaded('pcre'); 16$pcre_ok = extension_loaded('pcre');
15$zlib_ok = extension_loaded('zlib'); 17$zlib_ok = extension_loaded('zlib');
16$mbstring_ok = extension_loaded('mbstring'); 18$mbstring_ok = extension_loaded('mbstring');
@@ -25,7 +27,6 @@ $filter_ok = extension_loaded('filter');
25$gettext_ok = function_exists("gettext"); 27$gettext_ok = function_exists("gettext");
26$gd_ok = extension_loaded('gd'); 28$gd_ok = extension_loaded('gd');
27 29
28
29if (extension_loaded('xmlreader')) { 30if (extension_loaded('xmlreader')) {
30 $xml_ok = true; 31 $xml_ok = true;
31} elseif (extension_loaded('xml')) { 32} elseif (extension_loaded('xml')) {
@@ -37,391 +38,18 @@ if (extension_loaded('xmlreader')) {
37 $xml_ok = false; 38 $xml_ok = false;
38} 39}
39 40
40header('Content-type: text/html; charset=UTF-8'); 41$status = array('app_name' => $app_name, 'php' => $php_ok, 'pdo' => $pdo_ok, 'xml' => $xml_ok, 'pcre' => $pcre_ok, 'zlib' => $zlib_ok, 'mbstring' => $mbstring_ok, 'dom' => $dom_ok, 'iconv' => $iconv_ok, 'tidy' => $tidy_ok, 'curl' => $curl_ok, 'parse_ini' => $parse_ini_ok, 'parallel' => $parallel_ok, 'allow_url_fopen' => $allow_url_fopen_ok, 'filter' => $filter_ok, 'gettext' => $gettext_ok, 'gd' => $gd_ok);
41
42?><!DOCTYPE html>
43
44<html lang="en">
45<head>
46<title><?php echo $app_name; ?>: Server Compatibility Test</title>
47
48<style type="text/css">
49body {
50 font:14px/1.4em "Lucida Grande", Verdana, Arial, Helvetica, Clean, Sans, sans-serif;
51 letter-spacing:0px;
52 color:#333;
53 margin:0;
54 padding:0;
55 background:#fff;
56}
57
58div#site {
59 width:550px;
60 margin:20px auto 0 auto;
61}
62
63a {
64 color:#000;
65 text-decoration:underline;
66 padding:0 1px;
67}
68
69a:hover {
70 color:#fff;
71 background-color:#333;
72 text-decoration:none;
73 padding:0 1px;
74}
75
76p {
77 margin:0;
78 padding:5px 0;
79}
80
81em {
82 font-style:normal;
83 background-color:#ffc;
84 padding: 0.1em 0;
85}
86
87ul, ol {
88 margin:10px 0 10px 20px;
89 padding:0 0 0 15px;
90}
91
92ul li, ol li {
93 margin:0 0 7px 0;
94 padding:0 0 0 3px;
95}
96
97h2 {
98 font-size:18px;
99 padding:0;
100 margin:30px 0 20px 0;
101}
102
103h3 {
104 font-size:16px;
105 padding:0;
106 margin:20px 0 5px 0;
107}
108
109h4 {
110 font-size:14px;
111 padding:0;
112 margin:15px 0 5px 0;
113}
114
115code {
116 font-size:1.1em;
117 background-color:#f3f3ff;
118 color:#000;
119}
120
121em strong {
122 text-transform: uppercase;
123}
124
125table#chart {
126 border-collapse:collapse;
127}
128
129table#chart th {
130 background-color:#eee;
131 padding:2px 3px;
132 border:1px solid #fff;
133}
134
135table#chart td {
136 text-align:center;
137 padding:2px 3px;
138 border:1px solid #eee;
139}
140
141table#chart tr.enabled td {
142 /* Leave this alone */
143}
144
145table#chart tr.disabled td,
146table#chart tr.disabled td a {
147}
148
149table#chart tr.disabled td a {
150 text-decoration:underline;
151}
152
153div.chunk {
154 margin:20px 0 0 0;
155 padding:0 0 10px 0;
156 border-bottom:1px solid #ccc;
157}
158 42
159.footnote, 43return $status;
160.footnote a {
161 font:10px/12px verdana, sans-serif;
162 color:#aaa;
163} 44}
164 45function isOkay() {
165.footnote em { 46 return !in_array(false, status());
166 background-color:transparent;
167 font-style:italic;
168} 47}
169 48
170.good{ 49function isPassing() {
171background-color:#52CC5B; 50 $status = status();
172} 51 unset($status['curl'], $status['parallel'], $status['tidy'], $status['gd'], $status['filter']);
173.bad{ 52 return !in_array(false, $status);
174background-color:#F74343;
175font-style:italic;
176font-weight: bold;
177} 53}
178.pass{
179background-color:#FF9500;
180}
181
182</style>
183
184</head>
185
186<body>
187<?php
188$frominstall = false;
189if (isset($_GET['from'])){
190 if ($_GET['from'] == 'install'){
191 $frominstall = true;
192 }}
193?>
194<div id="site">
195 <div id="content">
196
197 <div class="chunk">
198 <h2 style="text-align:center;"><?php echo $app_name; ?>: Compatibility Test</h2>
199 <table cellpadding="0" cellspacing="0" border="0" width="100%" id="chart">
200 <thead>
201 <tr>
202 <th>Test</th>
203 <th>Should Be</th>
204 <th>What You Have</th>
205 </tr>
206 </thead>
207 <tbody>
208 <tr class="<?php echo ($php_ok) ? 'enabled' : 'disabled'; ?>">
209 <td>PHP</td>
210 <td>5.3.3 or higher</td>
211 <td class="<?php echo ($php_ok) ? 'good' : 'disabled'; ?>"><?php echo phpversion(); ?></td>
212 </tr>
213 <tr class="<?php echo ($xml_ok) ? 'enabled' : 'disabled'; ?>">
214 <td><a href="http://php.net/xml">XML</a></td>
215 <td>Enabled</td>
216 <?php echo ($xml_ok) ? '<td class="good">Enabled, and sane</span>' : '<td class="bad">Disabled, or broken'; ?></td>
217 </tr>
218 <tr class="<?php echo ($pcre_ok) ? 'enabled' : 'disabled'; ?>">
219 <td><a href="http://php.net/pcre">PCRE</a></td>
220 <td>Enabled</td>
221 <?php echo ($pcre_ok) ? '<td class="good">Enabled' : '<td class="bad">Disabled'; ?></td>
222 </tr>
223<!-- <tr class="<?php echo ($zlib_ok) ? 'enabled' : 'disabled'; ?>">
224 <td><a href="http://php.net/zlib">Zlib</a></td>
225 <td>Enabled</td>
226 <?php echo ($zlib_ok) ? '<td class="good">Enabled' : '<td class="bad">Disabled'; ?></td>
227 </tr> -->
228<!-- <tr class="<?php echo ($mbstring_ok) ? 'enabled' : 'disabled'; ?>">
229 <td><a href="http://php.net/mbstring">mbstring</a></td>
230 <td>Enabled</td>
231 <?php echo ($mbstring_ok) ? '<td class="good">Enabled' : '<td class="bad">Disabled'; ?></td>
232 </tr> -->
233<!-- <tr class="<?php echo ($iconv_ok) ? 'enabled' : 'disabled'; ?>">
234 <td><a href="http://php.net/iconv">iconv</a></td>
235 <td>Enabled</td>
236 <?php echo ($iconv_ok) ? '<td class="good">Enabled' : '<td class="bad">Disabled'; ?></td>
237 </tr> -->
238 <tr class="<?php echo ($dom_ok) ? 'enabled' : 'disabled'; ?>">
239 <td><a href="http://php.net/manual/en/book.dom.php">DOM / XML extension</a></td>
240 <td>Enabled</td>
241 <?php echo ($dom_ok) ? '<td class="good">Enabled' : '<td class="bad">Disabled'; ?></td>
242 </tr>
243 <tr class="<?php echo ($filter_ok) ? 'enabled' : 'disabled'; ?>">
244 <td><a href="http://uk.php.net/manual/en/book.filter.php">Data filtering</a></td>
245 <td>Enabled</td>
246 <?php echo ($filter_ok) ? '<td class="good">Enabled' : '<td class="pass">Disabled'; ?></td>
247 </tr>
248 <tr class="<?php echo ($gd_ok) ? 'enabled' : 'disabled'; ?>">
249 <td><a href="http://php.net/manual/en/book.image.php">GD</a></td>
250 <td>Enabled</td>
251 <?php echo ($gd_ok) ? '<td class="good">Enabled' : '<td class="pass">Disabled'; ?></td>
252 </tr>
253 <tr class="<?php echo ($tidy_ok) ? 'enabled' : 'disabled'; ?>">
254 <td><a href="http://php.net/tidy">Tidy</a></td>
255 <td>Enabled</td>
256 <?php echo ($tidy_ok) ? '<td class="good">Enabled' : '<td class="pass">Disabled'; ?></td>
257 </tr>
258 <tr class="<?php echo ($curl_ok) ? 'enabled' : 'disabled'; ?>">
259 <td><a href="http://php.net/curl">cURL</a></td>
260 <td>Enabled</td>
261 <?php echo (extension_loaded('curl')) ? '<td class="good">Enabled' : '<td class="pass">Disabled'; ?></td>
262 </tr>
263 <tr class="<?php echo ($parse_ini_ok) ? 'enabled' : 'disabled'; ?>">
264 <td><a href="http://uk.php.net/manual/en/function.parse-ini-file.php">Parse ini file</td>
265 <td>Enabled</td>
266 <?php echo ($parse_ini_ok) ? '<td class="good">Enabled' : '<td class="bad">Disabled'; ?></td>
267 </tr>
268 <tr class="<?php echo ($parallel_ok) ? 'enabled' : 'disabled'; ?>">
269 <td>Parallel URL fetching</td>
270 <td>Enabled</td>
271 <?php echo ($parallel_ok) ? '<td class="good">Enabled' : '<td class="pass">Disabled'; ?></td>
272 </tr>
273 <tr class="<?php echo ($allow_url_fopen_ok) ? 'enabled' : 'disabled'; ?>">
274 <td><a href="http://www.php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen">allow_url_fopen</a></td>
275 <td>Enabled</td>
276 <?php echo ($allow_url_fopen_ok) ? '<td class="good">Enabled' : '<td class="bad">Disabled'; ?></td>
277 </tr>
278 <tr class="<?php echo ($gettext_ok) ? 'enabled' : 'disabled'; ?>">
279 <td><a href="http://php.net/manual/en/book.gettext.php">gettext</a></td>
280 <td>Enabled</td>
281 <?php echo ($gettext_ok) ? '<td class="good">Enabled' : '<td class="bad">Disabled'; ?></td>
282 </tr>
283 </tbody>
284 </table>
285 </div>
286
287 <div class="chunk">
288 <h3>What does this mean?</h3>
289 <ol>
290 <?php //if ($php_ok && $xml_ok && $pcre_ok && $mbstring_ok && $iconv_ok && $filter_ok && $zlib_ok && $tidy_ok && $curl_ok && $parallel_ok && $allow_url_fopen_ok): ?>
291 <?php if ($php_ok && $xml_ok && $pcre_ok && $dom_ok && $filter_ok && $gd_ok && $tidy_ok && $curl_ok && $parallel_ok && $allow_url_fopen_ok && $gettext_ok && $parse_ini_ok): ?>
292 <li><em>You have everything you need to run <?php echo $app_name; ?> properly! Congratulations!</em></li>
293 <?php else: ?>
294 <?php if ($php_ok): ?>
295 <li><strong>PHP:</strong> You are running a supported version of PHP. <em>No problems here.</em></li>
296 <?php if ($xml_ok): ?>
297 <li><strong>XML:</strong> You have XMLReader support or a version of XML support that isn't broken installed. <em>No problems here.</em></li>
298 <?php if ($pcre_ok): ?>
299 <li><strong>PCRE:</strong> You have PCRE support installed. <em>No problems here.</em></li>
300
301 <?php if ($allow_url_fopen_ok): ?>
302 <li><strong>allow_url_fopen:</strong> You have allow_url_fopen enabled. <em>No problems here.</em></li>
303
304 <?php if ($gettext_ok): ?>
305 <li><strong>Gettext:</strong> You have <code>gettext</code> enabled. <em>No problems here.</em></li>
306
307 <?php if ($parse_ini_ok): ?>
308 <li><strong>Parse ini:</strong> You can parse <em>ini</em> files. <em>No problems here.</em></li>
309
310 <?php if ($dom_ok): ?>
311 <li><strong>DOM/XML:</strong> You can parse <em>ini</em> files. <em>No problems here.</em></li>
312
313 <?php if ($filter_ok): ?>
314 <li><strong>Data filtering:</strong> You can use the PHP build-in DOM to operate on XML documents. <em>No problems here.</em></li>
315
316 <?php if ($zlib_ok): ?>
317 <li><strong>Zlib:</strong> You have <code>Zlib</code> enabled. This allows SimplePie to support GZIP-encoded feeds. <em>No problems here.</em></li>
318 <?php else: ?>
319 <li><strong>Zlib:</strong> The <code>Zlib</code> extension is not available. SimplePie will ignore any GZIP-encoding, and instead handle feeds as uncompressed text.</li>
320 <?php endif; ?>
321
322 <?php if ($mbstring_ok && $iconv_ok): ?>
323 <li><strong>mbstring and iconv:</strong> You have both <code>mbstring</code> and <code>iconv</code> installed! This will allow <?php echo $app_name; ?> to handle the greatest number of languages. <em>No problems here.</em></li>
324 <?php elseif ($mbstring_ok): ?>
325 <li><strong>mbstring:</strong> <code>mbstring</code> is installed, but <code>iconv</code> is not.</li>
326 <?php elseif ($iconv_ok): ?>
327 <li><strong>iconv:</strong> <code>iconv</code> is installed, but <code>mbstring</code> is not.</li>
328 <?php else: ?>
329 <li><strong>mbstring and iconv:</strong> <em>You do not have either of the extensions installed.</em> This will significantly impair your ability to read non-English feeds, as well as even some English ones.</li>
330 <?php endif; ?>
331
332 <?php if ($gd_ok): ?>
333 <li><strong>GD:</strong> You have <code>GD</code> support installed. <em>No problems here.</em></li>
334 <?php else: ?>
335 <li><strong>GD:</strong> The <code>GD</code> extension is not available. <?php echo $app_name; ?> will not be able to download pictures locally on your server.</li>
336 <?php endif; ?>
337
338 <?php if ($tidy_ok): ?>
339 <li><strong>Tidy:</strong> You have <code>Tidy</code> support installed. <em>No problems here.</em></li>
340 <?php else: ?>
341 <li><strong>Tidy:</strong> The <code>Tidy</code> extension is not available. <?php echo $app_name; ?> should still work with most feeds, but you may experience problems with some. You can install it with <code>sudo apt-get install php5-tidy</code> and then reload Apache <code>sudo service apache2 reload</code>.</li>
342 <?php endif; ?>
343
344 <?php if ($curl_ok): ?>
345 <li><strong>cURL:</strong> You have <code>cURL</code> support installed. <em>No problems here.</em></li>
346 <?php else: ?>
347 <li><strong>cURL:</strong> The <code>cURL</code> extension is not available. SimplePie will use <code>fsockopen()</code> instead.</li>
348 <?php endif; ?>
349
350 <?php if ($parallel_ok): ?>
351 <li><strong>Parallel URL fetching:</strong> You have <code>HttpRequestPool</code> or <code>curl_multi</code> support installed. <em>No problems here.</em></li>
352 <?php else: ?>
353 <li><strong>Parallel URL fetching:</strong> <code>HttpRequestPool</code> or <code>curl_multi</code> support is not available. <?php echo $app_name; ?> will use <code>file_get_contents()</code> instead to fetch URLs sequentially rather than in parallel.</li>
354 <?php endif; ?>
355
356 <?php else: ?>
357 <li><strong>Data filtering:</strong> Your PHP configuration has the filter extension disabled. <strong><?php echo $app_name; ?> will not work here.</strong></li>
358 <?php endif; ?>
359
360 <?php else: ?>
361 <li><strong>DOM/XML:</strong> Your PHP configuration isn't standard, you're missing PHP-DOM. You may try to install a package or recompile PHP. <strong><?php echo $app_name; ?> will not work here.</strong></li>
362 <?php endif; ?>
363
364 <?php else : ?>
365 <li><strong>Parse ini files function :</strong> Bad luck : your webhost has decided to block the use of the <em>parse_ini_file</em> function. <strong><?php echo $app_name; ?> will not work here.</strong>
366 <?php endif; ?>
367
368 <?php else: ?>
369 <li><strong>GetText:</strong> The <code>gettext</code> extension is not available. The system we use to display wallabag in various languages is not available. <strong><?php echo $app_name; ?> will not work here.</strong></li>
370 <?php endif; ?>
371
372 <?php else: ?>
373 <li><strong>allow_url_fopen:</strong> Your PHP configuration has allow_url_fopen disabled. <strong><?php echo $app_name; ?> will not work here.</strong></li>
374 <?php endif; ?>
375
376 <?php else: ?>
377 <li><strong>PCRE:</strong> Your PHP installation doesn't support Perl-Compatible Regular Expressions. <strong><?php echo $app_name; ?> will not work here.</strong></li>
378 <?php endif; ?>
379 <?php else: ?>
380 <li><strong>XML:</strong> Your PHP installation doesn't support XML parsing. <strong><?php echo $app_name; ?> will not work here.</strong></li>
381 <?php endif; ?>
382 <?php else: ?>
383 <li><strong>PHP:</strong> You are running an unsupported version of PHP. <strong><?php echo $app_name; ?> will not work here.</strong></li>
384 <?php endif; ?>
385 <?php endif; ?>
386 </ol>
387 </div>
388
389 <div class="chunk">
390 <?php //if ($php_ok && $xml_ok && $pcre_ok && $mbstring_ok && $iconv_ok && $filter_ok && $allow_url_fopen_ok) { ?>
391 <?php if ($php_ok && $xml_ok && $pcre_ok && $filter_ok && $allow_url_fopen_ok && $gettext_ok && $parse_ini_ok) { ?>
392 <h3>Bottom Line: Yes, you can!</h3>
393 <p><em>Your webhost has its act together!</em></p>
394 <?php if (!$frominstall) { ?>
395 <p>You can download the latest version of <?php echo $app_name; ?> from <a href="http://wallabag.org/download">wallabag.org</a>.</p>
396 <p>If you already have done that, you should access <a href="index.php">the index.php file</a> of your installation to configure and/or start using wallabag</p>
397 <?php } else { ?>
398 <p>You can now <a href="../index.php">return to the installation section</a>.</p>
399 <?php } ?>
400 <p><strong>Note</strong>: Passing this test does not guarantee that <?php echo $app_name; ?> will run on your webhost &mdash; it only ensures that the basic requirements have been addressed. If you experience any problems, please let us know.</p>
401 <?php //} else if ($php_ok && $xml_ok && $pcre_ok && $mbstring_ok && $allow_url_fopen_ok && $filter_ok) { ?>
402 <?php } else if ($php_ok && $xml_ok && $pcre_ok && $allow_url_fopen_ok && $filter_ok && $gettext_ok && $parse_ini_ok) { ?>
403 <h3>Bottom Line: Yes, you can!</h3>
404 <p><em>For most feeds, it'll run with no problems.</em> There are certain languages that you might have a hard time with though.</p>
405 <?php if (!$frominstall) { ?>
406 <p>You can download the latest version of <?php echo $app_name; ?> from <a href="http://wallabag.org/download">wallabag.org</a>.</p>
407 <p>If you already have done that, you should access <a href="index.php">the index.php file</a> of your installation to configure and/or start using wallabag</p>
408 <?php } else { ?>
409 <p>You can now <a href="../index.php">return to the installation section</a>.</p>
410 <?php } ?>
411 <p><strong>Note</strong>: Passing this test does not guarantee that <?php echo $app_name; ?> will run on your webhost &mdash; it only ensures that the basic requirements have been addressed. If you experience any problems, please let us know.</p>
412 <?php } else { ?>
413 <h3>Bottom Line: We're sorry…</h3>
414 <p><em>Your webhost does not support the minimum requirements for <?php echo $app_name; ?>.</em> It may be a good idea to contact your webhost and point them to the results of this test. They may be able to enable/install the required components.</p>
415 <?php } ?>
416 </div>
417
418 <div class="chunk">
419 <p class="footnote">This compatibility test has been borrowed (and slightly adapted by <a href="http://fivefilters.org/content-only/">fivefilters.org</a>) from the one supplied by <a href="http://simplepie.org/">SimplePie.org</a>.</a></p>
420 </div>
421
422 </div>
423
424</div>
425 54
426</body> 55?> \ No newline at end of file
427</html>