From: Nicolas Lœuillet Date: Thu, 1 Aug 2013 16:34:50 +0000 (+0200) Subject: first test for readability import X-Git-Tag: 1.0-beta1~7 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=02ea9f07691adf79f3f9d6cddfb1e045777927b6;p=github%2Fwallabag%2Fwallabag.git first test for readability import --- diff --git a/import.php b/import.php index 72e3eac7..c1ebdf49 100644 --- a/import.php +++ b/import.php @@ -14,37 +14,64 @@ include dirname(__FILE__).'/inc/config.php'; include dirname(__FILE__).'/inc/simple_html_dom.php'; if (!isset($_GET['start'])) { - echo 'Please execute the import script locally, it can take a very long time.
Bye bye Pocket, let\'s go !'; + echo ' + Please execute the import script locally, it can take a very long time.

+ Please choose between Pocket & Readabilty : +
Bye bye Pocket, let\'s go ! +
Bye bye Readability, let\'s go !'; } else { - $html = new simple_html_dom(); - $html->load_file('ril_export.html'); - - $read = 0; - $errors = array(); - foreach($html->find('ul') as $ul) - { - foreach($ul->find('li') as $li) - { - $a = $li->find('a'); - $url = $a[0]->href; + if ($_GET['start'] == 'pocket') { + $html = new simple_html_dom(); + $html->load_file('ril_export.html'); + $read = 0; + $errors = array(); + foreach($html->find('ul') as $ul) + { + foreach($ul->find('li') as $li) + { + $a = $li->find('a'); + $url = $a[0]->href; - action_to_do('add', $url); - if ($read == '1') { - $last_id = $db->getHandle()->lastInsertId(); - $sql_update = "UPDATE entries SET is_read=~is_read WHERE id=?"; - $params_update = array($last_id); - $query_update = $db->getHandle()->prepare($sql_update); - $query_update->execute($params_update); + action_to_do('add', $url); + if ($read == '1') { + $last_id = $db->getHandle()->lastInsertId(); + $sql_update = "UPDATE entries SET is_read=~is_read WHERE id=?"; + $params_update = array($last_id); + $query_update = $db->getHandle()->prepare($sql_update); + $query_update->execute($params_update); + } } + # Pocket génère un fichier HTML avec deux