]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - install/wallabag_compatibility_test.php
Merge pull request #1031 from jlnostr/dev
[github/wallabag/wallabag.git] / install / wallabag_compatibility_test.php
index 3f9ff59f92d3937b576fcc25213941c46b80d37e..61a8e99f0df54f82533ef1c8f4b5e57d58f6491c 100644 (file)
@@ -338,7 +338,7 @@ if (isset($_GET['from'])){
                                                        <?php if ($tidy_ok): ?>
                                                            <li><strong>Tidy:</strong> You have <code>Tidy</code> support installed.  <em>No problems here.</em></li>
                                                        <?php else: ?>
-                                                           <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.</li>
+                                                           <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>
                                                        <?php endif; ?>
                                                    
                                                        <?php if ($curl_ok): ?>
@@ -395,7 +395,7 @@ if (isset($_GET['from'])){
                                <p>You can download the latest version of <?php echo $app_name; ?> from <a href="http://wallabag.org/download">wallabag.org</a>.</p>
                                <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>
                                <?php } else { ?>
-                               <p>You can now <a href="index.php">return to the installation section</a>.</p>
+                               <p>You can now <a href="../index.php">return to the installation section</a>.</p>
                                <?php } ?>
                                <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>
                        <?php //} else if ($php_ok && $xml_ok && $pcre_ok && $mbstring_ok && $allow_url_fopen_ok && $filter_ok) { ?>
@@ -406,7 +406,7 @@ if (isset($_GET['from'])){
                                <p>You can download the latest version of <?php echo $app_name; ?> from <a href="http://wallabag.org/download">wallabag.org</a>.</p>
                                <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>
                                <?php } else { ?>
-                               <p>You can now <a href="index.php">return to the installation section</a>.</p>
+                               <p>You can now <a href="../index.php">return to the installation section</a>.</p>
                                <?php } ?>
                                <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>
                        <?php } else { ?>
@@ -424,4 +424,4 @@ if (isset($_GET['from'])){
 </div>
 
 </body>
-</html>
\ No newline at end of file
+</html>