aboutsummaryrefslogtreecommitdiffhomepage
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall/index.php5
-rw-r--r--install/wallabag_compatibility_test.php4
2 files changed, 5 insertions, 4 deletions
diff --git a/install/index.php b/install/index.php
index fee063bb..ec504160 100755
--- a/install/index.php
+++ b/install/index.php
@@ -208,7 +208,7 @@ else if (isset($_POST['install'])) {
208 <link rel="stylesheet" href="themes/baggy/css/main.css" media="all"> 208 <link rel="stylesheet" href="themes/baggy/css/main.css" media="all">
209 <link rel="stylesheet" href="themes/baggy/css/messages.css" media="all"> 209 <link rel="stylesheet" href="themes/baggy/css/messages.css" media="all">
210 <link rel="stylesheet" href="themes/baggy/css/print.css" media="print"> 210 <link rel="stylesheet" href="themes/baggy/css/print.css" media="print">
211 <script src="themes/default/js/jquery-2.0.3.min.js"></script> 211 <script src="themes/_global/js/jquery-2.0.3.min.js"></script>
212 <script src="themes/baggy/js/init.js"></script> 212 <script src="themes/baggy/js/init.js"></script>
213 </head> 213 </head>
214 <body> 214 <body>
@@ -258,6 +258,7 @@ else if (isset($_POST['install'])) {
258 <?php endif; ?> 258 <?php endif; ?>
259 <?php endif; ?> 259 <?php endif; ?>
260 <p>To install wallabag, you just have to fill the following fields. That's all.</p> 260 <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>
261 <p>Don't forget to check your server compatibility <a href="install/wallabag_compatibility_test.php?from=install">here</a>.</p> 262 <p>Don't forget to check your server compatibility <a href="install/wallabag_compatibility_test.php?from=install">here</a>.</p>
262 <form method="post"> 263 <form method="post">
263 <fieldset> 264 <fieldset>
@@ -371,4 +372,4 @@ php composer.phar install</code></pre></li>
371 }); 372 });
372 </script> 373 </script>
373 </body> 374 </body>
374</html> \ No newline at end of file 375</html>
diff --git a/install/wallabag_compatibility_test.php b/install/wallabag_compatibility_test.php
index 2e78b675..61a8e99f 100644
--- a/install/wallabag_compatibility_test.php
+++ b/install/wallabag_compatibility_test.php
@@ -338,7 +338,7 @@ if (isset($_GET['from'])){
338 <?php if ($tidy_ok): ?> 338 <?php if ($tidy_ok): ?>
339 <li><strong>Tidy:</strong> You have <code>Tidy</code> support installed. <em>No problems here.</em></li> 339 <li><strong>Tidy:</strong> You have <code>Tidy</code> support installed. <em>No problems here.</em></li>
340 <?php else: ?> 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.</li> 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; ?> 342 <?php endif; ?>
343 343
344 <?php if ($curl_ok): ?> 344 <?php if ($curl_ok): ?>
@@ -424,4 +424,4 @@ if (isset($_GET['from'])){
424</div> 424</div>
425 425
426</body> 426</body>
427</html> \ No newline at end of file 427</html>