summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-07-25 12:00:27 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-07-25 12:00:27 +0200
commit0776397028140e6441b22928cc5d7c5d73a54015 (patch)
treeafaf1416cd41ebdf1c3d370834a6525e221cec20
parent8aa4fb4cee2252ceb23f85255b5da1a235bb3827 (diff)
downloadmerchant-0776397028140e6441b22928cc5d7c5d73a54015.tar.gz
merchant-0776397028140e6441b22928cc5d7c5d73a54015.tar.bz2
merchant-0776397028140e6441b22928cc5d7c5d73a54015.zip
calling IMG parser for all articles
-rw-r--r--examples/blog/articles/article_images.php50
m---------examples/blog/web-common0
m---------examples/shop/web-common0
3 files changed, 45 insertions, 5 deletions
diff --git a/examples/blog/articles/article_images.php b/examples/blog/articles/article_images.php
index 4fec29da..b9087e10 100644
--- a/examples/blog/articles/article_images.php
+++ b/examples/blog/articles/article_images.php
@@ -13,10 +13,6 @@
$xpath->registerNamespace('php', 'http://php.net/xpath');
$xpath->registerPhpFunctions('preg_match');
$elements = $xpath->query('//img[php:functionString("preg_match", "@^/essay/[^/]+/data/[^/]+@", @src) > 0]');
- /*
- 1 open final JSON in "append mode"
- 2 append current file's entries
- */
$db_filename = "articles_images.json";
$json_str;
if (file_exists($db_filename))
@@ -35,7 +31,51 @@
/* suppress warnings due to parsing HTML5 */
libxml_use_internal_errors(true);
- /* main: manually call add_article() for each article */
add_article("scrap1_10.html");
add_article("scrap1_11.html");
+ add_article("scrap1_12.html");
+ add_article("scrap1_13.html");
+ add_article("scrap1_14.html");
+ add_article("scrap1_15.html");
+ add_article("scrap1_16.html");
+ add_article("scrap1_17.html");
+ add_article("scrap1_18.html");
+ add_article("scrap1_19.html");
+ add_article("scrap1_1.html");
+ add_article("scrap1_20.html");
+ add_article("scrap1_21.html");
+ add_article("scrap1_22.html");
+ add_article("scrap1_23.html");
+ add_article("scrap1_24.html");
+ add_article("scrap1_25.html");
+ add_article("scrap1_26.html");
+ add_article("scrap1_27.html");
+ add_article("scrap1_28.html");
+ add_article("scrap1_29.html");
+ add_article("scrap1_2.html");
+ add_article("scrap1_30.html");
+ add_article("scrap1_31.html");
+ add_article("scrap1_32.html");
+ add_article("scrap1_33.html");
+ add_article("scrap1_34.html");
+ add_article("scrap1_35.html");
+ add_article("scrap1_36.html");
+ add_article("scrap1_37.html");
+ add_article("scrap1_38.html");
+ add_article("scrap1_39.html");
+ add_article("scrap1_3.html");
+ add_article("scrap1_40.html");
+ add_article("scrap1_41.html");
+ add_article("scrap1_42.html");
+ add_article("scrap1_43.html");
+ add_article("scrap1_46.html");
+ add_article("scrap1_47.html");
+ add_article("scrap1_4.html");
+ add_article("scrap1_5.html");
+ add_article("scrap1_6.html");
+ add_article("scrap1_7.html");
+ add_article("scrap1_8.html");
+ add_article("scrap1_9.html");
+ add_article("scrap1_U.0.html");
+ add_article("scrap1_U.1.html");
?>
diff --git a/examples/blog/web-common b/examples/blog/web-common
-Subproject 026ef2476676ef00b6c2a0cec135a8e64024ee5
+Subproject 80f1e2708dbe4b19349244b611a6167b4b7a98c
diff --git a/examples/shop/web-common b/examples/shop/web-common
-Subproject 026ef2476676ef00b6c2a0cec135a8e64024ee5
+Subproject 80f1e2708dbe4b19349244b611a6167b4b7a98c