From 0226e0ca0dc70f9a0310b3eef045ee1c1e0ca3ac Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 13 Dec 2022 20:00:46 +0300 Subject: split into a separate repo --- .../readability.php/test/ConfigurationTest.php | 92 + .../readability.php/test/ReadabilityTest.php | 203 + .../fivefilters/readability.php/test/TestPage.php | 71 + .../test/test-pages/001/config.json | 3 + .../test/test-pages/001/expected-images.json | 3 + .../test/test-pages/001/expected-metadata.json | 8 + .../test/test-pages/001/expected.html | 132 + .../test/test-pages/001/source.html | 233 + .../test/test-pages/002/expected-images.json | 1 + .../test/test-pages/002/expected-metadata.json | 8 + .../test/test-pages/002/expected.html | 418 + .../test/test-pages/002/source.html | 1131 + .../003-metadata-preferred/expected-images.json | 1 + .../003-metadata-preferred/expected-metadata.json | 8 + .../003-metadata-preferred/expected.html | 19 + .../test-pages/003-metadata-preferred/source.html | 45 + .../expected-images.json | 3 + .../expected-metadata.json | 8 + .../expected.html | 19 + .../source.html | 36 + .../test/test-pages/aclu/config.json | 3 + .../test/test-pages/aclu/expected-images.json | 3 + .../test/test-pages/aclu/expected-metadata.json | 8 + .../test/test-pages/aclu/expected.html | 124 + .../test/test-pages/aclu/source.html | 1264 ++ .../archive-of-our-own/expected-images.json | 1 + .../archive-of-our-own/expected-metadata.json | 8 + .../test-pages/archive-of-our-own/expected.html | 317 + .../test/test-pages/archive-of-our-own/source.html | 1025 + .../test/test-pages/ars-1/config.json | 3 + .../test/test-pages/ars-1/expected-images.json | 4 + .../test/test-pages/ars-1/expected-metadata.json | 8 + .../test/test-pages/ars-1/expected.html | 91 + .../test/test-pages/ars-1/source.html | 634 + .../expected-images.json | 6 + .../expected-metadata.json | 8 + .../base-url-base-element-relative/expected.html | 34 + .../base-url-base-element-relative/source.html | 44 + .../base-url-base-element/expected-images.json | 5 + .../base-url-base-element/expected-metadata.json | 8 + .../test-pages/base-url-base-element/expected.html | 34 + .../test-pages/base-url-base-element/source.html | 44 + .../test/test-pages/base-url/expected-images.json | 6 + .../test-pages/base-url/expected-metadata.json | 8 + .../test/test-pages/base-url/expected.html | 34 + .../test/test-pages/base-url/source.html | 43 + .../basic-tags-cleaning/expected-images.json | 1 + .../basic-tags-cleaning/expected-metadata.json | 8 + .../test-pages/basic-tags-cleaning/expected.html | 18 + .../test-pages/basic-tags-cleaning/source.html | 36 + .../test/test-pages/bbc-1/expected-images.json | 7 + .../test/test-pages/bbc-1/expected-metadata.json | 8 + .../test/test-pages/bbc-1/expected.html | 22 + .../test/test-pages/bbc-1/source.html | 2557 +++ .../test/test-pages/blogger/expected-images.json | 6 + .../test/test-pages/blogger/expected-metadata.json | 8 + .../test/test-pages/blogger/expected.html | 84 + .../test/test-pages/blogger/source.html | 2064 ++ .../test/test-pages/breitbart/config.json | 3 + .../test/test-pages/breitbart/expected-images.json | 4 + .../test-pages/breitbart/expected-metadata.json | 8 + .../test/test-pages/breitbart/expected.html | 47 + .../test/test-pages/breitbart/source.html | 19848 ++++++++++++++++++ .../test-pages/bug-1255978/expected-images.json | 9 + .../test-pages/bug-1255978/expected-metadata.json | 8 + .../test/test-pages/bug-1255978/expected.html | 128 + .../test/test-pages/bug-1255978/source.html | 3404 +++ .../test-pages/buzzfeed-1/expected-images.json | 5 + .../test-pages/buzzfeed-1/expected-metadata.json | 8 + .../test/test-pages/buzzfeed-1/expected.html | 41 + .../test/test-pages/buzzfeed-1/source.html | 5294 +++++ .../test-pages/challenges/expected-images.json | 3 + .../test-pages/challenges/expected-metadata.json | 8 + .../test/test-pages/challenges/expected.html | 35 + .../test/test-pages/challenges/source.html | 1744 ++ .../test/test-pages/citylab-1/expected-images.json | 6 + .../test-pages/citylab-1/expected-metadata.json | 8 + .../test/test-pages/citylab-1/expected.html | 108 + .../test/test-pages/citylab-1/source.html | 683 + .../test-pages/clean-links/expected-images.json | 3 + .../test-pages/clean-links/expected-metadata.json | 8 + .../test/test-pages/clean-links/expected.html | 1387 ++ .../test/test-pages/clean-links/source.html | 1863 ++ .../cnet-svg-classes/expected-images.json | 5 + .../cnet-svg-classes/expected-metadata.json | 8 + .../test/test-pages/cnet-svg-classes/expected.html | 27 + .../test/test-pages/cnet-svg-classes/source.html | 662 + .../test/test-pages/cnet/expected-images.json | 4 + .../test/test-pages/cnet/expected-metadata.json | 8 + .../test/test-pages/cnet/expected.html | 46 + .../test/test-pages/cnet/source.html | 19356 +++++++++++++++++ .../test/test-pages/cnn/expected-images.json | 3 + .../test/test-pages/cnn/expected-metadata.json | 8 + .../test/test-pages/cnn/expected.html | 48 + .../test/test-pages/cnn/source.html | 4190 ++++ .../expected-images.json | 1 + .../expected-metadata.json | 8 + .../comment-inside-script-parsing/expected.html | 18 + .../comment-inside-script-parsing/source.html | 34 + .../daringfireball-1/expected-images.json | 3 + .../daringfireball-1/expected-metadata.json | 8 + .../test/test-pages/daringfireball-1/expected.html | 30 + .../test/test-pages/daringfireball-1/source.html | 151 + .../test-pages/data-url-image/expected-images.json | 6 + .../data-url-image/expected-metadata.json | 8 + .../test/test-pages/data-url-image/expected.html | 11 + .../test/test-pages/data-url-image/source.html | 19 + .../expected-images.json | 7 + .../expected-metadata.json | 8 + .../different-sources-for-images/expected.html | 24 + .../different-sources-for-images/source.html | 33 + .../test-pages/dropbox-blog/expected-images.json | 5 + .../test-pages/dropbox-blog/expected-metadata.json | 8 + .../test/test-pages/dropbox-blog/expected.html | 527 + .../test/test-pages/dropbox-blog/source.html | 868 + .../test/test-pages/ebb-org/expected-images.json | 1 + .../test/test-pages/ebb-org/expected-metadata.json | 8 + .../test/test-pages/ebb-org/expected.html | 56 + .../test/test-pages/ebb-org/source.html | 485 + .../test/test-pages/ehow-1/config.json | 3 + .../test/test-pages/ehow-1/expected-images.json | 14 + .../test/test-pages/ehow-1/expected-metadata.json | 8 + .../test/test-pages/ehow-1/expected.html | 102 + .../test/test-pages/ehow-1/source.html | 934 + .../test/test-pages/ehow-2/expected-images.json | 13 + .../test/test-pages/ehow-2/expected-metadata.json | 8 + .../test/test-pages/ehow-2/expected.html | 148 + .../test/test-pages/ehow-2/source.html | 1621 ++ .../embedded-videos/expected-images.json | 1 + .../embedded-videos/expected-metadata.json | 8 + .../test/test-pages/embedded-videos/expected.html | 26 + .../test/test-pages/embedded-videos/source.html | 43 + .../test/test-pages/engadget/expected-images.json | 13 + .../test-pages/engadget/expected-metadata.json | 8 + .../test/test-pages/engadget/expected.html | 331 + .../test/test-pages/engadget/source.html | 3513 ++++ .../test/test-pages/folha/expected-images.json | 3 + .../test/test-pages/folha/expected-metadata.json | 8 + .../test/test-pages/folha/expected.html | 24 + .../test/test-pages/folha/source.html | 2518 +++ .../test/test-pages/fortressofsolitude/config.json | 3 + .../fortressofsolitude/expected-images.json | 4 + .../fortressofsolitude/expected-metadata.json | 8 + .../test-pages/fortressofsolitude/expected.html | 1 + .../test/test-pages/fortressofsolitude/source.html | 141 + .../test/test-pages/gmw/expected-images.json | 6 + .../test/test-pages/gmw/expected-metadata.json | 8 + .../test/test-pages/gmw/expected.html | 58 + .../test/test-pages/gmw/source.html | 2103 ++ .../google-sre-book-1/expected-images.json | 1 + .../google-sre-book-1/expected-metadata.json | 8 + .../test-pages/google-sre-book-1/expected.html | 458 + .../test/test-pages/google-sre-book-1/source.html | 742 + .../test-pages/guardian-1/expected-images.json | 16 + .../test-pages/guardian-1/expected-metadata.json | 8 + .../test/test-pages/guardian-1/expected.html | 297 + .../test/test-pages/guardian-1/source.html | 1369 ++ .../test/test-pages/heise/expected-images.json | 4 + .../test/test-pages/heise/expected-metadata.json | 8 + .../test/test-pages/heise/expected.html | 34 + .../test/test-pages/heise/source.html | 887 + .../test-pages/herald-sun-1/expected-images.json | 3 + .../test-pages/herald-sun-1/expected-metadata.json | 8 + .../test/test-pages/herald-sun-1/expected.html | 21 + .../test/test-pages/herald-sun-1/source.html | 1193 ++ .../test-pages/hidden-nodes/expected-images.json | 1 + .../test-pages/hidden-nodes/expected-metadata.json | 8 + .../test/test-pages/hidden-nodes/expected.html | 14 + .../test/test-pages/hidden-nodes/source.html | 29 + .../test-pages/hukumusume/expected-images.json | 10 + .../test-pages/hukumusume/expected-metadata.json | 8 + .../test/test-pages/hukumusume/expected.html | 227 + .../test/test-pages/hukumusume/source.html | 356 + .../test/test-pages/iab-1/expected-images.json | 4 + .../test/test-pages/iab-1/expected-metadata.json | 8 + .../test/test-pages/iab-1/expected.html | 29 + .../test/test-pages/iab-1/source.html | 1103 + .../test/test-pages/ietf-1/expected-images.json | 1 + .../test/test-pages/ietf-1/expected-metadata.json | 8 + .../test/test-pages/ietf-1/expected.html | 1115 + .../test/test-pages/ietf-1/source.html | 1269 ++ .../test/test-pages/infobae/expected-images.json | 7 + .../test/test-pages/infobae/expected-metadata.json | 8 + .../test/test-pages/infobae/expected.html | 1 + .../test/test-pages/infobae/source.html | 35 + .../js-link-replacement/expected-images.json | 1 + .../js-link-replacement/expected-metadata.json | 8 + .../test-pages/js-link-replacement/expected.html | 7 + .../test-pages/js-link-replacement/source.html | 14 + .../test-pages/keep-images/expected-images.json | 17 + .../test-pages/keep-images/expected-metadata.json | 8 + .../test/test-pages/keep-images/expected.html | 434 + .../test/test-pages/keep-images/source.html | 833 + .../keep-tabular-data/expected-images.json | 19 + .../keep-tabular-data/expected-metadata.json | 8 + .../test-pages/keep-tabular-data/expected.html | 524 + .../test/test-pages/keep-tabular-data/source.html | 740 + .../test/test-pages/la-nacion/expected-images.json | 4 + .../test-pages/la-nacion/expected-metadata.json | 8 + .../test/test-pages/la-nacion/expected.html | 96 + .../test/test-pages/la-nacion/source.html | 700 + .../test-pages/lazy-image-1/expected-images.json | 12 + .../test-pages/lazy-image-1/expected-metadata.json | 8 + .../test/test-pages/lazy-image-1/expected.html | 343 + .../test/test-pages/lazy-image-1/source.html | 1277 ++ .../test-pages/lazy-image-2/expected-images.json | 3 + .../test-pages/lazy-image-2/expected-metadata.json | 8 + .../test/test-pages/lazy-image-2/expected.html | 1108 + .../test/test-pages/lazy-image-2/source.html | 3868 ++++ .../test-pages/lazy-image-3/expected-images.json | 4 + .../test-pages/lazy-image-3/expected-metadata.json | 8 + .../test/test-pages/lazy-image-3/expected.html | 8 + .../test/test-pages/lazy-image-3/source.html | 21 + .../test/test-pages/lemonde-1/expected-images.json | 3 + .../test-pages/lemonde-1/expected-metadata.json | 8 + .../test/test-pages/lemonde-1/expected.html | 41 + .../test/test-pages/lemonde-1/source.html | 1117 + .../test/test-pages/lemonde-2/expected-images.json | 3 + .../test-pages/lemonde-2/expected-metadata.json | 8 + .../test/test-pages/lemonde-2/expected.html | 14 + .../test/test-pages/lemonde-2/source.html | 1353 ++ .../test-pages/liberation-1/expected-images.json | 3 + .../test-pages/liberation-1/expected-metadata.json | 8 + .../test/test-pages/liberation-1/expected.html | 16 + .../test/test-pages/liberation-1/source.html | 1803 ++ .../expected-images.json | 11 + .../expected-metadata.json | 8 + .../lifehacker-post-comment-load/expected.html | 659 + .../lifehacker-post-comment-load/source.html | 1305 ++ .../lifehacker-working/expected-images.json | 11 + .../lifehacker-working/expected-metadata.json | 8 + .../test-pages/lifehacker-working/expected.html | 659 + .../test/test-pages/lifehacker-working/source.html | 1241 ++ .../links-in-tables/expected-images.json | 5 + .../links-in-tables/expected-metadata.json | 8 + .../test/test-pages/links-in-tables/expected.html | 179 + .../test/test-pages/links-in-tables/source.html | 3165 +++ .../test/test-pages/lwn-1/config.json | 3 + .../test/test-pages/lwn-1/expected-images.json | 6 + .../test/test-pages/lwn-1/expected-metadata.json | 8 + .../test/test-pages/lwn-1/expected.html | 655 + .../test/test-pages/lwn-1/source.html | 820 + .../test/test-pages/marketwatch/config.json | 4 + .../test-pages/marketwatch/expected-images.json | 5 + .../test-pages/marketwatch/expected-metadata.json | 8 + .../test/test-pages/marketwatch/expected.html | 98 + .../test/test-pages/marketwatch/source.html | 1453 ++ .../medicalnewstoday/expected-images.json | 4 + .../medicalnewstoday/expected-metadata.json | 8 + .../test/test-pages/medicalnewstoday/expected.html | 102 + .../test/test-pages/medicalnewstoday/source.html | 2012 ++ .../test/test-pages/medium-1/expected-images.json | 10 + .../test-pages/medium-1/expected-metadata.json | 8 + .../test/test-pages/medium-1/expected.html | 324 + .../test/test-pages/medium-1/source.html | 705 + .../test/test-pages/medium-2/expected-images.json | 3 + .../test-pages/medium-2/expected-metadata.json | 8 + .../test/test-pages/medium-2/expected.html | 1 + .../test/test-pages/medium-2/source.html | 14 + .../test/test-pages/medium-3/expected-images.json | 7 + .../test-pages/medium-3/expected-metadata.json | 8 + .../test/test-pages/medium-3/expected.html | 688 + .../test/test-pages/medium-3/source.html | 1645 ++ .../test/test-pages/mercurial/expected-images.json | 1 + .../test-pages/mercurial/expected-metadata.json | 8 + .../test/test-pages/mercurial/expected.html | 738 + .../test/test-pages/mercurial/source.html | 979 + .../metadata-content-missing/expected-images.json | 1 + .../expected-metadata.json | 8 + .../metadata-content-missing/expected.html | 19 + .../metadata-content-missing/source.html | 33 + .../missing-paragraphs/expected-images.json | 1 + .../missing-paragraphs/expected-metadata.json | 8 + .../test-pages/missing-paragraphs/expected.html | 50 + .../test/test-pages/missing-paragraphs/source.html | 64 + .../test/test-pages/mozilla-1/expected-images.json | 9 + .../test-pages/mozilla-1/expected-metadata.json | 8 + .../test/test-pages/mozilla-1/expected.html | 96 + .../test/test-pages/mozilla-1/source.html | 1348 ++ .../test/test-pages/mozilla-2/expected-images.json | 11 + .../test-pages/mozilla-2/expected-metadata.json | 8 + .../test/test-pages/mozilla-2/expected.html | 97 + .../test/test-pages/mozilla-2/source.html | 408 + .../test/test-pages/msn/expected-images.json | 4 + .../test/test-pages/msn/expected-metadata.json | 8 + .../test/test-pages/msn/expected.html | 22 + .../test/test-pages/msn/source.html | 13010 ++++++++++++ .../normalize-spaces/expected-images.json | 1 + .../normalize-spaces/expected-metadata.json | 8 + .../test/test-pages/normalize-spaces/expected.html | 26 + .../test/test-pages/normalize-spaces/source.html | 35 + .../test/test-pages/nytimes-1/expected-images.json | 4 + .../test-pages/nytimes-1/expected-metadata.json | 8 + .../test/test-pages/nytimes-1/expected.html | 75 + .../test/test-pages/nytimes-1/source.html | 5530 +++++ .../test/test-pages/nytimes-2/expected-images.json | 4 + .../test-pages/nytimes-2/expected-metadata.json | 8 + .../test/test-pages/nytimes-2/expected.html | 81 + .../test/test-pages/nytimes-2/source.html | 5236 +++++ .../test/test-pages/nytimes-3/expected-images.json | 11 + .../test-pages/nytimes-3/expected-metadata.json | 8 + .../test/test-pages/nytimes-3/expected.html | 267 + .../test/test-pages/nytimes-3/source.html | 1638 ++ .../test/test-pages/nytimes-4/expected-images.json | 4 + .../test-pages/nytimes-4/expected-metadata.json | 8 + .../test/test-pages/nytimes-4/expected.html | 214 + .../test/test-pages/nytimes-4/source.html | 3896 ++++ .../test/test-pages/pixnet/expected-images.json | 48 + .../test/test-pages/pixnet/expected-metadata.json | 8 + .../test/test-pages/pixnet/expected.html | 280 + .../test/test-pages/pixnet/source.html | 4372 ++++ .../remove-aria-hidden/expected-images.json | 1 + .../remove-aria-hidden/expected-metadata.json | 8 + .../test-pages/remove-aria-hidden/expected.html | 7 + .../test/test-pages/remove-aria-hidden/source.html | 19 + .../remove-extra-brs/expected-images.json | 1 + .../remove-extra-brs/expected-metadata.json | 8 + .../test/test-pages/remove-extra-brs/expected.html | 16 + .../test/test-pages/remove-extra-brs/source.html | 32 + .../remove-extra-paragraphs/expected-images.json | 1 + .../remove-extra-paragraphs/expected-metadata.json | 8 + .../remove-extra-paragraphs/expected.html | 23 + .../test-pages/remove-extra-paragraphs/source.html | 41 + .../remove-script-tags/expected-images.json | 1 + .../remove-script-tags/expected-metadata.json | 8 + .../test-pages/remove-script-tags/expected.html | 19 + .../test/test-pages/remove-script-tags/source.html | 43 + .../reordering-paragraphs/expected-images.json | 1 + .../reordering-paragraphs/expected-metadata.json | 8 + .../test-pages/reordering-paragraphs/expected.html | 28 + .../test-pages/reordering-paragraphs/source.html | 34 + .../test-pages/replace-brs/expected-images.json | 1 + .../test-pages/replace-brs/expected-metadata.json | 8 + .../test/test-pages/replace-brs/expected.html | 14 + .../test/test-pages/replace-brs/source.html | 28 + .../replace-font-tags/expected-images.json | 1 + .../replace-font-tags/expected-metadata.json | 8 + .../test-pages/replace-font-tags/expected.html | 18 + .../test/test-pages/replace-font-tags/source.html | 28 + .../test/test-pages/rtl-1/expected-images.json | 1 + .../test/test-pages/rtl-1/expected-metadata.json | 8 + .../test/test-pages/rtl-1/expected.html | 14 + .../test/test-pages/rtl-1/source.html | 26 + .../test/test-pages/rtl-2/expected-images.json | 1 + .../test/test-pages/rtl-2/expected-metadata.json | 8 + .../test/test-pages/rtl-2/expected.html | 14 + .../test/test-pages/rtl-2/source.html | 26 + .../test/test-pages/rtl-3/expected-images.json | 1 + .../test/test-pages/rtl-3/expected-metadata.json | 8 + .../test/test-pages/rtl-3/expected.html | 14 + .../test/test-pages/rtl-3/source.html | 26 + .../test/test-pages/rtl-4/expected-images.json | 1 + .../test/test-pages/rtl-4/expected-metadata.json | 8 + .../test/test-pages/rtl-4/expected.html | 14 + .../test/test-pages/rtl-4/source.html | 26 + .../test/test-pages/salon-1/expected-images.json | 3 + .../test/test-pages/salon-1/expected-metadata.json | 8 + .../test/test-pages/salon-1/expected.html | 206 + .../test/test-pages/salon-1/source.html | 2513 +++ .../test-pages/seattletimes-1/expected-images.json | 4 + .../seattletimes-1/expected-metadata.json | 8 + .../test/test-pages/seattletimes-1/expected.html | 179 + .../test/test-pages/seattletimes-1/source.html | 1659 ++ .../test-pages/simplyfound-1/expected-images.json | 3 + .../simplyfound-1/expected-metadata.json | 8 + .../test/test-pages/simplyfound-1/expected.html | 18 + .../test/test-pages/simplyfound-1/source.html | 426 + .../test-pages/social-buttons/expected-images.json | 1 + .../social-buttons/expected-metadata.json | 8 + .../test/test-pages/social-buttons/expected.html | 34 + .../test/test-pages/social-buttons/source.html | 54 + .../style-tags-removal/expected-images.json | 1 + .../style-tags-removal/expected-metadata.json | 8 + .../test-pages/style-tags-removal/expected.html | 21 + .../test/test-pages/style-tags-removal/source.html | 42 + .../test-pages/svg-parsing/expected-images.json | 1 + .../test-pages/svg-parsing/expected-metadata.json | 8 + .../test/test-pages/svg-parsing/expected.html | 38 + .../test/test-pages/svg-parsing/source.html | 44 + .../table-style-attributes/expected-images.json | 3 + .../table-style-attributes/expected-metadata.json | 8 + .../table-style-attributes/expected.html | 122 + .../test-pages/table-style-attributes/source.html | 167 + .../test/test-pages/telegraph/expected-images.json | 3 + .../test-pages/telegraph/expected-metadata.json | 8 + .../test/test-pages/telegraph/expected.html | 20 + .../test/test-pages/telegraph/source.html | 1821 ++ .../title-and-h1-discrepancy/expected-images.json | 1 + .../expected-metadata.json | 8 + .../title-and-h1-discrepancy/expected.html | 21 + .../title-and-h1-discrepancy/source.html | 30 + .../test/test-pages/tmz-1/expected-images.json | 6 + .../test/test-pages/tmz-1/expected-metadata.json | 8 + .../test/test-pages/tmz-1/expected.html | 35 + .../test/test-pages/tmz-1/source.html | 1528 ++ .../test-pages/topicseed-1/expected-images.json | 3 + .../test-pages/topicseed-1/expected-metadata.json | 8 + .../test/test-pages/topicseed-1/expected.html | 93 + .../test/test-pages/topicseed-1/source.html | 400 + .../test/test-pages/tumblr/expected-images.json | 3 + .../test/test-pages/tumblr/expected-metadata.json | 8 + .../test/test-pages/tumblr/expected.html | 4 + .../test/test-pages/tumblr/source.html | 793 + .../expected-images.json | 3 + .../expected-metadata.json | 8 + .../expected.html | 174 + .../uses-getfirstelementchild-function/source.html | 421 + .../test/test-pages/v8-blog/expected-images.json | 1 + .../test/test-pages/v8-blog/expected-metadata.json | 8 + .../test/test-pages/v8-blog/expected.html | 178 + .../test/test-pages/v8-blog/source.html | 259 + .../test/test-pages/videos-1/expected-images.json | 3 + .../test-pages/videos-1/expected-metadata.json | 8 + .../test/test-pages/videos-1/expected.html | 309 + .../test/test-pages/videos-1/source.html | 1319 ++ .../test/test-pages/videos-2/expected-images.json | 3 + .../test-pages/videos-2/expected-metadata.json | 8 + .../test/test-pages/videos-2/expected.html | 107 + .../test/test-pages/videos-2/source.html | 2043 ++ .../test/test-pages/wapo-1/expected-images.json | 4 + .../test/test-pages/wapo-1/expected-metadata.json | 8 + .../test/test-pages/wapo-1/expected.html | 147 + .../test/test-pages/wapo-1/source.html | 1560 ++ .../test/test-pages/wapo-2/expected-images.json | 5 + .../test/test-pages/wapo-2/expected-metadata.json | 8 + .../test/test-pages/wapo-2/expected.html | 103 + .../test/test-pages/wapo-2/source.html | 1038 + .../test/test-pages/webmd-1/config.json | 3 + .../test/test-pages/webmd-1/expected-images.json | 3 + .../test/test-pages/webmd-1/expected-metadata.json | 8 + .../test/test-pages/webmd-1/expected.html | 48 + .../test/test-pages/webmd-1/source.html | 2411 +++ .../test/test-pages/webmd-2/expected-images.json | 3 + .../test/test-pages/webmd-2/expected-metadata.json | 8 + .../test/test-pages/webmd-2/expected.html | 24 + .../test/test-pages/webmd-2/source.html | 1299 ++ .../test/test-pages/wikia/expected-images.json | 6 + .../test/test-pages/wikia/expected-metadata.json | 8 + .../test/test-pages/wikia/expected.html | 27 + .../test/test-pages/wikia/source.html | 19998 ++++++++++++++++++ .../test-pages/wikipedia-2/expected-images.json | 47 + .../test-pages/wikipedia-2/expected-metadata.json | 8 + .../test/test-pages/wikipedia-2/expected.html | 3107 +++ .../test/test-pages/wikipedia-2/source.html | 7228 +++++++ .../test-pages/wikipedia-3/expected-images.json | 53 + .../test-pages/wikipedia-3/expected-metadata.json | 8 + .../test/test-pages/wikipedia-3/expected.html | 354 + .../test/test-pages/wikipedia-3/source.html | 3757 ++++ .../test/test-pages/wikipedia/expected-images.json | 10 + .../test-pages/wikipedia/expected-metadata.json | 8 + .../test/test-pages/wikipedia/expected.html | 469 + .../test/test-pages/wikipedia/source.html | 1652 ++ .../test/test-pages/wordpress/expected-images.json | 6 + .../test-pages/wordpress/expected-metadata.json | 8 + .../test/test-pages/wordpress/expected.html | 71 + .../test/test-pages/wordpress/source.html | 2228 ++ .../test/test-pages/yahoo-1/expected-images.json | 4 + .../test/test-pages/yahoo-1/expected-metadata.json | 8 + .../test/test-pages/yahoo-1/expected.html | 49 + .../test/test-pages/yahoo-1/source.html | 14670 +++++++++++++ .../test/test-pages/yahoo-2/expected-images.json | 3 + .../test/test-pages/yahoo-2/expected-metadata.json | 8 + .../test/test-pages/yahoo-2/expected.html | 25 + .../test/test-pages/yahoo-2/source.html | 20539 +++++++++++++++++++ .../test/test-pages/yahoo-3/expected-images.json | 4 + .../test/test-pages/yahoo-3/expected-metadata.json | 8 + .../test/test-pages/yahoo-3/expected.html | 45 + .../test/test-pages/yahoo-3/source.html | 14949 ++++++++++++++ .../test/test-pages/yahoo-4/expected-images.json | 3 + .../test/test-pages/yahoo-4/expected-metadata.json | 8 + .../test/test-pages/yahoo-4/expected.html | 7 + .../test/test-pages/yahoo-4/source.html | 1234 ++ .../test/test-pages/youth/expected-images.json | 5 + .../test/test-pages/youth/expected-metadata.json | 8 + .../test/test-pages/youth/expected.html | 30 + .../test/test-pages/youth/source.html | 10982 ++++++++++ 476 files changed, 286580 insertions(+) create mode 100644 vendor/fivefilters/readability.php/test/ConfigurationTest.php create mode 100644 vendor/fivefilters/readability.php/test/ReadabilityTest.php create mode 100644 vendor/fivefilters/readability.php/test/TestPage.php create mode 100644 vendor/fivefilters/readability.php/test/test-pages/001/config.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/001/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/001/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/001/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/001/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/002/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/002/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/002/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/002/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/aclu/config.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/aclu/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/aclu/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/aclu/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/aclu/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ars-1/config.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ars-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ars-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/base-url/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/base-url/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/base-url/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/base-url/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/bbc-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/blogger/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/blogger/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/blogger/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/blogger/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/breitbart/config.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/breitbart/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/breitbart/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/bug-1255978/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/challenges/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/challenges/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/challenges/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/challenges/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/citylab-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/clean-links/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/clean-links/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/cnet/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/cnet/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/cnet/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/cnet/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/cnn/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/cnn/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/cnn/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/cnn/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/data-url-image/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ebb-org/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ehow-1/config.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ehow-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ehow-2/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/embedded-videos/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/engadget/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/engadget/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/engadget/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/engadget/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/folha/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/folha/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/folha/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/folha/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/config.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/gmw/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/gmw/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/gmw/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/gmw/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/guardian-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/heise/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/heise/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/heise/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/heise/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/hukumusume/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/iab-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/iab-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/ietf-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/infobae/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/infobae/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/infobae/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/infobae/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/keep-images/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/keep-images/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/la-nacion/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lemonde-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lemonde-2/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/liberation-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/links-in-tables/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lwn-1/config.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/lwn-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/marketwatch/config.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/marketwatch/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/medium-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/medium-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/medium-2/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/medium-2/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/medium-3/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/medium-3/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/mercurial/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/mercurial/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/mercurial/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/mercurial/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/mozilla-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/mozilla-2/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/msn/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/msn/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/msn/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/msn/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/nytimes-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/nytimes-2/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/nytimes-3/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/nytimes-4/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/pixnet/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/pixnet/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/replace-brs/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/rtl-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/rtl-2/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/rtl-3/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/rtl-4/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/salon-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/salon-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/social-buttons/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/svg-parsing/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/telegraph/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/telegraph/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/tmz-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/topicseed-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/tumblr/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/tumblr/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/v8-blog/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/videos-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/videos-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/videos-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/videos-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/videos-2/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/videos-2/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/videos-2/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/videos-2/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wapo-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wapo-2/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/webmd-1/config.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/webmd-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/webmd-2/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wikia/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wikia/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wikia/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wikia/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wikipedia/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wordpress/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/wordpress/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/yahoo-1/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/yahoo-2/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/yahoo-3/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/yahoo-4/source.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/youth/expected-images.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/youth/expected-metadata.json create mode 100644 vendor/fivefilters/readability.php/test/test-pages/youth/expected.html create mode 100644 vendor/fivefilters/readability.php/test/test-pages/youth/source.html (limited to 'vendor/fivefilters/readability.php/test') diff --git a/vendor/fivefilters/readability.php/test/ConfigurationTest.php b/vendor/fivefilters/readability.php/test/ConfigurationTest.php new file mode 100644 index 0000000..d08065f --- /dev/null +++ b/vendor/fivefilters/readability.php/test/ConfigurationTest.php @@ -0,0 +1,92 @@ +doEqualsAsserts($config, $params); + } + + /** + * @dataProvider getParams + * + * @param array $params + */ + public function testInvalidParameterIsNotInConfig(array $params) + { + $config = new Configuration($params); + $this->assertArrayNotHasKey('invalidParameter', $config->toArray(), 'Invalid param key is not present in config'); + } + + /** + * @param Configuration $config + * @param array $options + */ + private function doEqualsAsserts(Configuration $config, array $options) + { + $this->assertEquals($options['maxTopCandidates'], $config->getMaxTopCandidates()); + $this->assertEquals($options['charThreshold'], $config->getCharThreshold()); + $this->assertEquals($options['articleByLine'], $config->getArticleByLine()); + $this->assertEquals($options['stripUnlikelyCandidates'], $config->getStripUnlikelyCandidates()); + $this->assertEquals($options['cleanConditionally'], $config->getCleanConditionally()); + $this->assertEquals($options['weightClasses'], $config->getWeightClasses()); + $this->assertEquals($options['fixRelativeURLs'], $config->getFixRelativeURLs()); + $this->assertEquals($options['substituteEntities'], $config->getSubstituteEntities()); + $this->assertEquals($options['normalizeEntities'], $config->getNormalizeEntities()); + $this->assertEquals($options['originalURL'], $config->getOriginalURL()); + $this->assertEquals($options['summonCthulhu'], $config->getOriginalURL()); + } + + /** + * @return array + */ + public function getParams() + { + return [[ + 'All current parameters' => [ + 'maxTopCandidates' => 3, + 'wordThreshold' => 500, + 'charThreshold' => 500, + 'articleByLine' => true, + 'stripUnlikelyCandidates' => false, + 'cleanConditionally' => false, + 'weightClasses' => false, + 'fixRelativeURLs' => true, + 'substituteEntities' => true, + 'normalizeEntities' => true, + 'originalURL' => 'my.original.url', + 'summonCthulhu' => 'my.original.url', + 'invalidParameter' => 'invalidParameterValue' + ] + ]]; + } + + /** + * Test if a logger interface can be injected and retrieved from the Configuration object. + */ + public function testLoggerCanBeInjected() + { + $configuration = new Configuration(); + $log = new Logger('Readability'); + $log->pushHandler(new NullHandler()); + + $configuration->setLogger($log); + + $this->assertSame($log, $configuration->getLogger()); + } +} diff --git a/vendor/fivefilters/readability.php/test/ReadabilityTest.php b/vendor/fivefilters/readability.php/test/ReadabilityTest.php new file mode 100644 index 0000000..dafd540 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/ReadabilityTest.php @@ -0,0 +1,203 @@ + 'http://fakehost/test/test.html', + 'FixRelativeURLs' => true, + 'SubstituteEntities' => true, + 'ArticleByLine' => true + ]; + + $configuration = new Configuration(array_merge($testPage->getConfiguration(), $options)); + + $readability = new Readability($configuration); + $readability->parse($testPage->getSourceHTML()); + + // Let's (crudely) remove whitespace between tags here to simplify comparison. + // This isn't used for output. + $from = ['/\>[^\S ]+/s', '/[^\S ]+\ ', '<', '\\1', '><']; + $expected_no_whitespace = preg_replace($from, $to, $testPage->getExpectedHTML()); + $readability_no_whitespace = preg_replace($from, $to, $readability->getContent()); + + if (getenv('output-changes') && $expected_no_whitespace !== $readability_no_whitespace) { + @mkdir(__DIR__.'/changed/'.$testPage->getSlug()); + $new_expected = __DIR__.'/changed/'.$testPage->getSlug().'/expected.html'; + $old_expected = __DIR__.'/test-pages/'.$testPage->getSlug().'/expected.html'; + //file_put_contents(__DIR__.'/changed/'.$testPage->getSlug().'/readability.html', $readability_no_whitespace); + //file_put_contents(__DIR__.'/changed/'.$testPage->getSlug().'/expected-current.html', $expected_no_whitespace); + file_put_contents($new_expected, $readability->getContent()); + if (getenv('output-diff')) { + file_put_contents(__DIR__.'/changed/'.$testPage->getSlug().'/diff-expected.txt', shell_exec(sprintf('diff -u -d %s %s', $old_expected, $new_expected))); + } + + } + + $this->assertSame($expected_no_whitespace, $readability_no_whitespace, 'Parsed text does not match the expected one.'); + + //$this->assertSame($testPage->getExpectedHTML(), $readability->getContent(), 'Parsed text does not match the expected one.'); + //$this->assertXmlStringEqualsXmlString($testPage->getExpectedHTML(), $readability->getContent(), 'Parsed text does not match the expected one.'); + } + + /** + * Test that Readability parses the HTML correctly and matches the expected result. + * + * @dataProvider getSamplePages + * + * @param TestPage $testPage + * + * @throws ParseException + */ + public function testReadabilityParsesMetadata(TestPage $testPage) + { + $options = ['OriginalURL' => 'http://fakehost/test/test.html', + 'FixRelativeURLs' => true, + 'SubstituteEntities' => true, + 'ArticleByLine' => true + ]; + + $configuration = new Configuration(array_merge($testPage->getConfiguration(), $options)); + + $readability = new Readability($configuration); + $readability->parse($testPage->getSourceHTML()); + + $metadata = [ + 'Author' => $readability->getAuthor(), + 'Direction' => $readability->getDirection(), + 'Excerpt' => $readability->getExcerpt(), + 'Image' => $readability->getImage(), + 'Title' => $readability->getTitle(), + 'SiteName' => $readability->getSiteName() + ]; + + if (getenv('output-changes') && (array)$testPage->getExpectedMetadata() !== $metadata) { + @mkdir(__DIR__.'/changed/'.$testPage->getSlug()); + $new_expected = __DIR__.'/changed/'.$testPage->getSlug().'/expected-metadata.json'; + $old_expected = __DIR__.'/test-pages/'.$testPage->getSlug().'/expected-metadata.json'; + //file_put_contents(__DIR__.'/changed/'.$testPage->getSlug().'/expected-metadata-current.json', json_encode($testPage->getExpectedMetadata(), JSON_PRETTY_PRINT)); + file_put_contents($new_expected, json_encode((object)$metadata, JSON_PRETTY_PRINT)); + if (getenv('output-diff')) { + file_put_contents(__DIR__.'/changed/'.$testPage->getSlug().'/diff-expected-metadata.txt', shell_exec(sprintf('diff -u -d %s %s', $old_expected, $new_expected))); + } + } + + $this->assertSame($testPage->getExpectedMetadata()->Author, $readability->getAuthor(), 'Parsed Author does not match expected value.'); + $this->assertSame($testPage->getExpectedMetadata()->Direction, $readability->getDirection(), 'Parsed Direction does not match expected value.'); + $this->assertSame($testPage->getExpectedMetadata()->Excerpt, $readability->getExcerpt(), 'Parsed Excerpt does not match expected value.'); + $this->assertSame($testPage->getExpectedMetadata()->Image, $readability->getImage(), 'Parsed Image does not match expected value.'); + $this->assertSame($testPage->getExpectedMetadata()->Title, $readability->getTitle(), 'Parsed Title does not match expected value.'); + } + + /** + * Test that Readability returns all the expected images from the test page. + * + * @param TestPage $testPage + * @dataProvider getSamplePages + * + * @throws ParseException + */ + public function testHTMLParserParsesImages(TestPage $testPage) + { + $options = ['OriginalURL' => 'http://fakehost/test/test.html', + 'fixRelativeURLs' => true, + 'substituteEntities' => true, + ]; + + $configuration = new Configuration(array_merge($testPage->getConfiguration(), $options)); + + $readability = new Readability($configuration); + $readability->parse($testPage->getSourceHTML()); + + if (getenv('output-changes') && $testPage->getExpectedImages() !== array_values($readability->getImages())) { + @mkdir(__DIR__.'/changed/'.$testPage->getSlug()); + $new_expected = __DIR__.'/changed/'.$testPage->getSlug().'/expected-images.json'; + $old_expected = __DIR__.'/test-pages/'.$testPage->getSlug().'/expected-images.json'; + //file_put_contents(__DIR__.'/changed/'.$testPage->getSlug().'/expected-images-current.json', json_encode($testPage->getExpectedImages(), JSON_PRETTY_PRINT)); + file_put_contents($new_expected, json_encode(array_values($readability->getImages()), JSON_PRETTY_PRINT)); + if (getenv('output-diff')) { + file_put_contents(__DIR__.'/changed/'.$testPage->getSlug().'/diff-expected-images.txt', shell_exec(sprintf('diff -u -d %s %s', $old_expected, $new_expected))); + } + } + + $this->assertSame($testPage->getExpectedImages(), array_values($readability->getImages())); + } + + /** + * Main data provider. + * + * @return \Generator + */ + public function getSamplePages() + { + $path = pathinfo(__FILE__, PATHINFO_DIRNAME) . DIRECTORY_SEPARATOR . 'test-pages'; + $testPages = scandir($path); + + foreach (array_slice($testPages, 2) as $testPage) { + $testCasePath = $path . DIRECTORY_SEPARATOR . $testPage . DIRECTORY_SEPARATOR; + + $slug = $testPage; + $source = file_get_contents($testCasePath . 'source.html'); + $expectedHTML = file_exists($testCasePath . 'expected.html') ? file_get_contents($testCasePath . 'expected.html') : ''; + $expectedImages = file_exists($testCasePath . 'expected-images.json') ? json_decode(file_get_contents($testCasePath . 'expected-images.json'), true) : []; + $expectedMetadata = file_exists($testCasePath . 'expected-metadata.json') ? json_decode(file_get_contents($testCasePath . 'expected-metadata.json')) : (object)[]; + $configuration = file_exists($testCasePath . 'config.json') ? json_decode(file_get_contents($testCasePath . 'config.json'), true) : []; + + yield $testPage => [new TestPage($slug, $configuration, $source, $expectedHTML, $expectedImages, $expectedMetadata)]; + } + } + + /** + * Test that Readability throws an exception with malformed HTML. + * + * @throws ParseException + */ + public function testReadabilityThrowsExceptionWithMalformedHTML() + { + $parser = new Readability(new Configuration()); + $this->expectException(ParseException::class); + $this->expectExceptionMessage('Invalid or incomplete HTML.'); + $parser->parse(''); + } + + /** + * Test that Readability throws an exception with incomplete or short HTML. + * + * @throws ParseException + */ + public function testReadabilityThrowsExceptionWithUnparseableHTML() + { + $parser = new Readability(new Configuration()); + $this->expectException(ParseException::class); + $this->expectExceptionMessage('Could not parse text.'); + $parser->parse('

'); + } + + /** + * Test that the Readability object has no content as soon as it is instantiated. + */ + public function testReadabilityCallGetContentWithNoContent() + { + $parser = new Readability(new Configuration()); + $this->assertNull($parser->getContent()); + } +} diff --git a/vendor/fivefilters/readability.php/test/TestPage.php b/vendor/fivefilters/readability.php/test/TestPage.php new file mode 100644 index 0000000..8cce347 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/TestPage.php @@ -0,0 +1,71 @@ +slug = $slug; + $this->configuration = $configuration; + $this->sourceHTML = $sourceHTML; + $this->expectedHTML = $expectedHTML; + $this->expectedImages = $expectedImages; + $this->expectedMetadata = $expectedMetadata; + } + + /** + * @return string + */ + public function getSlug() + { + return $this->slug; + } + + /** + * @return array + */ + public function getConfiguration() + { + return $this->configuration; + } + + /** + * @return string + */ + public function getSourceHTML() + { + return $this->sourceHTML; + } + + /** + * @return string + */ + public function getExpectedHTML() + { + return $this->expectedHTML; + } + + /** + * @return mixed + */ + public function getExpectedImages() + { + return $this->expectedImages; + } + + /** + * @return \stdClass + */ + public function getExpectedMetadata() + { + return $this->expectedMetadata; + } +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/001/config.json b/vendor/fivefilters/readability.php/test/test-pages/001/config.json new file mode 100644 index 0000000..0ac6816 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/001/config.json @@ -0,0 +1,3 @@ +{ + "ArticleByLine": true +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/001/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/001/expected-images.json new file mode 100644 index 0000000..5bed34d --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/001/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/fakehost\/static\/code\/2013\/blanket-coverage.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/001/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/001/expected-metadata.json new file mode 100644 index 0000000..52dafa1 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/001/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Nicolas Perriault —", + "Direction": null, + "Excerpt": "Nicolas Perriault's homepage.", + "Image": null, + "Title": "Get your Frontend JavaScript Code Covered | Code", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/001/expected.html b/vendor/fivefilters/readability.php/test/test-pages/001/expected.html new file mode 100644 index 0000000..0998436 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/001/expected.html @@ -0,0 +1,132 @@ +
+

So finally you're testing your frontend JavaScript code? Great! The more you +write tests, the more confident you are with your code… but how much precisely? +That's where code coverage might +help. +

+

The idea behind code coverage is to record which parts of your code (functions, + statements, conditionals and so on) have been executed by your test suite, + to compute metrics out of these data and usually to provide tools for navigating + and inspecting them.

+

Not a lot of frontend developers I know actually test their frontend code, + and I can barely imagine how many of them have ever setup code coverage… + Mostly because there are not many frontend-oriented tools in this area + I guess.

+

Actually I've only found one which provides an adapter for Mocha and + actually works…

+
+

Drinking game for web devs: +
(1) Think of a noun +
(2) Google "<noun>.js" +
(3) If a library with that name exists - drink

— Shay Friedman (@ironshay) + August 22, 2013 +
+

Blanket.js is an easy to install, easy to configure, +and easy to use JavaScript code coverage library that works both in-browser and +with nodejs. +

+

Its use is dead easy, adding Blanket support to your Mocha test suite + is just matter of adding this simple line to your HTML test file:

+
<script src="vendor/blanket.js"
+        data-cover-adapter="vendor/mocha-blanket.js"></script>
+
+ +

Source files: blanket.js, + mocha-blanket.js +

+

As an example, let's reuse the silly Cow example we used + in a previous episode:

+
// cow.js
+(function(exports) {
+  "use strict";
+
+  function Cow(name) {
+    this.name = name || "Anon cow";
+  }
+  exports.Cow = Cow;
+
+  Cow.prototype = {
+    greets: function(target) {
+      if (!target)
+        throw new Error("missing target");
+      return this.name + " greets " + target;
+    }
+  };
+})(this);
+
+ +

And its test suite, powered by Mocha and Chai:

+
var expect = chai.expect;
+
+describe("Cow", function() {
+  describe("constructor", function() {
+    it("should have a default name", function() {
+      var cow = new Cow();
+      expect(cow.name).to.equal("Anon cow");
+    });
+
+    it("should set cow's name if provided", function() {
+      var cow = new Cow("Kate");
+      expect(cow.name).to.equal("Kate");
+    });
+  });
+
+  describe("#greets", function() {
+    it("should greet passed target", function() {
+      var greetings = (new Cow("Kate")).greets("Baby");
+      expect(greetings).to.equal("Kate greets Baby");
+    });
+  });
+});
+
+ +

Let's create the HTML test file for it, featuring Blanket and its adapter + for Mocha:

+
<!DOCTYPE html>
+<html>
+<head>
+  <meta charset="utf-8">
+  <title>Test</title>
+  <link rel="stylesheet" media="all" href="vendor/mocha.css">
+</head>
+<body>
+  <div id="mocha"></div>
+  <div id="messages"></div>
+  <div id="fixtures"></div>
+  <script src="vendor/mocha.js"></script>
+  <script src="vendor/chai.js"></script>
+  <script src="vendor/blanket.js"
+          data-cover-adapter="vendor/mocha-blanket.js"></script>
+  <script>mocha.setup('bdd');</script>
+  <script src="cow.js" data-cover></script>
+  <script src="cow_test.js"></script>
+  <script>mocha.run();</script>
+</body>
+</html>
+
+ +

Notes:

+ +

Running the tests now gives us something like this:

+

+ screenshot +

+

As you can see, the report at the bottom highlights that we haven't actually + tested the case where an error is raised in case a target name is missing. + We've been informed of that, nothing more, nothing less. We simply know + we're missing a test here. Isn't this cool? I think so!

+

Just remember that code coverage will only bring you numbers and + raw information, not actual proofs that the whole of your code logic has + been actually covered. If you ask me, the best inputs you can get about + your code logic and implementation ever are the ones issued out of pair programming +sessions + and code reviews — + but that's another story.

+

So is code coverage silver bullet? No. Is it useful? Definitely. Happy testing! +

+
\ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/001/source.html b/vendor/fivefilters/readability.php/test/test-pages/001/source.html new file mode 100644 index 0000000..951e874 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/001/source.html @@ -0,0 +1,233 @@ + + + + + + + Get your Frontend JavaScript Code Covered | Code | Nicolas Perriault + + + + + + + + + + + + + + +
+
+

Hi, I'm Nicolas.

+ I code stuff. I take photos. I write rants. + +
+
+
+ +
+

Get your Frontend JavaScript Code Covered

+
+
+

So finally you're testing your frontend JavaScript code? Great! The more you +write tests, the more confident you are with your code… but how much precisely? +That's where code coverage might +help. +

+

The idea behind code coverage is to record which parts of your code (functions, + statements, conditionals and so on) have been executed by your test suite, + to compute metrics out of these data and usually to provide tools for navigating + and inspecting them.

+

Not a lot of frontend developers I know actually test their frontend code, + and I can barely imagine how many of them have ever setup code coverage… + Mostly because there are not many frontend-oriented tools in this area + I guess.

+

Actually I've only found one which provides an adapter for Mocha and + actually works…

+ +

Blanket.js is an easy to install, easy to configure, +and easy to use JavaScript code coverage library that works both in-browser and +with nodejs. +

+

Its use is dead easy, adding Blanket support to your Mocha test suite + is just matter of adding this simple line to your HTML test file:

+
<script src="vendor/blanket.js"
+        data-cover-adapter="vendor/mocha-blanket.js"></script>
+
+ +

Source files: blanket.js, + mocha-blanket.js +

+

As an example, let's reuse the silly Cow example we used + in a previous episode:

+
// cow.js
+(function(exports) {
+  "use strict";
+
+  function Cow(name) {
+    this.name = name || "Anon cow";
+  }
+  exports.Cow = Cow;
+
+  Cow.prototype = {
+    greets: function(target) {
+      if (!target)
+        throw new Error("missing target");
+      return this.name + " greets " + target;
+    }
+  };
+})(this);
+
+ +

And its test suite, powered by Mocha and Chai:

+
var expect = chai.expect;
+
+describe("Cow", function() {
+  describe("constructor", function() {
+    it("should have a default name", function() {
+      var cow = new Cow();
+      expect(cow.name).to.equal("Anon cow");
+    });
+
+    it("should set cow's name if provided", function() {
+      var cow = new Cow("Kate");
+      expect(cow.name).to.equal("Kate");
+    });
+  });
+
+  describe("#greets", function() {
+    it("should greet passed target", function() {
+      var greetings = (new Cow("Kate")).greets("Baby");
+      expect(greetings).to.equal("Kate greets Baby");
+    });
+  });
+});
+
+ +

Let's create the HTML test file for it, featuring Blanket and its adapter + for Mocha:

+
<!DOCTYPE html>
+<html>
+<head>
+  <meta charset="utf-8">
+  <title>Test</title>
+  <link rel="stylesheet" media="all" href="vendor/mocha.css">
+</head>
+<body>
+  <div id="mocha"></div>
+  <div id="messages"></div>
+  <div id="fixtures"></div>
+  <script src="vendor/mocha.js"></script>
+  <script src="vendor/chai.js"></script>
+  <script src="vendor/blanket.js"
+          data-cover-adapter="vendor/mocha-blanket.js"></script>
+  <script>mocha.setup('bdd');</script>
+  <script src="cow.js" data-cover></script>
+  <script src="cow_test.js"></script>
+  <script>mocha.run();</script>
+</body>
+</html>
+
+ +

Notes:

+
    +
  • Notice the data-cover attribute we added to the script tag + loading the source of our library;
  • +
  • The HTML test file must be served over HTTP for the adapter to + be loaded.
  • +
+

Running the tests now gives us something like this:

+

+ screenshot +

+

As you can see, the report at the bottom highlights that we haven't actually + tested the case where an error is raised in case a target name is missing. + We've been informed of that, nothing more, nothing less. We simply know + we're missing a test here. Isn't this cool? I think so!

+

Just remember that code coverage will only bring you numbers and + raw information, not actual proofs that the whole of your code logic has + been actually covered. If you ask me, the best inputs you can get about + your code logic and implementation ever are the ones issued out of pair programming +sessions + and code reviews — + but that's another story.

+

So is code coverage silver bullet? No. Is it useful? Definitely. Happy testing! +

+
+ +
+ +
+
+ + +
+ + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/002/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/002/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/002/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/002/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/002/expected-metadata.json new file mode 100644 index 0000000..74c3859 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/002/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Nikhil Marathe", + "Direction": null, + "Excerpt": "For more than a decade the Web has used XMLHttpRequest (XHR) to achieve asynchronous requests in JavaScript. While very useful, XHR is not a very ...", + "Image": null, + "Title": "This API is so Fetching!", + "SiteName": "Mozilla Hacks – the Web developer blog" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/002/expected.html b/vendor/fivefilters/readability.php/test/test-pages/002/expected.html new file mode 100644 index 0000000..564f9a9 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/002/expected.html @@ -0,0 +1,418 @@ +
+
+

For more than a decade the Web has used XMLHttpRequest (XHR) to achieve + asynchronous requests in JavaScript. While very useful, XHR is not a very + nice API. It suffers from lack of separation of concerns. The input, output + and state are all managed by interacting with one object, and state is + tracked using events. Also, the event-based model doesn’t play well with + JavaScript’s recent focus on Promise- and generator-based asynchronous + programming.

+

The Fetch API intends + to fix most of these problems. It does this by introducing the same primitives + to JS that are used in the HTTP protocol. In addition, it introduces a + utility function fetch() that succinctly captures the intention + of retrieving a resource from the network.

+

The Fetch specification, which + defines the API, nails down the semantics of a user agent fetching a resource. + This, combined with ServiceWorkers, is an attempt to:

+
    +
  1. Improve the offline experience.
  2. +
  3. Expose the building blocks of the Web to the platform as part of the + extensible web movement.
  4. +
+

As of this writing, the Fetch API is available in Firefox 39 (currently + Nightly) and Chrome 42 (currently dev). Github has a Fetch polyfill.

+ +

Feature detection

+ +

Fetch API support can be detected by checking for Headers,Request, Response or fetch on + the window or worker scope.

+ +

Simple fetching

+ +

The most useful, high-level part of the Fetch API is the fetch() function. + In its simplest form it takes a URL and returns a promise that resolves + to the response. The response is captured as a Response object.

+
fetch("/data.json").then(function(res) {
+  // res instanceof Response == true.
+  if (res.ok) {
+    res.json().then(function(data) {
+      console.log(data.entries);
+    });
+  } else {
+    console.log("Looks like the response wasn't perfect, got status", res.status);
+  }
+}, function(e) {
+  console.log("Fetch failed!", e);
+});
+
+

Submitting some parameters, it would look like this:

+
fetch("http://www.example.org/submit.php", {
+  method: "POST",
+  headers: {
+    "Content-Type": "application/x-www-form-urlencoded"
+  },
+  body: "firstName=Nikhil&favColor=blue&password=easytoguess"
+}).then(function(res) {
+  if (res.ok) {
+    alert("Perfect! Your settings are saved.");
+  } else if (res.status == 401) {
+    alert("Oops! You are not authorized.");
+  }
+}, function(e) {
+  alert("Error submitting form!");
+});
+
+

The fetch() function’s arguments are the same as those passed + to the +
+Request() constructor, so you may directly pass arbitrarily + complex requests to fetch() as discussed below.

+ +

Headers

+ +

Fetch introduces 3 interfaces. These are Headers, Request and +
+Response. They map directly to the underlying HTTP concepts, + but have +
certain visibility filters in place for privacy and security reasons, + such as +
supporting CORS rules and ensuring cookies aren’t readable by third parties.

+

The Headers interface is + a simple multi-map of names to values:

+
var content = "Hello World";
+var reqHeaders = new Headers();
+reqHeaders.append("Content-Type", "text/plain"
+reqHeaders.append("Content-Length", content.length.toString());
+reqHeaders.append("X-Custom-Header", "ProcessThisImmediately");
+
+

The same can be achieved by passing an array of arrays or a JS object + literal +
to the constructor:

+
reqHeaders = new Headers({
+  "Content-Type": "text/plain",
+  "Content-Length": content.length.toString(),
+  "X-Custom-Header": "ProcessThisImmediately",
+});
+
+

The contents can be queried and retrieved:

+
console.log(reqHeaders.has("Content-Type")); // true
+console.log(reqHeaders.has("Set-Cookie")); // false
+reqHeaders.set("Content-Type", "text/html");
+reqHeaders.append("X-Custom-Header", "AnotherValue");
+ 
+console.log(reqHeaders.get("Content-Length")); // 11
+console.log(reqHeaders.getAll("X-Custom-Header")); // ["ProcessThisImmediately", "AnotherValue"]
+ 
+reqHeaders.delete("X-Custom-Header");
+console.log(reqHeaders.getAll("X-Custom-Header")); // []
+
+

Some of these operations are only useful in ServiceWorkers, but they provide +
a much nicer API to Headers.

+

Since Headers can be sent in requests, or received in responses, and have + various limitations about what information can and should be mutable, Headers objects + have a guard property. This is not exposed to the Web, but + it affects which mutation operations are allowed on the Headers object. +
Possible values are:

+
    +
  • “none”: default.
  • +
  • “request”: guard for a Headers object obtained from a Request (Request.headers).
  • +
  • “request-no-cors”: guard for a Headers object obtained from a Request + created +
    with mode “no-cors”.
  • +
  • “response”: naturally, for Headers obtained from Response (Response.headers).
  • +
  • “immutable”: Mostly used for ServiceWorkers, renders a Headers object +
    read-only.
  • +
+

The details of how each guard affects the behaviors of the Headers object + are +
in the specification. For example, + you may not append or set a “request” guarded Headers’ “Content-Length” + header. Similarly, inserting “Set-Cookie” into a Response header is not + allowed so that ServiceWorkers may not set cookies via synthesized Responses.

+

All of the Headers methods throw TypeError if name is not a + valid HTTP Header name. The mutation operations will throw TypeError + if there is an immutable guard. Otherwise they fail silently. For example:

+
var res = Response.error();
+try {
+  res.headers.set("Origin", "http://mybank.com");
+} catch(e) {
+  console.log("Cannot pretend to be a bank!");
+}
+
+ +

Request

+ +

The Request interface defines a request to fetch a resource over HTTP. + URL, method and headers are expected, but the Request also allows specifying + a body, a request mode, credentials and cache hints.

+

The simplest Request is of course, just a URL, as you may do to GET a + resource.

+
var req = new Request("/index.html");
+console.log(req.method); // "GET"
+console.log(req.url); // "http://example.com/index.html"
+
+

You may also pass a Request to the Request() constructor to + create a copy. +
(This is not the same as calling the clone() method, which + is covered in +
the “Reading bodies” section.).

+
var copy = new Request(req);
+console.log(copy.method); // "GET"
+console.log(copy.url); // "http://example.com/index.html"
+
+

Again, this form is probably only useful in ServiceWorkers.

+

The non-URL attributes of the Request can only be set by passing + initial +
values as a second argument to the constructor. This argument is a dictionary.

+
var uploadReq = new Request("/uploadImage", {
+  method: "POST",
+  headers: {
+    "Content-Type": "image/png",
+  },
+  body: "image data"
+});
+
+

The Request’s mode is used to determine if cross-origin requests lead + to valid responses, and which properties on the response are readable. + Legal mode values are "same-origin", "no-cors" (default) + and "cors".

+

The "same-origin" mode is simple, if a request is made to another + origin with this mode set, the result is simply an error. You could use + this to ensure that +
a request is always being made to your origin.

+
var arbitraryUrl = document.getElementById("url-input").value;
+fetch(arbitraryUrl, { mode: "same-origin" }).then(function(res) {
+  console.log("Response succeeded?", res.ok);
+}, function(e) {
+  console.log("Please enter a same-origin URL!");
+});
+
+

The "no-cors" mode captures what the web platform does by default + for scripts you import from CDNs, images hosted on other domains, and so + on. First, it prevents the method from being anything other than “HEAD”, + “GET” or “POST”. Second, if any ServiceWorkers intercept these requests, + they may not add or override any headers except for these. + Third, JavaScript may not access any properties of the resulting Response. + This ensures that ServiceWorkers do not affect the semantics of the Web + and prevents security and privacy issues that could arise from leaking + data across domains.

+

"cors" mode is what you’ll usually use to make known cross-origin + requests to access various APIs offered by other vendors. These are expected + to adhere to +
the CORS protocol. + Only a limited set of + headers is exposed in the Response, but the body is readable. For example, + you could get a list of Flickr’s most interesting photos + today like this:

+
var u = new URLSearchParams();
+u.append('method', 'flickr.interestingness.getList');
+u.append('api_key', '<insert api key here>');
+u.append('format', 'json');
+u.append('nojsoncallback', '1');
+ 
+var apiCall = fetch('https://api.flickr.com/services/rest?' + u);
+ 
+apiCall.then(function(response) {
+  return response.json().then(function(json) {
+    // photo is a list of photos.
+    return json.photos.photo;
+  });
+}).then(function(photos) {
+  photos.forEach(function(photo) {
+    console.log(photo.title);
+  });
+});
+
+

You may not read out the “Date” header since Flickr does not allow it + via +
+Access-Control-Expose-Headers.

+
response.headers.get("Date"); // null
+
+

The credentials enumeration determines if cookies for the other + domain are +
sent to cross-origin requests. This is similar to XHR’s withCredentials +
flag, but tri-valued as "omit" (default), "same-origin" and "include".

+

The Request object will also give the ability to offer caching hints to + the user-agent. This is currently undergoing some security review. + Firefox exposes the attribute, but it has no effect.

+

Requests have two read-only attributes that are relevant to ServiceWorkers +
intercepting them. There is the string referrer, which is + set by the UA to be +
the referrer of the Request. This may be an empty string. The other is +
+context which is a rather large enumeration defining + what sort of resource is being fetched. This could be “image” if the request + is from an + <img>tag in the controlled document, “worker” if it is an attempt to load a + worker script, and so on. When used with the fetch() function, + it is “fetch”.

+ +

Response

+ +

Response instances are returned by calls to fetch(). + They can also be created by JS, but this is only useful in ServiceWorkers.

+

We have already seen some attributes of Response when we looked at fetch(). + The most obvious candidates are status, an integer (default + value 200) and statusText (default value “OK”), which correspond + to the HTTP status code and reason. The ok attribute is just + a shorthand for checking that status is in the range 200-299 + inclusive.

+

headers is the Response’s Headers object, with guard “response”. + The url attribute reflects the URL of the corresponding request.

+

Response also has a type, which is “basic”, “cors”, “default”, + “error” or +
“opaque”.

+
    +
  • "basic": normal, same origin response, with all headers exposed + except +
    “Set-Cookie” and “Set-Cookie2″.
  • +
  • "cors": response was received from a valid cross-origin request. + Certain headers and the bodymay be accessed.
  • +
  • "error": network error. No useful information describing + the error is available. The Response’s status is 0, headers are empty and + immutable. This is the type for a Response obtained from Response.error().
  • +
  • "opaque": response for “no-cors” request to cross-origin + resource. Severely
    + restricted
    +
  • +
+

The “error” type results in the fetch() Promise rejecting with + TypeError.

+

There are certain attributes that are useful only in a ServiceWorker scope. + The +
idiomatic way to return a Response to an intercepted request in ServiceWorkers + is:

+
addEventListener('fetch', function(event) {
+  event.respondWith(new Response("Response body", {
+    headers: { "Content-Type" : "text/plain" }
+  });
+});
+
+

As you can see, Response has a two argument constructor, where both arguments + are optional. The first argument is a body initializer, and the second + is a dictionary to set the status, statusText and headers.

+

The static method Response.error() simply returns an error + response. Similarly, Response.redirect(url, status) returns + a Response resulting in +
a redirect to url.

+ +

Dealing with bodies

+ +

Both Requests and Responses may contain body data. We’ve been glossing + over it because of the various data types body may contain, but we will + cover it in detail now.

+

A body is an instance of any of the following types.

+ +

In addition, Request and Response both offer the following methods to + extract their body. These all return a Promise that is eventually resolved + with the actual content.

+
    +
  • arrayBuffer() +
  • +
  • blob() +
  • +
  • json() +
  • +
  • text() +
  • +
  • formData() +
  • +
+

This is a significant improvement over XHR in terms of ease of use of + non-text data!

+

Request bodies can be set by passing body parameters:

+
var form = new FormData(document.getElementById('login-form'));
+fetch("/login", {
+  method: "POST",
+  body: form
+})
+
+

Responses take the first argument as the body.

+
var res = new Response(new File(["chunk", "chunk"], "archive.zip",
+                       { type: "application/zip" }));
+
+

Both Request and Response (and by extension the fetch() function), + will try to intelligently determine the content type. + Request will also automatically set a “Content-Type” header if none is + set in the dictionary.

+ +

Streams and cloning

+ +

It is important to realise that Request and Response bodies can only be + read once! Both interfaces have a boolean attribute bodyUsed to + determine if it is safe to read or not.

+
var res = new Response("one time use");
+console.log(res.bodyUsed); // false
+res.text().then(function(v) {
+  console.log(res.bodyUsed); // true
+});
+console.log(res.bodyUsed); // true
+ 
+res.text().catch(function(e) {
+  console.log("Tried to read already consumed Response");
+});
+
+

This decision allows easing the transition to an eventual stream-based Fetch + API. The intention is to let applications consume data as it arrives, allowing + for JavaScript to deal with larger files like videos, and perform things + like compression and editing on the fly.

+

Often, you’ll want access to the body multiple times. For example, you + can use the upcoming Cache API to + store Requests and Responses for offline use, and Cache requires bodies + to be available for reading.

+

So how do you read out the body multiple times within such constraints? + The API provides a clone() method on the two interfaces. This + will return a clone of the object, with a ‘new’ body. clone() MUST + be called before the body of the corresponding object has been used. That + is, clone() first, read later.

+
addEventListener('fetch', function(evt) {
+  var sheep = new Response("Dolly");
+  console.log(sheep.bodyUsed); // false
+  var clone = sheep.clone();
+  console.log(clone.bodyUsed); // false
+ 
+  clone.text();
+  console.log(sheep.bodyUsed); // false
+  console.log(clone.bodyUsed); // true
+ 
+  evt.respondWith(cache.add(sheep.clone()).then(function(e) {
+    return sheep;
+  });
+});
+
+ +

Future improvements

+ +

Along with the transition to streams, Fetch will eventually have the ability + to abort running fetch()es and some way to report the progress + of a fetch. These are provided by XHR, but are a little tricky to fit in + the Promise-based nature of the Fetch API.

+

You can contribute to the evolution of this API by participating in discussions + on the WHATWG mailing list and + in the issues in the Fetch and + ServiceWorkerspecifications.

+

For a better web!

+

The author would like to thank Andrea Marchesini, Anne van Kesteren and Ben
+Kelly for helping with the specification and implementation.
+

+ +
+ + +
\ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/002/source.html b/vendor/fivefilters/readability.php/test/test-pages/002/source.html new file mode 100644 index 0000000..48befba --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/002/source.html @@ -0,0 +1,1131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + This API is so Fetching! ✩ Mozilla Hacks – the Web developer blog + + + + + + + + + + + + + + + + + + +
+ +
+ + + + Mozilla + +
+ +
+
+ +

This API is so Fetching!

+ + +
+ + +
+
+ +
+
+

For more than a decade the Web has used XMLHttpRequest (XHR) to achieve + asynchronous requests in JavaScript. While very useful, XHR is not a very + nice API. It suffers from lack of separation of concerns. The input, output + and state are all managed by interacting with one object, and state is + tracked using events. Also, the event-based model doesn’t play well with + JavaScript’s recent focus on Promise- and generator-based asynchronous + programming.

+

The Fetch API intends + to fix most of these problems. It does this by introducing the same primitives + to JS that are used in the HTTP protocol. In addition, it introduces a + utility function fetch() that succinctly captures the intention + of retrieving a resource from the network.

+

The Fetch specification, which + defines the API, nails down the semantics of a user agent fetching a resource. + This, combined with ServiceWorkers, is an attempt to:

+
    +
  1. Improve the offline experience.
  2. +
  3. Expose the building blocks of the Web to the platform as part of the + extensible web movement.
  4. +
+

As of this writing, the Fetch API is available in Firefox 39 (currently + Nightly) and Chrome 42 (currently dev). Github has a Fetch polyfill.

+ +

Feature detection

+ +

Fetch API support can be detected by checking for Headers,Request, Response or fetch on + the window or worker scope.

+ +

Simple fetching

+ +

The most useful, high-level part of the Fetch API is the fetch() function. + In its simplest form it takes a URL and returns a promise that resolves + to the response. The response is captured as a Response object.

+
+ + + + + + +
fetch("/data.json").then(function(res) {
+  // res instanceof Response == true.
+  if (res.ok) {
+    res.json().then(function(data) {
+      console.log(data.entries);
+    });
+  } else {
+    console.log("Looks like the response wasn't perfect, got status", res.status);
+  }
+}, function(e) {
+  console.log("Fetch failed!", e);
+});
+
+
+

Submitting some parameters, it would look like this:

+
+ + + + + + +
fetch("http://www.example.org/submit.php", {
+  method: "POST",
+  headers: {
+    "Content-Type": "application/x-www-form-urlencoded"
+  },
+  body: "firstName=Nikhil&favColor=blue&password=easytoguess"
+}).then(function(res) {
+  if (res.ok) {
+    alert("Perfect! Your settings are saved.");
+  } else if (res.status == 401) {
+    alert("Oops! You are not authorized.");
+  }
+}, function(e) {
+  alert("Error submitting form!");
+});
+
+
+

The fetch() function’s arguments are the same as those passed + to the +
+Request() constructor, so you may directly pass arbitrarily + complex requests to fetch() as discussed below.

+ +

Headers

+ +

Fetch introduces 3 interfaces. These are Headers, Request and +
+Response. They map directly to the underlying HTTP concepts, + but have +
certain visibility filters in place for privacy and security reasons, + such as +
supporting CORS rules and ensuring cookies aren’t readable by third parties.

+

The Headers interface is + a simple multi-map of names to values:

+
+ + + + + + +
var content = "Hello World";
+var reqHeaders = new Headers();
+reqHeaders.append("Content-Type", "text/plain"
+reqHeaders.append("Content-Length", content.length.toString());
+reqHeaders.append("X-Custom-Header", "ProcessThisImmediately");
+
+
+

The same can be achieved by passing an array of arrays or a JS object + literal +
to the constructor:

+
+ + + + + + +
reqHeaders = new Headers({
+  "Content-Type": "text/plain",
+  "Content-Length": content.length.toString(),
+  "X-Custom-Header": "ProcessThisImmediately",
+});
+
+
+

The contents can be queried and retrieved:

+
+ + + + + + +
console.log(reqHeaders.has("Content-Type")); // true
+console.log(reqHeaders.has("Set-Cookie")); // false
+reqHeaders.set("Content-Type", "text/html");
+reqHeaders.append("X-Custom-Header", "AnotherValue");
+ 
+console.log(reqHeaders.get("Content-Length")); // 11
+console.log(reqHeaders.getAll("X-Custom-Header")); // ["ProcessThisImmediately", "AnotherValue"]
+ 
+reqHeaders.delete("X-Custom-Header");
+console.log(reqHeaders.getAll("X-Custom-Header")); // []
+
+
+

Some of these operations are only useful in ServiceWorkers, but they provide +
a much nicer API to Headers.

+

Since Headers can be sent in requests, or received in responses, and have + various limitations about what information can and should be mutable, Headers objects + have a guard property. This is not exposed to the Web, but + it affects which mutation operations are allowed on the Headers object. +
Possible values are:

+
    +
  • “none”: default.
  • +
  • “request”: guard for a Headers object obtained from a Request (Request.headers).
  • +
  • “request-no-cors”: guard for a Headers object obtained from a Request + created +
    with mode “no-cors”.
  • +
  • “response”: naturally, for Headers obtained from Response (Response.headers).
  • +
  • “immutable”: Mostly used for ServiceWorkers, renders a Headers object +
    read-only.
  • +
+

The details of how each guard affects the behaviors of the Headers object + are +
in the specification. For example, + you may not append or set a “request” guarded Headers’ “Content-Length” + header. Similarly, inserting “Set-Cookie” into a Response header is not + allowed so that ServiceWorkers may not set cookies via synthesized Responses.

+

All of the Headers methods throw TypeError if name is not a + valid HTTP Header name. The mutation operations will throw TypeError + if there is an immutable guard. Otherwise they fail silently. For example:

+
+ + + + + + +
var res = Response.error();
+try {
+  res.headers.set("Origin", "http://mybank.com");
+} catch(e) {
+  console.log("Cannot pretend to be a bank!");
+}
+
+
+ +

Request

+ +

The Request interface defines a request to fetch a resource over HTTP. + URL, method and headers are expected, but the Request also allows specifying + a body, a request mode, credentials and cache hints.

+

The simplest Request is of course, just a URL, as you may do to GET a + resource.

+
+ + + + + + +
var req = new Request("/index.html");
+console.log(req.method); // "GET"
+console.log(req.url); // "http://example.com/index.html"
+
+
+

You may also pass a Request to the Request() constructor to + create a copy. +
(This is not the same as calling the clone() method, which + is covered in +
the “Reading bodies” section.).

+
+ + + + + + +
var copy = new Request(req);
+console.log(copy.method); // "GET"
+console.log(copy.url); // "http://example.com/index.html"
+
+
+

Again, this form is probably only useful in ServiceWorkers.

+

The non-URL attributes of the Request can only be set by passing + initial +
values as a second argument to the constructor. This argument is a dictionary.

+
+ + + + + + +
var uploadReq = new Request("/uploadImage", {
+  method: "POST",
+  headers: {
+    "Content-Type": "image/png",
+  },
+  body: "image data"
+});
+
+
+

The Request’s mode is used to determine if cross-origin requests lead + to valid responses, and which properties on the response are readable. + Legal mode values are "same-origin", "no-cors" (default) + and "cors".

+

The "same-origin" mode is simple, if a request is made to another + origin with this mode set, the result is simply an error. You could use + this to ensure that +
a request is always being made to your origin.

+
+ + + + + + +
var arbitraryUrl = document.getElementById("url-input").value;
+fetch(arbitraryUrl, { mode: "same-origin" }).then(function(res) {
+  console.log("Response succeeded?", res.ok);
+}, function(e) {
+  console.log("Please enter a same-origin URL!");
+});
+
+
+

The "no-cors" mode captures what the web platform does by default + for scripts you import from CDNs, images hosted on other domains, and so + on. First, it prevents the method from being anything other than “HEAD”, + “GET” or “POST”. Second, if any ServiceWorkers intercept these requests, + they may not add or override any headers except for these. + Third, JavaScript may not access any properties of the resulting Response. + This ensures that ServiceWorkers do not affect the semantics of the Web + and prevents security and privacy issues that could arise from leaking + data across domains.

+

"cors" mode is what you’ll usually use to make known cross-origin + requests to access various APIs offered by other vendors. These are expected + to adhere to +
the CORS protocol. + Only a limited set of + headers is exposed in the Response, but the body is readable. For example, + you could get a list of Flickr’s most interesting photos + today like this:

+
+ + + + + + +
var u = new URLSearchParams();
+u.append('method', 'flickr.interestingness.getList');
+u.append('api_key', '<insert api key here>');
+u.append('format', 'json');
+u.append('nojsoncallback', '1');
+ 
+var apiCall = fetch('https://api.flickr.com/services/rest?' + u);
+ 
+apiCall.then(function(response) {
+  return response.json().then(function(json) {
+    // photo is a list of photos.
+    return json.photos.photo;
+  });
+}).then(function(photos) {
+  photos.forEach(function(photo) {
+    console.log(photo.title);
+  });
+});
+
+
+

You may not read out the “Date” header since Flickr does not allow it + via +
+Access-Control-Expose-Headers.

+
+ + + + + + +
response.headers.get("Date"); // null
+
+
+

The credentials enumeration determines if cookies for the other + domain are +
sent to cross-origin requests. This is similar to XHR’s withCredentials +
flag, but tri-valued as "omit" (default), "same-origin" and "include".

+

The Request object will also give the ability to offer caching hints to + the user-agent. This is currently undergoing some security review. + Firefox exposes the attribute, but it has no effect.

+

Requests have two read-only attributes that are relevant to ServiceWorkers +
intercepting them. There is the string referrer, which is + set by the UA to be +
the referrer of the Request. This may be an empty string. The other is +
+context which is a rather large enumeration defining + what sort of resource is being fetched. This could be “image” if the request + is from an + <img>tag in the controlled document, “worker” if it is an attempt to load a + worker script, and so on. When used with the fetch() function, + it is “fetch”.

+ +

Response

+ +

Response instances are returned by calls to fetch(). + They can also be created by JS, but this is only useful in ServiceWorkers.

+

We have already seen some attributes of Response when we looked at fetch(). + The most obvious candidates are status, an integer (default + value 200) and statusText (default value “OK”), which correspond + to the HTTP status code and reason. The ok attribute is just + a shorthand for checking that status is in the range 200-299 + inclusive.

+

headers is the Response’s Headers object, with guard “response”. + The url attribute reflects the URL of the corresponding request.

+

Response also has a type, which is “basic”, “cors”, “default”, + “error” or +
“opaque”.

+
    +
  • "basic": normal, same origin response, with all headers exposed + except +
    “Set-Cookie” and “Set-Cookie2″.
  • +
  • "cors": response was received from a valid cross-origin request. + Certain headers and the bodymay be accessed.
  • +
  • "error": network error. No useful information describing + the error is available. The Response’s status is 0, headers are empty and + immutable. This is the type for a Response obtained from Response.error().
  • +
  • "opaque": response for “no-cors” request to cross-origin + resource. Severely
    + restricted
    +
  • +
+

The “error” type results in the fetch() Promise rejecting with + TypeError.

+

There are certain attributes that are useful only in a ServiceWorker scope. + The +
idiomatic way to return a Response to an intercepted request in ServiceWorkers + is:

+
+ + + + + + +
addEventListener('fetch', function(event) {
+  event.respondWith(new Response("Response body", {
+    headers: { "Content-Type" : "text/plain" }
+  });
+});
+
+
+

As you can see, Response has a two argument constructor, where both arguments + are optional. The first argument is a body initializer, and the second + is a dictionary to set the status, statusText and headers.

+

The static method Response.error() simply returns an error + response. Similarly, Response.redirect(url, status) returns + a Response resulting in +
a redirect to url.

+ +

Dealing with bodies

+ +

Both Requests and Responses may contain body data. We’ve been glossing + over it because of the various data types body may contain, but we will + cover it in detail now.

+

A body is an instance of any of the following types.

+ +

In addition, Request and Response both offer the following methods to + extract their body. These all return a Promise that is eventually resolved + with the actual content.

+
    +
  • arrayBuffer() +
  • +
  • blob() +
  • +
  • json() +
  • +
  • text() +
  • +
  • formData() +
  • +
+

This is a significant improvement over XHR in terms of ease of use of + non-text data!

+

Request bodies can be set by passing body parameters:

+
+ + + + + + +
var form = new FormData(document.getElementById('login-form'));
+fetch("/login", {
+  method: "POST",
+  body: form
+})
+
+
+

Responses take the first argument as the body.

+
+ + + + + + +
var res = new Response(new File(["chunk", "chunk"], "archive.zip",
+                       { type: "application/zip" }));
+
+
+

Both Request and Response (and by extension the fetch() function), + will try to intelligently determine the content type. + Request will also automatically set a “Content-Type” header if none is + set in the dictionary.

+ +

Streams and cloning

+ +

It is important to realise that Request and Response bodies can only be + read once! Both interfaces have a boolean attribute bodyUsed to + determine if it is safe to read or not.

+
+ + + + + + +
var res = new Response("one time use");
+console.log(res.bodyUsed); // false
+res.text().then(function(v) {
+  console.log(res.bodyUsed); // true
+});
+console.log(res.bodyUsed); // true
+ 
+res.text().catch(function(e) {
+  console.log("Tried to read already consumed Response");
+});
+
+
+

This decision allows easing the transition to an eventual stream-based Fetch + API. The intention is to let applications consume data as it arrives, allowing + for JavaScript to deal with larger files like videos, and perform things + like compression and editing on the fly.

+

Often, you’ll want access to the body multiple times. For example, you + can use the upcoming Cache API to + store Requests and Responses for offline use, and Cache requires bodies + to be available for reading.

+

So how do you read out the body multiple times within such constraints? + The API provides a clone() method on the two interfaces. This + will return a clone of the object, with a ‘new’ body. clone() MUST + be called before the body of the corresponding object has been used. That + is, clone() first, read later.

+
+ + + + + + +
addEventListener('fetch', function(evt) {
+  var sheep = new Response("Dolly");
+  console.log(sheep.bodyUsed); // false
+  var clone = sheep.clone();
+  console.log(clone.bodyUsed); // false
+ 
+  clone.text();
+  console.log(sheep.bodyUsed); // false
+  console.log(clone.bodyUsed); // true
+ 
+  evt.respondWith(cache.add(sheep.clone()).then(function(e) {
+    return sheep;
+  });
+});
+
+
+ +

Future improvements

+ +

Along with the transition to streams, Fetch will eventually have the ability + to abort running fetch()es and some way to report the progress + of a fetch. These are provided by XHR, but are a little tricky to fit in + the Promise-based nature of the Fetch API.

+

You can contribute to the evolution of this API by participating in discussions + on the WHATWG mailing list and + in the issues in the Fetch and + ServiceWorkerspecifications.

+

For a better web!

+

The author would like to thank Andrea Marchesini, Anne van Kesteren and Ben
+Kelly for helping with the specification and implementation.
+

+ +
+
+
+
+

2 comments

+ +

Post a comment +

+
+
    +
  1. +

    + Alexander Petrov wrote on March 11th, 2015 at 02:57: + +

    +
    +

    how do you abort a fetch?

    +
    +

    Reply +

    +
      +
    1. +

      + Nikhil Marathe + + wrote on March 11th, 2015 at 08:00: + +

      +
      +

      At this point there is no way to do so. As mentioned in the future improvements + sections, there are ongoing attempts to find a nice way to plug abort() + into Promise based APIs.

      +
      +

      Reply +

      +
    2. + +
    + +
  2. + +
+
+
+
+
+ Post Your Comment + +

+

+
    +
  1. + + +
  2. +
  3. + + +
  4. +
  5. + + +
  6. +
  7. + + +
  8. +
  9. + + +
  10. +
  11. + + + +

    + +

    + +

    + +

    + +

    + +

    +
  12. +
+
+
+
+
+ +
+ +
+ +
+ +
+ + + + + + +
+ + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-metadata.json new file mode 100644 index 0000000..7c31c22 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Dublin Core property author", + "Direction": null, + "Excerpt": "Dublin Core property description", + "Image": null, + "Title": "Dublin Core property title", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected.html b/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected.html new file mode 100644 index 0000000..b282bdd --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected.html @@ -0,0 +1,19 @@ +
+

Test document title

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+
\ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/source.html b/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/source.html new file mode 100644 index 0000000..c7275b3 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/source.html @@ -0,0 +1,45 @@ + + + + + Title Element + + + + + + + + + + + + + + + + + + + +
+

Test document title

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+
+ + \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-images.json new file mode 100644 index 0000000..3a4190b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/fakehost.com\/image.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-metadata.json new file mode 100644 index 0000000..a30d097 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Creator Name", + "Direction": null, + "Excerpt": "Preferred description", + "Image": "http:\/\/fakehost.com\/image.jpg", + "Title": "Preferred title", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected.html b/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected.html new file mode 100644 index 0000000..b282bdd --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected.html @@ -0,0 +1,19 @@ +
+

Test document title

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+
\ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/source.html b/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/source.html new file mode 100644 index 0000000..dd9dc87 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/source.html @@ -0,0 +1,36 @@ + + + + + Title Element + + + + + + + + + + +
+

Test document title

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+
+ + \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/aclu/config.json b/vendor/fivefilters/readability.php/test/test-pages/aclu/config.json new file mode 100644 index 0000000..0ac6816 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/aclu/config.json @@ -0,0 +1,3 @@ +{ + "ArticleByLine": true +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-images.json new file mode 100644 index 0000000..5a24660 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-images.json @@ -0,0 +1,3 @@ +[ + "https:\/\/www.aclu.org\/sites\/default\/files\/styles\/metatag_og_image_1200x630\/public\/field_share_image\/web18-facebook-socialshare-1200x628-v02.png?itok=p77cQjOm" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-metadata.json new file mode 100644 index 0000000..eeccb9e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Daniel Kahn Gillmor", + "Direction": null, + "Excerpt": "Facebook collects data about people who have never even opted in. But there are ways these non-users can protect themselves.", + "Image": "https:\/\/www.aclu.org\/sites\/default\/files\/styles\/metatag_og_image_1200x630\/public\/field_share_image\/web18-facebook-socialshare-1200x628-v02.png?itok=p77cQjOm", + "Title": "Facebook Is Tracking Me Even Though I\u2019m Not on Facebook", + "SiteName": "American Civil Liberties Union" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/aclu/expected.html b/vendor/fivefilters/readability.php/test/test-pages/aclu/expected.html new file mode 100644 index 0000000..8efcda5 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/aclu/expected.html @@ -0,0 +1,124 @@ +
+

+ I don't use Facebook. I'm not technophobic — I'm a geek. I've been using email since the early 1990s, I have accounts on hundreds of services around the net, and I do software development and internet protocol design both for work and for fun. I believe that a globe-spanning communications network like the internet can be a positive social force, and I publish much of my own work on the open web. +

+

+ But Facebook and other massive web companies represent a strong push toward unaccountable centralized social control, which I think makes our society more unequal and more unjust. The Cambridge Analytica scandal is one instance of this long-running problem with what I call the "surveillance economy." I don't want to submit to these power structures, and I don’t want my presence on such platforms to serve as bait that lures other people into the digital panopticon. +

+

+ But while I've never "opted in" to Facebook or any of the other big social networks, Facebook still has a detailed profile that can be used to target me. I've never consented to having Facebook collect my data, which can be used to draw very detailed inferences about my life, my habits, and my relationships. As we aim to take Facebook to task for its breach of user trust, we need to think about what its capabilities imply for society overall. After all, if you do #deleteFacebook, you'll find yourself in my shoes: non-consenting, but still subject to Facebook’s globe-spanning surveillance and targeting network. +

+

+ There are at least two major categories of information available to Facebook about non-participants like me: information from other Facebook users, and information from sites on the open web. +

+

+ Information from other Facebook users +

+

+ When you sign up for Facebook, it encourages you to upload your list of contacts so that the site can "find your friends." Facebook uses this contact information to learn about people, even if those people don't agree to participate. It also links people together based on who they know, even if the shared contact hasn't agreed to this use. +

+

+ For example, I received an email from Facebook that lists the people who have all invited me to join Facebook: my aunt, an old co-worker, a friend from elementary school, etc. This email includes names and email addresses — including my own name — and at least one web bug designed to identify me to Facebook’s web servers when I open the email. Facebook records this group of people as my contacts, even though I've never agreed to this kind of data collection. +

+

+ Similarly, I'm sure that I'm in some photographs that someone has uploaded to Facebook — and I'm probably tagged in some of them. I've never agreed to this, but Facebook could still be keeping track. +

+

+ So even if you decide you need to join Facebook, remember that you might be giving the company information about someone else who didn't agree to be part of its surveillance platform. +

+

+ Information from sites on the open Web +

+

+ Nearly every website that you visit that has a "Like" button is actually encouraging your browser to tell Facebook about your browsing habits. Even if you don't click on the "Like" button, displaying it requires your browser to send a request to Facebook's servers for the "Like" button itself. That request includes information mentioning the name of the page you are visiting and any Facebook-specific cookies your browser might have collected. (See Facebook's own description of this process.) This is called a "third-party request." +

+

+ This makes it possible for Facebook to create a detailed picture of your browsing history — even if you've never even visited Facebook directly, let alone signed up for a Facebook account. +

+

+ Think about most of the web pages you've visited — how many of them don't have a "Like" button? If you administer a website and you include a "Like" button on every page, you're helping Facebook to build profiles of your visitors, even those who have opted out of the social network. Facebook’s “Share” buttons on other sites — along with other tools — work a bit differently from the “Like” button, but do effectively the same thing. +

+

+ The profiles that Facebook builds on non-users don't necessarily include so-called "personally identifiable information" (PII) like names or email addresses. But they do include fairly unique patterns. Using Chromium's NetLog dumping, I performed a simple five-minute browsing test last week that included visits to various sites — but not Facebook. In that test, the PII-free data that was sent to Facebook included information about which news articles I was reading, my dietary preferences, and my hobbies. +

+

+ Given the precision of this kind of mapping and targeting, "PII" isn’t necessary to reveal my identity. How many vegans examine specifications for computer hardware from the ACLU's offices while reading about Cambridge Analytica? Anyway, if Facebook combined that information with the "web bug" from the email mentioned above — which is clearly linked to my name and e-mail address — no guesswork would be required. +

+

+ I'd be shocked if Facebook were not connecting those dots given the goals they claim for data collection: +

+
+

+ We use the information we have to improve our advertising and measurement systems so we can show you relevant ads on and off our Services and measure the effectiveness and reach of ads and services. +

+
+

+ This is, in essence, exactly what Cambridge Analytica did. +

+

+ Consent +

+

+ Facebook and other tech companies often deflect accusations against excessive data collection by arguing "consent" — that they harvest and use data with the consent of the users involved. +

+

+ But even if we accept that clicking through a "Terms of Service" that no one reads can actually constitute true consent, even if we ignore the fact that these terms are overwhelmingly one-sided and non-negotiable, and even if we accept that it's meaningful for people to give consent when sharing data about other people who may have also opted in — what is the recourse for someone who has not opted into these systems at all? +

+

+ Are those of us who have explicitly avoided agreeing to the Facebook terms of service simply fair game for an industry-wide surveillance and targeting network? +

+

+ Privilege +

+

+ I don’t mean to critique people who have created a Facebook profile or suggest they deserve whatever they get. +

+

+ My ability to avoid Facebook comes from privilege — I have existing social contacts with whom I know how to stay in touch without using Facebook's network. My job does not require that I use Facebook. I can afford the time and expense to communicate with my electoral representatives and political allies via other channels. +

+

+ Many people do not have these privileges and are compelled to "opt in" on Facebook's non-negotiable terms. +

+

+ Many journalists, organizers, schools, politicians, and others who have good reasons to oppose Facebook's centralized social control feel compelled by Facebook's reach and scale to participate in their practices, even those we know to be harmful. That includes the ACLU. +

+

+ Privacy should not be a luxury good, and while I'm happy to encourage people to opt out of these subtle and socially fraught arrangements, I do not argue that anyone who has signed up has somehow relinquished concerns about their privacy. We need to evaluate privacy concerns in their full social contexts. These are not problems that can be resolved on an individual level, because of the interpersonal nature of much of this data and the complexities of the tradeoffs involved. +

+

+ Technical countermeasures +

+

+ While they may not solve the problem, there are some technical steps people can take to limit the scope of these surveillance practices. For example, some web browsers do not send "third-party cookies" by default, or they scope cookies so that centralized surveillance doesn't get a single view of one user. The most privacy-preserving modern browser is the Tor Browser, which everyone should have installed and available, even if it's not the browser they choose to use every day. It limits the surveillance ability of systems that you have not signed up for to track you as you move around the web. +

+

+ You can also modify some browsers — for example, with plug-ins for Firefox and Chrome — so that they do not send third-party requests at all. Firefox is also exploring even more privacy-preserving techniques. +

+

+ It can’t be denied, though, that these tools are harder to use than the web browsers most people are accustomed to, and they create barriers to some online activities. (For example, logging in to some sites and accessing some web applications is impossible without third-party cookies.) +

+

+ Some website operators take their visitors' privacy more seriously than others, by reducing the amount of third-party requests. For example, it's possible to display "share on Facebook" or "Like" buttons without sending user requests to Facebook in the first place. The ACLU's own website does this because we believe that the right to read with privacy is a fundamental protection for civic discourse. +

+

+ If you are responsible for running a website, try browsing it with a third-party-blocking extension turned on. Think about how much information you're requiring your users to send to third parties as a condition for using your site. If you care about being a good steward of your visitors' data, you can re-design your website to reduce this kind of leakage. +

+

+ Opting out? +

+

+ Some advertisers claim that you can "opt out" of their targeted advertising, and even offer a centralized place meant to help you do so. However, my experience with these tools isn't a positive one. They don't appear to work all of the time. (In a recent experiment I conducted, two advertisers’ opt-out mechanisms failed to take effect.) And while advertisers claim to allow the user to opt out of "interest-based ads," it's not clear that the opt-outs govern data collection itself, rather than just the use of the collected data for displaying ads. Moreover, opting out on their terms requires the use of third-party cookies, thereby enabling another mechanism that other advertisers can then exploit. +

+

+ It's also not clear how they function over time: How frequently do I need to take these steps? Do they expire? How often should I check back to make sure I’m still opted out? I'd much prefer an approach requiring me to opt in to surveillance and targeting. +

+

+ Fix the surveillance economy, not just Facebook +

+

+ These are just a few of the mechanisms that enable online tracking. Facebook is just one culprit in this online "surveillance economy," albeit a massive one — the company owns Instagram, Atlas, WhatsApp, and dozens of other internet and technology companies and services. But it’s not the only player in this space. Google’s business model also relies on this kind of surveillance, and there are dozens of smaller players as well. +

+

+ As we work to address the fallout from the current storm around Facebook and Cambridge Analytica, we can't afford to lose sight of these larger mechanisms at play. Cambridge Analytica's failures and mistakes are inherent to Facebook's business model. We need to seriously challenge the social structures that encourage people to opt in to this kind of surveillance. At the same time, we also need to protect those of us who manage to opt out. +

+
\ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/aclu/source.html b/vendor/fivefilters/readability.php/test/test-pages/aclu/source.html new file mode 100644 index 0000000..d8e99bb --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/aclu/source.html @@ -0,0 +1,1264 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Facebook Is Tracking Me Even Though I’m Not on Facebook | American Civil Liberties Union + + + + + + + + + + + + + + + + + +
+ + +
+
+
+
+ +
+
+
+
+
+
+
+
+ + +
+
+
+
+
+

+ Facebook Is Tracking Me Even Though I’m Not on Facebook +

+
+ + + +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+

+ I don't use Facebook. I'm not technophobic — I'm a geek. I've been using email since the early 1990s, I have accounts on hundreds of services around the net, and I do software development and internet protocol design both for work and for fun. I believe that a globe-spanning communications network like the internet can be a positive social force, and I publish much of my own work on the open web. +

+

+ But Facebook and other massive web companies represent a strong push toward unaccountable centralized social control, which I think makes our society more unequal and more unjust. The Cambridge Analytica scandal is one instance of this long-running problem with what I call the "surveillance economy." I don't want to submit to these power structures, and I don’t want my presence on such platforms to serve as bait that lures other people into the digital panopticon. +

+

+ But while I've never "opted in" to Facebook or any of the other big social networks, Facebook still has a detailed profile that can be used to target me. I've never consented to having Facebook collect my data, which can be used to draw very detailed inferences about my life, my habits, and my relationships. As we aim to take Facebook to task for its breach of user trust, we need to think about what its capabilities imply for society overall. After all, if you do #deleteFacebook, you'll find yourself in my shoes: non-consenting, but still subject to Facebook’s globe-spanning surveillance and targeting network. +

+

+ There are at least two major categories of information available to Facebook about non-participants like me: information from other Facebook users, and information from sites on the open web. +

+

+ Information from other Facebook users +

+

+ When you sign up for Facebook, it encourages you to upload your list of contacts so that the site can "find your friends." Facebook uses this contact information to learn about people, even if those people don't agree to participate. It also links people together based on who they know, even if the shared contact hasn't agreed to this use. +

+

+ For example, I received an email from Facebook that lists the people who have all invited me to join Facebook: my aunt, an old co-worker, a friend from elementary school, etc. This email includes names and email addresses — including my own name — and at least one web bug designed to identify me to Facebook’s web servers when I open the email. Facebook records this group of people as my contacts, even though I've never agreed to this kind of data collection. +

+

+ Similarly, I'm sure that I'm in some photographs that someone has uploaded to Facebook — and I'm probably tagged in some of them. I've never agreed to this, but Facebook could still be keeping track. +

+

+ So even if you decide you need to join Facebook, remember that you might be giving the company information about someone else who didn't agree to be part of its surveillance platform. +

+

+ Information from sites on the open Web +

+

+ Nearly every website that you visit that has a "Like" button is actually encouraging your browser to tell Facebook about your browsing habits. Even if you don't click on the "Like" button, displaying it requires your browser to send a request to Facebook's servers for the "Like" button itself. That request includes information mentioning the name of the page you are visiting and any Facebook-specific cookies your browser might have collected. (See Facebook's own description of this process.) This is called a "third-party request." +

+

+ This makes it possible for Facebook to create a detailed picture of your browsing history — even if you've never even visited Facebook directly, let alone signed up for a Facebook account. +

+

+ Think about most of the web pages you've visited — how many of them don't have a "Like" button? If you administer a website and you include a "Like" button on every page, you're helping Facebook to build profiles of your visitors, even those who have opted out of the social network. Facebook’s “Share” buttons on other sites — along with other tools — work a bit differently from the “Like” button, but do effectively the same thing. +

+

+ The profiles that Facebook builds on non-users don't necessarily include so-called "personally identifiable information" (PII) like names or email addresses. But they do include fairly unique patterns. Using Chromium's NetLog dumping, I performed a simple five-minute browsing test last week that included visits to various sites — but not Facebook. In that test, the PII-free data that was sent to Facebook included information about which news articles I was reading, my dietary preferences, and my hobbies. +

+

+ Given the precision of this kind of mapping and targeting, "PII" isn’t necessary to reveal my identity. How many vegans examine specifications for computer hardware from the ACLU's offices while reading about Cambridge Analytica? Anyway, if Facebook combined that information with the "web bug" from the email mentioned above — which is clearly linked to my name and e-mail address — no guesswork would be required. +

+

+ I'd be shocked if Facebook were not connecting those dots given the goals they claim for data collection: +

+
+

+ We use the information we have to improve our advertising and measurement systems so we can show you relevant ads on and off our Services and measure the effectiveness and reach of ads and services. +

+
+

+ This is, in essence, exactly what Cambridge Analytica did. +

+

+ Consent +

+

+ Facebook and other tech companies often deflect accusations against excessive data collection by arguing "consent" — that they harvest and use data with the consent of the users involved. +

+

+ But even if we accept that clicking through a "Terms of Service" that no one reads can actually constitute true consent, even if we ignore the fact that these terms are overwhelmingly one-sided and non-negotiable, and even if we accept that it's meaningful for people to give consent when sharing data about other people who may have also opted in — what is the recourse for someone who has not opted into these systems at all? +

+

+ Are those of us who have explicitly avoided agreeing to the Facebook terms of service simply fair game for an industry-wide surveillance and targeting network? +

+

+ Privilege +

+

+ I don’t mean to critique people who have created a Facebook profile or suggest they deserve whatever they get. +

+

+ My ability to avoid Facebook comes from privilege — I have existing social contacts with whom I know how to stay in touch without using Facebook's network. My job does not require that I use Facebook. I can afford the time and expense to communicate with my electoral representatives and political allies via other channels. +

+

+ Many people do not have these privileges and are compelled to "opt in" on Facebook's non-negotiable terms. +

+

+ Many journalists, organizers, schools, politicians, and others who have good reasons to oppose Facebook's centralized social control feel compelled by Facebook's reach and scale to participate in their practices, even those we know to be harmful. That includes the ACLU. +

+

+ Privacy should not be a luxury good, and while I'm happy to encourage people to opt out of these subtle and socially fraught arrangements, I do not argue that anyone who has signed up has somehow relinquished concerns about their privacy. We need to evaluate privacy concerns in their full social contexts. These are not problems that can be resolved on an individual level, because of the interpersonal nature of much of this data and the complexities of the tradeoffs involved. +

+

+ Technical countermeasures +

+

+ While they may not solve the problem, there are some technical steps people can take to limit the scope of these surveillance practices. For example, some web browsers do not send "third-party cookies" by default, or they scope cookies so that centralized surveillance doesn't get a single view of one user. The most privacy-preserving modern browser is the Tor Browser, which everyone should have installed and available, even if it's not the browser they choose to use every day. It limits the surveillance ability of systems that you have not signed up for to track you as you move around the web. +

+

+ You can also modify some browsers — for example, with plug-ins for Firefox and Chrome — so that they do not send third-party requests at all. Firefox is also exploring even more privacy-preserving techniques. +

+

+ It can’t be denied, though, that these tools are harder to use than the web browsers most people are accustomed to, and they create barriers to some online activities. (For example, logging in to some sites and accessing some web applications is impossible without third-party cookies.) +

+

+ Some website operators take their visitors' privacy more seriously than others, by reducing the amount of third-party requests. For example, it's possible to display "share on Facebook" or "Like" buttons without sending user requests to Facebook in the first place. The ACLU's own website does this because we believe that the right to read with privacy is a fundamental protection for civic discourse. +

+

+ If you are responsible for running a website, try browsing it with a third-party-blocking extension turned on. Think about how much information you're requiring your users to send to third parties as a condition for using your site. If you care about being a good steward of your visitors' data, you can re-design your website to reduce this kind of leakage. +

+

+ Opting out? +

+

+ Some advertisers claim that you can "opt out" of their targeted advertising, and even offer a centralized place meant to help you do so. However, my experience with these tools isn't a positive one. They don't appear to work all of the time. (In a recent experiment I conducted, two advertisers’ opt-out mechanisms failed to take effect.) And while advertisers claim to allow the user to opt out of "interest-based ads," it's not clear that the opt-outs govern data collection itself, rather than just the use of the collected data for displaying ads. Moreover, opting out on their terms requires the use of third-party cookies, thereby enabling another mechanism that other advertisers can then exploit. +

+

+ It's also not clear how they function over time: How frequently do I need to take these steps? Do they expire? How often should I check back to make sure I’m still opted out? I'd much prefer an approach requiring me to opt in to surveillance and targeting. +

+

+ Fix the surveillance economy, not just Facebook +

+

+ These are just a few of the mechanisms that enable online tracking. Facebook is just one culprit in this online "surveillance economy," albeit a massive one — the company owns Instagram, Atlas, WhatsApp, and dozens of other internet and technology companies and services. But it’s not the only player in this space. Google’s business model also relies on this kind of surveillance, and there are dozens of smaller players as well. +

+

+ As we work to address the fallout from the current storm around Facebook and Cambridge Analytica, we can't afford to lose sight of these larger mechanisms at play. Cambridge Analytica's failures and mistakes are inherent to Facebook's business model. We need to seriously challenge the social structures that encourage people to opt in to this kind of surveillance. At the same time, we also need to protect those of us who manage to opt out. +

+
+
+
+
+ View comments (27) +
+
+
+
+ Read the Terms of Use +
+
+
+
+
+
+
+ +
+
+
+
+
+ +
+ +
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+

+ Anonymous +

+
+

+ One valuable reform would be to mandate, under penalty of felony, that anyone that searches your information has to notify you - to include private investigotors screening potential employers to police officers trolling your online profile. It would be a great consumer protection. +

+

+ For example: if you lost the job offer due to your Facebook post, the employer should be required to tell you that. If you got pulled over and ticketed because you "Liked" police body cameras on FB you should know that also. +

+

+ The real danger is allowing punitive actions, in retaliation of your Free Speech to be hidden from us. If someone is spying on us, bypassing privacy filters, without a judicial warrant - we should know that. +

+
+
+
+
+ +
+
+
+
+
+

+ Lars +

+
+

+ Couldn’t I just bloc facebook in my private filer (squid filter)? +

+
+
+
+
+ +
+
+
+
+
+

+ Anonymous +

+
+

+ privacy badger is also a good plugin to mention +

+
+
+
+
+ +
+
+
+
+
+

+ Anonymous +

+
+

+ The U.S. Justice Department and U.S. Congress - more than a decade behind schedule - still haven't reconciled the "Joseph Nacchio" case. Nacchio's telecommunications company, Qwest Communications, was apparently the one and only telecommunications company that refused to participate in the felony crime of Warrantless Wire-tapping around February of 2001 (roughly 6 months BEFORE 9/11 when no wartime emergency existed)., being pressured by the Bush Administration to commit a felony under federal law. +

+

+ Congress then passed an ex post facto law - illegal under Article I of the U.S. Constitution - making those past felonies legal. Congress has no such authority under Article VI. +

+

+ Joseph Nacchio claims he was then indicted by the U.S. Department of Justice - on trumped up charges - and served a few years in federal prison. A CEO of a large American corporation was sent to prison for COMPLYING with federal wiretaping laws. The Washington Post ran a story after Nacchio was released from prison, he still claims to this day that he went to prison for not participating in Bush felony crimes. +

+

+ What is to prevent a future lawless Executive Branch from pressuring Facebook or other social media networks to also bypass Judicial Warrants? If an honest U.S. Attorney or state prosecutor started indicting the former Bush folks, it would create a powerful "deterrent effect" to lawless officials in the future. +

+
+
+
+
+ +
+
+
+
+
+

+ Anonymous +

+
+

+ There is strong circumstantial evidence that "Post 9/11 Blacklisting" of U.S. citizens is still alive and well. Maybe the most dangerous blacklisting tactic is "Employment Tampering". It basically means if you were blacklisted after 9/11, you may not be allowed to work in certain occupations. The Government essentially decides where you are allowed work, without an official hearing by judge - blacklistees are never informed of their 2nd Class status as Americans - not entitled to the same rights as other Americans. +

+

+ "Employment Tampering" by government officials/contractors - which violates Title 18 US Code 242 - is one of the hardest blacklisting tactics for federal prosecutors to police. We may even need a new federal watchdog agency to properly police this felony crime by officials. +

+

+ Maybe the most famous case, was exposed by a federal appeals court that severely reprimanded former Attorney General John Ashcroft (although he was never criminally indicted). Ashcroft grossly and fraudulently exploited the federal "Material Witness Statute" to be used as a quasi form of imprisonment and involntary servitude. The 13th Amendment makes this practice totally illegal without an official and overt constitutional due process. +

+

+ This tactic has a long history in authoritarian regimes. It was originally called "Zersetzung" and was first used in 1940's Germany during World War Two to silence dissent. During the Cold War, this tactic was adopted by then Communist East Germany. The FBI started using it in the 1950's commonly called Cointelpro tactics. Ashcroft then exploited the Material Witness Statute to be used as a Zersetzung tactic. Employment Tampering was probably the most potent tactic. +

+
+
+
+
+ +
+
+
+
+
+

+ Anonymous +

+
+

+ This was the most elightening piece on Facebook Ive seen of late. +

+

+ Hate their format, so don't use it. +

+
+
+
+
+ +
+
+
+ +
+
+
+

+ Anonymous +

+
+

+ Didn't you read the article? You might not use it, but they still know all about you, even including name, address, phone number, etc. if you are in someone's contacts. +

+

+ Ironically, by refusing to register with them as a user, you have no control at all over the collection and usage of your data and information. At least users have some little control over it. +

+
+
+
+
+ +
+
+
+
+
+
+

+ Ed B. -Netherlands +

+
+

+ Well written, well-thought article. I agree with the content. Although I hate regulation in general, it seems about time that website should be required to offer a cookie free, traceless version at all times. +

+
+
+
+
+ +
+
+
+ +
+
+
+

+ Anonymous +

+
+

+ HTTP is stateless. That means that when you click on a link to another page, the second page doesn't know that you were the person on page 1. Cookies, or some form of tracking, are needed for things like eCommerce and shopping carts. You need a cookie to associate *you* with your cart. Anything where you log in needs a cookie in order to know you are you, such as subscriptions. +

+

+ However, those cookies can easily be "session cookies". That is, cookies that don't persist after you log out or close your web browser. They exists solely for the duration of your session, and do not persist. +

+

+ Cookies are only an association mechanism. The heart of the problem is the harvesting of every click and everything on a page -- the over-collection of data to begin with. +

+
+
+
+
+ +
+
+
+
+
+
+

+ Anonymous +

+
+

+ Great article. +

+
+
+
+
+ +
+
+

+ Pages +

+
+ +
+
+
+
+
+
+ +
+
+ +
+
+
+
+

+ Stay Informed +

+
+
+ + +
+
+
+
+
+
+
+ +
+ +
+
+ + + + + +
+
+ + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected-metadata.json new file mode 100644 index 0000000..2f6df8f --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Organization for Transformative Works", + "Direction": null, + "Excerpt": "An Archive of Our Own, a project of the Organization for Transformative Works", + "Image": null, + "Title": "Conversations with a Cryptid - Chapter 1 - AMournfulHowlInTheNight - \u50d5\u306e\u30d2\u30fc\u30ed\u30fc\u30a2\u30ab\u30c7\u30df\u30a2 | Boku no Hero Academia", + "SiteName": null +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected.html b/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected.html new file mode 100644 index 0000000..d1d1f93 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/expected.html @@ -0,0 +1,317 @@ +
+

+ Chapter Text +

+

+ Izuku was struggling to understand how he had even managed to get here, seated before the archvillain of Japan with only a sense of dread to keep him company. All Might sat concealed in an observation room, of the firm opinion that he could only aggravate the prisoner and he sent Izuku off with a strained smile. A vague haze hovered over Izuku’s memory. It started with a simple conversation gone astray on a long drive home. +

+ +

+ “So, who is All For One? Do we know anything about him beyond what you told me before? He’s been imprisoned for months now.” Izuku remembered asking All Might from the backseat of the car as Detective Tsukauchi leisurely drove along a sprawling highway. +

+

+ Playing on the car radio was an aftermath report of a villain attack in downtown Tokyo. Izuku caught the phrase “liquid body” from the female reporter before Detective Tsukauchi changed the channel. +

+

+ “Nope. Still nothing. No one really wants to speak to him,” All Might had replied brightly. “He gives off polite airs, but he’s a piece of work.” All Might’s mostly obstructed shoulders in the front seat shrugged. “Not much you can do with someone like him. Everything that comes out is a threat or taunt.” All Might carefully waved his hand in a circular motion towards the side of his head. +

+

+ “No one’s even made it through a full interview with him, from what I’ve heard,” Detective Tsukauchi added from behind the wheel. “He plays mind games with them. The prison also has a “no recent events” policy on any discussions with him as well. Just in case he ends up with ideas or has some means of communicating. Given that people only want to ask him about current events, it doesn’t leave much to talk about.” +

+

+ “Wait, they still don’t know what Quirks he has?” Izuku asked exasperatedly. “They can’t if there’s still an information block on visits.” +

+

+ “Nope. We have no idea what he can do. They can run DNA tests, but it’s not like anyone apart from him even knows how his Quirk works. They could get matches with any number of people, but if they’re not in a database then we can’t cross-reference them anyway. Even if they run an analysis, the data doesn’t mean anything without the ability to interpret it,” All Might gestured with a skeletal finger. “It’s a waste of time after the initial tests were conducted. They weren’t game to MRI him either, given he’s definitely got a Quirk that creates metal components.” +

+

+ “No one’s bothered to ask him anything about… anything?” Izuku asked, dumbfounded. “He must be around two-hundred years old and people can’t think of a single non-current affairs thing to ask him?” +

+

+ In some ways it was unfathomable that they’d let a potential resource go to waste. On the other hand, said potential resource had blown up a city, murdered numerous people and terrorised Japan for over a century. At the very least. +

+

+ “Well, I tried to ask him about Shigaraki, but he didn’t say much of anything really. Some garbage about you being too dependent on me and him letting Shigaraki run wild and how he just wanted to be the ultimate evil,” All Might shrugged again. “He spends too much time talking about nothing.” +

+

+ Izuku shifted his head onto his arm. “But, that’s not really nothing, is it?” +

+

+ “What do you mean?” Izuku had the feeling that All Might would have been looking at him with the you’re about to do something stupid aren’t you expression that was thankfully becoming less common. +

+

+ “Well, he clearly doesn’t know anything about us, All Might, if he thinks that you’re just going to let go of me after not even two years of being taught. Maybe Shigaraki was dependent on adult figures, but I don’t even remember my dad and mum’s been busy working and keeping the house together. I’ve never had a lot of adult supervision before,” Izuku laughed nervously. “I had to find ways to keep myself entertained. If anything, I’m on the disobedient side of the scale.” All Might outright giggled. +

+

+ “I’ll say, especially after what happened with Overhaul. I’m surprised your mother let you leave the dorms again after that.” +

+

+ “I’m surprised she didn’t withdraw and ground me until I was thirty.” +

+

+ “Oh? That strict?” Tsukauchi asked. +

+

+ “She has her moments,” Izuku smiled fondly. “Do you think she’d agree to me asking the archvillain of Japan about his Quirk?” Izuku asked, only partially joking. There was an itch at the back of his head, a feeling of something missing that poked and prodded at his senses. +

+

+ All Might coughed and sprayed the dash with a fine red mist. “Absolutely not! I forbid it!” +

+

+ “That’s exactly why I’m asking her and not you,” Izuku grinned from the backseat. +

+

+ “He’s evil!” +

+

+ “He’s ancient. You honestly don’t wonder about the sort of things someone with that life experience and Quirk would have run across to end up the way he did?” +

+

+ “Nope, he made it perfectly clear that he always wanted to be the supreme evil,” All Might snipped through folded arms. +

+

+ “Yeah, and I’ll just take his word for that, won’t I?” Izuku grinned. “If he does nothing but lie, then that’s probably one too, but there’s a grain of truth in there somewhere.” +

+

+ “What would you even do? Harass him into telling you his life story?” All Might sighed. +

+

+ “Not when I can kill him with kindness. Who knows, it might even be poisonous for him.” +

+

+ “You’re explaining this to your mother. Teacher or not, I’m not being on the receiving end of this one.” +

+

+ Izuku blinked for a moment. “You’ll let me?” +

+

+ “I’m not entirely for it, but any prospective information on what influenced Shigaraki can only be a good thing. If anything goes south we can pull you out pretty easily. Just be aware of who and what you’re dealing with.” Struggling, All Might turned a serious look to Izuku around the side of the seat. “Only if your mother gives the okay.” +

+

+ The conversation turned to school for the rest of the way. +

+ +

+ It might have been curiosity or it might have been the nagging sensation that chewed at his brain for the three weeks that he researched the subject of the conversation. All For One was a cryptid. Mystical in more ways than one, he was only a rumour on a network that was two-hundred years old. There were whispers of a shadowy figure who once ruled Japan, intermingled with a string of conspiracies and fragmented events. +

+

+ Izuku had even braved the dark web, poking and prodding at some of the seedier elements of the world wide web. The internet had rumours, but the dark web had stories.
+

+

+ An implied yakuza wrote about his grandfather who lost a fire manipulation Quirk and his sanity without any reason. His grandfather had been institutionalised, crying and repeating “he took it, he took it” until his dying days. No one could console him. +

+

+ Another user spoke of a nursing home where a room full of dementia residents inexplicably became docile and no longer used their Quirks on the increasingly disturbed staff. The nursing home erupted into flames just before a court case against them commenced. +

+

+ A user with neon pink text spoke of how their great-great-great-great grandmother with a longevity Quirk had simply aged rapidly one day and passed away in her sleep, her face a mask of terror. No cause had ever been found. +

+

+ A hacker provided a grainy CCTV recording of a heist and a scanned collection of documents from over a century ago, where there was a flash of light and entire bank vault had been emptied. What separated it from the usual robbery was that it contained a list containing confidential information on the Quirks of the First Generation. Izuku had greedily snavelled up and saved the video and documents to an external hard drive. +

+

+ Paging through, Izuku saw someone recount how their Quirkless uncle had developed a warp Quirk and gone from rags to riches under a mysterious benefactor. A decade ago, the uncle had simply disappeared. +

+

+ Numerous and terrifying, the stories were scattered nuggets of gold hidden across the web. They’d never last long, vanishing within hours of posting. Izuku bounced from proxy to proxy, fleeing from a series of deletions that seemed to follow Izuku’s aliased postings across snitch.ru, rabbit.az, aconspiracy.xfiles and their compatriots. +

+

+ After thirty-two identity changes (all carefully logged in a separate notebook), a large amount of feigning communal interest in a lucky tabloid article on All For One which had been released at the start of the first of the three weeks, Izuku hung up his tinfoil hat and called it a month. He haphazardly tossed a bulging notebook into his bookshelf and lodged his hard drive in a gap containing seven others and went to dinner. +

+

+ It took another week to present his research to All Might and Tsukauchi, whose jaws reached the proverbial floor. +

+

+ “We never found any of this,” the Detective Tsukauchi exclaimed. “How did you find all of it?” +

+

+ “I asked the right people. Turns out criminals have very long and very unforgiving memories,” Izuku explained through sunken eyes. “There’s more than this that could be linked to him, but these ones seem to be the most obvious.” +

+

+ “They would do, you can’t be head of the underworld without making an army of enemies,” All Might agreed. “You know, if you can get any more information about these events, I think you’ll give people a lot of peace of mind.” +

+

+ “Provided mum agrees to it.” +

+

+ “Only if she agrees to it.” +

+

+ It took another month to convince his mother, who eventually gave in once All Might provided an extremely comprehensive schedule of how the visitations and any resulting research would be carefully balanced against Izuku’s schoolwork and internship. +

+ +

+ The day of the visit finally arrived, four months after the initial conversation, much to Izuku’s dismay. +

+

+ Izuku remembered how he had arrived, with the Detective and All Might escorting him through its sterile, white innards. A list of rules rattled off at the gate, “no current affairs” was chief among them and an assertion that he’d be dragged from the room if need be if Izuku was to breach any of them. No smuggling of communication devices, no weapons, no Quirks, nothing that could compromise the prisoner’s secure status. +

+

+ Heavily armoured and drilled guards leading him underground into the deepest bowels of the Tartarus complex. +

+

+ Izuku understood the rules, dressed casually in a cotton t-shirt with “Shirt” printed across it in haphazard English and clutching at a carefully screened and utterly blank notebook. +

+

+ Across from him, behind reinforced glass, the archvillain of Japan was bound and unmoving. +

+

+ “Hello,” Izuku initiated uncertainly. His skin had been crawling the moment he crossed the threshold, a memory of the encounter and escape at the Kamino Ward months ago. +

+

+ “Ah, All Might’s disciple,” drawled All For One, “is he too cowardly to come himself? Yet I don’t hear the garments of a hero.” With hardly a word out, All For One had already lunged for the figurative jugular. +

+

+ A stray thought of how does he know who I am if he’s blind and isn’t familiar with me? whispered its way through Izuku’s head. +

+

+ “Oh, no,” Izuku corrected hastily, almost relieved at the lack of any pretence, “I asked if I could talk to you. This isn’t exactly hero related.” +

+

+ “I’m surprised he said yes.” While there was little by way of expression, Izuku could just about sense the contempt dripping from the prisoner’s tone. It wasn’t anything he wasn’t expecting. Kacchan had already said worse to him in earlier years. Water off a duck’s back. +

+

+ “Well, he’s not my legal guardian, so I think you should be more surprised that mum said yes. She’s stricter with these things than All Might,” Izuku corrected again. “Mum gave the okay, but that was a stressful discussion.” And there it was, a miniscule twitch from the man opposite. A spasm more than anything else. Interesting. Pinned down as he was, the prisoner oozed irritation. +

+

+ “At least your mother is a wise person. I wonder why the student doesn’t heed all of the advice of the teacher.” All For One’s tone didn’t indicate a question, so much as an implicit statement that All Might wasn’t worth listening to in any capacity. Kacchan would have hated the comparison, but the hostility had an almost comfortable familiarity. “He no doubt warned you off speaking to me, overprotective as he is, but here you are.” +

+

+ Izuku found himself smiling at the thought of Kacchan’s outrage if he ever found out about the mental comparison as he replied. “I don’t think it’s normal for anyone my age to listen completely to their teachers. We pick and choose and run with what works best for us. He warned me, but I’m still here. Mum warned me as well, but I think she cared more about the time management aspect of it." +

+

+ “Is that a recent development?” All For One probed. +

+

+ “Not really. My old homeroom teacher told me not to bother applying to U.A.” His mother’s beaming face had carried Izuku through the cheerful and resolute signing of that application form. +

+

+ “I see you followed their advice to the letter,” came the snide, dismissive reply. +

+

+ Izuku hoisted up his legs and sat cross-legged in his seat. Leaning slightly forward as he did so as to better prop up his notebook. +

+

+ “You’re a walking contrarian, aren’t you? All Might told me about his run ins with you. What someone does or doesn’t do really doesn’t matter to you, you’ll just find a way to rationalise it as a negative and go on the attack anyway. What you’re currently doing is drawing attention away from yourself and focusing it on me so you can withhold information.” Izuku flipped open his notebook and put pen to paper. “You’ve got something fairly big to hide and you diverting attention exposes that motivation as existing anyway. The only real questions here are what and why?” Izuku paused in mortification as the man opposite’s lips parted. “I just said that aloud, didn’t I?” +

+

+ Of the responses Izuku had expected, it wasn’t laughter. Unrestrained, Izuku would have expected a violent outburst. In this situation, he would have expected another scathing comment. Instead, All For One laughed breathily, leaning into his bonds. Wheezingly he spoke, “I’ll have to change tactics, if that one’s too transparent for you. How refreshing.” +

+

+ Doing his best not to glow a blinding red and simultaneously pale at the interest, Izuku carried on. “I add it to the list when you do. I’m not emotionally involved enough to really be impacted by what you’re saying. I know about you in theory, but that’s it. Maybe All Might has a history with you, but I don’t really know enough about you personally to…” +

+

+ “Care,” All For One supplied, somewhat subdued as he struggled to breathe. “You’re only here to satisfy your curiosity as to whether or not the stories were true.” +

+

+ Izuku nodded, scratching at his notebook with his left hand. “Yes and no, I’m actually here to ask you about how your Quirk works.” For now. +

+

+ Another chortle, more restrained that the last. +

+

+ "What makes you think others haven’t already asked?” Had All For One been unrestrained, Izuku could imagine the stereotypical scene of the villain confidently leaning back in some overblown chair in a secret lair, drink of choice in hand, if the tone of voice was any indication. Deflections aside, the man easily rose to each comment. +

+

+ “Whether or not they asked it’s irrelevant if they can’t read the answers.” Answers didn’t matter if the people involved were too attached to read into the answers. If none of the interviewers had managed a full interview, then it seemed unlikely that any sort of effort was put into understanding the villain. +

+

+ “And you think you can? What expertise do you hold above theirs?” Doubt and reprimand weighted the words. Oddly enough, had Izuku been any younger he could have mistaken the man for a disapproving parent rebuking an overly ambitious child. Albeit an extremely evil one. +

+

+ Izuku inhaled shortly and went for it. “If there’s something I know, it’s Quirks and how they work. Maybe I don’t know you, but I don’t really need to. Quirks fall under broad categories of function. You can take and give, consent doesn’t seem to be a factor. You either can’t “see” certain types of Quirks or you need to have prior knowledge of it before you take it with what I know about your brother. Despite your nom de guerre, because we both know it’s not your real name, you have a history of giving multiple Quirks and causing brain damage to the receiver. You clearly aren’t impacted by those same restrictions, so it must either alter your brain mapping or adjust functions to allow for simultaneous use and storage. It also must isolate or categories the Quirks you stock, because from the few people who do remember you, you creating certain Quirks is always in the context of giving them to someone else meaning there’s probably an inherent immunity to stop it from tainting your own Quirk with a mutation,” Izuku mumbled, almost to himself. “The only thing really in question about your Quirk is the finer details and whether or not you need to maintain those features or if they’re inherent and your hard limit for holding Quirks.” +

+

+ There was silence, for only a moment. “If only my hands were free, I would clap for such a thoughtful assessment. Clearly you’re not all brawn,” All For One positively purred. “Speculate away.” A wide and slightly unhinged smile was directed at Izuku. +

+

+ It was all Izuku could do not to wince at the eagerness. An image of a nervous All Might, hidden in the observation room above with the grim-faced prison staff, came to mind. +

+

+ “I note that you said thoughtful and not correct,” and Izuku breathed and unsteadily jotted it down in his notebook. “You don’t seem bothered by the guess.” +

+

+ “Few people live long enough to question my Quirk, let alone have the talent to guess so thoughtfully at its functions. It seems we share a hobby.” There was something terribly keen in that voice that hadn’t been there before, twisting itself through the compliment. +

+

+ “I suppose it helps that you’re playing along out of boredom,” Izuku verbally dodged, unease uncoiling itself from the back of his mind. +

+

+ “I was playing along out of boredom,” All For One corrected smoothly. “Now, I’m curious. Admittedly, my prior assumptions of you weren’t generous, but I’ve been too hasty in my assessments before.” +

+

+ “I’ll pack up and leave now if that’s the case,” Izuku replied with only half an ear on the conversation as the words on his page began to drastically expand to distract himself from the building anxiety. +

+

+ “Sarcasm, so you do have characteristics of a normal teenager. Your willingness to maim yourself has often left me wondering…” +

+

+ “You’re deflecting again,” Izuku observed. “I’m not sure if that’s a nervous habit for you or if you’re doing it because I’m close to being right about your Quirk. That being said, I don’t think you know what a normal teenager is if Shigaraki is any indication. He’s about seven years too late for his rebellious phase.” +

+

+ “I’m hurt and offended,” came the amused reply. +

+

+ “By how Shigaraki ended up or your parenting? You only have yourself to blame for both of them.” +

+

+ “How harsh. Shigaraki is a product of society that birthed him. I can’t take credit for all of the hard work,” All For One laid out invitingly. Perhaps someone else would have risen to the bait, but Izuku was already packing his mental bags and heading for the door. +

+

+ Clearly the prisoner’s anticipation had registered poorly with someone in the observation room, because a voice rang through the air. “Time’s up Midoriya-kun.” +

+

+ “Okay!” Izuku called back and etched out his last thoughtful of words, untangled his legs and rose to his feet. +

+

+ “What a shame, my visitations are always so short,” All For One spoke mournfully. +

+

+ “Well, you did blow up half a city. They could have just let you suffocate instead. Same time next week, then?” Izuku offered brightly, notebook stuffed into a pocket and was followed out the door by wheezing laughter. +

+

+ It was only after he had made it safely back to the communal room where All Might waited did he allow the spring to fade from his step and discard his nervous smile. Shuddering, he turned to All Might whose face was set in a grimace. +

+

+ “I won’t say I told you so,” All Might offered, perched on the edge of his couch like a misshapen vulture. +

+

+ “He’s… not really what I was expecting. I was expecting someone, more openly evil.” Izuku allowed himself to collapse into the leather of the seat. He shakily reached for the warm tea that had been clearly been prepared the moment Izuku left the cell. “I suppose he does it to lull people into a false sense of security. I didn’t understand how someone with only half a set of expressions could have “villain” written all over them until I met him.” +

+

+ “He’s always been like that. He feigns concern and sympathy to lure in society’s outcasts. They’re easy targets,” All Might said through a mouthful of biscuit. +

+

+ “Has he ever tried it on any of the One For All successors?” +

+

+ “Not really, but you might have accidentally given him the incentive for it. He never had access to any of the One For All wielders while they were young.” All Might snorted, “not that it’ll make a difference with you”. +

+

+ “I think he was trying to gauge me for a world view before the wardens ended it. I need more time to work out his response to the stuff on his Quirk.” +

+

+ “He’s conversation starved since it’s solitary confinement. If what the people monitoring his brain activity said was true, you’re the most exciting thing to have happened to him in months. He replied after you left, said he was looking forward to it.” +

+

+ “That’s pretty sad." +

+

+ “It’s even sadder that we’re the only two members of the public who have had anything to do with him. Stain gets a pile of mail from his “fans”, but All For One has nothing,” All Might waved a tea spoon. “That’s what he gets.” +

+

+ “Let’s get out of here and tell Detective Tsukauchi how it went.” Izuku gulped down his tea and headed for the exit, with him and All Might reaching it at roughly the same amount of time. +

+

+ “At least your mum’s making katsudon for us tonight," was All Might's only optimistic comment. +

+

+ Anxiety was still ebbing over Izuku after Tsukauchi had been debriefed in the car. +

+

+ “It seems we share a hobby.” Haunted Izuku on the drive home. As if ripping someone’s Quirk from them and leaving them lying traumatised on the ground was just a fun pastime and not an act of grievous bodily harm. +

+

+ And he’d be dealing with him again in another week. +

+
\ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/source.html b/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/source.html new file mode 100644 index 0000000..5e1d866 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/archive-of-our-own/source.html @@ -0,0 +1,1025 @@ + + + + + + + + + + + + + + + + Conversations with a Cryptid - Chapter 1 - AMournfulHowlInTheNight - 僕のヒーローアカデミア | Boku no Hero Academia | My Hero Academia [Archive of Our Own] + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+
+ + + + +
+

+   +

+

+ Actions +

+ +

+ Work Header +

+
+ +
+
+
+

+ Conversations with a Cryptid +

+ + + +
+
+ +
+ + +
+

+ Chapter Text +

+

+ Izuku was struggling to understand how he had even managed to get here, seated before the archvillain of Japan with only a sense of dread to keep him company. All Might sat concealed in an observation room, of the firm opinion that he could only aggravate the prisoner and he sent Izuku off with a strained smile. A vague haze hovered over Izuku’s memory. It started with a simple conversation gone astray on a long drive home. +

+

+   +

+

+ “So, who is All For One? Do we know anything about him beyond what you told me before? He’s been imprisoned for months now.” Izuku remembered asking All Might from the backseat of the car as Detective Tsukauchi leisurely drove along a sprawling highway. +

+

+ Playing on the car radio was an aftermath report of a villain attack in downtown Tokyo. Izuku caught the phrase “liquid body” from the female reporter before Detective Tsukauchi changed the channel. +

+

+ “Nope. Still nothing. No one really wants to speak to him,” All Might had replied brightly. “He gives off polite airs, but he’s a piece of work.” All Might’s mostly obstructed shoulders in the front seat shrugged. “Not much you can do with someone like him. Everything that comes out is a threat or taunt.” All Might carefully waved his hand in a circular motion towards the side of his head. +

+

+ “No one’s even made it through a full interview with him, from what I’ve heard,” Detective Tsukauchi added from behind the wheel. “He plays mind games with them. The prison also has a “no recent events” policy on any discussions with him as well. Just in case he ends up with ideas or has some means of communicating. Given that people only want to ask him about current events, it doesn’t leave much to talk about.” +

+

+ “Wait, they still don’t know what Quirks he has?” Izuku asked exasperatedly. “They can’t if there’s still an information block on visits.” +

+

+ “Nope. We have no idea what he can do. They can run DNA tests, but it’s not like anyone apart from him even knows how his Quirk works. They could get matches with any number of people, but if they’re not in a database then we can’t cross-reference them anyway. Even if they run an analysis, the data doesn’t mean anything without the ability to interpret it,” All Might gestured with a skeletal finger. “It’s a waste of time after the initial tests were conducted. They weren’t game to MRI him either, given he’s definitely got a Quirk that creates metal components.” +

+

+ “No one’s bothered to ask him anything about… anything?” Izuku asked, dumbfounded. “He must be around two-hundred years old and people can’t think of a single non-current affairs thing to ask him?” +

+

+ In some ways it was unfathomable that they’d let a potential resource go to waste. On the other hand, said potential resource had blown up a city, murdered numerous people and terrorised Japan for over a century. At the very least. +

+

+ “Well, I tried to ask him about Shigaraki, but he didn’t say much of anything really. Some garbage about you being too dependent on me and him letting Shigaraki run wild and how he just wanted to be the ultimate evil,” All Might shrugged again. “He spends too much time talking about nothing.” +

+

+ Izuku shifted his head onto his arm. “But, that’s not really nothing, is it?” +

+

+ “What do you mean?” Izuku had the feeling that All Might would have been looking at him with the you’re about to do something stupid aren’t you expression that was thankfully becoming less common. +

+

+ “Well, he clearly doesn’t know anything about us, All Might, if he thinks that you’re just going to let go of me after not even two years of being taught. Maybe Shigaraki was dependent on adult figures, but I don’t even remember my dad and mum’s been busy working and keeping the house together. I’ve never had a lot of adult supervision before,” Izuku laughed nervously. “I had to find ways to keep myself entertained. If anything, I’m on the disobedient side of the scale.” All Might outright giggled. +

+

+ “I’ll say, especially after what happened with Overhaul. I’m surprised your mother let you leave the dorms again after that.” +

+

+ “I’m surprised she didn’t withdraw and ground me until I was thirty.” +

+

+ “Oh? That strict?” Tsukauchi asked. +

+

+ “She has her moments,” Izuku smiled fondly. “Do you think she’d agree to me asking the archvillain of Japan about his Quirk?” Izuku asked, only partially joking. There was an itch at the back of his head, a feeling of something missing that poked and prodded at his senses. +

+

+ All Might coughed and sprayed the dash with a fine red mist. “Absolutely not! I forbid it!” +

+

+ “That’s exactly why I’m asking her and not you,” Izuku grinned from the backseat. +

+

+ “He’s evil!” +

+

+ “He’s ancient. You honestly don’t wonder about the sort of things someone with that life experience and Quirk would have run across to end up the way he did?” +

+

+ “Nope, he made it perfectly clear that he always wanted to be the supreme evil,” All Might snipped through folded arms. +

+

+ “Yeah, and I’ll just take his word for that, won’t I?” Izuku grinned. “If he does nothing but lie, then that’s probably one too, but there’s a grain of truth in there somewhere.” +

+

+ “What would you even do? Harass him into telling you his life story?” All Might sighed. +

+

+ “Not when I can kill him with kindness. Who knows, it might even be poisonous for him.” +

+

+ “You’re explaining this to your mother. Teacher or not, I’m not being on the receiving end of this one.” +

+

+ Izuku blinked for a moment. “You’ll let me?” +

+

+ “I’m not entirely for it, but any prospective information on what influenced Shigaraki can only be a good thing. If anything goes south we can pull you out pretty easily. Just be aware of who and what you’re dealing with.” Struggling, All Might turned a serious look to Izuku around the side of the seat. “Only if your mother gives the okay.” +

+

+ The conversation turned to school for the rest of the way. +

+

+   +

+

+ It might have been curiosity or it might have been the nagging sensation that chewed at his brain for the three weeks that he researched the subject of the conversation. All For One was a cryptid. Mystical in more ways than one, he was only a rumour on a network that was two-hundred years old. There were whispers of a shadowy figure who once ruled Japan, intermingled with a string of conspiracies and fragmented events. +

+

+ Izuku had even braved the dark web, poking and prodding at some of the seedier elements of the world wide web. The internet had rumours, but the dark web had stories.
+

+

+ An implied yakuza wrote about his grandfather who lost a fire manipulation Quirk and his sanity without any reason. His grandfather had been institutionalised, crying and repeating “he took it, he took it” until his dying days. No one could console him. +

+

+ Another user spoke of a nursing home where a room full of dementia residents inexplicably became docile and no longer used their Quirks on the increasingly disturbed staff. The nursing home erupted into flames just before a court case against them commenced. +

+

+ A user with neon pink text spoke of how their great-great-great-great grandmother with a longevity Quirk had simply aged rapidly one day and passed away in her sleep, her face a mask of terror. No cause had ever been found. +

+

+ A hacker provided a grainy CCTV recording of a heist and a scanned collection of documents from over a century ago, where there was a flash of light and entire bank vault had been emptied. What separated it from the usual robbery was that it contained a list containing confidential information on the Quirks of the First Generation. Izuku had greedily snavelled up and saved the video and documents to an external hard drive. +

+

+ Paging through, Izuku saw someone recount how their Quirkless uncle had developed a warp Quirk and gone from rags to riches under a mysterious benefactor. A decade ago, the uncle had simply disappeared. +

+

+ Numerous and terrifying, the stories were scattered nuggets of gold hidden across the web. They’d never last long, vanishing within hours of posting. Izuku bounced from proxy to proxy, fleeing from a series of deletions that seemed to follow Izuku’s aliased postings across snitch.ru, rabbit.az, aconspiracy.xfiles and their compatriots. +

+

+ After thirty-two identity changes (all carefully logged in a separate notebook), a large amount of feigning communal interest in a lucky tabloid article on All For One which had been released at the start of the first of the three weeks, Izuku hung up his tinfoil hat and called it a month. He haphazardly tossed a bulging notebook into his bookshelf and lodged his hard drive in a gap containing seven others and went to dinner. +

+

+ It took another week to present his research to All Might and Tsukauchi, whose jaws reached the proverbial floor. +

+

+ “We never found any of this,” the Detective Tsukauchi exclaimed. “How did you find all of it?” +

+

+ “I asked the right people. Turns out criminals have very long and very unforgiving memories,” Izuku explained through sunken eyes. “There’s more than this that could be linked to him, but these ones seem to be the most obvious.” +

+

+ “They would do, you can’t be head of the underworld without making an army of enemies,” All Might agreed. “You know, if you can get any more information about these events, I think you’ll give people a lot of peace of mind.” +

+

+ “Provided mum agrees to it.” +

+

+ “Only if she agrees to it.” +

+

+ It took another month to convince his mother, who eventually gave in once All Might provided an extremely comprehensive schedule of how the visitations and any resulting research would be carefully balanced against Izuku’s schoolwork and internship. +

+

+   +

+

+ The day of the visit finally arrived, four months after the initial conversation, much to Izuku’s dismay. +

+

+ Izuku remembered how he had arrived, with the Detective and All Might escorting him through its sterile, white innards. A list of rules rattled off at the gate, “no current affairs” was chief among them and an assertion that he’d be dragged from the room if need be if Izuku was to breach any of them. No smuggling of communication devices, no weapons, no Quirks, nothing that could compromise the prisoner’s secure status. +

+

+ Heavily armoured and drilled guards leading him underground into the deepest bowels of the Tartarus complex. +

+

+ Izuku understood the rules, dressed casually in a cotton t-shirt with “Shirt” printed across it in haphazard English and clutching at a carefully screened and utterly blank notebook. +

+

+ Across from him, behind reinforced glass, the archvillain of Japan was bound and unmoving. +

+

+ “Hello,” Izuku initiated uncertainly. His skin had been crawling the moment he crossed the threshold, a memory of the encounter and escape at the Kamino Ward months ago. +

+

+ “Ah, All Might’s disciple,” drawled All For One, “is he too cowardly to come himself? Yet I don’t hear the garments of a hero.” With hardly a word out, All For One had already lunged for the figurative jugular. +

+

+ A stray thought of how does he know who I am if he’s blind and isn’t familiar with me? whispered its way through Izuku’s head. +

+

+ “Oh, no,” Izuku corrected hastily, almost relieved at the lack of any pretence, “I asked if I could talk to you. This isn’t exactly hero related.” +

+

+ “I’m surprised he said yes.” While there was little by way of expression, Izuku could just about sense the contempt dripping from the prisoner’s tone. It wasn’t anything he wasn’t expecting. Kacchan had already said worse to him in earlier years. Water off a duck’s back. +

+

+ “Well, he’s not my legal guardian, so I think you should be more surprised that mum said yes. She’s stricter with these things than All Might,” Izuku corrected again. “Mum gave the okay, but that was a stressful discussion.” And there it was, a miniscule twitch from the man opposite. A spasm more than anything else. Interesting. Pinned down as he was, the prisoner oozed irritation. +

+

+ “At least your mother is a wise person. I wonder why the student doesn’t heed all of the advice of the teacher.” All For One’s tone didn’t indicate a question, so much as an implicit statement that All Might wasn’t worth listening to in any capacity. Kacchan would have hated the comparison, but the hostility had an almost comfortable familiarity. “He no doubt warned you off speaking to me, overprotective as he is, but here you are.” +

+

+ Izuku found himself smiling at the thought of Kacchan’s outrage if he ever found out about the mental comparison as he replied. “I don’t think it’s normal for anyone my age to listen completely to their teachers. We pick and choose and run with what works best for us. He warned me, but I’m still here. Mum warned me as well, but I think she cared more about the time management aspect of it." +

+

+ “Is that a recent development?” All For One probed. +

+

+ “Not really. My old homeroom teacher told me not to bother applying to U.A.” His mother’s beaming face had carried Izuku through the cheerful and resolute signing of that application form. +

+

+ “I see you followed their advice to the letter,” came the snide, dismissive reply. +

+

+ Izuku hoisted up his legs and sat cross-legged in his seat. Leaning slightly forward as he did so as to better prop up his notebook. +

+

+ “You’re a walking contrarian, aren’t you? All Might told me about his run ins with you. What someone does or doesn’t do really doesn’t matter to you, you’ll just find a way to rationalise it as a negative and go on the attack anyway. What you’re currently doing is drawing attention away from yourself and focusing it on me so you can withhold information.” Izuku flipped open his notebook and put pen to paper. “You’ve got something fairly big to hide and you diverting attention exposes that motivation as existing anyway. The only real questions here are what and why?” Izuku paused in mortification as the man opposite’s lips parted. “I just said that aloud, didn’t I?” +

+

+ Of the responses Izuku had expected, it wasn’t laughter. Unrestrained, Izuku would have expected a violent outburst. In this situation, he would have expected another scathing comment. Instead, All For One laughed breathily, leaning into his bonds. Wheezingly he spoke, “I’ll have to change tactics, if that one’s too transparent for you. How refreshing.” +

+

+ Doing his best not to glow a blinding red and simultaneously pale at the interest, Izuku carried on. “I add it to the list when you do. I’m not emotionally involved enough to really be impacted by what you’re saying. I know about you in theory, but that’s it. Maybe All Might has a history with you, but I don’t really know enough about you personally to…” +

+

+ “Care,” All For One supplied, somewhat subdued as he struggled to breathe. “You’re only here to satisfy your curiosity as to whether or not the stories were true.” +

+

+ Izuku nodded, scratching at his notebook with his left hand. “Yes and no, I’m actually here to ask you about how your Quirk works.” For now. +

+

+ Another chortle, more restrained that the last. +

+

+ "What makes you think others haven’t already asked?” Had All For One been unrestrained, Izuku could imagine the stereotypical scene of the villain confidently leaning back in some overblown chair in a secret lair, drink of choice in hand, if the tone of voice was any indication. Deflections aside, the man easily rose to each comment. +

+

+ “Whether or not they asked it’s irrelevant if they can’t read the answers.” Answers didn’t matter if the people involved were too attached to read into the answers. If none of the interviewers had managed a full interview, then it seemed unlikely that any sort of effort was put into understanding the villain. +

+

+ “And you think you can? What expertise do you hold above theirs?” Doubt and reprimand weighted the words. Oddly enough, had Izuku been any younger he could have mistaken the man for a disapproving parent rebuking an overly ambitious child. Albeit an extremely evil one. +

+

+ Izuku inhaled shortly and went for it. “If there’s something I know, it’s Quirks and how they work. Maybe I don’t know you, but I don’t really need to. Quirks fall under broad categories of function. You can take and give, consent doesn’t seem to be a factor. You either can’t “see” certain types of Quirks or you need to have prior knowledge of it before you take it with what I know about your brother. Despite your nom de guerre, because we both know it’s not your real name, you have a history of giving multiple Quirks and causing brain damage to the receiver. You clearly aren’t impacted by those same restrictions, so it must either alter your brain mapping or adjust functions to allow for simultaneous use and storage. It also must isolate or categories the Quirks you stock, because from the few people who do remember you, you creating certain Quirks is always in the context of giving them to someone else meaning there’s probably an inherent immunity to stop it from tainting your own Quirk with a mutation,” Izuku mumbled, almost to himself. “The only thing really in question about your Quirk is the finer details and whether or not you need to maintain those features or if they’re inherent and your hard limit for holding Quirks.” +

+

+ There was silence, for only a moment. “If only my hands were free, I would clap for such a thoughtful assessment. Clearly you’re not all brawn,” All For One positively purred. “Speculate away.” A wide and slightly unhinged smile was directed at Izuku. +

+

+ It was all Izuku could do not to wince at the eagerness. An image of a nervous All Might, hidden in the observation room above with the grim-faced prison staff, came to mind. +

+

+ “I note that you said thoughtful and not correct,” and Izuku breathed and unsteadily jotted it down in his notebook. “You don’t seem bothered by the guess.” +

+

+ “Few people live long enough to question my Quirk, let alone have the talent to guess so thoughtfully at its functions. It seems we share a hobby.” There was something terribly keen in that voice that hadn’t been there before, twisting itself through the compliment. +

+

+ “I suppose it helps that you’re playing along out of boredom,” Izuku verbally dodged, unease uncoiling itself from the back of his mind. +

+

+ “I was playing along out of boredom,” All For One corrected smoothly. “Now, I’m curious. Admittedly, my prior assumptions of you weren’t generous, but I’ve been too hasty in my assessments before.” +

+

+ “I’ll pack up and leave now if that’s the case,” Izuku replied with only half an ear on the conversation as the words on his page began to drastically expand to distract himself from the building anxiety. +

+

+ “Sarcasm, so you do have characteristics of a normal teenager. Your willingness to maim yourself has often left me wondering…” +

+

+ “You’re deflecting again,” Izuku observed. “I’m not sure if that’s a nervous habit for you or if you’re doing it because I’m close to being right about your Quirk. That being said, I don’t think you know what a normal teenager is if Shigaraki is any indication. He’s about seven years too late for his rebellious phase.” +

+

+ “I’m hurt and offended,” came the amused reply. +

+

+ “By how Shigaraki ended up or your parenting? You only have yourself to blame for both of them.” +

+

+ “How harsh. Shigaraki is a product of society that birthed him. I can’t take credit for all of the hard work,” All For One laid out invitingly. Perhaps someone else would have risen to the bait, but Izuku was already packing his mental bags and heading for the door. +

+

+ Clearly the prisoner’s anticipation had registered poorly with someone in the observation room, because a voice rang through the air. “Time’s up Midoriya-kun.” +

+

+ “Okay!” Izuku called back and etched out his last thoughtful of words, untangled his legs and rose to his feet. +

+

+ “What a shame, my visitations are always so short,” All For One spoke mournfully. +

+

+ “Well, you did blow up half a city. They could have just let you suffocate instead. Same time next week, then?” Izuku offered brightly, notebook stuffed into a pocket and was followed out the door by wheezing laughter. +

+

+ It was only after he had made it safely back to the communal room where All Might waited did he allow the spring to fade from his step and discard his nervous smile. Shuddering, he turned to All Might whose face was set in a grimace. +

+

+ “I won’t say I told you so,” All Might offered, perched on the edge of his couch like a misshapen vulture. +

+

+ “He’s… not really what I was expecting. I was expecting someone, more openly evil.” Izuku allowed himself to collapse into the leather of the seat. He shakily reached for the warm tea that had been clearly been prepared the moment Izuku left the cell. “I suppose he does it to lull people into a false sense of security. I didn’t understand how someone with only half a set of expressions could have “villain” written all over them until I met him.” +

+

+ “He’s always been like that. He feigns concern and sympathy to lure in society’s outcasts. They’re easy targets,” All Might said through a mouthful of biscuit. +

+

+ “Has he ever tried it on any of the One For All successors?” +

+

+ “Not really, but you might have accidentally given him the incentive for it. He never had access to any of the One For All wielders while they were young.” All Might snorted, “not that it’ll make a difference with you”. +

+

+ “I think he was trying to gauge me for a world view before the wardens ended it. I need more time to work out his response to the stuff on his Quirk.” +

+

+ “He’s conversation starved since it’s solitary confinement. If what the people monitoring his brain activity said was true, you’re the most exciting thing to have happened to him in months. He replied after you left, said he was looking forward to it.” +

+

+ “That’s pretty sad." +

+

+ “It’s even sadder that we’re the only two members of the public who have had anything to do with him. Stain gets a pile of mail from his “fans”, but All For One has nothing,” All Might waved a tea spoon. “That’s what he gets.” +

+

+ “Let’s get out of here and tell Detective Tsukauchi how it went.” Izuku gulped down his tea and headed for the exit, with him and All Might reaching it at roughly the same amount of time. +

+

+ “At least your mum’s making katsudon for us tonight," was All Might's only optimistic comment. +

+

+ Anxiety was still ebbing over Izuku after Tsukauchi had been debriefed in the car. +

+

+ “It seems we share a hobby.” Haunted Izuku on the drive home. As if ripping someone’s Quirk from them and leaving them lying traumatised on the ground was just a fun pastime and not an act of grievous bodily harm. +

+

+ And he’d be dealing with him again in another week. +

+
+
+
+
+
+ + + + +
+ +
+
+
+ +
+ + diff --git a/vendor/fivefilters/readability.php/test/test-pages/ars-1/config.json b/vendor/fivefilters/readability.php/test/test-pages/ars-1/config.json new file mode 100644 index 0000000..0ac6816 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ars-1/config.json @@ -0,0 +1,3 @@ +{ + "ArticleByLine": true +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-images.json new file mode 100644 index 0000000..d14a558 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-images.json @@ -0,0 +1,4 @@ +[ + "https:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-640x215.jpg", + "https:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-640x426.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-metadata.json new file mode 100644 index 0000000..2cb17ec --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Dan Goodin - Apr 16, 2015 8:02 pm UTC", + "Direction": null, + "Excerpt": "Two-year-old bug exposes thousands of servers to crippling attack.", + "Image": "https:\/\/cdn.arstechnica.net\/wp-content\/uploads\/2015\/04\/server-crash-640x215.jpg", + "Title": "Just-released Minecraft exploit makes it easy to crash game servers", + "SiteName": "Ars Technica" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected.html new file mode 100644 index 0000000..905e0d1 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected.html @@ -0,0 +1,91 @@ +
+
+

+ Biz & IT — +

+ +

+ Two-year-old bug exposes thousands of servers to crippling attack. +

+ +
+
+
+ Just-released Minecraft exploit makes it easy to crash game servers +
+ +
+
+ +

+ A flaw in the wildly popular online game Minecraft makes it easy for just about anyone to crash the server hosting the game, according to a computer programmer who has released proof-of-concept code that exploits the vulnerability. +

+

+ "I thought a lot before writing this post," Pakistan-based developer Ammar Askar wrote in a blog post published Thursday, 21 months, he said, after privately reporting the bug to Minecraft developer Mojang. "On the one hand I don't want to expose thousands of servers to a major vulnerability, yet on the other hand Mojang has failed to act on it." +

+

+ The bug resides in the networking internals of the Minecraft protocol. It allows the contents of inventory slots to be exchanged, so that, among other things, items in players' hotbars are displayed automatically after logging in. Minecraft items can also store arbitrary metadata in a file format known as Named Binary Tag (NBT), which allows complex data structures to be kept in hierarchical nests. Askar has released proof-of-concept attack code he said exploits the vulnerability to crash any server hosting the game. Here's how it works. +

+
+

+ The vulnerability stems from the fact that the client is allowed to send the server information about certain slots. This, coupled with the NBT format’s nesting allows us to craft a packet that is incredibly complex for the server to deserialize but trivial for us to generate. +

+

+ In my case, I chose to create lists within lists, down to five levels. This is a json representation of what it looks like. +

+
+
rekt: {
+    list: [
+        list: [
+            list: [
+                list: [
+                    list: [
+                        list: [
+                        ]
+                        list: [
+                        ]
+                        list: [
+                        ]
+                        list: [
+                        ]
+                        ...
+                    ]
+                    ...
+                ]
+                ...
+            ]
+            ...
+        ]
+        ...
+    ]
+    ...
+}
+
+

+ The root of the object, rekt, contains 300 lists. Each list has a list with 10 sublists, and each of those sublists has 10 of their own, up until 5 levels of recursion. That’s a total of 10^5 * 300 = 30,000,000 lists. +

+

+ And this isn’t even the theoretical maximum for this attack. Just the nbt data for this payload is 26.6 megabytes. But luckily Minecraft implements a way to compress large packets, lucky us! zlib shrinks down our evil data to a mere 39 kilobytes. +

+

+ Note: in previous versions of Minecraft, there was no protocol wide compression for big packets. Previously, NBT was sent compressed with gzip and prefixed with a signed short of its length, which reduced our maximum payload size to 2^15 - 1. Now that the length is a varint capable of storing integers up to 2^28, our potential for attack has increased significantly. +

+

+ When the server will decompress our data, it’ll have 27 megs in a buffer somewhere in memory, but that isn’t the bit that’ll kill it. When it attempts to parse it into NBT, it’ll create java representations of the objects meaning suddenly, the sever is having to create several million java objects including ArrayLists. This runs the server out of memory and causes tremendous CPU load. +

+

+ This vulnerability exists on almost all previous and current Minecraft versions as of 1.8.3, the packets used as attack vectors are the 0x08: Block Placement Packet and 0x10: Creative Inventory Action. +

+

+ The fix for this vulnerability isn’t exactly that hard, the client should never really send a data structure as complex as NBT of arbitrary size and if it must, some form of recursion and size limits should be implemented. +

+

+ These were the fixes that I recommended to Mojang 2 years ago. +

+
+

+ Ars is asking Mojang for comment and will update this post if company officials respond. +

+ +
+
\ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/ars-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/ars-1/source.html new file mode 100644 index 0000000..27630ef --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ars-1/source.html @@ -0,0 +1,634 @@ + + + + + Just-released Minecraft exploit makes it easy to crash game servers | Ars Technica + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+
+

+ Biz & IT — +

+

+ Just-released Minecraft exploit makes it easy to crash game servers +

+

+ Two-year-old bug exposes thousands of servers to crippling attack. +

+ +
+
+
+
+ Just-released Minecraft exploit makes it easy to crash game servers +
+
+ Kevin +
+
+
+ +

+ A flaw in the wildly popular online game Minecraft makes it easy for just about anyone to crash the server hosting the game, according to a computer programmer who has released proof-of-concept code that exploits the vulnerability. +

+

+ "I thought a lot before writing this post," Pakistan-based developer Ammar Askar wrote in a blog post published Thursday, 21 months, he said, after privately reporting the bug to Minecraft developer Mojang. "On the one hand I don't want to expose thousands of servers to a major vulnerability, yet on the other hand Mojang has failed to act on it." +

+

+ The bug resides in the networking internals of the Minecraft protocol. It allows the contents of inventory slots to be exchanged, so that, among other things, items in players' hotbars are displayed automatically after logging in. Minecraft items can also store arbitrary metadata in a file format known as Named Binary Tag (NBT), which allows complex data structures to be kept in hierarchical nests. Askar has released proof-of-concept attack code he said exploits the vulnerability to crash any server hosting the game. Here's how it works. +

+
+

+ The vulnerability stems from the fact that the client is allowed to send the server information about certain slots. This, coupled with the NBT format’s nesting allows us to craft a packet that is incredibly complex for the server to deserialize but trivial for us to generate. +

+

+ In my case, I chose to create lists within lists, down to five levels. This is a json representation of what it looks like. +

+
+
rekt: {
+    list: [
+        list: [
+            list: [
+                list: [
+                    list: [
+                        list: [
+                        ]
+                        list: [
+                        ]
+                        list: [
+                        ]
+                        list: [
+                        ]
+                        ...
+                    ]
+                    ...
+                ]
+                ...
+            ]
+            ...
+        ]
+        ...
+    ]
+    ...
+}
+
+

+ The root of the object, rekt, contains 300 lists. Each list has a list with 10 sublists, and each of those sublists has 10 of their own, up until 5 levels of recursion. That’s a total of 10^5 * 300 = 30,000,000 lists. +

+

+ And this isn’t even the theoretical maximum for this attack. Just the nbt data for this payload is 26.6 megabytes. But luckily Minecraft implements a way to compress large packets, lucky us! zlib shrinks down our evil data to a mere 39 kilobytes. +

+

+ Note: in previous versions of Minecraft, there was no protocol wide compression for big packets. Previously, NBT was sent compressed with gzip and prefixed with a signed short of its length, which reduced our maximum payload size to 2^15 - 1. Now that the length is a varint capable of storing integers up to 2^28, our potential for attack has increased significantly. +

+

+ When the server will decompress our data, it’ll have 27 megs in a buffer somewhere in memory, but that isn’t the bit that’ll kill it. When it attempts to parse it into NBT, it’ll create java representations of the objects meaning suddenly, the sever is having to create several million java objects including ArrayLists. This runs the server out of memory and causes tremendous CPU load. +

+

+ This vulnerability exists on almost all previous and current Minecraft versions as of 1.8.3, the packets used as attack vectors are the 0x08: Block Placement Packet and 0x10: Creative Inventory Action. +

+

+ The fix for this vulnerability isn’t exactly that hard, the client should never really send a data structure as complex as NBT of arbitrary size and if it must, some form of recursion and size limits should be implemented. +

+

+ These were the fixes that I recommended to Mojang 2 years ago. +

+
+

+ Ars is asking Mojang for comment and will update this post if company officials respond. +

+
+
+
+
+
+
+ + +
+
+
+
+
+ + +
+
+
+
+ +
+
+ +
+
+

+ You must to comment. +

+
+
+
+
+ +
+
+
+
+
+

+ Channel Ars Technica +

+
+
+
+ +
+ +
+
+
+
+ +
+ + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-images.json new file mode 100644 index 0000000..51ed665 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-images.json @@ -0,0 +1,6 @@ +[ + "http:\/\/fakehost\/test\/base\/foo\/bar\/baz.png", + "http:\/\/fakehost\/foo\/bar\/baz.png", + "http:\/\/test\/foo\/bar\/baz.png", + "https:\/\/test\/foo\/bar\/baz.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-metadata.json new file mode 100644 index 0000000..e58519c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.", + "Image": null, + "Title": "Base URL with base relative test", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected.html b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected.html new file mode 100644 index 0000000..1a8d412 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected.html @@ -0,0 +1,34 @@ +
+

Lorem

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+

Links

+

link

+

link

+

link

+

link

+

link

+

link

+

link

+

link

+

Images

+

+

+

+

+

+

Foo

+

+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+
\ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/source.html b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/source.html new file mode 100644 index 0000000..bb0f7df --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/source.html @@ -0,0 +1,44 @@ + + + + + + Base URL with base relative test + + +
+

Lorem

+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
+

Links

+

link

+

link

+

link

+

link

+

link

+

link

+

link

+

link

+

Images

+

+

+

+

+

+

Foo

+
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
+
+ + diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-images.json new file mode 100644 index 0000000..68c4864 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-images.json @@ -0,0 +1,5 @@ +[ + "http:\/\/fakehost\/foo\/bar\/baz.png", + "http:\/\/test\/foo\/bar\/baz.png", + "https:\/\/test\/foo\/bar\/baz.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-metadata.json new file mode 100644 index 0000000..e7a86a7 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.", + "Image": null, + "Title": "Base URL with base test", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected.html b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected.html new file mode 100644 index 0000000..3a03ddb --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected.html @@ -0,0 +1,34 @@ +
+

Lorem

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+

Links

+

link

+

link

+

link

+

link

+

link

+

link

+

link

+

link

+

Images

+

+

+

+

+

+

Foo

+

+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+
\ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/source.html b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/source.html new file mode 100644 index 0000000..4b3c63c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/source.html @@ -0,0 +1,44 @@ + + + + + + Base URL with base test + + +
+

Lorem

+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
+

Links

+

link

+

link

+

link

+

link

+

link

+

link

+

link

+

link

+

Images

+

+

+

+

+

+

Foo

+
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
+
+ + diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-images.json new file mode 100644 index 0000000..e072ac1 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-images.json @@ -0,0 +1,6 @@ +[ + "http:\/\/fakehost\/test\/foo\/bar\/baz.png", + "http:\/\/fakehost\/foo\/bar\/baz.png", + "http:\/\/test\/foo\/bar\/baz.png", + "https:\/\/test\/foo\/bar\/baz.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-metadata.json new file mode 100644 index 0000000..291ff94 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.", + "Image": null, + "Title": "Base URL test", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url/expected.html b/vendor/fivefilters/readability.php/test/test-pages/base-url/expected.html new file mode 100644 index 0000000..e9da69d --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/base-url/expected.html @@ -0,0 +1,34 @@ +
+

Lorem

+

+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+

Links

+

link

+

link

+

link

+

link

+

link

+

link

+

link

+

link

+

Images

+

+

+

+

+

+

Foo

+

+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

+
\ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/base-url/source.html b/vendor/fivefilters/readability.php/test/test-pages/base-url/source.html new file mode 100644 index 0000000..748b8be --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/base-url/source.html @@ -0,0 +1,43 @@ + + + + + Base URL test + + +
+

Lorem

+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
+

Links

+

link

+

link

+

link

+

link

+

link

+

link

+

link

+

link

+

Images

+

+

+

+

+

+

Foo

+
+ Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
+
+ + diff --git a/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-metadata.json new file mode 100644 index 0000000..a31ae0b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.", + "Image": null, + "Title": "Basic tag cleaning test", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected.html b/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected.html new file mode 100644 index 0000000..c66b95c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected.html @@ -0,0 +1,18 @@ +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua.

+

Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

+ +

Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+
+

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

+

Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+
\ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/source.html b/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/source.html new file mode 100644 index 0000000..d00f4cc --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/source.html @@ -0,0 +1,36 @@ + + + + + Basic tag cleaning test + + +
+

Lorem

+
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua.

+

Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

+ +

Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+
+

Foo

+
+

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

+ + + + +

Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+
+
+ + diff --git a/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-images.json new file mode 100644 index 0000000..5c50d84 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-images.json @@ -0,0 +1,7 @@ +[ + "http:\/\/ichef.bbci.co.uk\/news\/1024\/cpsprodpb\/3D8B\/production\/_84455751_84455749.jpg", + "http:\/\/ichef.bbci.co.uk\/news\/555\/cpsprodpb\/462D\/production\/_84456971_gettyimages-167501087.jpg", + "http:\/\/ichef.bbci.co.uk\/news\/555\/media\/images\/76020000\/jpg\/_76020974_line976.jpg", + "http:\/\/ichef-1.bbci.co.uk\/news\/555\/cpsprodpb\/6D3D\/production\/_84456972_p072315al-0500.jpg", + "http:\/\/ichef-1.bbci.co.uk\/news\/555\/cpsprodpb\/142FD\/production\/_84458628_shirtreuters.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-metadata.json new file mode 100644 index 0000000..8d5937b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "President Barack Obama tells the BBC his failure to pass \"common sense gun safety laws\" is the greatest frustration of his presidency.", + "Image": "http:\/\/ichef.bbci.co.uk\/news\/1024\/cpsprodpb\/3D8B\/production\/_84455751_84455749.jpg", + "Title": "Obama admits US gun laws are his 'biggest frustration'", + "SiteName": "BBC News" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected.html new file mode 100644 index 0000000..1e3c6d3 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected.html @@ -0,0 +1,22 @@ +
+

President Barack Obama has admitted that his failure to pass "common sense gun safety laws" in the US is the greatest frustration of his presidency.

In an interview with the BBC, Mr Obama said it was "distressing" not to have made progress on the issue "even in the face of repeated mass killings".

He vowed to keep trying, but the BBC's North America editor Jon Sopel said the president did not sound very confident.

However, Mr Obama said race relations had improved during his presidency.

Hours after the interview, a gunman opened fire at a cinema in the US state of Louisiana, killing two people and injuring several others before shooting himself.

In a wide-ranging interview, President Obama also said:

Read the full transcript of his interview

Mr Obama lands in Kenya later on Friday for his first visit since becoming president.

But with just 18 months left in power, he said gun control was the area where he has been "most frustrated and most stymied" since coming to power in 2009.

"If you look at the number of Americans killed since 9/11 by terrorism, it's less than 100. If you look at the number that have been killed by gun violence, it's in the tens of thousands," Mr Obama said.

Gun control campaigners protest in McPhearson Square in Washington DC - 25 April 2013 +
+ + The president said he would continue fighting for greater gun control laws + +

"For us not to be able to resolve that issue has been something that is distressing," he added.

Mr Obama has pushed for stricter gun control throughout his presidency but has been unable to secure any significant changes to the laws.

After nine African-American churchgoers were killed in South Carolina in June, he admitted "politics in this town" meant there were few options available.

line

Analysis: Jon Sopel, BBC News, Washington

President Barack Obama participates in an interview with Jon Sopel of BBC in the Roosevelt Room of the White House - 23 July 2015

Nine months ago, the president seemed like a spent force, after taking a beating in the midterm elections, during which members of his own party were reluctant to campaign on his record.

But the man sat before me today was relaxed and confident, buoyed by a string of "wins" on healthcare, Cuba and Iran, after bitter and ongoing battles with his many critics.

The only body swerve the president performed was when I asked him how many minds he had changed on the Iran nuclear deal after an intense sell aimed at Gulf allies and members of US Congress who remain implacably opposed.

There was a momentary flicker across the president's face as if to say "You think you got me?" before his smile returned and he proceeded to talk about how Congress would come round.

But notably, he did not give a direct answer to that question, which leaves me with the impression that he has persuaded precisely zero.

Five things we learned from Obama interview

The presidential body swerve

line

On race relations, Mr Obama said recent concerns around policing and mass incarcerations were "legitimate and deserve intense attention" but insisted progress had been made.

Children growing up during the eight years of his presidency "will have a different view of race relations in this country and what's possible," he said.

"There are going to be tensions that arise. But if you look at my daughters' generation, they have an attitude about race that's entirely different than even my generation."

Talking about how he was feeling after his recent successes, he said "every president, every leader has strengths and weaknesses".

"One of my strengths is I have a pretty even temperament. I don't get too high when it's high and I don't get too low when it's low," he said.

Customer looks at Obama shirts at a stall in Nairobi's Kibera slums, 23 July 2015 +
+ + Kenya is getting ready to welcome the US president + +

Kenya trip

Mr Obama was speaking to the BBC at the White House before departing for Kenya.

His father was Kenyan and the president is expected to meet relatives in Nairobi.

Mr Obama has faced criticism in the country after the US legalised gay marriage. However, in his interview, the president said he would not fall silent on the issue.

"I am not a fan of discrimination and bullying of anybody on the basis of race, on the basis of religion, on the basis of sexual orientation or gender," he said.

The president also admitted that some African governments, including Kenya's, needed to improve their records on human rights and democracy. However, he defended his decision to engage with and visit those governments.

"Well, they're not ideal institutions. But what we found is, is that when we combined blunt talk with engagement, that gives us the best opportunity to influence and open up space for civil society."

Mr Obama will become the first US president to address the African Union when he travels on to Ethiopia on Sunday.

+
\ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/bbc-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/bbc-1/source.html new file mode 100644 index 0000000..876c893 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/bbc-1/source.html @@ -0,0 +1,2557 @@ + + + + Obama admits US gun laws are his 'biggest frustration' - BBC News + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+
+ + +
+ + + + +
+ +
+ + + + US & Canada + + + + +
+ +
+ + + US & Canada + + + + +
+
+

Obama admits US gun laws are his 'biggest frustration'

+ + +
+
    +
  • 24 July 2015
    +
  • +
  • From the section US & Canada
  • +
  • 941 comments
  • +
+
+ +
+
Media caption Mr Obama told the BBC that gun control was his biggest frustration

President Barack Obama has admitted that his failure to pass "common sense gun safety laws" in the US is the greatest frustration of his presidency.

In an interview with the BBC, Mr Obama said it was "distressing" not to have made progress on the issue "even in the face of repeated mass killings".

He vowed to keep trying, but the BBC's North America editor Jon Sopel said the president did not sound very confident.

However, Mr Obama said race relations had improved during his presidency.

Hours after the interview, a gunman opened fire at a cinema in the US state of Louisiana, killing two people and injuring several others before shooting himself.

In a wide-ranging interview, President Obama also said:

    +
  • +The UK must stay in the EU to have influence on the world stage
  • +
  • He is confident the Iran nuclear deal will be passed by Congress
  • +
  • Syria needs a political solution in order to defeat the Islamic State group
  • +
  • He would speak "bluntly" against corruption and human rights violations in Kenya +
  • +
  • He would defend his advocacy of gay rights following protests in Kenya
  • +
  • Despite racial tensions, the US is becoming more diverse and more tolerant
  • +

Read the full transcript of his interview

Mr Obama lands in Kenya later on Friday for his first visit since becoming president.

But with just 18 months left in power, he said gun control was the area where he has been "most frustrated and most stymied" since coming to power in 2009.

"If you look at the number of Americans killed since 9/11 by terrorism, it's less than 100. If you look at the number that have been killed by gun violence, it's in the tens of thousands," Mr Obama said.

Media caption Barack Obama: "Great Britain has always been our best partner"
Gun control campaigners protest in McPhearson Square in Washington DC - 25 April 2013 +
+ + The president said he would continue fighting for greater gun control laws + +

"For us not to be able to resolve that issue has been something that is distressing," he added.

Mr Obama has pushed for stricter gun control throughout his presidency but has been unable to secure any significant changes to the laws.

After nine African-American churchgoers were killed in South Carolina in June, he admitted "politics in this town" meant there were few options available.

line

Analysis: Jon Sopel, BBC News, Washington

President Barack Obama participates in an interview with Jon Sopel of BBC in the Roosevelt Room of the White House - 23 July 2015

Nine months ago, the president seemed like a spent force, after taking a beating in the midterm elections, during which members of his own party were reluctant to campaign on his record.

But the man sat before me today was relaxed and confident, buoyed by a string of "wins" on healthcare, Cuba and Iran, after bitter and ongoing battles with his many critics.

The only body swerve the president performed was when I asked him how many minds he had changed on the Iran nuclear deal after an intense sell aimed at Gulf allies and members of US Congress who remain implacably opposed.

There was a momentary flicker across the president's face as if to say "You think you got me?" before his smile returned and he proceeded to talk about how Congress would come round.

But notably, he did not give a direct answer to that question, which leaves me with the impression that he has persuaded precisely zero.

Five things we learned from Obama interview

The presidential body swerve

line
Media caption The BBC contrasts President Obama's reactions after mass shootings, with the levels of US gun ownership during his terms in office. (Video by David Botti)

On race relations, Mr Obama said recent concerns around policing and mass incarcerations were "legitimate and deserve intense attention" but insisted progress had been made.

Children growing up during the eight years of his presidency "will have a different view of race relations in this country and what's possible," he said.

"There are going to be tensions that arise. But if you look at my daughters' generation, they have an attitude about race that's entirely different than even my generation."

Talking about how he was feeling after his recent successes, he said "every president, every leader has strengths and weaknesses".

"One of my strengths is I have a pretty even temperament. I don't get too high when it's high and I don't get too low when it's low," he said.

Customer looks at Obama shirts at a stall in Nairobi's Kibera slums, 23 July 2015 +
+ + Kenya is getting ready to welcome the US president + +

Kenya trip

Mr Obama was speaking to the BBC at the White House before departing for Kenya.

His father was Kenyan and the president is expected to meet relatives in Nairobi.

Mr Obama has faced criticism in the country after the US legalised gay marriage. However, in his interview, the president said he would not fall silent on the issue.

Media caption President Obama told the BBC he would deliver a blunt message on gay rights when he travelled to Africa

"I am not a fan of discrimination and bullying of anybody on the basis of race, on the basis of religion, on the basis of sexual orientation or gender," he said.

The president also admitted that some African governments, including Kenya's, needed to improve their records on human rights and democracy. However, he defended his decision to engage with and visit those governments.

"Well, they're not ideal institutions. But what we found is, is that when we combined blunt talk with engagement, that gives us the best opportunity to influence and open up space for civil society."

Mr Obama will become the first US president to address the African Union when he travels on to Ethiopia on Sunday.

+
+
+ + + +
+

More on this story

+ + + +
+ +

+ US & Canada + +

+
+
+ + + +
+
+ + +
+ + + + +
+ +
+ + + + +
+ + + + + + + + + + + + + + + +
Krux('scrape', { 'page_attr_description': {meta_name: 'Description'}});
diff --git a/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-images.json new file mode 100644 index 0000000..1b254aa --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-images.json @@ -0,0 +1,6 @@ +[ + "https:\/\/1.bp.blogspot.com\/-YIPC5jkXkDE\/Vy7YPSqFKWI\/AAAAAAAAAxI\/a7D6Ji2GxoUvcrwUkI4RLZcr2LFQEJCTACLcB\/w1200-h630-p-nu\/block-diagram.png", + "https:\/\/1.bp.blogspot.com\/-YIPC5jkXkDE\/Vy7YPSqFKWI\/AAAAAAAAAxI\/a7D6Ji2GxoUvcrwUkI4RLZcr2LFQEJCTACLcB\/s640\/block-diagram.png", + "https:\/\/1.bp.blogspot.com\/-k3naUT3uXao\/Vy7WFac246I\/AAAAAAAAAw8\/mePy_ostO8QJra5ZJrbP2WGhTlJ0B_r8gCLcB\/s640\/schematic-from-hell.png", + "https:\/\/2.bp.blogspot.com\/-kIekczO693g\/Vy7dBqYifXI\/AAAAAAAAAxc\/hMNJBs5bedIQOrBzzkhq4gbmhR-n58EQwCLcB\/s400\/graph-labels.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-metadata.json new file mode 100644 index 0000000..a081c88 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "I've written a couple of posts in the past few months but they were all for the blog at work so I figured I'm long overdue for one on Silic...", + "Image": "https:\/\/1.bp.blogspot.com\/-YIPC5jkXkDE\/Vy7YPSqFKWI\/AAAAAAAAAxI\/a7D6Ji2GxoUvcrwUkI4RLZcr2LFQEJCTACLcB\/w1200-h630-p-nu\/block-diagram.png", + "Title": "Open Verilog flow for Silego GreenPak4 programmable logic devices", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/blogger/expected.html b/vendor/fivefilters/readability.php/test/test-pages/blogger/expected.html new file mode 100644 index 0000000..20d9033 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/blogger/expected.html @@ -0,0 +1,84 @@ +

+ I've written a couple of posts in the past few months but they were all for the blog at work so I figured I'm long overdue for one on Silicon Exposed.

+ So what's a GreenPak?

+

Silego Technology is a fabless semiconductor company located in the SF Bay area, which makes (among other things) a line of programmable logic devices known as GreenPak. Their 5th generation parts were just announced, but I started this project before that happened so I'm still targeting the 4th generation.

GreenPak devices are kind of like itty bitty PSoCs - they have a mixed signal fabric with an ADC, DACs, comparators, voltage references, plus a digital LUT/FF fabric and some typical digital MCU peripherals like counters and oscillators (but no CPU).

It's actually an interesting architecture - FPGAs (including some devices marketed as CPLDs) are a 2D array of LUTs connected via wires to adjacent cells, and true (product term) CPLDs are a star topology of AND-OR arrays connected by a crossbar. GreenPak, on the other hand, is a star topology of LUTs, flipflops, and analog/digital hard IP connected to a crossbar.

Without further ado, here's a block diagram showing all the cool stuff you get in the SLG46620V:

+ + + + + + + + +
+ +
SLG46620V block diagram (from device datasheet)

+ They're also tiny (the SLG46620V is a 20-pin 0.4mm pitch STQFN measuring 2x3 mm, and the lower gate count SLG46140V is a mere 1.6x2 mm) and probably the cheapest programmable logic device on the market - $0.50 in low volume and less than $0.40 in larger quantities.

The Vdd range of GreenPak4 is huge, more like what you'd expect from an MCU than an FPGA! It can run on anything from 1.8 to 5V, although performance is only specified at 1.8, 3.3, and 5V nominal voltages. There's also a dual-rail version that trades one of the GPIO pins for a second power supply pin, allowing you to interface to logic at two different voltage levels.

To support low-cost/space-constrained applications, they even have the configuration memory on die. It's one-time programmable and needs external Vpp to program (presumably Silego didn't want to waste die area on charge pumps that would only be used once) but has a SRAM programming mode for prototyping.

The best part is that the development software (GreenPak Designer) is free of charge and provided for all major operating systems including Linux! Unfortunately, the only supported design entry method is schematic entry and there's no way to write your design in a HDL.

While schematics may be fine for quick tinkering on really simple designs, they quickly get unwieldy. The nightmare of a circuit shown below is just a bunch of counters hooked up to LEDs that blink at various rates.

+ + + + + + + + +
+ +
Schematic from hell!

+ As if this wasn't enough of a problem, the largest GreenPak4 device (the SLG46620V) is split into two halves with limited routing between them, and the GUI doesn't help the user manage this complexity at all - you have to draw your schematic in two halves and add "cross connections" between them.

The icing on the cake is that schematics are a pain to diff and collaborate on. Although GreenPak schematics are XML based, which is a touch better than binary, who wants to read a giant XML diff and try to figure out what's going on in the circuit?

This isn't going to be a post on the quirks of Silego's software, though - that would be boring. As it turns out, there's one more exciting feature of these chips that I didn't mention earlier: the configuration bitstream is 100% documented in the device datasheet! This is unheard of in the programmable logic world. As Nick of Arachnid Labs says, the chip is "just dying for someone to write a VHDL or Verilog compiler for it". As you can probably guess by from the title of this post, I've been busy doing exactly that.

+ Great! How does it work?

+

Rather than wasting time writing a synthesizer, I decided to write a GreenPak technology library for Clifford Wolf's excellent open source synthesis tool, Yosys, and then make a place-and-route tool to turn that into a final netlist. The post-PAR netlist can then be loaded into GreenPak Designer in order to program the device.

The first step of the process is to run the "synth_greenpak4" Yosys flow on the Verilog source. This runs a generic RTL synthesis pass, then some coarse-grained extraction passes to infer shift register and counter cells from behavioral logic, and finally maps the remaining logic to LUT/FF cells and outputs a JSON-formatted netlist.

Once the design has been synthesized, my tool (named, surprisingly, gp4par) is then launched on the netlist. It begins by parsing the JSON and constructing a directed graph of cell objects in memory. A second graph, containing all of the primitives in the device and the legal connections between them, is then created based on the device specified on the command line. (As of now only the SLG46620V is supported; the SLG46621V can be added fairly easily but the SLG46140V has a slightly different microarchitecture which will require a bit more work to support.)

After the graphs are generated, each node in the netlist graph is assigned a numeric label identifying the type of cell and each node in the device graph is assigned a list of legal labels: for example, an I/O buffer site is legal for an input buffer, output buffer, or bidirectional buffer.

+ + + + + + + + +
+ +
Example labeling for a subset of the netlist and device graphs

+ The labeled nodes now need to be placed. The initial placement uses a simple greedy algorithm to create a valid (although not necessarily optimal or even routable) placement:

    +
  1. Loop over the cells in the netlist. If any cell has a LOC constraint, which locks the cell to a specific physical site, attempt to assign the node to the specified site. If the specified node is the wrong type, doesn't exist, or is already used by another constrained node, the constraint is invalid so fail with an error.
  2. +
  3. Loop over all of the unconstrained cells in the netlist and assign them to the first unused site with the right label. If none are available, the design is too big for the device so fail with an error.
  4. +

+ Once the design is placed, the placement optimizer then loops over the design and attempts to improve it. A simulated annealing algorithm is used, where changes to the design are accepted unconditionally if they make the placement better, and with a random, gradually decreasing probability if they make it worse. The optimizer terminates when the design receives a perfect score (indicating an optimal placement) or if it stops making progress for several iterations. Each iteration does the following:

    +
  1. Compute a score for the current design based on the number of unroutable nets, the amount of routing congestion (number of nets crossing between halves of the device), and static timing analysis (not yet implemented, always zero).
  2. +
  3. Make a list of nodes that contributed to this score in some way (having some attached nets unroutable, crossing to the other half of the device, or failing timing).
  4. +
  5. Remove nodes from the list that are LOC'd to a specific location since we're not allowed to move them.
  6. +
  7. Remove nodes from the list that have only one legal placement in the device (for example, oscillator hard IP) since there's nowhere else for them to go.
  8. +
  9. Pick a node from the remainder of the list at random. Call this our pivot.
  10. +
  11. Find a list of candidate placements for the pivot:
  12. +
      +
    1. Consider all routable placements in the other half of the device.
    2. +
    3. If none were found, consider all routable placements anywhere in the device.
    4. +
    5. If none were found, consider all placements anywhere in the device even if they're not routable.
    6. +
    +
  13. Pick one of the candidates at random and move the pivot to that location. If another cell in the netlist is already there, put it in the vacant site left by the pivot.
  14. +
  15. Re-compute the score for the design. If it's better, accept this change and start the next iteration.
  16. +
  17. If the score is worse, accept it with a random probability which decreases as the iteration number goes up. If the change is not accepted, restore the previous placement.
  18. +

+ After optimization, the design is checked for routability. If any edges in the netlist graph don't correspond to edges in the device graph, the user probably asked for something impossible (for example, trying to hook a flipflop's output to a comparator's reference voltage input) so fail with an error.

The design is then routed. This is quite simple due to the crossbar structure of the device. For each edge in the netlist:

    +
  1. If dedicated (non-fabric) routing is used for this path, configure the destination's input mux appropriately and stop.
  2. +
  3. If the source and destination are in the same half of the device, configure the destination's input mux appropriately and stop.
  4. +
  5. A cross-connection must be used. Check if we already used one to bring the source signal to the other half of the device. If found, configure the destination to route from that cross-connection and stop.
  6. +
  7. Check if we have any cross-connections left going in this direction. If they're all used, the design is unroutable due to congestion so fail with an error.
  8. +
  9. Pick the next unused cross-connection and configure it to route from the source. Configure the destination to route from the cross-connection and stop.
  10. +

+ Once routing is finished, run a series of post-PAR design rule checks. These currently include the following:

+ If DRC passes with no errors, configure all of the individual cells in the netlist based on the HDL parameters. Fail with an error if an invalid configuration was requested.

Finally, generate the bitstream from all of the per-cell configuration and write it to a file.

+ Great, let's get started!

+ If you don't already have one, you'll need to buy a GreenPak4 development kit. The kit includes samples of the SLG46620V (among other devices) and a programmer/emulation board. While you're waiting for it to arrive, install GreenPak Designer.

Download and install Yosys. Although Clifford is pretty good at merging my pull requests, only my fork on Github is guaranteed to have the most up-to-date support for GreenPak devices so don't be surprised if you can't use a bleeding-edge feature with mainline Yosys.

Download and install gp4par. You can get it from the Github repository.

Write your HDL, compile with Yosys, P&R with gp4par, and import the bitstream into GreenPak Designer to program the target device. The most current gp4par manual is included in LaTeX source form in the source tree and is automatically built as part of the compile process. If you're just browsing, there's a relatively recent PDF version on my web server.

If you'd like to see the Verilog that produced the nightmare of a schematic I showed above, here it is.

Be advised that this project is still very much a work in progress and there are still a number of SLG46620V features I don't support (see the manual for exact details).

+ I love it / it segfaulted / there's a problem in the manual!

+ Hop in our IRC channel (##openfpga on Freenode) and let me know. Feedback is great, pull requests are even better,

+ You're competing with Silego's IDE. Have they found out and sued you yet?

+ Nope. They're fully aware of what I'm doing and are rolling out the red carpet for me. They love the idea of a HDL flow as an alternative to schematic entry and are pretty amazed at how fast it's coming together.

After I reported a few bugs in their datasheets they decided to skip the middleman and give me direct access to the engineer who writes their documentation so that I can get faster responses. The last time I found a problem (two different parts of the datasheet contradicted each other) an updated datasheet was in my inbox and on their website by the next day. I only wish Xilinx gave me that kind of treatment!

They've even offered me free hardware to help me add support for their latest product family, although I plan to get GreenPak4 support to a more stable state before taking them up on the offer.

+ So what's next?

+

Better testing, for starters. I have to verify functionality by hand with a DMM and oscilloscope, which is time consuming.

My contact at Silego says they're going to be giving me documentation on the SRAM emulation interface soon, so I'm going to make a hardware-in-loop test platform that connects to my desktop and the Silego ZIF socket, and lets me load new bitstreams via a scriptable interface. It'll have FPGA-based digital I/O as well as an ADC and DAC on every device pin, plus an adjustable voltage regulator for power, so I can feed in arbitrary mixed-signal test waveforms and write PC-based unit tests to verify correct behavior.

Other than that, I want to finish support for the SLG46620V in the next month or two. The SLG46621V will be an easy addition since only one pin and the relevant configuration bits have changed from the 46620 (I suspect they're the same die, just bonded out differently).

Once that's done I'll have to do some more extensive work to add the SLG46140V since the architecture is a bit different (a lot of the combinatorial logic is merged into multi-function blocks). Luckily, the 46140 has a lot in common architecturally with the GreenPak5 family, so once that's done GreenPak5 will probably be a lot easier to add support for.

My thanks go out to Clifford Wolf, whitequark, the IRC users in ##openfpga, and everyone at Silego I've worked with to help make this possible. I hope that one day this project will become mature enough that Silego will ship it as an officially supported extension to GreenPak Designer, making history by becoming the first modern programmable logic vendor to ship a fully open source synthesis and P&R suite. +

+
\ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/blogger/source.html b/vendor/fivefilters/readability.php/test/test-pages/blogger/source.html new file mode 100644 index 0000000..0c23844 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/blogger/source.html @@ -0,0 +1,2064 @@ + + + + + + + + + + + + + + + + + + + + + + Silicon Exposed: Open Verilog flow for Silego GreenPak4 programmable logic devices + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+ +

Sunday, May 8, 2016

+ +
+ +
+
+ + + + +

+ Open Verilog flow for Silego GreenPak4 programmable logic devices +

+
+
+
+
+ I've written a couple of posts in the past few months but they were all for the blog at work so I figured I'm long overdue for one on Silicon Exposed.
+
+

+ So what's a GreenPak?

+
Silego Technology is a fabless semiconductor company located in the SF Bay area, which makes (among other things) a line of programmable logic devices known as GreenPak. Their 5th generation parts were just announced, but I started this project before that happened so I'm still targeting the 4th generation.
+
GreenPak devices are kind of like itty bitty PSoCs - they have a mixed signal fabric with an ADC, DACs, comparators, voltage references, plus a digital LUT/FF fabric and some typical digital MCU peripherals like counters and oscillators (but no CPU).
+
It's actually an interesting architecture - FPGAs (including some devices marketed as CPLDs) are a 2D array of LUTs connected via wires to adjacent cells, and true (product term) CPLDs are a star topology of AND-OR arrays connected by a crossbar. GreenPak, on the other hand, is a star topology of LUTs, flipflops, and analog/digital hard IP connected to a crossbar.
+
Without further ado, here's a block diagram showing all the cool stuff you get in the SLG46620V:
+
+ + + + + + + + + +
+ +
SLG46620V block diagram (from device datasheet)
+ They're also tiny (the SLG46620V is a 20-pin 0.4mm pitch STQFN measuring 2x3 mm, and the lower gate count SLG46140V is a mere 1.6x2 mm) and probably the cheapest programmable logic device on the market - $0.50 in low volume and less than $0.40 in larger quantities.
+
The Vdd range of GreenPak4 is huge, more like what you'd expect from an MCU than an FPGA! It can run on anything from 1.8 to 5V, although performance is only specified at 1.8, 3.3, and 5V nominal voltages. There's also a dual-rail version that trades one of the GPIO pins for a second power supply pin, allowing you to interface to logic at two different voltage levels.
+
To support low-cost/space-constrained applications, they even have the configuration memory on die. It's one-time programmable and needs external Vpp to program (presumably Silego didn't want to waste die area on charge pumps that would only be used once) but has a SRAM programming mode for prototyping.
+
The best part is that the development software (GreenPak Designer) is free of charge and provided for all major operating systems including Linux! Unfortunately, the only supported design entry method is schematic entry and there's no way to write your design in a HDL.
+
While schematics may be fine for quick tinkering on really simple designs, they quickly get unwieldy. The nightmare of a circuit shown below is just a bunch of counters hooked up to LEDs that blink at various rates.
+
+ + + + + + + + + +
+ +
Schematic from hell!
+ As if this wasn't enough of a problem, the largest GreenPak4 device (the SLG46620V) is split into two halves with limited routing between them, and the GUI doesn't help the user manage this complexity at all - you have to draw your schematic in two halves and add "cross connections" between them.
+
The icing on the cake is that schematics are a pain to diff and collaborate on. Although GreenPak schematics are XML based, which is a touch better than binary, who wants to read a giant XML diff and try to figure out what's going on in the circuit?
+
This isn't going to be a post on the quirks of Silego's software, though - that would be boring. As it turns out, there's one more exciting feature of these chips that I didn't mention earlier: the configuration bitstream is 100% documented in the device datasheet! This is unheard of in the programmable logic world. As Nick of Arachnid Labs says, the chip is "just dying for someone to write a VHDL or Verilog compiler for it". As you can probably guess by from the title of this post, I've been busy doing exactly that.
+
+

+ Great! How does it work?

+
Rather than wasting time writing a synthesizer, I decided to write a GreenPak technology library for Clifford Wolf's excellent open source synthesis tool, Yosys, and then make a place-and-route tool to turn that into a final netlist. The post-PAR netlist can then be loaded into GreenPak Designer in order to program the device.
+
The first step of the process is to run the "synth_greenpak4" Yosys flow on the Verilog source. This runs a generic RTL synthesis pass, then some coarse-grained extraction passes to infer shift register and counter cells from behavioral logic, and finally maps the remaining logic to LUT/FF cells and outputs a JSON-formatted netlist.
+
Once the design has been synthesized, my tool (named, surprisingly, gp4par) is then launched on the netlist. It begins by parsing the JSON and constructing a directed graph of cell objects in memory. A second graph, containing all of the primitives in the device and the legal connections between them, is then created based on the device specified on the command line. (As of now only the SLG46620V is supported; the SLG46621V can be added fairly easily but the SLG46140V has a slightly different microarchitecture which will require a bit more work to support.)
+
After the graphs are generated, each node in the netlist graph is assigned a numeric label identifying the type of cell and each node in the device graph is assigned a list of legal labels: for example, an I/O buffer site is legal for an input buffer, output buffer, or bidirectional buffer.
+
+ + + + + + + + + +
+ +
Example labeling for a subset of the netlist and device graphs
+ The labeled nodes now need to be placed. The initial placement uses a simple greedy algorithm to create a valid (although not necessarily optimal or even routable) placement:
+
    +
  1. Loop over the cells in the netlist. If any cell has a LOC constraint, which locks the cell to a specific physical site, attempt to assign the node to the specified site. If the specified node is the wrong type, doesn't exist, or is already used by another constrained node, the constraint is invalid so fail with an error.
  2. +
  3. Loop over all of the unconstrained cells in the netlist and assign them to the first unused site with the right label. If none are available, the design is too big for the device so fail with an error.
  4. +
+ Once the design is placed, the placement optimizer then loops over the design and attempts to improve it. A simulated annealing algorithm is used, where changes to the design are accepted unconditionally if they make the placement better, and with a random, gradually decreasing probability if they make it worse. The optimizer terminates when the design receives a perfect score (indicating an optimal placement) or if it stops making progress for several iterations. Each iteration does the following:
+
    +
  1. Compute a score for the current design based on the number of unroutable nets, the amount of routing congestion (number of nets crossing between halves of the device), and static timing analysis (not yet implemented, always zero).
  2. +
  3. Make a list of nodes that contributed to this score in some way (having some attached nets unroutable, crossing to the other half of the device, or failing timing).
  4. +
  5. Remove nodes from the list that are LOC'd to a specific location since we're not allowed to move them.
  6. +
  7. Remove nodes from the list that have only one legal placement in the device (for example, oscillator hard IP) since there's nowhere else for them to go.
  8. +
  9. Pick a node from the remainder of the list at random. Call this our pivot.
  10. +
  11. Find a list of candidate placements for the pivot:
  12. +
      +
    1. Consider all routable placements in the other half of the device.
    2. +
    3. If none were found, consider all routable placements anywhere in the device.
    4. +
    5. If none were found, consider all placements anywhere in the device even if they're not routable.
    6. +
    +
  13. Pick one of the candidates at random and move the pivot to that location. If another cell in the netlist is already there, put it in the vacant site left by the pivot.
  14. +
  15. Re-compute the score for the design. If it's better, accept this change and start the next iteration.
  16. +
  17. If the score is worse, accept it with a random probability which decreases as the iteration number goes up. If the change is not accepted, restore the previous placement.
  18. +
+ After optimization, the design is checked for routability. If any edges in the netlist graph don't correspond to edges in the device graph, the user probably asked for something impossible (for example, trying to hook a flipflop's output to a comparator's reference voltage input) so fail with an error.
+
The design is then routed. This is quite simple due to the crossbar structure of the device. For each edge in the netlist:
+
    +
  1. If dedicated (non-fabric) routing is used for this path, configure the destination's input mux appropriately and stop.
  2. +
  3. If the source and destination are in the same half of the device, configure the destination's input mux appropriately and stop.
  4. +
  5. A cross-connection must be used. Check if we already used one to bring the source signal to the other half of the device. If found, configure the destination to route from that cross-connection and stop.
  6. +
  7. Check if we have any cross-connections left going in this direction. If they're all used, the design is unroutable due to congestion so fail with an error.
  8. +
  9. Pick the next unused cross-connection and configure it to route from the source. Configure the destination to route from the cross-connection and stop.
  10. +
+ Once routing is finished, run a series of post-PAR design rule checks. These currently include the following:
+
    +
  • If any node has no loads, generate a warning
  • +
  • If an I/O buffer is connected to analog hard IP, fail with an error if it's not configured in analog mode.
  • +
  • Some signals (such as comparator inputs and oscillator power-down controls) are generated by a shared mux and fed to many loads. If different loads require conflicting settings for the shared mux, fail with an error.
  • +
+ If DRC passes with no errors, configure all of the individual cells in the netlist based on the HDL parameters. Fail with an error if an invalid configuration was requested.
+
Finally, generate the bitstream from all of the per-cell configuration and write it to a file.
+
+

+ Great, let's get started!

+ If you don't already have one, you'll need to buy a GreenPak4 development kit. The kit includes samples of the SLG46620V (among other devices) and a programmer/emulation board. While you're waiting for it to arrive, install GreenPak Designer.
+
Download and install Yosys. Although Clifford is pretty good at merging my pull requests, only my fork on Github is guaranteed to have the most up-to-date support for GreenPak devices so don't be surprised if you can't use a bleeding-edge feature with mainline Yosys.
+
Download and install gp4par. You can get it from the Github repository.
+
Write your HDL, compile with Yosys, P&R with gp4par, and import the bitstream into GreenPak Designer to program the target device. The most current gp4par manual is included in LaTeX source form in the source tree and is automatically built as part of the compile process. If you're just browsing, there's a relatively recent PDF version on my web server.
+
If you'd like to see the Verilog that produced the nightmare of a schematic I showed above, here it is.
+
Be advised that this project is still very much a work in progress and there are still a number of SLG46620V features I don't support (see the manual for exact details).
+
+

+ I love it / it segfaulted / there's a problem in the manual!

+ Hop in our IRC channel (##openfpga on Freenode) and let me know. Feedback is great, pull requests are even better,
+
+

+ You're competing with Silego's IDE. Have they found out and sued you yet?

+ Nope. They're fully aware of what I'm doing and are rolling out the red carpet for me. They love the idea of a HDL flow as an alternative to schematic entry and are pretty amazed at how fast it's coming together.
+
After I reported a few bugs in their datasheets they decided to skip the middleman and give me direct access to the engineer who writes their documentation so that I can get faster responses. The last time I found a problem (two different parts of the datasheet contradicted each other) an updated datasheet was in my inbox and on their website by the next day. I only wish Xilinx gave me that kind of treatment!
+
They've even offered me free hardware to help me add support for their latest product family, although I plan to get GreenPak4 support to a more stable state before taking them up on the offer.
+
+

+ So what's next?

+
Better testing, for starters. I have to verify functionality by hand with a DMM and oscilloscope, which is time consuming.
+
My contact at Silego says they're going to be giving me documentation on the SRAM emulation interface soon, so I'm going to make a hardware-in-loop test platform that connects to my desktop and the Silego ZIF socket, and lets me load new bitstreams via a scriptable interface. It'll have FPGA-based digital I/O as well as an ADC and DAC on every device pin, plus an adjustable voltage regulator for power, so I can feed in arbitrary mixed-signal test waveforms and write PC-based unit tests to verify correct behavior.
+
Other than that, I want to finish support for the SLG46620V in the next month or two. The SLG46621V will be an easy addition since only one pin and the relevant configuration bits have changed from the 46620 (I suspect they're the same die, just bonded out differently).
+
Once that's done I'll have to do some more extensive work to add the SLG46140V since the architecture is a bit different (a lot of the combinatorial logic is merged into multi-function blocks). Luckily, the 46140 has a lot in common architecturally with the GreenPak5 family, so once that's done GreenPak5 will probably be a lot easier to add support for.
+
My thanks go out to Clifford Wolf, whitequark, the IRC users in ##openfpga, and everyone at Silego I've worked with to help make this possible. I hope that one day this project will become mature enough that Silego will ship it as an officially supported extension to GreenPak Designer, making history by becoming the first modern programmable logic vendor to ship a fully open source synthesis and P&R suite. +
+
+ +
+
+ +

No comments:

+
+
+
+
+
+ +

Post a Comment

+

+

+ + + + +
+

+ +
+
+ +
+
+ +
+
+ +Older Post + + Home +
+
+
+ +
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+ +
+
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+
+ + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/breitbart/config.json b/vendor/fivefilters/readability.php/test/test-pages/breitbart/config.json new file mode 100644 index 0000000..0ac6816 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/breitbart/config.json @@ -0,0 +1,3 @@ +{ + "ArticleByLine": true +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-images.json new file mode 100644 index 0000000..77ab1db --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-images.json @@ -0,0 +1,4 @@ +[ + "http:\/\/media.breitbart.com\/media\/2016\/11\/GettyImages-621866810.jpg", + "http:\/\/media.breitbart.com\/media\/2016\/11\/GettyImages-621866810-640x480.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-metadata.json new file mode 100644 index 0000000..f044513 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "by Lucas Nolan22 Dec 2016651", + "Direction": null, + "Excerpt": "Snopes fact checker and staff writer David Emery posted to Twitter asking if there were “any un-angry Trump supporters?”", + "Image": "http:\/\/media.breitbart.com\/media\/2016\/11\/GettyImages-621866810.jpg", + "Title": "'Neutral' Snopes Fact-Checker David Emery: 'Are There Any Un-Angry Trump Supporters?' - Breitbart", + "SiteName": "Breitbart" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected.html b/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected.html new file mode 100644 index 0000000..b4a000f --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected.html @@ -0,0 +1,47 @@ +
+ + + +
+

Supporters of Republican presidential nominee Donald Trump cheer during election night at the New York Hilton Midtown in New York on November 9, 2016.  / AFP / JIM WATSON        (Photo credit should read JIM WATSON/AFP/Getty Images)

JIM WATSON/AFP/Getty Images

+
+
+ + +
+ + +
+

SIGN UP FOR OUR NEWSLETTER

+ +
+

Snopes fact checker and staff writer David Emery posted to Twitter asking if there were “any un-angry Trump supporters?”

+

Emery, a writer for partisan “fact-checking” website Snopes.com which soon will be in charge of labelling “fake news” alongside ABC News and Politifact, retweeted an article by Vulture magazine relating to the protests of the Hamilton musical following the decision by the cast of the show to make a public announcement to Vice-president elect Mike Pence while he watched the performance with his family.

+
+

SIGN UP FOR OUR NEWSLETTER

+ +
+

The tweet from Vulture magazine reads, “#Hamilton Chicago show interrupted by angry Trump supporter.” Emery retweeted the story, saying, “Are there un-angry Trump supporters?”

+ + + + + + +

This isn’t the first time the Snopes.com writer has expressed anti-Trump sentiment on his Twitter page. In another tweet in which Emery links to an article that falsely attributes a quote to President-elect Trump, Emery states, “Incredibly, some people actually think they have to put words in Trump’s mouth to make him look bad.”

+ + +

Emery also retweeted an article by New York magazine that claimed President-elect Trump relied on lies to win during his campaign and that we now lived in a “post-truth” society. “Before long we’ll all have forgotten what it was like to live in the same universe; or maybe we already have,” Emery tweeted.

+ + + + + + +

Facebook believe that Emery, along with other Snopes writers, ABC News, and Politifact are impartial enough to label and silence what they believe to be “fake news” on social media.

+

Lucas Nolan is a reporter for Breitbart Tech covering issues of free speech and online censorship. Follow him on Twitter @LucasNolan_ or email him at lnolan@breitbart.com

+ + + + +
\ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/breitbart/source.html b/vendor/fivefilters/readability.php/test/test-pages/breitbart/source.html new file mode 100644 index 0000000..61ae0aa --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/breitbart/source.html @@ -0,0 +1,19848 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 'Neutral' Snopes Fact-Checker David Emery: 'Are There Any Un-Angry Trump Supporters?' - Breitbart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + Skip to content +
+
+
+
report this ad
+ +
+
+
+ + +
+
+
+
+
+ +
+
+ +
+
+ + + + +
+
+
+ + +
+
+
+ +
+ SHOP NOW > + +
+ +
+
+
+
+
+
+
+
+
+
+
+
+

'Neutral' Snopes Fact-Checker David Emery: 'Are There Any Un-Angry Trump Supporters?'

+
+
+ +
+ +
+
+
+
+ +
+ +
+ + +
+
+
+ +
+

SIGN UP FOR OUR NEWSLETTER

+
+ +
+
+
    +
  • +
+
+
+
+
+

Snopes fact checker and staff writer David Emery posted to Twitter asking if there were “any un-angry Trump supporters?”

+

Emery, a writer for partisan “fact-checking” website Snopes.com which soon will be in charge of labelling “fake news” alongside ABC News and Politifact, retweeted an article by Vulture magazine relating to the protests of the Hamilton musical following the decision by the cast of the show to make a public announcement to Vice-president elect Mike Pence while he watched the performance with his family.

+
+

SIGN UP FOR OUR NEWSLETTER

+
+ +
+
+
    +
  • +
+
+
+
+
+

The tweet from Vulture magazine reads, “#Hamilton Chicago show interrupted by angry Trump supporter.” Emery retweeted the story, saying, “Are there un-angry Trump supporters?”

+ +

+ +

+ +
+
+
+ + +

This isn’t the first time the Snopes.com writer has expressed anti-Trump sentiment on his Twitter page. In another tweet in which Emery links to an article that falsely attributes a quote to President-elect Trump, Emery states, “Incredibly, some people actually think they have to put words in Trump’s mouth to make him look bad.”

+ +

+ +

+

Emery also retweeted an article by New York magazine that claimed President-elect Trump relied on lies to win during his campaign and that we now lived in a “post-truth” society. “Before long we’ll all have forgotten what it was like to live in the same universe; or maybe we already have,” Emery tweeted.

+ +
+
+
+ + + +

+ +

+

Facebook believe that Emery, along with other Snopes writers, ABC News, and Politifact are impartial enough to label and silence what they believe to be “fake news” on social media.

+

Lucas Nolan is a reporter for Breitbart Tech covering issues of free speech and online censorship. Follow him on Twitter @LucasNolan_ or email him at lnolan@breitbart.com

+ +
+
+
+ + +
+ +
+ +
report this ad
+ +
+ +
Trending Articles
+
+ + +
+

Gloria Steinem: Woman Felt ‘Sexually Assaulted’ by Trump’s…

+

Monday on MSNBC’s “All In,” discussing Saturday’s women’s march on Washington, feminist and…

+ +
+
+
+
+ + + + +
+
+
+ + + +
+
+ +
+
+ +
+ +
+
Around The Web Powered By ZergNet
+ +
+ +
+ + +
+


Comment count on this article reflects comments made on Breitbart.com and Facebook. Visit Breitbart's Facebook Page.

+
+ +
+ + + + +
+ + +
+
+ +
+ + +
+ + + + + + + + + + + +
+ +
+ + + + + + +
+
+
+
+
+
+
+
+ + + + + + + + + +
+
AddThis Sharing
+
+
­ + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-images.json new file mode 100644 index 0000000..7da4a8f --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-images.json @@ -0,0 +1,9 @@ +[ + "https:\/\/static.independent.co.uk\/s3fs-public\/thumbnails\/image\/2015\/12\/06\/10\/bed-hotel-room.jpg", + "https:\/\/static.independent.co.uk\/s3fs-public\/styles\/story_medium\/public\/thumbnails\/image\/2014\/03\/18\/10\/bandb2.jpg", + "https:\/\/static.independent.co.uk\/s3fs-public\/styles\/story_medium\/public\/thumbnails\/image\/2015\/05\/26\/11\/hotel-door-getty.jpg", + "https:\/\/static.independent.co.uk\/s3fs-public\/styles\/story_medium\/public\/thumbnails\/image\/2013\/07\/31\/15\/luggage-3.jpg", + "https:\/\/static.independent.co.uk\/s3fs-public\/styles\/story_medium\/public\/thumbnails\/image\/2015\/04\/13\/11\/Lifestyle-hotels.jpg", + "https:\/\/static.independent.co.uk\/s3fs-public\/styles\/story_medium\/public\/thumbnails\/image\/2014\/03\/13\/16\/agenda7.jpg", + "http:\/\/fakehost\/sites\/all\/themes\/ines_themes\/independent_theme\/img\/reuse.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-metadata.json new file mode 100644 index 0000000..b2b0d86 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Hazel Sheffield", + "Direction": null, + "Excerpt": "Most people go to hotels for the pleasure of sleeping in a giant bed with clean white sheets and waking up to fresh towels in the morning. But those towels and sheets might not be as clean as they look, according to the hotel bosses that responded to an online thread about the things hotel owners don’t want you to know.", + "Image": "https:\/\/static.independent.co.uk\/s3fs-public\/thumbnails\/image\/2015\/12\/06\/10\/bed-hotel-room.jpg", + "Title": "Seven secrets that hotel owners don't want you to know", + "SiteName": "The Independent" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected.html b/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected.html new file mode 100644 index 0000000..520f8e8 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected.html @@ -0,0 +1,128 @@ +
+

Most people go to hotels for the pleasure of sleeping in a giant bed with clean white sheets and waking up to fresh towels in the morning.

+ +

But those towels and sheets might not be as clean as they look, according to the hotel bosses that responded to an online thread about the things hotel owners don’t want you to know.

+ +

Zeev Sharon and Michael Forrest Jones both run hotel start-ups in the US. Forrest Jones runs the start-up Beechmont Hotels Corporation, a hotel operating company that consults with hotel owners on how they can improve their business. Sharon is the CEO of Hotelied, a start-up that allows people to sign up for discounts at luxury hotels.

+ +

But even luxury hotels aren’t always cleaned as often as they should be.

+ +

Here are some of the secrets that the receptionist will never tell you when you check in, according to answers posted on Quora.

+ + + +
+
+ +

bandb2.jpg

+ +
+
+

Even posh hotels might not wash a blanket in between stays +

+
+
+ +

1. Take any blankets or duvets off the bed

+ +

Forrest Jones said that anything that comes into contact with any of the previous guest’s skin should be taken out and washed every time the room is made, but that even the fanciest hotels don’t always do so. "Hotels are getting away from comforters. Blankets are here to stay, however. But some hotels are still hesitant about washing them every day if they think they can get out of it," he said.

+ +
+ +

Video shows bed bug infestation at New York hotel

+
+ + + +
+
+ +

hotel-door-getty.jpg

+ +
+
+

Forrest Jones advised stuffing the peep hole with a strip of rolled up notepaper when not in use. +

+
+
+ +

2. Check the peep hole has not been tampered with

+ +

This is not common, but can happen, Forrest Jones said. He advised stuffing the peep hole with a strip of rolled up notepaper when not in use. When someone knocks on the door, the paper can be removed to check who is there. If no one is visible, he recommends calling the front desk immediately. “I look forward to the day when I can tell you to choose only hotels where every employee who has access to guestroom keys is subjected to a complete public records background check, prior to hire, and every year or two thereafter. But for now, I can't,” he said.

+ + + +
+ +

luggage-3.jpg

+ +
+ +

3. Don’t use a wooden luggage rack

+ +

Bedbugs love wood. Even though a wooden luggage rack might look nicer and more expensive than a metal one, it’s a breeding ground for bugs. Forrest Jones says guests should put the items they plan to take from bags on other pieces of furniture and leave the bag on the floor.

+ + + +
+
+ +

Lifestyle-hotels.jpg

+ +
+
+

The old rule of thumb is that for every 00 invested in a room, the hotel should charge in average daily rate +

+
+
+ +

4. Hotel rooms are priced according to how expensive they were to build

+ +

Zeev Sharon said that the old rule of thumb is that for every $1000 invested in a room, the hotel should charge $1 in average daily rate. So a room that cost $300,000 to build, should sell on average for $300/night.

+ + + +

5. Beware the wall-mounted hairdryer

+ +

It contains the most germs of anything in the room. Other studies have said the TV remote and bedside lamp switches are the most unhygienic. “Perhaps because it's something that's easy for the housekeepers to forget to check or to squirt down with disinfectant,” Forrest Jones said.

+ + + +
+ +

Business news in pictures

+ +
+ +

6. Mini bars almost always lose money

+ +

Despite the snacks in the minibar seeming like the most overpriced food you have ever seen, hotel owners are still struggling to make a profit from those snacks. "Minibars almost always lose money, even when they charge $10 for a Diet Coke,” Sharon said.

+ + + +
+
+ +

agenda7.jpg

+ +
+
+

Towels should always be cleaned between stays +

+
+
+ +

7. Always made sure the hand towels are clean when you arrive

+ +

Forrest Jones made a discovery when he was helping out with the housekeepers. “You know where you almost always find a hand towel in any recently-vacated hotel room that was occupied by a guy? On the floor, next to the bed, about halfway down, maybe a little toward the foot of the bed. Same spot in the floor, next to almost every bed occupied by a man, in every room. I'll leave the rest to your imagination,” he said.

+ + + +

Reuse content +

\ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/source.html b/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/source.html new file mode 100644 index 0000000..b08ca34 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/source.html @@ -0,0 +1,3404 @@ + + + + + + + + The seven secrets that hotel owners don't want you to know | The Independent + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
    + +
  1. + + +
  2. + +
  3. + +
  4. +
+ + +
+
+
+
+
+
+
+
+ +
+
+ + +
+ +
+ + + +
+ + + +
+ + +

The seven secrets that hotel owners don't want you to know

+ + +
+

Hotel bosses spill the beans on cost cutting and horrible hygiene

+
+ +
+
+ + + + + + + + + + +
+
+
+ + + + + + + + +
+
+
+
+
+
+ + + + + + + + +
+
+
+
+
+
+ + + + + + + + +
+
+
+
+
+
+ + + + + + + + +
+
+
+
+
+ + + + + + + +
+
+ + + + + + + + +
+
+
+ +
+
+
+
+
+
+ + + + + + + +
+
+
+

Most people go to hotels for the pleasure of sleeping in a giant bed with clean white sheets and waking up to fresh towels in the morning.

+ +

But those towels and sheets might not be as clean as they look, according to the hotel bosses that responded to an online thread about the things hotel owners don’t want you to know.

+ +

Zeev Sharon and Michael Forrest Jones both run hotel start-ups in the US. Forrest Jones runs the start-up Beechmont Hotels Corporation, a hotel operating company that consults with hotel owners on how they can improve their business. Sharon is the CEO of Hotelied, a start-up that allows people to sign up for discounts at luxury hotels.

+ +

But even luxury hotels aren’t always cleaned as often as they should be.

+ +

Here are some of the secrets that the receptionist will never tell you when you check in, according to answers posted on Quora.

+ +

+ +
+
+ +
bandb2.jpg
+ +
+
+ Even posh hotels might not wash a blanket in between stays + +
+
+ +

1. Take any blankets or duvets off the bed

+ +

Forrest Jones said that anything that comes into contact with any of the previous guest’s skin should be taken out and washed every time the room is made, but that even the fanciest hotels don’t always do so. "Hotels are getting away from comforters. Blankets are here to stay, however. But some hotels are still hesitant about washing them every day if they think they can get out of it," he said.

+ +
+
+ +
+ +
+
+
+
+
+
+
+
+
Play Video
+
+
Play
+
+
+
+
+
+
+
+
Mute
+
+
Current Time 0:00
+
+
+
/
+
+
+
Duration Time 0:00
+
+
+
+
Loaded: 0% +
+
+
Progress: 0% +
+
+
+
+
Stream TypeLIVE
+
+
+
Remaining Time -0:00
+
+
+
Share
+ + + + + + +
Fullscreen
+
+ +
+
+
+
+ + + + + +
+ +
+ + + + + +
+ +
+ + + + + +
+ +
+ +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+
+
+ + +
+
+ + +
+ +
+ +
+ +
+
Video shows bed bug infestation at New York hotel
+
+ +

+ +
+
+ +
hotel-door-getty.jpg
+ +
+
+ Forrest Jones advised stuffing the peep hole with a strip of rolled up notepaper when not in use. + +
+
+ +

2. Check the peep hole has not been tampered with

+ +

This is not common, but can happen, Forrest Jones said. He advised stuffing the peep hole with a strip of rolled up notepaper when not in use. When someone knocks on the door, the paper can be removed to check who is there. If no one is visible, he recommends calling the front desk immediately. “I look forward to the day when I can tell you to choose only hotels where every employee who has access to guestroom keys is subjected to a complete public records background check, prior to hire, and every year or two thereafter. But for now, I can't,” he said.

+ +

+ +
+
+ +
luggage-3.jpg
+ +
+
+ Put luggage on the floor + +
+
+ +

3. Don’t use a wooden luggage rack

+ +

Bedbugs love wood. Even though a wooden luggage rack might look nicer and more expensive than a metal one, it’s a breeding ground for bugs. Forrest Jones says guests should put the items they plan to take from bags on other pieces of furniture and leave the bag on the floor.

+ +

+ +
+
+ +
Lifestyle-hotels.jpg
+ +
+
+ The old rule of thumb is that for every 00 invested in a room, the hotel should charge in average daily rate + +
+
+ +

4. Hotel rooms are priced according to how expensive they were to build

+ +

Zeev Sharon said that the old rule of thumb is that for every $1000 invested in a room, the hotel should charge $1 in average daily rate. So a room that cost $300,000 to build, should sell on average for $300/night.

+ + + +

5. Beware the wall-mounted hairdryer

+ +

It contains the most germs of anything in the room. Other studies have said the TV remote and bedside lamp switches are the most unhygienic. “Perhaps because it's something that's easy for the housekeepers to forget to check or to squirt down with disinfectant,” Forrest Jones said.

+ +

+ + + +

6. Mini bars almost always lose money

+ +

Despite the snacks in the minibar seeming like the most overpriced food you have ever seen, hotel owners are still struggling to make a profit from those snacks. "Minibars almost always lose money, even when they charge $10 for a Diet Coke,” Sharon said.

+ +

+ +
+
+ +
agenda7.jpg
+ +
+
+ Towels should always be cleaned between stays + +
+
+ +

7. Always made sure the hand towels are clean when you arrive

+ +

Forrest Jones made a discovery when he was helping out with the housekeepers. “You know where you almost always find a hand towel in any recently-vacated hotel room that was occupied by a guy? On the floor, next to the bed, about halfway down, maybe a little toward the foot of the bed. Same spot in the floor, next to almost every bed occupied by a man, in every room. I'll leave the rest to your imagination,” he said.

+ + +
+
+ + + + + + + + + + +
+
+
+ + + + + + + + +
+
+
+
+
+
+ + + + + + + + +
+
+
+
+
+
+ + + + + + + + +
+
+
+
+
+
+ + + + + + + + +
+
+
+
+
+ + + + + + + +
+
+ + + + + + + + +
+
+
+ +
+
+
+
+
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ + + +
+
+
+
+
+
+
+
+ +
+ +
+ +
+

Comments

+
+
+
+
+ +
+ +
+
+
+ + + +
+
+
+
+ +
+
    +
    +

    +
    +
    + +
    +
    +
    +
    +
    0 Comments
    +
    + +
    +
    +
    + +
    +
    + +
    + +
    + +
    + +
    + +
    +
    + +
    +
    + + + +
    +
    + +
    +
    + +
    +
    + +
    + + + + +
    + + + + + + + + + +
    + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +
    + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-images.json new file mode 100644 index 0000000..f44cbe4 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-images.json @@ -0,0 +1,5 @@ +[ + "http:\/\/s3-static-ak.buzzfed.com\/static\/2015-04\/22\/5\/campaign_images\/webdr03\/student-dies-after-diet-pills-she-bought-online-b-2-28712-1429696299-24_dblbig.jpg", + "http:\/\/ak-hdl.buzzfed.com\/static\/2015-04\/21\/5\/enhanced\/webdr12\/grid-cell-2501-1429608056-15.jpg", + "http:\/\/ak-hdl.buzzfed.com\/static\/2015-04\/21\/5\/enhanced\/webdr12\/grid-cell-2501-1429608057-18.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-metadata.json new file mode 100644 index 0000000..c332ef4 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "An inquest into Eloise Parry's death has been adjourned until July.", + "Image": "http:\/\/s3-static-ak.buzzfed.com\/static\/2015-04\/22\/5\/campaign_images\/webdr03\/student-dies-after-diet-pills-she-bought-online-b-2-28712-1429696299-24_dblbig.jpg", + "Title": "Student Dies After Diet Pills She Bought Online \"Burned Her Up From Within\"", + "SiteName": "BuzzFeed" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected.html new file mode 100644 index 0000000..d1e6dc0 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected.html @@ -0,0 +1,41 @@ +
    +
    +

    The mother of a woman who took suspected diet pills bought online has described how her daughter was “literally burning up from within” moments before her death.

    + +

    West Merica Police

    +
    +
    +

    Eloise Parry, 21, was taken to Royal Shrewsbury hospital on 12 April after taking a lethal dose of highly toxic “slimming tablets”.

    +

    “The drug was in her system, there was no anti-dote, two tablets was a lethal dose – and she had taken eight,” her mother, Fiona, said in a statement yesterday.

    +

    “As Eloise deteriorated, the staff in A&E did all they could to stabilise her. As the drug kicked in and started to make her metabolism soar, they attempted to cool her down, but they were fighting an uphill battle.

    +

    “She was literally burning up from within.”

    +

    She added: “They never stood a chance of saving her. She burned and crashed.”

    +
    +
    +
    +
    +

    +
    +

    Facebook

    +
    +
    +
    +

    +
    +

    Facebook

    +
    + +
    +
    +

    West Mercia police said the tablets were believed to contain dinitrophenol, known as DNP, which is a highly toxic industrial chemical.

    +

    “We are undoubtedly concerned over the origin and sale of these pills and are working with partner agencies to establish where they were bought from and how they were advertised,” said chief inspector Jennifer Mattinson from the West Mercia police.

    +

    The Food Standards Agency warned people to stay away from slimming products that contained DNP.

    +

    “We advise the public not to take any tablets or powders containing DNP, as it is an industrial chemical and not fit for human consumption,” it said in a statement.

    +
    +
    +

    Fiona Parry issued a plea for people to stay away from pills containing the chemical.

    + +

    “[Eloise] just never really understood how dangerous the tablets that she took were,” she said. “Most of us don’t believe that a slimming tablet could possibly kill us.

    +

    “DNP is not a miracle slimming pill. It is a deadly toxin.”

    +
    +
    \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/source.html new file mode 100644 index 0000000..f51556a --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/source.html @@ -0,0 +1,5294 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Student Dies After Diet Pills She Bought Online "Burned Her Up From Within" - BuzzFeed News + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + +
    + +
    +
    +
    + + + + + +
    +
    + + + +
    +
    +
    + + +
    Sponsorisé
    +
    + + + + + + + + + +
    +
    + + + + + + + + + + +
    + + +
    + + + +
    + +
    + +
    +
    + + +
    +
    +
    +
    +
    + +

    Student Dies After Diet Pills She Bought Online “Burned Her Up From Within”

    +

    + An inquest into Eloise Parry’s death has been adjourned until July. +

    + +
    +
    + +
    +
    +
    + +
    + + +
    +
    +
    +
    +

    The mother of a woman who took suspected diet pills bought online has described how her daughter was “literally burning up from within” moments before her death.

    + +

    West Merica Police

    +
    +
    +

    Eloise Parry, 21, was taken to Royal Shrewsbury hospital on 12 April after taking a lethal dose of highly toxic “slimming tablets”.

    +

    “The drug was in her system, there was no anti-dote, two tablets was a lethal dose – and she had taken eight,” her mother, Fiona, said in a statement yesterday.

    +

    “As Eloise deteriorated, the staff in A&E did all they could to stabilise her. As the drug kicked in and started to make her metabolism soar, they attempted to cool her down, but they were fighting an uphill battle.

    +

    “She was literally burning up from within.”

    +

    She added: “They never stood a chance of saving her. She burned and crashed.”

    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +

    Facebook

    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +

    Facebook

    +
    +
    +
    +
    +
    +
    +
    +

    West Mercia police said the tablets were believed to contain dinitrophenol, known as DNP, which is a highly toxic industrial chemical.

    +

    “We are undoubtedly concerned over the origin and sale of these pills and are working with partner agencies to establish where they were bought from and how they were advertised,” said chief inspector Jennifer Mattinson from the West Mercia police.

    +

    The Food Standards Agency warned people to stay away from slimming products that contained DNP.

    +

    “We advise the public not to take any tablets or powders containing DNP, as it is an industrial chemical and not fit for human consumption,” it said in a statement.

    +
    +
    +

    Fiona Parry issued a plea for people to stay away from pills containing the chemical.

    +
    +

    “[Eloise] just never really understood how dangerous the tablets that she took were,” she said. “Most of us don’t believe that a slimming tablet could possibly kill us.

    +

    “DNP is not a miracle slimming pill. It is a deadly toxin.”

    +
    +
    +

    Check out more articles on BuzzFeed.com!

    +
    +
    +
    Mark di Stefano is a breaking news reporter for BuzzFeed News and is based in Sydney, Australia.
    +
    + Contact Mark Di Stefano at mark.distefano@buzzfeed.com +
    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    + More + +
    +
    +
    +
    +
     
    + + + + + +
    +
    + + + +
    + +
     
    + +
    +
    +
    + + + + + + +
    +
    +

    + + Connect With + + + + + News + + +

    + + +
    +
    + + + +
    +
    + More News +
    +
    +
    +
      + + + + + + + + + + + + + + + + + + + + +
    +
    + + +
    + + +
    + +
    +
    + Le buzz du moment +
    +
    +
    +
      + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + +
    + +
    + +
    +
    +
    +
      +
      +
      +
      +
      +
      + +
      + +
      +
      + +
      +
      + +
      +
      + +
      +
      + + + + + + + + + + + + + +
      + + + + + + + + + + + + + + +
      + +
      +
      + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-images.json new file mode 100644 index 0000000..c9eb0ac --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/fakehost\/img\/cha\/placeholders\/placeholder_1000x750.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-metadata.json new file mode 100644 index 0000000..3631109 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "par Alexandria Sage et Lisa Girion", + "Image": "http:\/\/fakehost\/img\/cha\/placeholders\/placeholder_1000x750.jpg", + "Title": "Les motivations du tueur de Las Vegas demeurent floues", + "SiteName": "Challenges" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/challenges/expected.html b/vendor/fivefilters/readability.php/test/test-pages/challenges/expected.html new file mode 100644 index 0000000..195bdd2 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/challenges/expected.html @@ -0,0 +1,35 @@ +
      +

      par Alexandria Sage et Lisa Girion

      +

      LAS VEGAS, Nevada (Reuters) - La police américaine peinait mardi à établir les motivations qui ont poussé un retraité de 64 ans à tirer sur la foule depuis une chambre d'hôtel de Las Vegas, faisant 59 morts et 527 blessés dans la plus meurtrière fusillade de l'histoire des Etats-Unis.

      +

      Le tireur, qui s'est donné la mort peu avant l'arrivée de police, a été identifié comme Stephen Paddock, un individu apparemment sans histoire, inconnu des services de police et vivant dans un lotissement en périphérie de la ville. Le seul fait notable le concernant était une infraction au code de la route.

      +

      Paddock n'avait pas de passé militaire et n'était pas fiché pour d'éventuels troubles psychologiques, des comportements antisociaux ou l'expression d'opinions politiques et religieuses extrémistes sur les réseaux sociaux.

      +

      L'homme, qui était semble-t-il un pratiquant assidu des jeux de hasards, avait amassé 42 armes à feu et s'est servi de certaines d'entre elles pour tirer depuis la fenêtre de sa chambre, au 32e étage de l'hôtel Mandalay Bay, sur une foule de 22.000 personnes qui assistaient à un concert de country dimanche soir.

      +

      Vingt-trois armes ont été retrouvées dans sa chambre du Mandalay Bay, dont des fusils d'assaut et des armes altérées pour opérer de manière automatique. Un stock de nitrate d'ammonium, un engrais susceptible d'être utilisé dans l'élaboration d'explosifs, a été retrouvé dans sa voiture.

      +

      "C'était un homme malade, un type dément", a déclaré Donald Trump devant la presse, sans fournir de précisions. "Beaucoup de problèmes, j'imagine. On examine son cas de manière très attentive parce qu'on a affaire à un individu très très malade", a ajouté le président américain.

      +

      Interrogé sur un éventuel lien entre le meurtrier et une organisation terroriste, Donald Trump n'a pas répondu. La police estime, en l'état de l'enquête, que l'homme a agi seul.

      +

      "On n'a aucune idée de la nature de ses croyances religieuses", a déclaré Joseph Lombardo, shérif du comté de Clark. "On ne peut pas comprendre ce qui se passe dans la tête d'un psychopathe", a-t-il ajouté.

      + +

      PISTE D'UN INDIVIDU ISOLE

      +

      Le groupe djihadiste Etat islamique a revendiqué l'attaque dans un communiqué qui affirme que le suspect s'était récemment converti à l'islam, mais un responsable américain s'est dit très sceptique sur cette revendication et a évoqué des "antécédents psychiatriques".

      +

      Aucun lien avec une organisation terroriste internationale n'a été établi pour le moment, a indiqué de son côté le FBI, tandis que la CIA a invité à la prudence.

      +

      Si la piste d'un individu isolé semble s'imposer, les enquêteurs souhaitent entendre la petite amie de Stephen Paddock avec laquelle il vivait, Marilou Danley, actuellement en voyage à l'étranger, sans doute au Japon.

      +

      La police s'intéresse également "à d'autres individus" qui seraient impliqués dans la vente des armes que possédait Stephen Paddock.

      +

      Le massacre commis dimanche soir est le plus meurtrier de l'histoire des Etats-Unis, dépassant celui perpétré par un homme lié à l'EI l'an passé dans une boîte de nuit homosexuelle d'Orlando en Floride. L'assaillant avait tué 49 personnes.

      +

      Stephen Paddock ne présentait aucune des caractéristiques habituelles de ce genre de tueur de masse, qui sont le plus souvent des hommes jeunes en proie à des troubles psychologiques, disent les experts.

      +

      L'homme a mené une existence paisible, occupant des emplois de concierge et d'employé de l'industrie aéronautique et ayant résidé dans plusieurs régions du sud-est et de l'ouest des Etats-Unis.

      +

      Il s'était installé, il y a quelques années, dans un lotissement pour retraités du Nevada, à environ une heure de voiture de Las Vegas où il pouvait s'adonner à sa passion pour le jeu et pour les casinos.

      +

      Dix-neuf armes, des explosifs et quantité de munitions y ont été retrouvés, a annoncé lundi soir le shérif du comté.

      + +

      PAS L'HEURE D'UN DÉBAT SUR LES ARMES

      +

      Un mandat a été émis pour fouiller une seconde maison située à Reno, une ville du Nevada à plus de 600 km au nord-ouest de Las Vegas, a annoncé lundi soir l'adjoint au shérif Todd Fasulo.

      +

      A Mesquite, l'armurier local Chris Sullivan a confirmé dans un communiqué que Paddock comptait parmi ses clients et qu'il avait passé toutes les "vérifications et procédures" nécessaires à l'achat d'armes à feu.

      +

      Contacté par Reuters, le frère de l'assaillant présumé, Eric Paddock, s'est dit "horrifié" et a présenté ses condoléances aux victimes. Son frère n'appartenait à aucun mouvement religieux ou politique, a-t-il ajouté, précisant qu'il n'avait pas à sa connaissance d'antécédents psychiatriques.

      +

      Le père des deux hommes avait commis plusieurs braquages de banque et a un temps fait partie des fugitifs les plus recherchés par le FBI.

      +

      Depuis sa maison d'Orlando, en Floride, devant laquelle se sont pressés des journalistes, Eric Paddock a décrit en outre son frère comme un "type riche" qui aimait jouer au poker en ligne, partir en croisière et qui coulait une retraite "paisible" dans le Nevada après des années passées en Floride.

      +

      Cette nouvelle tuerie a ranimé le débat sur le contrôle des armes à feu aux Etats-Unis, une mesure contre laquelle le président Trump s'était fermement opposé lors de la campagne présidentielle l'an passé.

      +

      "Nous discuterons d'une loi sur les armes en temps voulu", a commenté l'ancien homme d'affaires devant des journalistes à la Maison blanche. La présidence avait indiqué dès lundi que le débat sur ce sujet était, selon elle, "prématuré", répondant ainsi aux demandes d'élus démocrates.

      + +

      (Avec Jonathan Allen, Chris Michaud et Frank McGurty à New York, Susan Cornwell et Mark Hosenball à Washington, Ali Abdelaty au Caire, Tangi Salaün, Julie Carriat et Pierre Sérisier pour le service français)

      + + +
      \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/challenges/source.html b/vendor/fivefilters/readability.php/test/test-pages/challenges/source.html new file mode 100644 index 0000000..823f75f --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/challenges/source.html @@ -0,0 +1,1744 @@ + + + + + Les motivations du tueur de Las Vegas demeurent floues - Challenges.fr + + + + + + + + + + + + + + + + + + + + + + +
      + + + + + +
      +
      +
      +
      +
      + + +
      +
      +
      +
      + +
      + + + +
      +
      +
      +
      + +
      +
      +
      + + +
      + + + +
      + +
      + + + +
      +
      +
      +
      + + +
      + + + +
      + + + + + + + + + + + + + + + + + +
      +
      + + + 50 Masters + + + 500 FORTUNES 2017 + + + TOP 30 des Global MBA + + + Les clés de demain + + + Revolution@work + +
      +
      + + + + + + + + + + + + + + + + + + +
      + + +
      + +
      + +
      +
      + + + +
      + + + + +
      + +
      + + +
      + + + + + + + +
      + + + + + + + +
      + + + + +
      + + + + Monde + + + + + +
      + + + + + + + +

      Les motivations du tueur de Las Vegas demeurent floues

      + + +
      + +
      + + + + + +
      + +
      + + + + + + + + +

      + + + +
      + + 0 réactions + + +
      + + + + + + +
      + + + + + +
      + + 0 réactions + + +
      + + + + + + + + +
      + + + + + + +
      +

      par Alexandria Sage et Lisa Girion

      +

      LAS VEGAS, Nevada (Reuters) - La police américaine peinait mardi à établir les motivations qui ont poussé un retraité de 64 ans à tirer sur la foule depuis une chambre d'hôtel de Las Vegas, faisant 59 morts et 527 blessés dans la plus meurtrière fusillade de l'histoire des Etats-Unis.

      +

      Le tireur, qui s'est donné la mort peu avant l'arrivée de police, a été identifié comme Stephen Paddock, un individu apparemment sans histoire, inconnu des services de police et vivant dans un lotissement en périphérie de la ville. Le seul fait notable le concernant était une infraction au code de la route.

      +

      Paddock n'avait pas de passé militaire et n'était pas fiché pour d'éventuels troubles psychologiques, des comportements antisociaux ou l'expression d'opinions politiques et religieuses extrémistes sur les réseaux sociaux.

      +

      L'homme, qui était semble-t-il un pratiquant assidu des jeux de hasards, avait amassé 42 armes à feu et s'est servi de certaines d'entre elles pour tirer depuis la fenêtre de sa chambre, au 32e étage de l'hôtel Mandalay Bay, sur une foule de 22.000 personnes qui assistaient à un concert de country dimanche soir.

      +

      Vingt-trois armes ont été retrouvées dans sa chambre du Mandalay Bay, dont des fusils d'assaut et des armes altérées pour opérer de manière automatique. Un stock de nitrate d'ammonium, un engrais susceptible d'être utilisé dans l'élaboration d'explosifs, a été retrouvé dans sa voiture.

      +

      "C'était un homme malade, un type dément", a déclaré Donald Trump devant la presse, sans fournir de précisions. "Beaucoup de problèmes, j'imagine. On examine son cas de manière très attentive parce qu'on a affaire à un individu très très malade", a ajouté le président américain.

      +

      Interrogé sur un éventuel lien entre le meurtrier et une organisation terroriste, Donald Trump n'a pas répondu. La police estime, en l'état de l'enquête, que l'homme a agi seul.

      +

      "On n'a aucune idée de la nature de ses croyances religieuses", a déclaré Joseph Lombardo, shérif du comté de Clark. "On ne peut pas comprendre ce qui se passe dans la tête d'un psychopathe", a-t-il ajouté.

      +

      +

      PISTE D'UN INDIVIDU ISOLE

      +

      Le groupe djihadiste Etat islamique a revendiqué l'attaque dans un communiqué qui affirme que le suspect s'était récemment converti à l'islam, mais un responsable américain s'est dit très sceptique sur cette revendication et a évoqué des "antécédents psychiatriques".

      +

      Aucun lien avec une organisation terroriste internationale n'a été établi pour le moment, a indiqué de son côté le FBI, tandis que la CIA a invité à la prudence.

      +

      Si la piste d'un individu isolé semble s'imposer, les enquêteurs souhaitent entendre la petite amie de Stephen Paddock avec laquelle il vivait, Marilou Danley, actuellement en voyage à l'étranger, sans doute au Japon.

      +

      La police s'intéresse également "à d'autres individus" qui seraient impliqués dans la vente des armes que possédait Stephen Paddock.

      +

      Le massacre commis dimanche soir est le plus meurtrier de l'histoire des Etats-Unis, dépassant celui perpétré par un homme lié à l'EI l'an passé dans une boîte de nuit homosexuelle d'Orlando en Floride. L'assaillant avait tué 49 personnes.

      +

      Stephen Paddock ne présentait aucune des caractéristiques habituelles de ce genre de tueur de masse, qui sont le plus souvent des hommes jeunes en proie à des troubles psychologiques, disent les experts.

      +

      L'homme a mené une existence paisible, occupant des emplois de concierge et d'employé de l'industrie aéronautique et ayant résidé dans plusieurs régions du sud-est et de l'ouest des Etats-Unis.

      +

      Il s'était installé, il y a quelques années, dans un lotissement pour retraités du Nevada, à environ une heure de voiture de Las Vegas où il pouvait s'adonner à sa passion pour le jeu et pour les casinos.

      +

      Dix-neuf armes, des explosifs et quantité de munitions y ont été retrouvés, a annoncé lundi soir le shérif du comté.

      +

      +

      PAS L'HEURE D'UN DÉBAT SUR LES ARMES

      +

      Un mandat a été émis pour fouiller une seconde maison située à Reno, une ville du Nevada à plus de 600 km au nord-ouest de Las Vegas, a annoncé lundi soir l'adjoint au shérif Todd Fasulo.

      +

      A Mesquite, l'armurier local Chris Sullivan a confirmé dans un communiqué que Paddock comptait parmi ses clients et qu'il avait passé toutes les "vérifications et procédures" nécessaires à l'achat d'armes à feu.

      +

      Contacté par Reuters, le frère de l'assaillant présumé, Eric Paddock, s'est dit "horrifié" et a présenté ses condoléances aux victimes. Son frère n'appartenait à aucun mouvement religieux ou politique, a-t-il ajouté, précisant qu'il n'avait pas à sa connaissance d'antécédents psychiatriques.

      +

      Le père des deux hommes avait commis plusieurs braquages de banque et a un temps fait partie des fugitifs les plus recherchés par le FBI.

      +

      Depuis sa maison d'Orlando, en Floride, devant laquelle se sont pressés des journalistes, Eric Paddock a décrit en outre son frère comme un "type riche" qui aimait jouer au poker en ligne, partir en croisière et qui coulait une retraite "paisible" dans le Nevada après des années passées en Floride.

      +

      Cette nouvelle tuerie a ranimé le débat sur le contrôle des armes à feu aux Etats-Unis, une mesure contre laquelle le président Trump s'était fermement opposé lors de la campagne présidentielle l'an passé.

      +

      "Nous discuterons d'une loi sur les armes en temps voulu", a commenté l'ancien homme d'affaires devant des journalistes à la Maison blanche. La présidence avait indiqué dès lundi que le débat sur ce sujet était, selon elle, "prématuré", répondant ainsi aux demandes d'élus démocrates.

      +

      +

      (Avec Jonathan Allen, Chris Michaud et Frank McGurty à New York, Susan Cornwell et Mark Hosenball à Washington, Ali Abdelaty au Caire, Tangi Salaün, Julie Carriat et Pierre Sérisier pour le service français)

      + + +
      + + + + + + + 0 réactions + + + + + + + + + + + 0 réactions + + + + +
      + + + + + + + + + + +
      + + + + + +
      + + + +
      + + + + +
      + + + + + +
      + + 0 réactions + + + + Pour réagir, veuillez vous connecter en cliquant ici + + +
        + + + + +
        + + + +
        + + + + +
        + + +
        + + + + + + + + + + + +
        +
        +
        + + + + + + + + + + + + + + +
        +
        + +
        +
        + + + + + + + + + + + + + + + + + + + + + + +
        +
        +
        + + + + + + + + + + + + + + + + + + + + + + + + +
        + +
        +
        + + + + + + + + + + + + + + +
        + à la une cette semaine + +
        + + + + + + + + + + + + + + +
        +
        +
        + + + + + + + + + + + + +
        + Galeries Photo +
        +
        + + + + +
        +
        +
        +
        + + Aston Martin Vantage + +
        +
        +
        +
        + En images : Aston Martin Vantage +
        + + +
        + Les dernières galeries photo + + + +
        + +
        +
        +
        + + + + + + + + + + + +
        +
        +
        + + + + + + + + + + + + +
        + Vidéos + +
        +
        + + +
        +
        +
        +
        + + Esclavage en Libye: Macron parle de &quot;crime contre l'Humanité&quot; + +
        +
        +
        +
        +

        Esclavage en Libye: Macron parle de "crime contre l'Humanité"

        +
        +
        + Dernières vidéos + + + +
        +
        +
        + +
        + + + + + + + + + + + + + +
        + + + Notre rubrique Monde + + + +
        + + + + + + + + + +
        + + + + +
        +
        + + + + + + + + + + + + + + + + + + + + + + +
        + + +
        +
        +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        +
        + + + + + + + + +
        + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected-images.json new file mode 100644 index 0000000..8a74adf --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected-images.json @@ -0,0 +1,6 @@ +[ + "https:\/\/cdn.citylab.com\/media\/img\/citylab\/2019\/04\/mr1\/facebook.jpg?1556645448", + "https:\/\/cdn.citylab.com\/media\/img\/citylab\/2019\/04\/mr1\/300.jpg?mod=1556645448", + "https:\/\/cdn.theatlantic.com\/assets\/media\/img\/posts\/2019\/04\/AP_8912060228\/cbd32b0e1.jpg", + "https:\/\/cdn.theatlantic.com\/assets\/media\/img\/posts\/2019\/04\/AP_945361213236\/888fdd750.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected-metadata.json new file mode 100644 index 0000000..6ec809e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Sarah Archer", + "Direction": null, + "Excerpt": "The once-ubiquitous form of lighting was novel when it first emerged in the early 1900s, though it has since come to represent decline.", + "Image": "https:\/\/cdn.citylab.com\/media\/img\/citylab\/2019\/04\/mr1\/facebook.jpg?1556645448", + "Title": "The Modern Ambitions Behind Neon", + "SiteName": "CityLab" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected.html new file mode 100644 index 0000000..2ad9f86 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/citylab-1/expected.html @@ -0,0 +1,108 @@ +
        + + + + +
        + + + + +
        + The Moulin Rouge cabaret in Paris Benoit Tessier/Reuters +
        +
        +
        +

        + Why Neon Is the Ultimate Symbol of the 20th Century +

        + +
        +

        + The once-ubiquitous form of lighting was novel when it first emerged in the early 1900s, though it has since come to represent decline. +

        + +
        +

        + In the summer of 1898, the Scottish chemist Sir William Ramsay made a discovery that would eventually give the Moulin Rouge in Paris, the Las Vegas Strip, and New York’s Times Square their perpetual nighttime glow. Using the boiling point of argon as a reference point, Ramsay and his colleague Morris W. Travers isolated three more noble gases and gave them evocative Greek names: neon, krypton, and xenon. In so doing, the scientists bestowed a label of permanent novelty on the most famous of the trio—neon, which translates as “new.” This discovery was the foundation on which the French engineer Georges Claude crafted a new form of illumination over the next decade. He designed glass tubes in which neon gas could be trapped, then electrified, to create a light that glowed reliably for more than 1,000 hours. +

        +

        + In the 2012 book L’être et le Néon, which has been newly translated into English by Michael Wells, the philosopher Luis de Miranda weaves a history of neon lighting as both artifact and metaphor. Being and Neonness, as the book is called in its English edition, isn’t a typical material history. There are no photographs. Even de Miranda’s own example of a neon deli sign spotted in Paris is re-created typographically, with text in all caps and dashes forming the border of the sign, as one might attempt on Twitter. Fans of Miami Beach’s restored Art Deco hotels and California’s bowling alleys might be disappointed by the lack of glossy historical images. Nonetheless, de Miranda makes a convincing case for neon as a symbol of the grand modern ambitions of the 20th century. +

        + +

        + De Miranda beautifully evokes the notion of neon lighting as an icon of the 1900s in his introduction: “When we hear the word neon, an image pops into our heads: a combination of light, colors, symbols, and glass. This image is itself a mood. It carries an atmosphere. It speaks … of the essence of cities, of the poetry of nights, of the 20th century.” When neon lights debuted in Europe, they seemed dazzlingly futuristic. But their husky physicality started becoming obsolete by the 1960s, thanks in part to the widespread use of plastic for fluorescent signs. Neon signs exist today, though they’ve been eclipsed by newer technologies such as digital billboards, and they remain charmingly analog: Signs must be made by hand because there’s no cost-effective way to mass-produce them. +

        +

        + In the 1910s, neon started being used for cosmopolitan flash in Paris at precisely the time and place where the first great modernist works were being created. De Miranda’s recounting of the ingenuity emerging from the French capital a century ago is thrilling to contemplate: the cubist art of Pablo Picasso, the radically deconstructed fashions of Coco Chanel, the stream-of-consciousness poetry of Gertrude Stein, and the genre-defying music of Claude Debussy—all of which heralded a new age of culture for Europe and for the world. +

        +
        + +
        +

        + Amid this artistic groundswell, Georges Claude premiered his neon lights at the Paris Motor Show in December 1910, captivating visitors with 40-foot-tall tubes affixed to the building’s exterior. The lights shone orange-red because neon, by itself, produces that color. Neon lighting is a catchall term that describes the technology of glass tubing that contains gas or chemicals that glow when electrified. For example, neon fabricators use carbon dioxide to make white, and mercury to make blue. Claude acknowledged at the time that neon didn’t produce the ideal color for a standard light bulb and insisted that it posed no commercial threat to incandescent bulbs. +

        +

        + Of course, the very quality that made neon fixtures a poor choice for interior lighting made them perfect for signs, de Miranda notes. The first of the neon signs was switched on in 1912, advertising a barbershop on Paris’s Boulevard Montmartre, and eventually they were adopted by cinemas and nightclubs. While Claude had a monopoly on neon lighting throughout the 1920s, the leaking of trade secrets and the expiration of a series of patents broke his hold on the rapidly expanding technology. +

        +
        + +
        +

        + In the following decades, neon’s nonstop glow and vibrant colors turned ordinary buildings and surfaces into 24/7 billboards for businesses, large and small, that wanted to convey a sense of always being open. The first examples of neon in the United States debuted in Los Angeles, where the Packard Motor Car Company commissioned two large blue-and-orange Packard signs that literally stopped traffic because they distracted motorists. The lighting also featured heavily at the Chicago Century of Progress Exposition in 1933 and at the 1939 World’s Fair in New York. At the latter event, a massive neon sign reading Futurama lit the way to a General Motors exhibition that heralded “The World of Tomorrow.” +

        +
        + +
        + Workers remove a hammer and sickle from a neon sign that reads “Glory to Communism,” visible on the roof of the Communist-run electricity-board headquarters in Czechoslovakia in 1989. (AP) +
        +
        +

        + De Miranda points out that businesses weren’t alone in embracing neon’s ability to spread messages effectively. By the middle of the century, the lighting was being adopted for more political purposes. “In the 1960s, the Soviets deployed a vast ‘neonization’ of the Eastern bloc capitals to emulate capitalist metropolises,” de Miranda writes. “Because consumer shops were rare in the Polish capital [of Warsaw], they did not hesitate to illuminate the façades of public buildings.” In other words, as opposed to the sole use of the more obvious forms of propaganda via posters or slogans, the mass introduction of neon lighting was a way of getting citizens of Communist cities to see their surroundings with the pizzazz and nighttime glamour of major Western capitals. +

        +
        + +
        +

        + Neon, around this time, began to be phased out, thanks to cheaper and less labor-intensive alternatives. In addition, the global economic downturn of the 1970s yielded a landscape in which older, flickering neon signs, which perhaps their owners couldn’t afford to fix or replace, came to look like symbols of decline. Where such signs were once sophisticated and novel, they now seemed dated and even seedy. +

        +
        +

        + Cities are changing fast. Keep up with the CityLab Daily newsletter. +

        + +
        +

        + De Miranda understands this evolution by zooming out and looking at the 1900s as the “neon century.” The author draws a parallel between the physical form of neon lights, which again are essentially containers for electrified gases, and that of a glass capsule—suggesting they are a kind of message in a bottle from a time before the First World War. “Since then, [neon lights] have witnessed all the transformations that have created the world we live in,” de Miranda writes. “Today, they sometimes seem to maintain a hybrid status, somewhere between junkyards and museums, not unlike European capitals themselves.” +

        +
        + +
        + Martin Wartman, a student at Northern Kentucky University, works on a neon sign at the Neonworks of Cincinnati workshop connected to the American Sign Museum, in 2016. (John Minchillo / AP) +
        +
        +

        + Another mark of neon’s hybridity: Its obsolescence started just as some contemporary artists began using the lights in their sculptures. Bruce Nauman’s 1968 work My Name as Though It Were Written on the Surface of the Moon poked fun at the space race—another symbol of 20th-century technological innovation whose moment has passed. The piece uses blue “neon” letters (mercury, actually) to spell out the name “bruce” in lowercase cursive, with each character repeated several times as if to convey a person speaking slowly in outer space. The British artist Tracey Emin has made sculptures that resemble neon Valentine’s Day candies: They read as garish and sentimental confections with pink, heart-shaped frames that surround blue text fragments. Drawing on the nostalgia-inducing quality of neon, the sculptures’ messages are redolent of old-fashioned movie dialogue, with titles such as “You Loved Me Like a Distant Star” and “The Kiss Was Beautiful.” +

        +

        + Seeing neon lighting tamed in the context of a gallery display fits comfortably with de Miranda’s notion that neon technology is like a time capsule from another age. In museums, works of neon art and design coexist with objects that were ahead of their own time in years past—a poignant fate for a technology that made its name advertising “The World of Tomorrow.” Yet today neon is also experiencing a kind of craft revival. The fact that it can’t be mass-produced has made its fabrication something akin to a cherished artisanal technique. Bars and restaurants hire firms such as Let There Be Neon in Manhattan, or the L.A.-based master neon artist Lisa Schulte, to create custom signs and works of art. Neon’s story even continues to glow from inside museums such as California’s Museum of Neon Art and the Neon Museum in Las Vegas. If it can still be a vital medium for artists and designers working today, “neonness” need not only be trapped in the past. It might also capture the mysterious glow of the near future—just as it did a century ago. +

        +

        + This article originally appeared on The Atlantic. +

        +
        +
        +

        + About the Author +

        + +
        +
        \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/citylab-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/citylab-1/source.html new file mode 100644 index 0000000..7102061 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/citylab-1/source.html @@ -0,0 +1,683 @@ + + + + + + + A Brief History of Neon Signage - CityLab + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        +
        +
        +
        +
        + +
        +
        + + + +
        + + +
        + +
        +
        +
        + + + + +
        + The Moulin Rouge cabaret in Paris Benoit Tessier/Reuters +
        +
        + +

        + The once-ubiquitous form of lighting was novel when it first emerged in the early 1900s, though it has since come to represent decline. +

        +
        + +
        +
        +

        + In the summer of 1898, the Scottish chemist Sir William Ramsay made a discovery that would eventually give the Moulin Rouge in Paris, the Las Vegas Strip, and New York’s Times Square their perpetual nighttime glow. Using the boiling point of argon as a reference point, Ramsay and his colleague Morris W. Travers isolated three more noble gases and gave them evocative Greek names: neon, krypton, and xenon. In so doing, the scientists bestowed a label of permanent novelty on the most famous of the trio—neon, which translates as “new.” This discovery was the foundation on which the French engineer Georges Claude crafted a new form of illumination over the next decade. He designed glass tubes in which neon gas could be trapped, then electrified, to create a light that glowed reliably for more than 1,000 hours. +

        +

        + In the 2012 book L’être et le Néon, which has been newly translated into English by Michael Wells, the philosopher Luis de Miranda weaves a history of neon lighting as both artifact and metaphor. Being and Neonness, as the book is called in its English edition, isn’t a typical material history. There are no photographs. Even de Miranda’s own example of a neon deli sign spotted in Paris is re-created typographically, with text in all caps and dashes forming the border of the sign, as one might attempt on Twitter. Fans of Miami Beach’s restored Art Deco hotels and California’s bowling alleys might be disappointed by the lack of glossy historical images. Nonetheless, de Miranda makes a convincing case for neon as a symbol of the grand modern ambitions of the 20th century. +

        + +

        + De Miranda beautifully evokes the notion of neon lighting as an icon of the 1900s in his introduction: “When we hear the word neon, an image pops into our heads: a combination of light, colors, symbols, and glass. This image is itself a mood. It carries an atmosphere. It speaks … of the essence of cities, of the poetry of nights, of the 20th century.” When neon lights debuted in Europe, they seemed dazzlingly futuristic. But their husky physicality started becoming obsolete by the 1960s, thanks in part to the widespread use of plastic for fluorescent signs. Neon signs exist today, though they’ve been eclipsed by newer technologies such as digital billboards, and they remain charmingly analog: Signs must be made by hand because there’s no cost-effective way to mass-produce them. +

        +

        + In the 1910s, neon started being used for cosmopolitan flash in Paris at precisely the time and place where the first great modernist works were being created. De Miranda’s recounting of the ingenuity emerging from the French capital a century ago is thrilling to contemplate: the cubist art of Pablo Picasso, the radically deconstructed fashions of Coco Chanel, the stream-of-consciousness poetry of Gertrude Stein, and the genre-defying music of Claude Debussy—all of which heralded a new age of culture for Europe and for the world. +

        +
        + +
        +

        + Amid this artistic groundswell, Georges Claude premiered his neon lights at the Paris Motor Show in December 1910, captivating visitors with 40-foot-tall tubes affixed to the building’s exterior. The lights shone orange-red because neon, by itself, produces that color. Neon lighting is a catchall term that describes the technology of glass tubing that contains gas or chemicals that glow when electrified. For example, neon fabricators use carbon dioxide to make white, and mercury to make blue. Claude acknowledged at the time that neon didn’t produce the ideal color for a standard light bulb and insisted that it posed no commercial threat to incandescent bulbs. +

        +

        + Of course, the very quality that made neon fixtures a poor choice for interior lighting made them perfect for signs, de Miranda notes. The first of the neon signs was switched on in 1912, advertising a barbershop on Paris’s Boulevard Montmartre, and eventually they were adopted by cinemas and nightclubs. While Claude had a monopoly on neon lighting throughout the 1920s, the leaking of trade secrets and the expiration of a series of patents broke his hold on the rapidly expanding technology. +

        +
        +
        +
        +

        + In the following decades, neon’s nonstop glow and vibrant colors turned ordinary buildings and surfaces into 24/7 billboards for businesses, large and small, that wanted to convey a sense of always being open. The first examples of neon in the United States debuted in Los Angeles, where the Packard Motor Car Company commissioned two large blue-and-orange Packard signs that literally stopped traffic because they distracted motorists. The lighting also featured heavily at the Chicago Century of Progress Exposition in 1933 and at the 1939 World’s Fair in New York. At the latter event, a massive neon sign reading Futurama lit the way to a General Motors exhibition that heralded “The World of Tomorrow.” +

        +
        + +
        + Workers remove a hammer and sickle from a neon sign that reads “Glory to Communism,” visible on the roof of the Communist-run electricity-board headquarters in Czechoslovakia in 1989. (AP) +
        +
        +

        + De Miranda points out that businesses weren’t alone in embracing neon’s ability to spread messages effectively. By the middle of the century, the lighting was being adopted for more political purposes. “In the 1960s, the Soviets deployed a vast ‘neonization’ of the Eastern bloc capitals to emulate capitalist metropolises,” de Miranda writes. “Because consumer shops were rare in the Polish capital [of Warsaw], they did not hesitate to illuminate the façades of public buildings.” In other words, as opposed to the sole use of the more obvious forms of propaganda via posters or slogans, the mass introduction of neon lighting was a way of getting citizens of Communist cities to see their surroundings with the pizzazz and nighttime glamour of major Western capitals. +

        +
        +
        +
        +

        + Neon, around this time, began to be phased out, thanks to cheaper and less labor-intensive alternatives. In addition, the global economic downturn of the 1970s yielded a landscape in which older, flickering neon signs, which perhaps their owners couldn’t afford to fix or replace, came to look like symbols of decline. Where such signs were once sophisticated and novel, they now seemed dated and even seedy. +

        + +

        + De Miranda understands this evolution by zooming out and looking at the 1900s as the “neon century.” The author draws a parallel between the physical form of neon lights, which again are essentially containers for electrified gases, and that of a glass capsule—suggesting they are a kind of message in a bottle from a time before the First World War. “Since then, [neon lights] have witnessed all the transformations that have created the world we live in,” de Miranda writes. “Today, they sometimes seem to maintain a hybrid status, somewhere between junkyards and museums, not unlike European capitals themselves.” +

        +
        + +
        + Martin Wartman, a student at Northern Kentucky University, works on a neon sign at the Neonworks of Cincinnati workshop connected to the American Sign Museum, in 2016. (John Minchillo / AP) +
        +
        +

        + Another mark of neon’s hybridity: Its obsolescence started just as some contemporary artists began using the lights in their sculptures. Bruce Nauman’s 1968 work My Name as Though It Were Written on the Surface of the Moon poked fun at the space race—another symbol of 20th-century technological innovation whose moment has passed. The piece uses blue “neon” letters (mercury, actually) to spell out the name “bruce” in lowercase cursive, with each character repeated several times as if to convey a person speaking slowly in outer space. The British artist Tracey Emin has made sculptures that resemble neon Valentine’s Day candies: They read as garish and sentimental confections with pink, heart-shaped frames that surround blue text fragments. Drawing on the nostalgia-inducing quality of neon, the sculptures’ messages are redolent of old-fashioned movie dialogue, with titles such as “You Loved Me Like a Distant Star” and “The Kiss Was Beautiful.” +

        +

        + Seeing neon lighting tamed in the context of a gallery display fits comfortably with de Miranda’s notion that neon technology is like a time capsule from another age. In museums, works of neon art and design coexist with objects that were ahead of their own time in years past—a poignant fate for a technology that made its name advertising “The World of Tomorrow.” Yet today neon is also experiencing a kind of craft revival. The fact that it can’t be mass-produced has made its fabrication something akin to a cherished artisanal technique. Bars and restaurants hire firms such as Let There Be Neon in Manhattan, or the L.A.-based master neon artist Lisa Schulte, to create custom signs and works of art. Neon’s story even continues to glow from inside museums such as California’s Museum of Neon Art and the Neon Museum in Las Vegas. If it can still be a vital medium for artists and designers working today, “neonness” need not only be trapped in the past. It might also capture the mysterious glow of the near future—just as it did a century ago. +

        +

        + This article originally appeared on The Atlantic. +

        +
        +
        +

        + About the Author +

        + +
        +
        +
        + +
        +
        + +
        +

        + Most Popular +

        +
        +
          +
        1. + A photo of an Uber Bus in Cairo, the company's new microtransit program. +
          + Transportation +

          + ‘Uber Was Supposed To Be Our Public Transit’ +

          +

          + Innisfil, Ontario, decided to partially subsidize ride-hailing trips rather than pay for a public bus system. It worked so well that now they have to raise fares and cap rides. +

          + +
          +
        2. +
        3. + +
          + Environment +

          + A 13,235-Mile Road Trip for 70-Degree Weather Every Day +

          +

          + This year-long journey across the U.S. keeps you at consistent high temperatures. +

          + +
          +
        4. +
        5. + The outside of a large apartment building, dotted with air conditioners. +
          + Environment +

          + What If Air Conditioning Could Help Stop Climate Change Instead of Causing It? +

          +

          + Using technology currently in development, AC units in skyscrapers and homes could get turned into machines that pull carbon dioxide out of the atmosphere. +

          + +
          +
        6. +
        7. + A train traveling on an elevated platform. +
          + Transportation +

          + Texas High Speed Rail Faces a New Threat: Semantics +

          +

          + A private company plans to break ground on a bullet train between Houston and Dallas in 2019. But opponents of the project have a new argument. +

          + +
          +
        8. +
        9. + +
          + Solutions +

          + In Switzerland, Everyone’s an Urban Planner +

          +

          + To reimagine its largest public space, the Swiss city of Lausanne organized a citywide consultation and workshop that asked: Just who is the public? +

          + +
          +
        10. +
        +
        +
        +
        +
        + +
        +
        + Maps +
        Click Here +
        +
        +
        + + +
        +
        + + +
        +
        +
        +
        +
        + + + +
        +
        + Popular Now on CityLab » +
        +
        +
        +
        +
        + +
        + +
        + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-images.json new file mode 100644 index 0000000..328eca3 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/fakehost\/test\/hmhome.gif" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-metadata.json new file mode 100644 index 0000000..c5166f5 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Ere introducing the scrivener, as he first appeared to me, it is fit \n I make some mention of myself, my employees, my business, my chambers, \n and general surroundings; because some such description is indispensable \n to an adequate understanding of the chief character about to be presented.", + "Image": null, + "Title": "Bartleby the Scrivener Web Study Text", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected.html b/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected.html new file mode 100644 index 0000000..f9c6e07 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected.html @@ -0,0 +1,1387 @@ +
        +

        Study Webtext

        +

        "Bartleby the Scrivener: A Story of Wall-Street " (1853) 
        + Herman Melville

        +

        To the story text without notes
+        +

        +

        Prepared by Ann + Woodlief, Virginia Commonwealth University

        +
        Click on text in red for hypertext notes and questions
        + I + am a rather elderly man. The nature of my avocations + for the last thirty years has brought me into more than ordinary contact + with what would seem an interesting and somewhat singular set of men of whom as yet + nothing that I know of has ever been written:-- I mean the law-copyists + or scriveners. + I have known very many of them, professionally and privately, and if I + pleased, could relate divers histories, at which good-natured gentlemen + might smile, and sentimental souls might weep. But I waive the biographies + of all other scriveners for a few passages + in the life of Bartleby, who was a scrivener the strangest + I ever saw or heard of. While of other law-copyists I might write the + complete life, of Bartleby nothing of that sort can be done. I believe that + no materials exist for a full and satisfactory biography of this man. It is an irreparable loss to literature. Bartleby + was one of those beings of whom nothing is ascertainable, except from + the original sources, and in his case those are very small. What my own + astonished eyes saw of Bartleby, that is all I know of him, except, indeed, + one vague report which will appear in the sequel. +

        Ere introducing the scrivener, as he first appeared to me, it is fit + I make some mention of myself, my employees, my business, my chambers, + and general surroundings; because some such description is indispensable + to an adequate understanding of the chief character about to be presented. +

        Imprimis: I am a man who, from his youth upwards, has been + filled with a profound conviction that the easiest way of life is the best.. Hence, though I belong to a profession + proverbially energetic and nervous, even to turbulence, at times, yet + nothing of that sort have I ever suffered to invade + my peace. I am one of those unambitious lawyers who never addresses + a jury, or in any way draws down public applause; but in the cool tranquillity + of a snug retreat, do a snug business among rich men's bonds and mortgages and title-deeds. The late John Jacob Astor, a personage little given to poetic enthusiasm, had + no hesitation in pronouncing my first + grand point to be prudence; my next, method. I do not speak + it in vanity, but simply record the fact, that I was not + unemployed in my profession by the last John Jacob Astor; a name which, + I admit, I love to repeat, for it hath a rounded and orbicular sound to + it, and rings + like unto bullion. I will freely add, that I was not + insensible to the late John Jacob Astor's good opinion.

        +

        Some time prior to the period at which this little history begins, my + avocations had been largely increased. The good old office, now + extinct in the State of New York, of a Master in Chancery, + had been conferred upon me. It was not a very arduous office, but very + pleasantly remunerative. I + seldom lose my temper; much more seldom indulge in dangerous + indignation at wrongs and outrages; but I must be permitted to be rash + here and declare, that I consider the sudden and violent abrogation of + the office of Master of Chancery, by the new Constitution, as a----premature + act; inasmuch as I had counted upon a life-lease of the + profits, whereas I only received those of a few short years. But this is + by the way.

        +

        My chambers were up stairs at No.--Wall-street. At one end they looked + upon the white wall of the interior of a spacious sky-light shaft, penetrating + the building from top to bottom. This view might have been considered rather + tame than otherwise, deficient + in what landscape painters call "life." But if so, the view + from the other end of my chambers offered, at least, a contrast, if nothing + more. In that direction my windows commanded an unobstructed view of a + lofty brick wall,black by age and everlasting shade; which wall required + no spy-glass to bring out its lurking beauties, but for the benefit of + all near-sighted spectators, was pushed up to within ten feet of my window + panes. Owing to the great height of the surrounding buildings, and my chambers + being on the second floor, the interval between this wall and mine not + a little resembled a huge square cistern.

        +

        At the period just preceding the advent of Bartleby, I had two persons + as copyists in my employment, and a promising lad as an office-boy. First, + Turkey; second, Nippers; third, Ginger Nut.These may seem names, the like + of which are not usually found in the Directory. In truth they were nicknames, mutually conferred upon + each other by my three clerks, and were deemed expressive of their respective + persons or characters. Turkey was a short, pursy Englishman of about my + own age, that is, somewhere not far from sixty. In the morning, one might + say, his face was of a fine florid hue, but after twelve o'clock, meridian-- + his dinner hour-- it blazed like a grate full of Christmas coals; + and continued blazing--but, as it were, with a gradual wane--till 6 o'clock, + P.M. or thereabouts, after which I saw no more of the proprietor of the + face, which gaining its meridian with the sun, seemed to set with it, to + rise, culminate, and decline the following day, with the like regularity + and undiminished glory. There are many singular coincidences I have known + in the course of my life, not the least among which was the fact that exactly + when Turkey displayed his fullest beams from his red and radiant countenance, + just then, too, at the critical moment, began the daily period when I considered + his business capacities as seriously disturbed for the remainder of the + twenty-four hours. Not that he was absolutely idle, or averse to business + then; far from it. The difficulty was, he was apt to be altogether too + energetic. There was a strange, inflamed, flurried, flighty + recklessness of activity about him. He would be incautious in dipping his + pen into his inkstand. All his blots upon my documents, were dropped there + after twelve o'clock, meridian. Indeed, not only would he be reckless and + sadly given to making blots in the afternoon, but some days he went further, + and was rather noisy. At such times, too, his face + flamed with augmented blazonry, as if cannel + coal had been heaped on anthracite. He made an unpleasant + racket with his chair; spilled his sand-box; in mending his pens, impatiently + split them all to pieces, and threw them on the floor in a sudden passion; + stood up and leaned over his table, boxing his papers about in a most + indecorous manner, very sad to behold in an elderly manlike him. Nevertheless, + as he was in many ways a most valuable person to me, and all the time before + twelve o'clock, meridian, was the quickest, steadiest creature too, accomplishing + a great deal of work in a style not easy to be matched--for these reasons, + I was willingto overlook his eccentricities, though indeed, occasionally, + I remonstrated with him. I did this very gently, however, because, though + the civilest, nay, the blandest and most reverential of men in the morning, + yet in the afternoon he was disposed, upon provocation, to be slightly + rash with his tongue, in fact, insolent. Now, valuing his morning services + as I did, and resolved not to lose them; yet, at the same time made uncomfortable + by his inflamed ways after twelve o'clock; and being a man + of peace, unwilling by my admonitions to call forth unseemingly + retorts from him; I took upon me, one Saturday noon (he was always worse + on Saturdays), to hint to him, very kindly, that perhaps now that he was + growing old, it might be well to abridge his labors; in short, he need + not come to my chambers after twelve o'clock, but, dinner over, had best + go home to his lodgings and rest himself till tea-time. But no; he insisted + upon his afternoon devotions. His countenance became + intolerably fervid, as he oratorically assured me--gesticulating with a + long ruler at the other end of the room--that if his services in the morning + were useful, how indispensible, then, in the afternoon?

        +

        "With + submission, sir," said Turkey on this occasion, "I consider + myself your right-hand man. In the morning I but marshal and deploy my + columns; but in the afternoon I + put myself at their head, and gallantly charge the foe, + thus!"--and he made a violent + thrust with the ruler.

        +

        "But the blots, Turkey," intimated I.

        +

        "True,--but, with submission, sir, behold these hairs! I am getting old. + Surely, sir, a blot or two of a warm afternoon is not the page--is honorable. + With submission, sir, we both are getting old."

        +

        This + appeal to my fellow-feeling was hardly to be resisted. At + all events, I saw that go he would not. So I made up my mind to let him + stay, resolving, nevertheless, to see to it, that during the afternoon + he had to do with my less important papers.

        +

        Nippers, the second on my list, was a whiskered, sallow, and, upon the + whole, rather piratical-looking young man of about + five and twenty. I always deemed him the victim of two evil powers-- ambition + and indigestion. The ambition was evinced by a certain impatience of the + duties of a mere + copyist, an unwarrantable usurpation of strictly profession + affairs, such as the original + drawing up of legal documents. The indigestion seemed betokened + in an occasional nervous testiness and grinning irritability, causing the + teeth to audibly grind together over mistakes committed in copying; unnecessary + maledictions, hissed, rather than spoken, in the heat of business; and + especially by a continual + discontent with the height of the table where he worked. + Though of a very ingenious mechanical turn, Nippers could never get this + table to suit him. He put chips under it, blocks of various sorts, bits + of pasteboard, and at last went so far as to attempt an exquisite adjustment + by final pieces of folded blotting-paper. But no invention would answer. + If, for the sake of easing his back, he brought the table lid at a sharp + angle well up towards his chin, and wrote there like a man using the steep + roof of a Dutch house for his desk:--then he declared that it stopped the + circulation in his arms. If now he lowered the table to his waistbands, + and stooped over it in writing, then there was a sore aching in his back. + In short, the truth of the matter was, Nippers knew not what he wanted. + Or, if + he wanted anything, it was to be rid of a scrivener's table + altogether. Among the manifestations of his diseased ambition was a fondness + he had for receiving visits from certain ambiguous-looking fellows in seedy + coats, whom he called his clients. Indeed I was aware that not only was + he, at times, considerable of a ward-politician, but he occasionally did + a little businessat the Justices' courts, and was not unknown on the + steps of the Tombs. I have good reason to believe, however, that one individual + who called upon him at my chambers, and who, with a grand air, he insisted + was his client, was no other than a dun, and the alleged title-deed, a + bill. But with all his failings, and the annoyances he caused me, Nippers, + like his compatriot Turkey, was a very useful + man to me; wrote a neat, swift hand; and, when he chose, + was not deficient in a gentlemanly sort of deportment. Added to this, he + always dressedin a gentlemanly sort of way; and so, incidentally, + reflected credit upon my chambers. Whereas with respect to Turkey, I had + much ado to keep him from being a reproach to me. His clothes were apt + to look oily and smell of eating-houses. He wore his pantaloons very loose + and baggy in summer. His coats were execrable; his hat not to be handled. + But while the hat was a thing of indifference to + me, inasmuch as his natural civility and deference, as a dependent Englishman, + always led him to doff it the moment he entered the room, yet his coat + was another matter. Concerning his coats, I reasoned with him; but with + no effect. The truth was, I suppose, that a man with so small an income, + could not afford to sport such a lustrous face and a lustrous coat at one + and the same time. As Nippers once observed, Turkey's money went chiefly + for red ink. One winter day + I presented Turkey with a highly-respectable looking coat + of my own, a padded gray coat, of a most comfortable warmth, and which + buttoned straight up from the knee to the neck. I thought Turkey would + appreciate the favor, and abate his rashness and obstreperousness of afternoons. + But no. I verily believe that buttoning himself up in so downy and blanket-like + a coat had a pernicious effect upon him; upon the same principle that too + much oats are bad for horses. In fact, precisely as a rash, restive horse + is said to feel his oats, so Turkey felt his coat. It made + him insolent. He was a man whom prosperity harmed.

        +

        Though concerning the self-indulgent habits of Turkey I had my own private + surmises, yet touching Nippers I was well persuaded that whatever might + be his faults in other respects, he was, at least, a temperate young man. + But indeed, nature herself seemed to have been his vintner, and at his birth charged + him so thoroughly with an irritable, brandy-like disposition, that all + subsequent potations were needless. When I consider how, amid the stillness + of my chambers, Nippers would sometimes impatiently rise from his seat, + and stooping over his table, spread his arms wide apart, seize the whole + desk, and move it, and jerk it, with a grim, grinding motion on the floor, + as if the table were a perverse + voluntary agent, intent on thwarting and vexing him; I plainly + perceive that for Nippers, brandy and water were altogether superfluous.

        +

        It was fortunate for me that, owing to its course--indigestion--the irritability + and consequent nervousness of Nippers, were mainly observable in the morning, + while in the afternoon he was comparatively mild. So that Turkey's paroxysms + only coming on about twelve o'clock, I never had to do with their eccentricities + at one time. Their fits relieved each other like guards. When Nippers' + was on, Turkey's was off, and vice versa. This was a good + natural arrangement under the circumstances.

        +

        Ginger Nut, the third on my list, was a lad some twelve years old. His + father was a carman, ambitious of seeing his son on the bench instead of + a cart, before he died. So he sent him to my office as a student at law, + errand boy, and cleaner and sweeper, at the rate of one dollar a week. + He had a little desk to himself, but he did not use it much. Upon inspection, + the drawer exhibited a great array of the shells of various sorts of nuts. + Indeed, to this quick-witted youth the whole noble science of the law was + contained in a nut-shell. Not the least among the employments of Ginger + Nut, as well as one which he discharged with the most alacrity, was his + duty as cake and apple purveyor for Turkey and Nippers. Copying law papers + being proverbially a dry, + husky sort of business, my two scriveners were fain to moisten + their mouths very often with Spitzenbergs to be had at the numerous stalls + nigh the Custom House and Post Office. Also, they sent Ginger Nut very + frequently for that peculiar cake--small, flat, round, and very spicy--after + which he had been named by them. Of a cold morning when business was but + dull, Turkey would gobble up scores of these cakes, as if they were mere + wafers--indeed they sell them at the rate of six or eight for a penny--the + scrape of his pen blending with the crunching of the crisp particles in + his mouth. Of all the fiery afternoon blunders and flurried rashnesses + of Turkey, was his once moistening a ginger-cake between his lips, and + clapping it on to a mortgage for a seal. I + came within an ace of dismissing him then. But he mollified + me by making an oriental bow, and saying--"With submission, sir, it was + generous of me to + find you in stationery on my own account."

        +

        Now my original business--that of a conveyancer + and title hunter, and drawer-up of recondite documents of + all sorts--was considerably increased by receiving the master's office. + There was now great work for scriveners. Not only must I push the clerks + already with me, but I must have additional help. In answer to my advertisement, + a motionless young man one morning, stood upon my office threshold, the + door being open, for it was summer. I can see that figure now--pallidly + neat, pitiably respectable, incurably forlorn! It was Bartleby.

        +

        After a few words touching his qualifications, I engaged him, glad to + have among my + corps of copyists a man of so singularly + sedate an aspect, which I thought might operate beneficially + upon the flighty temper of Turkey, and the fiery one of Nippers.

        +

        I should have stated before that ground glass folding-doors divided my + premises into two parts, one of which was occupied by my scriveners, the + other by myself. According + to my humor I threw open these doors, or closed them. I resolved + to assign Bartleby a corner by the folding-doors, but on my side of them, + so as to have this quiet man within easy call, in case any trifling + thing was to be done. I placed his desk close up to a small + side window in that part of the room, a window which originally had afforded + a lateral view of certain grimy back-yards and bricks, but which, owing + to subsequent + erections, commanded at present no view at all, though it + gave some light. Within three feet of the panes was a wall, and the light + came down from far above, between two lofty buildings, as from a very small + opening in a dome. Still further to a satisfactory arrangement, I procured + a high green folding screen, which might entirely isolate Bartleby + from my sight, though not remove him from my + voice. And thus, in a manner, privacy and society were + conjoined. +

        +

        At first Bartleby did an extraordinary quantity of writing. As if long + famishingfor something to copy, he seemed to gorge himself on my documents. There + was no pause for digestion. He ran a day and night line, copying by sun-light + and by candle-light. I should have been quite delighted with his application, + had be been cheerfully + industrious. But he wrote on silently, palely, mechanically. +

        +

        It is, of course, an indispensable part of a scrivener's business to verify + the accuracy of his copy, word by word. Where there are two or more scriveners + in an office, they assist each other in this examination, one reading from + the copy, the other holding the original. It is a very + dull, wearisome, and lethargic affair. I can readily imagine + that to some sanguine temperaments it would be altogether + intolerable. For example, I cannot credit that the mettlesome + poet Byron would have contentedly sat down with Bartleby + to examine a law document of, say five hundred pages, closely written in + a crimpy hand.

        +

        Now and then, in the haste of business, it had been my habit to assist + in comparing some brief document myself, calling Turkey or Nippers for + this purpose. One object I had in placing Bartleby so handy to me behind + the screen, was to avail myself of his services on such trivial + occasions. It was on the third day, I think, of his being + with me, and before any necessity had arisen for having his own writing + examined, that, being much hurried to complete a small affair I had in + hand, I abruptly called to Bartleby. In my haste and natural + expectancy of instant compliance, I sat with my head bent + over the original on my desk, and my right hand sideways, and somewhat + nervously extended with the copy, so that immediately upon emerging from + his retreat, Bartleby might snatch it and proceed to business without + the least delay.

        +

        In this very attitude did I sit when I called to him, rapidly stating + what it was I wanted him to do--namely, to examine a small paper with me. + Imagine my surprise, nay, my consternation, when without moving from his + privacy, Bartleby in a singularly mild, + firm voice, replied,"I + would prefer not to." +

        +

        I sat awhile in perfect silence, rallying my stunned faculties. Immediately + it occurred to me that my ears had deceived me, or Bartleby had entirely + misunderstood my meaning. I repeated my request in the clearest tone I + could assume. But in quite as clear a one came the previous reply, "I would + prefer not to."

        +

        "Prefer not to," echoed I, rising in high excitement, and crossing the + room with a stride, "What do you mean? Are you moon-struck? I want you to help me + compare this sheet here--take it," and I thrust it towards him.

        +

        "I would prefer not to," said he.

        +

        I looked at him steadfastly. His face was leanly composed; his gray eye + dimly calm. Not a wrinkle of agitation rippled him. Had there been the + least uneasiness, anger, impatience or impertinence in his manner; in other + words, had there been any thing ordinarily + human about him, doubtless I + should have violently dismissed him from the premises. But + as it was, I should have as soon thought of turning my pale plaster-of-paris + bust of Cicero out of doors. I stood gazing at him awhile, + as he went on with his own writing, and then reseated myself at my desk. + This is very strange, thought I. What had one best do? But my business hurried + me. I concluded to forget the matter for the present, reserving it for + my future leisure. So calling Nippers from the other room, the paper was + speedily examined.

        +

        A few days after this, Bartleby concluded four lengthy documents, being + quadruplicates of a week's testimony taken before me in my High Court of + Chancery. It became necessary to examine them. It was an important suit, + and great accuracy was imperative. Having all things arranged I called + Turkey, Nippers and Ginger Nut from the next room, meaning to place the + four copies in the hands of my four clerks, while I should read from the + original. Accordingly Turkey, Nippers and Ginger Nut had taken their seats + in a row, each with his document in hand, when I called to Bartleby to + join this interesting + group.

        +

        "Bartleby! quick, I am waiting."

        +

        I heard a low scrape of his chair legs on the unscraped floor, and soon + he appeared standing at the entrance of his hermitage. +

        +

        "What is wanted?" said he mildly.

        +

        "The copies, the copies," said I hurriedly. "We are going to examine them. + There"--and I held towards him the fourth quadruplicate.

        +

        "I would prefer not to," he said, and gently disappeared behind the screen.

        +

        For a few moments I was turned into a + pillar of salt, standing at the head of my seated column + of clerks. Recovering myself, I advanced towards the screen, and demanded + the reason for such extraordinary conduct.

        +

        "Why do you refuse?"

        +

        "I would prefer not to."

        +

        With any other man I should have flown + outright into a dreadful passion, scorned all further words, + and thrust him ignominiously from my presence. But there was something + about Bartleby that not only strangely disarmed me, but in a wonderful + manner touched and disconcerted me. I began to reason with him.

        +

        "These are your own copies we are about to examine. It is labor saving + to you, because one examination will answer for your four papers. It + is common usage. Every copyist is bound to help examine his + copy. Is it not so? Will you not speak? Answer!"

        +

        "I prefer not to," he replied in a flute-like tone. It seemed to me that + while I had been addressing him, he carefully revolved every statement + that I made; fully comprehended the meaning; could not gainsay the irresistible + conclusion; but, at the same time, some paramount consideration prevailed + with him to reply as he did.

        +

        "You are decided, then, not to comply with my request--a request made + according to common usage and common sense?"

        +

        He briefly gave me to understand that on that point my + judgment was sound. Yes: his decision was irreversible.

        +

        It is not seldom the case that when a man is browbeaten in some unprecedented and + violently unreasonable way, he + begins to stagger in his own plainest faith. He begins, as + it were, vaguely to surmise that, wonderful as it may be, all the justice + and all the reason is on the other side. Accordingly, if any disinterested + persons are present, he turns to them for some reinforcement for his own + faltering mind. +

        +

        "Turkey," said I, "what do you think of this? Am I not right?"

        +

        "With submission, sir," said Turkey, with his blandest tone, "I think + that you are."

        +

        "Nippers," said I, "what do you think of it?"

        +

        "I think I should kick him out of the office."

        +

        (The reader of nice perceptions will here perceive that, it being morning, + Turkey's answer is couched in polite and tranquil terms, but Nippers replies + in ill-tempered ones. Or, to repeat a previous sentence, Nipper's ugly + mood was on duty, and Turkey's off.)

        +

        "Ginger Nut," said I, willing to enlist the smallest suffrage in my behalf, + "what do you think of it?"

        +

        "I think, sir, he's a little luny," replied Ginger Nut, with a + grin.

        +

        "You hear what they say," said I, turning towards the screen, "come forth + and do + your duty."

        +

        But he vouchsafed no reply. I pondered a moment in sore perplexity. But + once more business hurried me. I determined again to postpone the consideration + of this dilemma to my future leisure. With a little trouble we made out + to examine the papers without Bartleby, though at every page or two, Turkey + deferentially dropped his opinion that this proceeding was quite out of + the common; while Nippers, twitching in his chair with a dyspeptic nervousness, + ground out between his set teeth occasional hissing maledictions against + the stubborn oaf behind the screen. And for his (Nipper's) part, this was + the first and the last time he would do another man's business without + pay.

        +

        Meanwhile Bartleby sat in his hermitage, oblivious to every thing but + his own peculiar business there.

        +

        Some days passed, the scrivener being employed upon another lengthy work. + His late remarkable conduct led me to regard his way narrowly. I observed + that he never went to dinner; indeed that he never went any where. As yet + I had never of my personal knowledge known him to be outside of my office. + He was a perpetual + sentry in the corner. At about eleven o'clock though, in + the morning, I noticed that Ginger Nut would advance toward the opening + in Bartleby's screen, as if silently beckoned thither by a gesture invisible + to me where I sat. That boy would then leave the office jingling a few + pence, and reappear with a handful of ginger-nuts which he delivered in + the hermitage, receiving two of the cakes for his trouble.

        +

        He lives, then, on ginger-nuts, thought I; never eats a dinner, properly + speaking; he must be a vegetarian then, but no; he never eats even vegetables, + he eats + nothing but ginger-nuts. My mind then ran on in reveries + concerning the probable effects upon the human constitution of living entirely + on ginger-nuts. Ginger-nuts are so called because they contain ginger as + one of their peculiar constituents, and the final flavoring one. Now what + was ginger? A hot, spicy thing. Was Bartleby hot and spicy? Not at all. + Ginger, then, had no effect upon Bartleby. Probably + he preferred it should have none. +

        +

        Nothing so aggravates an earnest person as a passive + resistance. If the individual so resisted be of a not inhumane + temper, and the resisting one perfectly harmless in his passivity; then, + in the better moods of the former, he will endeavor charitably to construe + to his imagination what proves impossible to be solved by + his judgment. Even so, for the most part, I regarded Bartleby and his ways. + Poor fellow! thought I, he means no mischief; it is plain he intends no + insolence; his aspect sufficiently evinces that his eccentricities are + involuntary. He + is useful to me. I can get along with him. If I turn him + away, the chances are he will fall in with some less indulgent employer, + and then he will be rudely treated, and perhaps driven forth miserably + to starve. Yes. Here I + can cheaply purchase a delicious self-approval. To befriend + Bartleby; to humor him in his strange willfulness, will cost me little + or nothing, while I lay up in my soul what will eventually prove a sweet + morsel for my conscience. But this mood was not invariable + with me. The passiveness of Bartleby sometimes irritated me. I felt strangely + goaded on to encounter him in new opposition, to elicit some angry spark + from him answerable to my own. But indeed I might as well have essayed + to strike fire with my knuckles against a bit of Windsor + soap. But one afternoon the evil impulse in me mastered + me, and the following little scene ensued:

        +

        "Bartleby," said I, "when those papers are all copied, I will compare + them with you."

        +

        "I would prefer not to."

        +

        "How? Surely you do not mean to persist in that mulish + vagary?"

        +

        No answer.

        +

        I threw open the folding-doors near by, and turning upon Turkey and Nippers, + exclaimed in an excited manner--

        +

        "He says, a second time, he won't examine his papers. What do you think + of it, Turkey?"

        +

        It was afternoon, be it remembered. Turkey sat glowing like a brass boiler, + his bald head steaming, his hands reeling among his blotted papers.

        +

        "Think of it?" roared Turkey; "I think I'll just step behind his screen, + and black his eyes for him!"

        +

        So saying, Turkey rose to his feet and threw his arms into a pugilistic + position. He was hurrying away to make good his promise, + when I detained him, alarmed at the effect of incautiously rousing Turkey's + combativeness after dinner.

        +

        "Sit down, Turkey," said I, "and hear what Nippers has to say. What do + you think of it, Nippers? Would I not be justified in immediately dismissing + Bartleby?"

        +

        "Excuse me, that is for you to decide, sir. I think his conduct quite + unusual, and indeed unjust, as regards Turkey and myself. But it may only + be a passing whim."

        +

        "Ah," exclaimed I, "you have strangely changed your mind then--you speak + very gently of him now."

        +

        "All beer," cried Turkey; "gentleness is effects of beer--Nippers and + I dined together to-day. You see how gentle I am, sir. Shall I go and black + his eyes?"

        +

        "You refer to Bartleby, I suppose. No, not to-day, Turkey," I replied; + "pray, put up your fists."

        +

        I closed the doors, and again advanced towards Bartleby. I felt additional + incentives tempting me to my fate. I + burned to be rebelled against again. I remembered that Bartleby + never left the office.

        +

        "Bartleby," said I, "Ginger Nut is away; just step round to the Post + Office, won't you? (it was but a three minutes walk,) and + see if there is any thing for me."

        +

        "I would prefer not to."

        +

        "You will not?"

        +

        "I prefer not."

        +

        I staggered to my desk, and sat there + in a deep study. My blind + inveteracy returned. Was there any other thing in which I + could procure myself to be ignominiously repulsed by this lean, + penniless with?--my + hired clerk? What added thing is there, perfectly reasonable, + that he will be sure to refuse to do?

        +

        "Bartleby!"

        +

        No answer.

        +

        "Bartleby," in a louder tone.

        +

        No answer.

        +

        "Bartleby," I roared.

        +

        Like a + very ghost, agreeably to the laws of magical invocation, + at the third summons, he appeared at the entrance of his hermitage.

        +

        "Go to the next room, and tell Nippers to come to me."

        +

        "I prefer not to," he respectfully + and slowly said, and mildly disappeared.

        +

        "Very good, Bartleby," said I, in a quiet sort of serenely severe self-possessed + tone, intimating the unalterable purpose of some terrible + retribution very close at hand. At the moment I half intended + something of the kind. But upon the whole, as it was drawing towards my + dinner-hour, I thought it best to put on my hat and walk home for the day, + suffering much from perplexity and distress of mind.

        +

        Shall + I acknowledge it? The conclusion of this whole business was + that it soon became a fixed fact of my chambers, that a pale young scrivener, + by the name of Bartleby, had a desk there; that he copied for me at the + usual rate of four + cents a folio (one hundred words); but he was permanently + exempt from examining the work done by him, that duty being transferred + to Turkey and Nippers, one of compliment doubtless to their superior acuteness; + moreover, said Bartleby was never on any account to be dispatched on the + most trivial errand of any sort; and that even if entreated to take upon + him such a matter, it was generally understood that he would prefer not + to--in other words, that he would refuse point-blank. +

        +

        32 As days passed on, I became considerably reconciled to Bartleby. His + steadiness, his freedom from all dissipation, his incessant industry (except + when he chose to throw himself into a standing revery behind his screen), + his great stillness, his unalterableness of demeanor under all circumstances, + made him a + valuable acquisition. One prime thing was this,--he was + always there;--first in the morning, continually through the day, and the + last at night. I had a singular confidence in his honesty. I felt my most + precious papers perfectly safe in his hands. Sometimes to be sure I could + not, for + the very soul of me, avoid falling into sudden spasmodic + passions with him. For it was exceeding difficult to bear in mind all the + time those strange peculiarities, privileges, and unheard of exemptions, + forming the tacit stipulations on Bartleby's part under which he remained + in my office. Now and then, in the eagerness of dispatching pressing business, + I would inadvertently summon Bartleby, in a short, rapid tone, to put his + finger, say, on the incipient tie of a bit of red tape with which I was + about compressing some papers. Of course, from behind the screen the usual + answer, "I prefer not to," was sure to come; and then, how + could a human creature with the common infirmities of our + nature, refrain from bitterly exclaiming upon such perverseness--such unreasonableness. + However, every added repulse of this sort which I received only tended + to lessen the probability of my repeating the inadvertence.

        +

        Here is must be said, that according to the custom of most legal gentlemen + occupying chambers in densely-populated law buildings, there were several + keys to my door. One was kept by a woman residing in the attic, which person + weekly scrubbed and daily swept and dusted my apartments. Another was kept + by Turkey for convenience sake. The third I sometimes carried in my own + pocket. The fourth I knew not who had.

        +

        Now, one Sunday morning I happened to go to Trinity Church, to + hear a celebrated preacher, and finding myself rather early + on the ground, I thought I would walk round to my chambers for a while. + Luckily I had my key with me; but upon applying it to the lock, I found + it resisted by something inserted from the inside. Quite surprised, I called + out; when to my consternation a key was turned from within; and thrusting + his lean visage at me, and holding the door ajar, the + apparition of Bartleby appeared, in his shirt sleeves, and + otherwise in a strangely tattered dishabille, saying quietly that he was + sorry, but he was deeply engaged just then, and--preferred not admitting + me at present. In a brief word or two, he moreover added, that perhaps + I had better walk round the block two or three times, and by that time + he would probably have concluded his affairs. Now, the utterly unsurmised + appearance of Bartleby, tenanting my law-chambers of a Sunday + morning, with his cadaverously gentlemanly nonchalance, + yet withal firm and self-possessed, had such a strange effect upon me, + that incontinently I slunk away from my own door, and did as desired. But + not without sundry twinges of impotent rebellion against the mild effrontery + of this unaccountable scrivener. Indeed, it was his wonderful mildness + chiefly, which not only disarmed me, but unmanned me, as it were. For I consider + that one, for the time, is a sort of unmanned when he tranquilly permits + his hired clerk to dictate to him, and order + him away from his own premises. Furthermore, I was full of + uneasiness as to what Bartleby could possibly be doing in my office in + his shirt sleeves, and in an otherwise dismantled condition of a Sunday + morning. Was any thing amiss going on? Nay, that was out of the question. + It was not to be thought of for a moment that Bartleby was an immoral person. + But what could he be doing there?--copying? Nay again, whatever might be + his eccentricities, Bartleby was an eminently decorous person. He would + be the last man to sit down to his desk in any state approaching to nudity. + Besides, it was Sunday; and there was something about Bartleby that forbade + the supposition that we would by any secular occupation violate the + proprieties of the day.

        +

        Nevertheless, my mind was not pacified; and full of a restless curiosity, + at last I returned to the door. Without hindrance I inserted my key, opened + it, and entered. Bartleby was not to be seen. I looked round anxiously, + peeped behind his screen; but it was very plain that he was gone. Upon + more closely examining the place, I surmised that for an indefinite period + Bartleby must have ate, dressed, and slept in my office, and that too without + plate, mirror, or bed. The cushioned seat of a rickety old sofa in one + corner bore t faint impress of a lean, reclining form. Rolled away under + his desk, I found a blanket; under the empty grate, a blacking box and + brush; on a chair, a tin basin, with soap and a ragged towel; in a newspaper + a few crumbs of ginger-nuts and a morsel of cheese. Yet, thought I, it + is evident enough that Bartleby has been making his home here, keeping + bachelor's hallall by himself. Immediately then the thought came sweeping + across me, What miserable friendlessness and loneliness are here revealed! + His poverty is great; but his solitude, how + horrible! Think of it. Of a Sunday, Wall-street is deserted + as Petra; and every night of every day + it is an emptiness. This building too, which of week-days hums with industry + and life, at nightfall echoes with sheer vacancy, and all through Sunday + is forlorn. And here Bartleby makes his home; sole spectator of a solitude + which he has seen all populous--a sort of innocent and transformed Marius + brooding among the ruins of Carthage! +

        +

        For the first + time in my life a feeling of overpowering stinging melancholy + seized me. Before, I had never experienced aught but a not-unpleasing sadness. + The bond of a common humanity now drew me irresistibly to gloom. A fraternal + melancholy! For both I and Bartleby were sons + of Adam. I remembered the bright silks and sparkling faces + I had seen that day in gala trim, swan-like sailing down the Mississippi + of Broadway; and I contrasted them with the pallid copyist, and thought + to myself, Ah, happiness courts the light, so we deem the world is gay; + but misery hides aloof, so we deem that misery there is none. These sad + fancyings-- chimeras, doubtless, of a sick and + silly brain--led on to other and more special thoughts, concerning the + eccentricities of Bartleby. Presentiments of strange discoveries hovered + round me. The scrivener's pale form appeared to me laid + out, among uncaring strangers, in its shivering winding + sheet.

        +

        Suddenly I was attracted by Bartleby's closed desk, the key in open sight + left in the lock.

        +

        I + mean no mischief, seek the gratification of no heartless + curiosity, thought I; besides, the desk is mine, and its contents too, + so I will make bold to look within. Every thing was methodically arranged, + the papers smoothly placed. The pigeon holes were deep, and removing the + files of documents, I groped into their recesses. Presently I felt something + there, and dragged it out. It was an old bandanna handkerchief, heavy and + knotted. I opened it, and saw it was a savings' bank.

        +

        I now recalled all the quiet mysteries which I had noted in the man. I + remembered that he never spoke but to answer; that though at intervals + he had considerable time to himself, yet I had never seen him reading--no, + not even a newspaper; that for long periods he would stand looking out, + at his pale window behind the screen, upon the dead brick wall; I was quite + sure he never visited any refectory or eating house; while his pale face + clearly indicated that he never drank beer like Turkey, or tea and coffee + even, like other men; that he never went any where in particular that I + could learn; never went out for a walk, unless indeed that was the case + at present; that he had declined telling who he was, or whence he came, + or whether he had any relatives in the world; that though so thin and pale, + he never complained of ill health. And more than all, I remembered a certain + unconscious air of pallid--how shall I call it?--of pallid + haughtiness, say, or rather an austere reserve about him, + which had positively awed me into my tame compliance with his eccentricities, + when I had feared to ask him to do the slightest incidental thing for me, + even though I might know, from his long-continued motionlessness, that + behind his screen he must be standing in one of those dead-wall + reveries of his.

        +

        Revolving all these things, and coupling them with the recently discovered + fact that he made my office his constant abiding place and home, and not + forgetful of his morbid moodiness; revolving all these things, a prudential + feeling began to steal over me. My first emotions had been + those of pure melancholy and sincerest pity; but just in proportion as + the forlornness of Bartleby grew and grew to my imagination, did that same + melancholy merge into fear, that pity into repulsion. So + true it is, and so terrible too, that up to a certain point the thought + or sight of misery enlists our best affections; but, in certain special + cases, beyond that point it does not. They err who would assert that invariably + this is owing to the inherent selfishness of the human heart. It rather + proceeds from a certain hopelessness of remedying excessive and organic + ill. To a sensitive being, pity is not seldom pain. And when at last it + is perceived that such pity cannot lead to effectual succor, common sense + bids the soul be rid of it. What I saw that morning persuaded me that the + scrivener was the victim of + innate and incurable disorder. I might give alms to his body; + but his body did not pain him; it was his soul that suffered, and his + soul I could not reach. +

        +

        I did not accomplish the purpose of going to Trinity Church that morning. + Somehow, the + things I had seen disqualified me for the time from church-going. + I walked homeward, thinking what I would do with Bartleby. Finally, I + resolvedupon this;--I would put certain calm questions to him the + next morning, touching his history, &c., and if he declined to answer + then openly and reservedly (and I supposed he would prefer not), then to + give him a twenty dollar bill over and above whatever I might owe him, + and tell him his services were no longer required; but that if in any other + way I could assist him, I would be happy to do so, especially if he desired + to return to his native place, wherever that might be, I would willingly + help to defray the expenses. Moreover, if after reaching home, he found + himself at any time in want of aid, a letter from him would be sure of + a reply.

        +

        The next morning came.

        +

        "Bartleby," said I, gently calling to him behind the screen.

        +

        No reply.

        +

        "Bartleby," said I, in a still gentler tone, "come here; I am not going + to ask you to do any thing you would prefer not to do--I simply wish to + speak to you."

        +

        Upon this he noiselessly slid into view.

        +

        "Will you tell me, Bartleby, where + you were born?" +

        +

        "I would prefer not to."

        +

        "Will you tell me anything about yourself?"

        +

        "I would prefer not to."

        +

        "But what reasonable + objection can you have to speak to me? I feel friendly towards + you."

        +

        He did not look at me while I spoke, but kept his glance fixed upon my + bust of Cicero, which as I then sat, was directly behind me, some + six inches above my head. "What is your answer, Bartleby?" said I, after + waiting a considerable time for a reply, during which his countenance remained + immovable, only there was the faintest + conceivable tremor of the white attenuated mouth.

        +

        "At present I prefer to give no answer," he said, and retired into his + hermitage.

        +

        It was rather weak in me I confess, but his manner on this occasion nettled + me. Not only did there seem to lurk in it a certain disdain, but his + perverseness seemed ungrateful, considering the undeniable + good usage and indulgence he had received from me.

        +

        Again I sat ruminating what I should do.Mortified as I was at his behavior, + and resolved as I had been to dismiss him when I entered my office, nevertheless + I strangely felt something superstitious knocking at my heart, and forbidding + me to carry out my purpose, and denouncing me for a villain if I dared + to breathe one bitter word against this forlornest of mankind. At last, + familiarly drawing my chair behind his screen, I sat down and said: "Bartleby, + never mind then about revealing your history; but let me entreat you, + as a friend, to comply as far as may be with the usages of this office. + Say now you will help to examine papers tomorrow or next day: in short, + say now that in a day or two you will begin to be a little reasonable:--say + so, Bartleby."

        +

        "At present I would prefer not to be a little reasonable + was his idly cadaverous reply.,"

        +

        Just then the folding-doors opened, and Nippers approached. He seemed + suffering from an unusually bad night's rest, induced by severer indigestion + than common. He overheard those final words of Bartleby.

        +

        "Prefer not, + eh?" gritted Nippers--"I'd prefer him, if I were you, sir," addressing + me--"I'd prefer him; I'd give him preferences, the stubborn mule! + What is it, sir, pray, that he prefers not to do now?"

        +

        Bartleby moved not a limb.

        +

        "Mr. + Nippers," said I, "I'd prefer that you would withdraw for the present." +

        +

        Somehow, of late I had got into the way of involuntary using this word + "prefer" upon all sorts of not exactly suitable occasions. And I trembled + to think that my contact with the scrivener had already and seriously affected + me in a mental way. And what further and deeper aberration might it not yet produce? + This apprehension had not been without efficacy in determining me to summary + means.

        +

        As Nippers, looking very sour and sulky, was departing, Turkey blandly + and deferentially approached.

        +

        "With submission, sir," said he, "yesterday I was thinking about Bartleby + here, and I think that if he would but prefer to take a quart of good ale + every day, it would do much towards mending him, and enabling him to assist + in examining his papers."

        +

        "So you have got the word too," said I, slightly excited.

        +

        "With submission, what word, sir," asked Turkey, respectfully crowding + himself into the contracted space behind the screen, and by so doing, making + me jostle + the scrivener. "What word, sir?"

        +

        "I would prefer to be left alone here," said Bartleby, as if offended + at being mobbed + in his privacy. +

        +

        "That's the word, Turkey," said I--"that's it."

        +

        "Oh, prefer oh yes--queer word. I never use it myself. But, sir + as I was saying, if he would but prefer--"

        +

        "Turkey," interrupted I, "you will please withdraw."

        +

        "Oh, certainly, sir, if + you prefer that I should."

        +

        As he opened the folding-door to retire, Nippers at his desk caught a + glimpse of me, and asked whether I would prefer to have a certain paper + copied on blue paper or white. He did not in the least roguishly accent + the word prefer. It was plain that it involuntarily rolled from his tongue. + I thought to myself, surely I must get rid of a demented man, who already has in some + degree turned the tongues, if not the heads of myself and clerks. But I + thought it prudent not to break the dismission + at once.

        +

        The next day I noticed that Bartleby + did nothing but stand at his window in his dead-wall revery. + Upon asking him why he did not write, he said that he had decided upon + doing no more writing.

        +

        "Why, how now? what next?" exclaimed I, "do no more writing?"

        +

        "No more."

        +

        "And what is the reason?"

        +

        "Do + you not see the reason for yourself," he indifferently replied.

        +

        I looked steadfastly at him, and perceived that his eyes looked dull and + glazed. Instantly it occurred to me, that his unexampled diligence in copying + by his dim window for the first few weeks of his stay with me might have + temporarily impaired + his vision.

        +

        I was touched. I said something in condolence with him. I hinted that + of course he did wisely in abstaining from writing for a while; and urged + him to embrace that opportunity of taking wholesome exercise in the open + air. This, however, he + did not do. A few days after this, my other clerks being + absent, and being in a great hurry to dispatch certain letters by the mail, + I thought that, having nothing else earthly to do, Bartleby would surely + be less inflexible than usual, and carry these letters to + the post-office. But he blankly declined. So, much to my + inconvenience, I went myself.

        +

        Still added + days went by. Whether Bartleby's eyes improved or not, I + could not say. To all appearance, I thought they did. But when I asked + him if they did, he vouchsafed no answer. At all events, he would do no + copying. At last, in reply to my urgings, he informed me that he had permanently + given up copying.

        +

        "What!" exclaimed I; "suppose your eyes should get entirely well- better + than ever before--would you not copy then?"

        +

        "I have given up copying," he answered, and slid + aside. +

        +

        He remained as ever, a + fixture in my chamber. Nay--if that were possible--he became + still more of a fixture than before. What was to be done? He would do nothing + in the office: why should he stay there? In plain fact, he had now become + a millstone to me, not only useless as a necklace, but afflictive to bear. + Yet I was sorry for him. I speak less than truth when I say that, on his + own account, he occasioned me uneasiness. If he would but have named a + single relative or friend, I would instantly have written, and urged their + taking the poor fellow away to some convenient retreat. But he seemed alone, + absolutely alone in the universe. A + bit of wreck</font> in the mid Atlantic. At length, + necessities connected with my business tyrannized over all other considerations. + Decently as I could, I told Bartleby that in six days' time he must unconditionally + leave the office. I warned him to take measures, in the interval, for procuring + some other abode. I offered to assist him in this endeavor, if he himself + would but take the first step towards a removal. "And when you finally + quit me, Bartleby," added I, "I shall see that you go not away entirely + unprovided. Six days from this hour, remember."

        +

        At the expiration of that period, I peeped behind the screen, and lo! + Bartleby was there. +

        +

        I buttoned + up my coat, balanced myself; advanced slowly towards him, + touched his shoulder, and said, "The time has come; you must quit this + place; I am sorry for you; here is money; but you must go."

        +

        "I would prefer not," he replied, with his back still towards me.

        +

        "You must."

        +

        He remained silent.

        +

        Now I had an unbounded confidence in this man's common honesty. He had + frequently restored to me six pences and shillings carelessly dropped upon + the floor, for I am apt to be very reckless in such shirt-button + affairs. The proceeding then which followed will not be + deemed extraordinary. "Bartleby," + said I, "I owe you twelve dollars on account; here are thirty-two; the + odd twenty are yours.--Will you take it? and I handed the + bills towards him.

        +

        But he made no motion.

        +

        "I will leave them here then," putting them under a weight on the table. + Then taking my hat and cane and going to the door I tranquilly turned and + added--"After you have removed your things from these offices, Bartleby, + you will of course lock the door--since every one is now gone for the day + but you--and if you please, slip your key underneath the mat, so that I + may have it in the morning. I shall not see you again; so good-bye to you. + If hereafter in your new place of abode I can be of any service to you, + do not fail to advise me by letter. Good-bye, Bartleby, and fare you well."

        +

        But he answered not a word; like the + last column of some ruined temple, he remained standing + mute and solitary in the middle of the otherwise deserted room.

        +

        As I walked home in a pensive mood, my vanity + got the better of my pity. I could not but highly plume + myself on my masterly management in getting rid of Bartleby. Masterly I + call it, and such it must appear to any dispassionate thinker. The beauty + of my procedure seemed to consist in its perfect quietness. There was + no vulgar bullying, no bravado of any sort, no choleric hectoring + and striding to and fro across the apartment, jerking out vehement commands + for Bartleby to bundle himself off with his beggarly traps. Nothing of + the kind. Without loudly bidding Bartleby depart--as an + inferior genius might have done--I assumed the ground that + depart he must; and upon the assumption built all I had to say. The more + I thought over my procedure, the more I was charmed with it. Nevertheless, + next morning, upon awakening, I had my doubts,--I had somehow slept off + the fumes of vanity. One of the coolest and wisest hours a man has, is + just after he awakes in the morning. My procedure seemed as sagacious as + ever,--but only in theory. How it would prove in practice--there was the + rub. It was truly a beautiful thought to have assumed Bartleby's departure; + but, after all, that assumption was simply my own, and none of Bartleby's. + The great point was, not whether I had assumed that he would quit me, but + whether he would prefer so to do. He was more a man + of preferences than assumptions.

        +

        After breakfast, I walked down town, arguing the probabilities pro and + con. One moment I thought it would prove a miserable failure, and Bartleby + would be found all alive at my office as usual; the next moment it seemed + certain that I should see his chair empty. And so I kept veering about. + At the corner of Broadway and Canal- street, I saw quite an excited group + of people standing in earnest conversation.

        +

        "I'll take odds he doesn't," said a voice as I passed.

        +

        "Doesn't go?--done!" said I, "put up your money."

        +

        I was instinctively putting my hand in my pocket to produce my own, when + I remembered that this was an election day. The words I had overheard bore + no reference to Bartleby, but to the success or non-success of some candidate + for the mayoralty. In my intent frame of mind, I had, as it were, imagined + that all Broadway shared in my excitement, and were debating + the same question with me. I passed on, very thankful that the uproar of + the street screened my momentary absent-mindedness.

        +

        As I had intended, I was earlier than usual at my office door. I stood + listening for a moment. All was still. He must be gone. I tried the knob. + The door was locked. Yes, my procedure had worked to a charm; he indeed + must be vanished. Yet a certain melancholy mixed with this: I was almost + sorry for my brilliant success. I was fumbling under the + door mat for the key, which Bartleby was to have left there for me, when + accidentally my knee knocked against a panel, producing a summoning sound, + and in response a voice came to me from within--"Not yet; I am occupied."

        +

        It was Bartleby.

        +

        I was thunderstruck. For an instant I stood like + the man who, pipe in mouth, was killed one cloudless afternoon + long ago in Virginia, by summer lightning; at his own warm open window + he was killed, and remained leaning out there upon the dreamy afternoon, + till some one touched him, when he fell. "Not gone!" I murmured at last. + But again obeying that wondrous + ascendancy which the inscrutable scrivener had over me, and + from which ascendancy, for all my chafing, I could not completely escape, + I slowly went down stairs and out into the street, and while walking round + the block, considered what I should next do in this unheard-of-perplexity. + Turn the man out by an actual thrusting I could not; to drive him away + by calling him hard names would not do; calling in the police was an unpleasant + idea; and yet, permit + him to enjoy his cadaverous triumph over me,--this too I + could not think of. What was to be done? or, if nothing could be done, + was there any thing further that I could assume in the matter? Yes, as before + I had prospectively assumed that Bartleby would depart, so now I might + retrospectively assume that departed he was. In the legitimate carrying + out of this assumption, I might enter my office in a great hurry, and pretending + not to see Bartleby at all, walk straight against him as if he were air. + Such a proceeding would in a singular degree have the appearance of a + home-thrust. It was hardly possible that Bartleby could withstand + such an application of the doctrine of assumptions. But upon second thoughts + the success of the plan seemed rather dubious. I resolved to argue the + matter over with him again.

        +

        Bartleby," said I, entering the office, with a quietly severe expression. + "I am seriously displeased. I am pained, Bartleby. I had thought better + of you. I had imagined you of such a gentlemanly + organization, that in any delicate dilemma a slight hint + would suffice--in short, an assumption. But it appears I am deceived. Why," + I added, unaffectedly + starting, "you have not even touched the money yet," pointing + to it, just where I had left it the evening previous.

        +

        He answered nothing.

        +

        "Will you, or will you not, quit me?" I now demanded in a sudden + passion, advancing close to him.

        +

        "I would prefer not to quit you," he replied, gently + emphasizing the not.

        +

        "What earthly + right have you to stay here? do you pay any rent? Do you + pay my taxes? Or is this property yours?"

        +

        He answered nothing.

        +

        "Are you ready to go on and write now? Are your eyes recovered? Could + you copy a small paper for me this morning? or help examine a few lines? + or step round to the post-office? In a word, will you do any thing at all, + to give a coloring to your refusal to depart the premises?"

        +

        He silently + retired into his hermitage.

        +

        I was now in such a state of nervous resentment that I thought it but + prudentto check myself at present from further demonstrations. Bartleby + and I were alone. I + remembered the tragedy of the unfortunate Adams and the still + more unfortunate Colt in the solitary office of the latter; and how poor + Colt, being dreadfully incensed by Adams, and imprudently permitting himself + to get wildly excited, was at unawares hurried into his fatal + act--an act which certainly no + man could possibly deplore more than the actor himself. Often + it had occurred to me in my ponderings upon the subject, that had + that altercation taken place in the public street, or at a private residence, + it would not have terminated as it did. It was the circumstance of being + alone in a solitary office, up stairs, of a building entirely unhallowed + by humanizing domestic associations--an uncarpeted + office, doubtless of a dusty, haggard sort of appearance;--this + it must have been, which greatly helped to enhance the irritable desperation + of the hapless Colt.

        +

        But when this old + Adam of resentment rose in me and tempted me concerning Bartleby, + I grappled him and threw him. How? Why, simply by recalling the divine + injunction: "A new commandment give I unto you, that ye + love one another." Yes, this it was that saved me. Aside from higher considerations, + charity often operates as a + vastly wise and prudent principle--a great safeguard to its + possessor. Men have committed murder for jealousy's sake, and anger's sake, + and hatred's sake, and selfishness' sake, and spiritual pride's sake; but + no man that ever I heard of, ever committed + a diabolical murder for sweet charity's sake. Mere + self-interest, then, if no better motive can be enlisted, + should, especially with high-tempered men, prompt all beings to charity + and philanthropy. At any rate, upon the occasion in question, I strove + to drown + my exasperated feelings towards the scrivener by benevolently + construing his conduct. Poor fellow, poor fellow! thought I, he don't mean + any thing; and besides, he has seen hard times, and ought to be indulged.

        +

        I endeavored also immediately to occupy myself, and at the same time + to comfort my despondency.I tried to fancy that in the course of the + morning, at such time as might prove agreeable to him, Bartleby, of his + own free accord, would emerge from his hermitage, and take up some decided + line of march in the direction of the door. But no. Half-past twelve o'clock + came; Turkey began to glow in the face, overturn his inkstand, and become + generally obstreperous; Nippers abated down into quietude and courtesy; + Ginger Nut munched his noon apple; and Bartleby remained standing at his + window in one of his profoundest deadwall reveries. Will + it be credited? Ought I to acknowledge it? That afternoon + I left the office without saying one further word to him.

        +

        Some days now passed, during which, at leisure intervals I looked a little + into Edwards + on the Will," and "Priestly on Necessity." Under the circumstances, + those books induced a salutary feeling. Gradually I slid + into the persuasion that these troubles of mine touching + the scrivener, had been all predestinated + from eternity, and Bartleby was billeted upon me for some mysterious + purpose of an all-wise Providence, which it was not for a mere mortal like + me to fathom. Yes, Bartleby, stay there behind your screen, thought + I; I shall persecute you no more; you are harmless and noiseless + as any of these old chairs; in short, I never feel so private as when I + know you are here. At least I see it, I feel it; I penetrate to the predestinated + purpose of my life. I am content. Others may have loftier parts to enact; + but my + mission in this world, Bartleby, is to furnish you with office-room + for such period as you may see fit to remain.

        +

        I believe that this wise and blessed frame of mind would have continued + with me, had it not been for the unsolicited and uncharitable remarks obtruded + upon me by my + professional friends who visited the rooms. But thus it often + is, that the constant friction of illiberal minds wears out at last the + best resolves of the more generous. Though to be sure, when + I reflected upon it, it was not strange that people entering my office + should be struck by the peculiar aspect of the unaccountable Bartleby, + and so be tempted to throw out some sinister observations concerning him. + Sometimes an attorney having business with me, and calling at my office, + and finding no one but the scrivener there, would undertake to obtain some + sort of precise information from him touching my whereabouts; but without + heeding his idle + talk, Bartleby would remain standing immovable in the middle + of the room. So after contemplating him in that position for a time, the + attorney would depart, no wiser than he came.

        +

        Also, when a Reference was going on, and the room full of lawyers and + witnesses and business was driving fast; some deeply occupied legal gentleman + present, seeing Bartleby wholly unemployed, would request him to run round + to his (the legal gentleman's) office and fetch some papers for him. Thereupon, + Bartleby would tranquilly decline, and remain idle as before. Then the + lawyer would give a great stare, and turn to me. And what could I say? + At last I was made aware that all through the circle of my professional + acquaintance, a whisper of wonder was running round, having reference to + the strange creature I kept at my office. This worried + me very much. And as the idea came upon me of his possibly + turning out a long-lived man, and keep occupying my chambers, and denying + my authority; and perplexing my visitors; and scandalizing + my professional reputation; and casting a general gloom over the premises; + keeping soul and body together to the last upon his savings (for doubtless + he spent but half a dime a day), and in the end perhaps outlive + me, and claim possession of my office by right of his perpetual + occupancy: as all these dark anticipations crowded upon me more and more, + and my friends continually intruded their relentless remarks upon the apparition + in my room; a great change was wrought in me. I resolved to gather all + my faculties together, and for ever rid me of this intolerable + incubus.

        +

        Ere revolving any complicated project, however, adapted to this end, I + first simply suggested to Bartleby the propriety of his permanent departure. + In a calm and serious tone, I commended the idea to his careful and mature + consideration. But having taken three days to meditate upon it, he apprised + me that his original determination remained the same; in short, that he + still preferred to abide + with me.

        +

        What shall I do? I now said to myself, buttoning + up my coat to the last button. What shall I do? what ought + I to do? what does conscience say I should do with this man, or rather + ghost. Rid myself of him, I must; go, he shall. But how? You will not thrust + him, the poor, pale, passive mortal,--you will not thrust such a helpless + creature out of your door? you will not dishonor + yourself by such cruelty? No, I will not, I cannot do that. + Rather would I let him live and die here, and then mason + up his remains in the wall. What then will you do? For all + your coaxing, he will not budge. Bribes he leaves under your own paperweight + on your table; in short, it is quite plain that he prefers + to cling to you.

        +

        Then something severe, something unusual must be done. What! surely you + will not have him collared by a constable, and commit his innocent pallor + to the common jail? And upon what ground could you procure such a thing + to be done?--a vagrant, is he? What! he a vagrant, a wanderer, who + refuses to budge? It is because he will not be a vagrant, then, that you + seek to count him as a vagrant. That is too absurd. No visible means of + support: there I have him. Wrong again: for indubitably he does support + himself, and that is the only unanswerable proof that any man can show + of his possessing the means so to do. No more then. Since he will not quit + me, I must quit him. I will change my offices; I will move elsewhere; and + give him fair notice, that if I find him on my new premises I will then + proceed against him as a common trespasser.

        +

        Acting accordingly, next day I thus addressed him: "I find these chambers + too far from the City Hall; the air is unwholesome. In a word, I propose + to remove my offices next week, and shall no longer require your services. + I tell you this now, in order that you may seek another place."

        +

        He made no reply, and nothing more was said.

        +

        On the appointed day I engaged carts and men, proceeded to my chambers, + and having but little furniture, every thing was removed in a few hours. + Throughout, the scrivener remained standing behind the + screen, which I directed to be removed the last thing. It + was withdrawn; and being folded up like a huge folio, left him the motionless + occupant of a naked room. I stood in the entry watching him + a moment, while something from within me upbraided me.

        +

        I re-entered, with my hand + in my pocket--and--and my heart in my mouth. +

        +

        "Good-bye, Bartleby; I am going--good-bye, and God some way bless you; + and take that," slipping something in his hand. But it dropped to the floor, + and then,--strange + to say--I tore myself from him whom I had so longed to be + rid of.

        +

        Established in my new quarters, for a day or two I kept the door locked, + and started at every footfall in the passages. When I returned to my rooms + after any little absence, I would pause at the threshold for an instant, + and attentively listen, ere applying my key. But these fears were needless. + Bartleby never came nigh me.

        +

        I thought all was going well, when a perturbed looking stranger visited + me, inquiring whether I was the person who had recently occupied rooms + at No.--Wall-street.

        +

        Full of forebodings, I replied that I was.

        +

        "Then, sir," said the stranger, + who proved a lawyer, "you are responsible for the man you + left there. He refuses to do any copying; he refuses to do any thing; he + says he prefers not to; and he refuses to quit the premises."

        +

        "I am very sorry, sir," said I, with assumed tranquillity, but an inward + tremor, "but, really, the + man you allude to is nothing to me --he is no relation or + apprentice of mine, that you should hold me responsible for him."

        +

        "In mercy's name, who is he?"

        +

        "I certainly cannot inform you. I know nothing about him. Formerly I employed + him as a copyist; but he has done nothing for me now for some time past."

        +

        "I + shall settle him then,--good morning, sir."

        +

        Several days passed, and I heard nothing more; and though I often felt + a charitable prompting to call at the place and see poor Bartleby, yet + a certain squeamishness of I know not what withheld + me.

        +

        All is over with him, by this time, thought I at last, when through another + week no further intelligence reached me. But coming to my room the day + after, I found several persons waiting at my door in a high state of nervous + excitement.

        +

        "That's the man--here he comes," cried the foremost one, whom recognized + as the lawyer who had previously called upon me alone.

        +

        "You must take him away, sir, at once," cried a portly person among them, + advancing upon me, and whom I knew to be the landlord of No.--Wall-street. + "These gentlemen, my tenants, cannot stand it any longer; Mr. B--" pointing + to the lawyer, "has turned him out of his room, and he now persists in + haunting the buildinggenerally, sitting upon the banisters of the + stairs by day, and sleeping in the entry by night. Every body is concerned; + clients are leaving the offices; some + fears are entertained of a mob; something you must do, and + that without delay."

        +

        Aghast + at this torment, I fell back before it, and would fain have + locked myselfin my new quarters. In vain I persisted that Bartleby + was nothing to me--no more than to any one else. In vain:--I was the last + person known to have any thing to do with him, and they held me to the + terrible account. Fearful + then of being exposed in the papers (as one person present + obscurely threatened) I considered the matter, and at length said, that + if the lawyer would give me a confidential interview with the scrivener, + in his (the lawyer's) own room, I would that afternoon strive my best to + rid them of the nuisance they complained of.

        +

        Going up stairs to my old haunt, there was Bartleby silently sitting upon + the banister at the landing.

        +

        "What are you doing here, Bartleby?" said I.

        +

        "Sitting upon the banister," he mildly replied.

        +

        I motioned him into the lawyer's room, who then left us.

        +

        "Bartleby," + said I, "are you aware that you are the cause of great tribulation + to me, by persisting in occupying the entry after being dismissed from + the office?"

        +

        No answer.

        +

        "Now one of two things must take place. Either you must do something or + something must be done to you. Now what sort of business would you like + to engage in? Would you like to re-engage in copying for some one?"

        +

        "No; I would prefer not to make any change."

        +

        "Would you like a clerkship in a dry-goods store?"

        +

        "There is too much confinement about that. No, I would not like a clerkship; + but I am not particular."

        +

        "Too much confinement," I cried, "why you keep yourself confined all the + time!"

        +

        "I would prefer not to take a clerkship," he rejoined, as if to settle + that little item at once.

        +

        "How would a bar-tender's business suit you? There is no trying of the + eyesight in that."

        +

        "I would not like it at all; though, as I said before, I am not particular."

        +

        His unwonted wordiness inspirited me. I returned to the charge.

        +

        "Well then, would you like to travel through the country collecting bills + for the merchants? That would improve your health."

        +

        "No, I would prefer to be doing something else."

        +

        "How then would going as a companion to Europe, to entertain some young + gentleman with your conversation,--how would that suit you?"

        +

        "Not at all. It does not strike me that there is any thing definite about + that. I like to be stationary. But I am not particular.

        +

        "Stationary you shall be then," I cried, now losing all patience, and + for the first time in all my exasperating connection with him fairly flying + into a passion. "If you do not go away from these premises before night, + I shall feel bound--indeed I am bound--to-- to--to quit the premises + myself!" I rather absurdly concluded, knowing not with what possible + threat to try to frighten his immobility into compliance. + Despairing of all further efforts, I was precipitately leaving him, when + a final thought occurred to me--one + which had not been wholly unindulged before. +

        +

        "Bartleby," said I, in the kindest tone + I could assume under such exciting circumstances, "will you + go home with me now--not to my office, but my dwelling--and remain there + till we can conclude upon some convenient arrangement for you at our leisure? + Come, let us start now, right away."

        +

        "No: at present I would prefer not to make any change at all."

        +

        I answered nothing; but effectualy dodging every one by the suddenness + and rapidity of my flight, rushed from the building, ran + up Wall-street towards Broadway, and jumping into the first omnibus was + soon removed from pursuit. As soon as tranquility returned I distinctly + perceived that I had now done all that I possibly could, both in respect + to the demands of the landlord and his tenants, and with regard to my own + desire and sense of duty, to benefit Bartleby, and shield him from rude + persecution. I now strove to be entirely care-free and quiescent; and my + conscience justified me in the attempt; though indeed it was not so successful + as I could have wished. So fearful was I of being again hunted out by the + incensed landlord and his exasperated tenants, that, surrendering my business + to Nippers, for a few days I drove about the upper part of the town and + through the suburbs, in my rockaway; crossed over to Jersey City and Hoboken, + and paid fugitive visits to Manhattanville and Astoria. In fact I almost + lived in my rockaway for the time.

        +

        When again I entered my office, lo, a note from the landlord lay upon + desk. opened it with trembling hands. informed me that writer had sent + to police, and Bartleby removed the + Tombs as a vagrant. Moreover, since I knew more + about him than any one else, he wished me to appear at that place, and + make a suitable statement of the facts. These tidings had a conflicting + effect upon me. At first I was indignant; but at last almost approved. + The landlord's energetic, summary disposition, had led him to adopt a procedure + which I do not think I would have decided upon myself; and yet as a last + resort, under such peculiar circumstances, it seemed the only plan.

        +

        As I afterwards learned, the poor scrivener, when told that he must be + conducted to the Tombs, offered not the slightest obstacle, but in his + pale unmoving way, silently + acquiesced. +

        +

        Some of the compassionate and curious bystanders joined the party; and + headed by one of the constables arm in arm with Bartleby, the + silent procession filed its way through all the noise, and + heat, and joy of the roaring thoroughfares at noon.

        +

        The same day I received the note I went to the Tombs, or to speak more + properly, the Halls of Justice. Seeking the right officer, I stated the + purpose of my call, and was informed that the individual I described was + indeed within. I then assured the functionary that Bartleby was a perfectly + honest man, and greatly to be compassionated, however unaccountably eccentric. + I narrated all I knew,and closed by suggesting the idea of letting + him remain in as indulgent confinement as possible till something less + harsh might be done--though indeed I hardly knew what. At all events, if + nothing else could be decided upon, the alms-house must receive him. I + then begged to have an interview.

        +

        Being under no disgraceful charge, and quite serene and harmless in all + his ways, they had permitted him freely to wander about the prison, and + especially in the inclosed grass-platted yards thereof. And so I found + him there, standing all alone in the quietest of the yards, his face + towards a high wall, while all around, from the narrow slits of the + jail windows, I thought I + saw peering out upon him the eyes of murderers and thieves. +

        +

        "Bartleby!"

        +

        "I + know you," he said, without looking round,--"and I want + nothing to say to you."

        +

        "It was not I that brought you here, Bartleby," said I, keenly + pained at his implied suspicion. "And to you, this should + not be so vile a place. Nothing reproachful attaches to you by being here. + And see, it + is not so sad a place as one might think. Look, there is + the sky, and here is the grass."

        +

        "I know where I am," he replied, but would say nothing more, and so I + left him.

        +

        As I entered the corridor again, a broad meat-like + man in an apron, accosted me, and jerking his thumb over + his shoulder said--"Is that your + friend?"

        +

        "Yes."

        +

        "Does he want to starve? If he does, let him live on the prison fare, + that's all.

        +

        "Who are you?" asked I, not knowing what to make of such an unofficially + speaking person in such a place.

        +

        "I am the grub-man. Such gentlemen as have friends here, hire me to provide + them with something good to eat."

        +

        "Is this so?" said I, turning to the turnkey.

        +

        He said it was.

        +

        "Well then," said I, slipping some silver into the grub-man's hands (for + so they called him). "I want you to give particular attention to my friend + there; let him have the best dinner you can get. And you must be as polite + to him as possible."

        +

        "Introduce me, will you?" said the grub-man, looking at me with an expression + which seemed to say he was all impatience for an opportunity to give a + specimen of his breeding.

        +

        Thinking it would prove of benefit to the scrivener, I acquiesced; and + asking the grub-man his name, went up with him to Bartleby.

        +

        "Bartleby, this is a + friend; you will find him very useful to you."

        +

        "Your + sarvant, sir, your sarvant," said the grub-man, making a + low salutation behind his apron. "Hope you find it pleasant + here, sir;--spacious grounds--cool apartments, sir--hope + you'll stay with us some time--try to make it agreeable. What will you + have for dinner today?"

        +

        "I prefer not to dine to-day," said Bartleby, turning away. "It would + disagree with me; I am unused to dinners." So saying he slowly moved to + the other side of the inclosure, and took up a + position fronting the dead-wall.

        +

        "How's this?" said the grub-man, addressing me with a stare of astonishment. + "He's odd, aint he?"

        +

        "I think he is a little deranged," said I, sadly.

        +

        "Deranged? deranged is it? Well now, upon my word, I thought that friend + of yourn was a gentleman + forger; they are always pale and genteel-like, them forgers. + I can't help pity 'em--can't help it, sir. Did you know Monroe Edwards?" + he added touchingly, and paused. Then, laying his hand pityingly on my + shoulder, sighed, "he died of consumption at Sing-Sing. so you weren't + acquainted with Monroe?"

        +

        "No, I was never socially acquainted with any forgers. But I cannot stop + longer. Look to my friend yonder. You will not lose by it. I will see you + again."

        +

        Some few days after this, I again obtained admission to the Tombs, and + went through the corridors in quest of Bartleby; but without finding him.

        +

        "I saw him coming from his cell not long ago," said a turnkey, "may be + he's gone to loiter in the yards."

        +

        So I went in that direction.

        +

        "Are you looking for the silent man?" said another turnkey passing me. + "Yonder he lies--sleeping in the yard there. 'Tis not twenty minutes since + I saw him lie down."

        +

        The yard was entirely quiet. It was not accessible to the common prisoners. + The surrounding walls, of amazing thickness, kept + off all sound behind them. The Egyptian + character of the masonry weighed upon me with its gloom. + But a soft imprisoned + turf grew under foot. The heart of the eternal pyramids, + it seemed, wherein, by some strange magic, through the clefts, grass-seed, + dropped by birds, had sprung.

        +

        Strangely huddled at the base of the wall, his + knees drawn up, and lying on his side, his head touching + the cold stones, I saw the wasted Bartleby. But nothing stirred. I paused; + then went close up to him; stooped over, and saw that his dim eyes were + open; otherwise he seemed profoundly sleeping. Something prompted me + to touch him. I felt his hand, when a tingling shiver ran up my arm + and down my spine to my feet.

        +

        The round face of the grub-man peered upon me now. "His dinner is ready. + Won't he dine to-day, either? Or does he live without dining?"

        +

        "Lives without dining," said I, and closed the eyes.

        +

        "Eh!--He's asleep, aint he?"

        +

        "With + kings and counsellors," murmured I.

        +

        * * * * * * * *

        +

        There would seem little need for proceeding further in this history. Imagination + will readily supply the meagre recital of poor Bartleby's interment. But + ere parting with the reader, let me say, that if this little narrative + has sufficiently interested him, to awaken curiosity as to who Bartleby + was, and what manner of life he led prior to the present narrator's making + his acquaintance, I can only reply, that in such curiosity I fully share, + but am wholly unable to gratify it. Yet here I hardly know whether I should + divulge one + little item of rumor, which came to my ear a few months + after the scrivener's decease. Upon what basis it rested, I could never + ascertain; and hence how true it is I cannot now tell. But inasmuch as + this vague report has not been without a certain strange suggestive + interest to me, however said, it may prove the same with + some others; and so I will briefly mention it. The report was this: that + Bartleby had been a subordinate clerk in the Dead + Letter Office at Washington, from which he had been suddenly removed + by a change in the administration. When I think over this rumor, I cannot + adequately express the emotions which seize me. Dead + letters! does it not sound like dead men? Conceive a man + by nature and misfortune prone to a pallid hopelessness, can any business + seem more fitted to heighten it than that of continually handling these + dead letters and assorting them for the flames? For by the cart-load they + are annually burned. Sometimes from out the folded paper + the pale clerk takes a ring:--the bank-note sent in swiftest charity:--he + whom it would relieve, nor eats nor hungers any more; pardon for those + who died despairing; hope for those who died unhoping; good tidings for + those who died stifled by unrelieved calamities. On + errands of life, these letters speed to death. +

        +

        Ah + Bartleby! Ah humanity!

        +
        \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/clean-links/source.html b/vendor/fivefilters/readability.php/test/test-pages/clean-links/source.html new file mode 100644 index 0000000..775023e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/clean-links/source.html @@ -0,0 +1,1863 @@ + + + + + Bartleby the Scrivener Web Study Text + + + + + + + + + + + + +   +
        + + + + + + +
        +

        Study Webtext

        +

        "Bartleby the Scrivener: A Story of Wall-Street " (1853) 
        + Herman Melville

        +

        To the story text without notes
+        +

        +

        Prepared by Ann + Woodlief, Virginia Commonwealth University

        +
        Click on text in red for hypertext notes and questions
        + I + am a rather elderly man. The nature of my avocations + for the last thirty years has brought me into more than ordinary contact + with what would seem an interesting and somewhat singular set of men of whom as yet + nothing that I know of has ever been written:-- I mean the law-copyists + or scriveners. + I have known very many of them, professionally and privately, and if I + pleased, could relate divers histories, at which good-natured gentlemen + might smile, and sentimental souls might weep. But I waive the biographies + of all other scriveners for a few passages + in the life of Bartleby, who was a scrivener the strangest + I ever saw or heard of. While of other law-copyists I might write the + complete life, of Bartleby nothing of that sort can be done. I believe that + no materials exist for a full and satisfactory biography of this man. It is an irreparable loss to literature. Bartleby + was one of those beings of whom nothing is ascertainable, except from + the original sources, and in his case those are very small. What my own + astonished eyes saw of Bartleby, that is all I know of him, except, indeed, + one vague report which will appear in the sequel. +

        Ere introducing the scrivener, as he first appeared to me, it is fit + I make some mention of myself, my employees, my business, my chambers, + and general surroundings; because some such description is indispensable + to an adequate understanding of the chief character about to be presented. +

        Imprimis: I am a man who, from his youth upwards, has been + filled with a profound conviction that the easiest way of life is the best.. Hence, though I belong to a profession + proverbially energetic and nervous, even to turbulence, at times, yet + nothing of that sort have I ever suffered to invade + my peace. I am one of those unambitious lawyers who never addresses + a jury, or in any way draws down public applause; but in the cool tranquillity + of a snug retreat, do a snug business among rich men's bonds and mortgages and title-deeds. The late John Jacob Astor, a personage little given to poetic enthusiasm, had + no hesitation in pronouncing my first + grand point to be prudence; my next, method. I do not speak + it in vanity, but simply record the fact, that I was not + unemployed in my profession by the last John Jacob Astor; a name which, + I admit, I love to repeat, for it hath a rounded and orbicular sound to + it, and rings + like unto bullion. I will freely add, that I was not + insensible to the late John Jacob Astor's good opinion.

        +

        Some time prior to the period at which this little history begins, my + avocations had been largely increased. The good old office, now + extinct in the State of New York, of a Master in Chancery, + had been conferred upon me. It was not a very arduous office, but very + pleasantly remunerative. I + seldom lose my temper; much more seldom indulge in dangerous + indignation at wrongs and outrages; but I must be permitted to be rash + here and declare, that I consider the sudden and violent abrogation of + the office of Master of Chancery, by the new Constitution, as a----premature + act; inasmuch as I had counted upon a life-lease of the + profits, whereas I only received those of a few short years. But this is + by the way.

        +

        My chambers were up stairs at No.--Wall-street. At one end they looked + upon the white wall of the interior of a spacious sky-light shaft, penetrating + the building from top to bottom. This view might have been considered rather + tame than otherwise, deficient + in what landscape painters call "life." But if so, the view + from the other end of my chambers offered, at least, a contrast, if nothing + more. In that direction my windows commanded an unobstructed view of a + lofty brick wall,black by age and everlasting shade; which wall required + no spy-glass to bring out its lurking beauties, but for the benefit of + all near-sighted spectators, was pushed up to within ten feet of my window + panes. Owing to the great height of the surrounding buildings, and my chambers + being on the second floor, the interval between this wall and mine not + a little resembled a huge square cistern.

        +

        At the period just preceding the advent of Bartleby, I had two persons + as copyists in my employment, and a promising lad as an office-boy. First, + Turkey; second, Nippers; third, Ginger Nut.These may seem names, the like + of which are not usually found in the Directory. In truth they were nicknames, mutually conferred upon + each other by my three clerks, and were deemed expressive of their respective + persons or characters. Turkey was a short, pursy Englishman of about my + own age, that is, somewhere not far from sixty. In the morning, one might + say, his face was of a fine florid hue, but after twelve o'clock, meridian-- + his dinner hour-- it blazed like a grate full of Christmas coals; + and continued blazing--but, as it were, with a gradual wane--till 6 o'clock, + P.M. or thereabouts, after which I saw no more of the proprietor of the + face, which gaining its meridian with the sun, seemed to set with it, to + rise, culminate, and decline the following day, with the like regularity + and undiminished glory. There are many singular coincidences I have known + in the course of my life, not the least among which was the fact that exactly + when Turkey displayed his fullest beams from his red and radiant countenance, + just then, too, at the critical moment, began the daily period when I considered + his business capacities as seriously disturbed for the remainder of the + twenty-four hours. Not that he was absolutely idle, or averse to business + then; far from it. The difficulty was, he was apt to be altogether too + energetic. There was a strange, inflamed, flurried, flighty + recklessness of activity about him. He would be incautious in dipping his + pen into his inkstand. All his blots upon my documents, were dropped there + after twelve o'clock, meridian. Indeed, not only would he be reckless and + sadly given to making blots in the afternoon, but some days he went further, + and was rather noisy. At such times, too, his face + flamed with augmented blazonry, as if cannel + coal had been heaped on anthracite. He made an unpleasant + racket with his chair; spilled his sand-box; in mending his pens, impatiently + split them all to pieces, and threw them on the floor in a sudden passion; + stood up and leaned over his table, boxing his papers about in a most + indecorous manner, very sad to behold in an elderly manlike him. Nevertheless, + as he was in many ways a most valuable person to me, and all the time before + twelve o'clock, meridian, was the quickest, steadiest creature too, accomplishing + a great deal of work in a style not easy to be matched--for these reasons, + I was willingto overlook his eccentricities, though indeed, occasionally, + I remonstrated with him. I did this very gently, however, because, though + the civilest, nay, the blandest and most reverential of men in the morning, + yet in the afternoon he was disposed, upon provocation, to be slightly + rash with his tongue, in fact, insolent. Now, valuing his morning services + as I did, and resolved not to lose them; yet, at the same time made uncomfortable + by his inflamed ways after twelve o'clock; and being a man + of peace, unwilling by my admonitions to call forth unseemingly + retorts from him; I took upon me, one Saturday noon (he was always worse + on Saturdays), to hint to him, very kindly, that perhaps now that he was + growing old, it might be well to abridge his labors; in short, he need + not come to my chambers after twelve o'clock, but, dinner over, had best + go home to his lodgings and rest himself till tea-time. But no; he insisted + upon his afternoon devotions. His countenance became + intolerably fervid, as he oratorically assured me--gesticulating with a + long ruler at the other end of the room--that if his services in the morning + were useful, how indispensible, then, in the afternoon?

        +

        "With + submission, sir," said Turkey on this occasion, "I consider + myself your right-hand man. In the morning I but marshal and deploy my + columns; but in the afternoon I + put myself at their head, and gallantly charge the foe, + thus!"--and he made a violent + thrust with the ruler.

        +

        "But the blots, Turkey," intimated I.

        +

        "True,--but, with submission, sir, behold these hairs! I am getting old. + Surely, sir, a blot or two of a warm afternoon is not the page--is honorable. + With submission, sir, we both are getting old."

        +

        This + appeal to my fellow-feeling was hardly to be resisted. At + all events, I saw that go he would not. So I made up my mind to let him + stay, resolving, nevertheless, to see to it, that during the afternoon + he had to do with my less important papers.

        +

        Nippers, the second on my list, was a whiskered, sallow, and, upon the + whole, rather piratical-looking young man of about + five and twenty. I always deemed him the victim of two evil powers-- ambition + and indigestion. The ambition was evinced by a certain impatience of the + duties of a mere + copyist, an unwarrantable usurpation of strictly profession + affairs, such as the original + drawing up of legal documents. The indigestion seemed betokened + in an occasional nervous testiness and grinning irritability, causing the + teeth to audibly grind together over mistakes committed in copying; unnecessary + maledictions, hissed, rather than spoken, in the heat of business; and + especially by a continual + discontent with the height of the table where he worked. + Though of a very ingenious mechanical turn, Nippers could never get this + table to suit him. He put chips under it, blocks of various sorts, bits + of pasteboard, and at last went so far as to attempt an exquisite adjustment + by final pieces of folded blotting-paper. But no invention would answer. + If, for the sake of easing his back, he brought the table lid at a sharp + angle well up towards his chin, and wrote there like a man using the steep + roof of a Dutch house for his desk:--then he declared that it stopped the + circulation in his arms. If now he lowered the table to his waistbands, + and stooped over it in writing, then there was a sore aching in his back. + In short, the truth of the matter was, Nippers knew not what he wanted. + Or, if + he wanted anything, it was to be rid of a scrivener's table + altogether. Among the manifestations of his diseased ambition was a fondness + he had for receiving visits from certain ambiguous-looking fellows in seedy + coats, whom he called his clients. Indeed I was aware that not only was + he, at times, considerable of a ward-politician, but he occasionally did + a little businessat the Justices' courts, and was not unknown on the + steps of the Tombs. I have good reason to believe, however, that one individual + who called upon him at my chambers, and who, with a grand air, he insisted + was his client, was no other than a dun, and the alleged title-deed, a + bill. But with all his failings, and the annoyances he caused me, Nippers, + like his compatriot Turkey, was a very useful + man to me; wrote a neat, swift hand; and, when he chose, + was not deficient in a gentlemanly sort of deportment. Added to this, he + always dressedin a gentlemanly sort of way; and so, incidentally, + reflected credit upon my chambers. Whereas with respect to Turkey, I had + much ado to keep him from being a reproach to me. His clothes were apt + to look oily and smell of eating-houses. He wore his pantaloons very loose + and baggy in summer. His coats were execrable; his hat not to be handled. + But while the hat was a thing of indifference to + me, inasmuch as his natural civility and deference, as a dependent Englishman, + always led him to doff it the moment he entered the room, yet his coat + was another matter. Concerning his coats, I reasoned with him; but with + no effect. The truth was, I suppose, that a man with so small an income, + could not afford to sport such a lustrous face and a lustrous coat at one + and the same time. As Nippers once observed, Turkey's money went chiefly + for red ink. One winter day + I presented Turkey with a highly-respectable looking coat + of my own, a padded gray coat, of a most comfortable warmth, and which + buttoned straight up from the knee to the neck. I thought Turkey would + appreciate the favor, and abate his rashness and obstreperousness of afternoons. + But no. I verily believe that buttoning himself up in so downy and blanket-like + a coat had a pernicious effect upon him; upon the same principle that too + much oats are bad for horses. In fact, precisely as a rash, restive horse + is said to feel his oats, so Turkey felt his coat. It made + him insolent. He was a man whom prosperity harmed.

        +

        Though concerning the self-indulgent habits of Turkey I had my own private + surmises, yet touching Nippers I was well persuaded that whatever might + be his faults in other respects, he was, at least, a temperate young man. + But indeed, nature herself seemed to have been his vintner, and at his birth charged + him so thoroughly with an irritable, brandy-like disposition, that all + subsequent potations were needless. When I consider how, amid the stillness + of my chambers, Nippers would sometimes impatiently rise from his seat, + and stooping over his table, spread his arms wide apart, seize the whole + desk, and move it, and jerk it, with a grim, grinding motion on the floor, + as if the table were a perverse + voluntary agent, intent on thwarting and vexing him; I plainly + perceive that for Nippers, brandy and water were altogether superfluous.

        +

        It was fortunate for me that, owing to its course--indigestion--the irritability + and consequent nervousness of Nippers, were mainly observable in the morning, + while in the afternoon he was comparatively mild. So that Turkey's paroxysms + only coming on about twelve o'clock, I never had to do with their eccentricities + at one time. Their fits relieved each other like guards. When Nippers' + was on, Turkey's was off, and vice versa. This was a good + natural arrangement under the circumstances.

        +

        Ginger Nut, the third on my list, was a lad some twelve years old. His + father was a carman, ambitious of seeing his son on the bench instead of + a cart, before he died. So he sent him to my office as a student at law, + errand boy, and cleaner and sweeper, at the rate of one dollar a week. + He had a little desk to himself, but he did not use it much. Upon inspection, + the drawer exhibited a great array of the shells of various sorts of nuts. + Indeed, to this quick-witted youth the whole noble science of the law was + contained in a nut-shell. Not the least among the employments of Ginger + Nut, as well as one which he discharged with the most alacrity, was his + duty as cake and apple purveyor for Turkey and Nippers. Copying law papers + being proverbially a dry, + husky sort of business, my two scriveners were fain to moisten + their mouths very often with Spitzenbergs to be had at the numerous stalls + nigh the Custom House and Post Office. Also, they sent Ginger Nut very + frequently for that peculiar cake--small, flat, round, and very spicy--after + which he had been named by them. Of a cold morning when business was but + dull, Turkey would gobble up scores of these cakes, as if they were mere + wafers--indeed they sell them at the rate of six or eight for a penny--the + scrape of his pen blending with the crunching of the crisp particles in + his mouth. Of all the fiery afternoon blunders and flurried rashnesses + of Turkey, was his once moistening a ginger-cake between his lips, and + clapping it on to a mortgage for a seal. I + came within an ace of dismissing him then. But he mollified + me by making an oriental bow, and saying--"With submission, sir, it was + generous of me to + find you in stationery on my own account."

        +

        Now my original business--that of a conveyancer + and title hunter, and drawer-up of recondite documents of + all sorts--was considerably increased by receiving the master's office. + There was now great work for scriveners. Not only must I push the clerks + already with me, but I must have additional help. In answer to my advertisement, + a motionless young man one morning, stood upon my office threshold, the + door being open, for it was summer. I can see that figure now--pallidly + neat, pitiably respectable, incurably forlorn! It was Bartleby.

        +

        After a few words touching his qualifications, I engaged him, glad to + have among my + corps of copyists a man of so singularly + sedate an aspect, which I thought might operate beneficially + upon the flighty temper of Turkey, and the fiery one of Nippers.

        +

        I should have stated before that ground glass folding-doors divided my + premises into two parts, one of which was occupied by my scriveners, the + other by myself. According + to my humor I threw open these doors, or closed them. I resolved + to assign Bartleby a corner by the folding-doors, but on my side of them, + so as to have this quiet man within easy call, in case any trifling + thing was to be done. I placed his desk close up to a small + side window in that part of the room, a window which originally had afforded + a lateral view of certain grimy back-yards and bricks, but which, owing + to subsequent + erections, commanded at present no view at all, though it + gave some light. Within three feet of the panes was a wall, and the light + came down from far above, between two lofty buildings, as from a very small + opening in a dome. Still further to a satisfactory arrangement, I procured + a high green folding screen, which might entirely isolate Bartleby + from my sight, though not remove him from my + voice. And thus, in a manner, privacy and society were + conjoined. +

        +

        At first Bartleby did an extraordinary quantity of writing. As if long + famishingfor something to copy, he seemed to gorge himself on my documents. There + was no pause for digestion. He ran a day and night line, copying by sun-light + and by candle-light. I should have been quite delighted with his application, + had be been cheerfully + industrious. But he wrote on silently, palely, mechanically. +

        +

        It is, of course, an indispensable part of a scrivener's business to verify + the accuracy of his copy, word by word. Where there are two or more scriveners + in an office, they assist each other in this examination, one reading from + the copy, the other holding the original. It is a very + dull, wearisome, and lethargic affair. I can readily imagine + that to some sanguine temperaments it would be altogether + intolerable. For example, I cannot credit that the mettlesome + poet Byron would have contentedly sat down with Bartleby + to examine a law document of, say five hundred pages, closely written in + a crimpy hand.

        +

        Now and then, in the haste of business, it had been my habit to assist + in comparing some brief document myself, calling Turkey or Nippers for + this purpose. One object I had in placing Bartleby so handy to me behind + the screen, was to avail myself of his services on such trivial + occasions. It was on the third day, I think, of his being + with me, and before any necessity had arisen for having his own writing + examined, that, being much hurried to complete a small affair I had in + hand, I abruptly called to Bartleby. In my haste and natural + expectancy of instant compliance, I sat with my head bent + over the original on my desk, and my right hand sideways, and somewhat + nervously extended with the copy, so that immediately upon emerging from + his retreat, Bartleby might snatch it and proceed to business without + the least delay.

        +

        In this very attitude did I sit when I called to him, rapidly stating + what it was I wanted him to do--namely, to examine a small paper with me. + Imagine my surprise, nay, my consternation, when without moving from his + privacy, Bartleby in a singularly mild, + firm voice, replied,"I + would prefer not to." +

        +

        I sat awhile in perfect silence, rallying my stunned faculties. Immediately + it occurred to me that my ears had deceived me, or Bartleby had entirely + misunderstood my meaning. I repeated my request in the clearest tone I + could assume. But in quite as clear a one came the previous reply, "I would + prefer not to."

        +

        "Prefer not to," echoed I, rising in high excitement, and crossing the + room with a stride, "What do you mean? Are you moon-struck? I want you to help me + compare this sheet here--take it," and I thrust it towards him.

        +

        "I would prefer not to," said he.

        +

        I looked at him steadfastly. His face was leanly composed; his gray eye + dimly calm. Not a wrinkle of agitation rippled him. Had there been the + least uneasiness, anger, impatience or impertinence in his manner; in other + words, had there been any thing ordinarily + human about him, doubtless I + should have violently dismissed him from the premises. But + as it was, I should have as soon thought of turning my pale plaster-of-paris + bust of Cicero out of doors. I stood gazing at him awhile, + as he went on with his own writing, and then reseated myself at my desk. + This is very strange, thought I. What had one best do? But my business hurried + me. I concluded to forget the matter for the present, reserving it for + my future leisure. So calling Nippers from the other room, the paper was + speedily examined.

        +

        A few days after this, Bartleby concluded four lengthy documents, being + quadruplicates of a week's testimony taken before me in my High Court of + Chancery. It became necessary to examine them. It was an important suit, + and great accuracy was imperative. Having all things arranged I called + Turkey, Nippers and Ginger Nut from the next room, meaning to place the + four copies in the hands of my four clerks, while I should read from the + original. Accordingly Turkey, Nippers and Ginger Nut had taken their seats + in a row, each with his document in hand, when I called to Bartleby to + join this interesting + group.

        +

        "Bartleby! quick, I am waiting."

        +

        I heard a low scrape of his chair legs on the unscraped floor, and soon + he appeared standing at the entrance of his hermitage. +

        +

        "What is wanted?" said he mildly.

        +

        "The copies, the copies," said I hurriedly. "We are going to examine them. + There"--and I held towards him the fourth quadruplicate.

        +

        "I would prefer not to," he said, and gently disappeared behind the screen.

        +

        For a few moments I was turned into a + pillar of salt, standing at the head of my seated column + of clerks. Recovering myself, I advanced towards the screen, and demanded + the reason for such extraordinary conduct.

        +

        "Why do you refuse?"

        +

        "I would prefer not to."

        +

        With any other man I should have flown + outright into a dreadful passion, scorned all further words, + and thrust him ignominiously from my presence. But there was something + about Bartleby that not only strangely disarmed me, but in a wonderful + manner touched and disconcerted me. I began to reason with him.

        +

        "These are your own copies we are about to examine. It is labor saving + to you, because one examination will answer for your four papers. It + is common usage. Every copyist is bound to help examine his + copy. Is it not so? Will you not speak? Answer!"

        +

        "I prefer not to," he replied in a flute-like tone. It seemed to me that + while I had been addressing him, he carefully revolved every statement + that I made; fully comprehended the meaning; could not gainsay the irresistible + conclusion; but, at the same time, some paramount consideration prevailed + with him to reply as he did.

        +

        "You are decided, then, not to comply with my request--a request made + according to common usage and common sense?"

        +

        He briefly gave me to understand that on that point my + judgment was sound. Yes: his decision was irreversible.

        +

        It is not seldom the case that when a man is browbeaten in some unprecedented and + violently unreasonable way, he + begins to stagger in his own plainest faith. He begins, as + it were, vaguely to surmise that, wonderful as it may be, all the justice + and all the reason is on the other side. Accordingly, if any disinterested + persons are present, he turns to them for some reinforcement for his own + faltering mind. +

        +

        "Turkey," said I, "what do you think of this? Am I not right?"

        +

        "With submission, sir," said Turkey, with his blandest tone, "I think + that you are."

        +

        "Nippers," said I, "what do you think of it?"

        +

        "I think I should kick him out of the office."

        +

        (The reader of nice perceptions will here perceive that, it being morning, + Turkey's answer is couched in polite and tranquil terms, but Nippers replies + in ill-tempered ones. Or, to repeat a previous sentence, Nipper's ugly + mood was on duty, and Turkey's off.)

        +

        "Ginger Nut," said I, willing to enlist the smallest suffrage in my behalf, + "what do you think of it?"

        +

        "I think, sir, he's a little luny," replied Ginger Nut, with a + grin.

        +

        "You hear what they say," said I, turning towards the screen, "come forth + and do + your duty."

        +

        But he vouchsafed no reply. I pondered a moment in sore perplexity. But + once more business hurried me. I determined again to postpone the consideration + of this dilemma to my future leisure. With a little trouble we made out + to examine the papers without Bartleby, though at every page or two, Turkey + deferentially dropped his opinion that this proceeding was quite out of + the common; while Nippers, twitching in his chair with a dyspeptic nervousness, + ground out between his set teeth occasional hissing maledictions against + the stubborn oaf behind the screen. And for his (Nipper's) part, this was + the first and the last time he would do another man's business without + pay.

        +

        Meanwhile Bartleby sat in his hermitage, oblivious to every thing but + his own peculiar business there.

        +

        Some days passed, the scrivener being employed upon another lengthy work. + His late remarkable conduct led me to regard his way narrowly. I observed + that he never went to dinner; indeed that he never went any where. As yet + I had never of my personal knowledge known him to be outside of my office. + He was a perpetual + sentry in the corner. At about eleven o'clock though, in + the morning, I noticed that Ginger Nut would advance toward the opening + in Bartleby's screen, as if silently beckoned thither by a gesture invisible + to me where I sat. That boy would then leave the office jingling a few + pence, and reappear with a handful of ginger-nuts which he delivered in + the hermitage, receiving two of the cakes for his trouble.

        +

        He lives, then, on ginger-nuts, thought I; never eats a dinner, properly + speaking; he must be a vegetarian then, but no; he never eats even vegetables, + he eats + nothing but ginger-nuts. My mind then ran on in reveries + concerning the probable effects upon the human constitution of living entirely + on ginger-nuts. Ginger-nuts are so called because they contain ginger as + one of their peculiar constituents, and the final flavoring one. Now what + was ginger? A hot, spicy thing. Was Bartleby hot and spicy? Not at all. + Ginger, then, had no effect upon Bartleby. Probably + he preferred it should have none. +

        +

        Nothing so aggravates an earnest person as a passive + resistance. If the individual so resisted be of a not inhumane + temper, and the resisting one perfectly harmless in his passivity; then, + in the better moods of the former, he will endeavor charitably to construe + to his imagination what proves impossible to be solved by + his judgment. Even so, for the most part, I regarded Bartleby and his ways. + Poor fellow! thought I, he means no mischief; it is plain he intends no + insolence; his aspect sufficiently evinces that his eccentricities are + involuntary. He + is useful to me. I can get along with him. If I turn him + away, the chances are he will fall in with some less indulgent employer, + and then he will be rudely treated, and perhaps driven forth miserably + to starve. Yes. Here I + can cheaply purchase a delicious self-approval. To befriend + Bartleby; to humor him in his strange willfulness, will cost me little + or nothing, while I lay up in my soul what will eventually prove a sweet + morsel for my conscience. But this mood was not invariable + with me. The passiveness of Bartleby sometimes irritated me. I felt strangely + goaded on to encounter him in new opposition, to elicit some angry spark + from him answerable to my own. But indeed I might as well have essayed + to strike fire with my knuckles against a bit of Windsor + soap. But one afternoon the evil impulse in me mastered + me, and the following little scene ensued:

        +

        "Bartleby," said I, "when those papers are all copied, I will compare + them with you."

        +

        "I would prefer not to."

        +

        "How? Surely you do not mean to persist in that mulish + vagary?"

        +

        No answer.

        +

        I threw open the folding-doors near by, and turning upon Turkey and Nippers, + exclaimed in an excited manner--

        +

        "He says, a second time, he won't examine his papers. What do you think + of it, Turkey?"

        +

        It was afternoon, be it remembered. Turkey sat glowing like a brass boiler, + his bald head steaming, his hands reeling among his blotted papers.

        +

        "Think of it?" roared Turkey; "I think I'll just step behind his screen, + and black his eyes for him!"

        +

        So saying, Turkey rose to his feet and threw his arms into a pugilistic + position. He was hurrying away to make good his promise, + when I detained him, alarmed at the effect of incautiously rousing Turkey's + combativeness after dinner.

        +

        "Sit down, Turkey," said I, "and hear what Nippers has to say. What do + you think of it, Nippers? Would I not be justified in immediately dismissing + Bartleby?"

        +

        "Excuse me, that is for you to decide, sir. I think his conduct quite + unusual, and indeed unjust, as regards Turkey and myself. But it may only + be a passing whim."

        +

        "Ah," exclaimed I, "you have strangely changed your mind then--you speak + very gently of him now."

        +

        "All beer," cried Turkey; "gentleness is effects of beer--Nippers and + I dined together to-day. You see how gentle I am, sir. Shall I go and black + his eyes?"

        +

        "You refer to Bartleby, I suppose. No, not to-day, Turkey," I replied; + "pray, put up your fists."

        +

        I closed the doors, and again advanced towards Bartleby. I felt additional + incentives tempting me to my fate. I + burned to be rebelled against again. I remembered that Bartleby + never left the office.

        +

        "Bartleby," said I, "Ginger Nut is away; just step round to the Post + Office, won't you? (it was but a three minutes walk,) and + see if there is any thing for me."

        +

        "I would prefer not to."

        +

        "You will not?"

        +

        "I prefer not."

        +

        I staggered to my desk, and sat there + in a deep study. My blind + inveteracy returned. Was there any other thing in which I + could procure myself to be ignominiously repulsed by this lean, + penniless with?--my + hired clerk? What added thing is there, perfectly reasonable, + that he will be sure to refuse to do?

        +

        "Bartleby!"

        +

        No answer.

        +

        "Bartleby," in a louder tone.

        +

        No answer.

        +

        "Bartleby," I roared.

        +

        Like a + very ghost, agreeably to the laws of magical invocation, + at the third summons, he appeared at the entrance of his hermitage.

        +

        "Go to the next room, and tell Nippers to come to me."

        +

        "I prefer not to," he respectfully + and slowly said, and mildly disappeared.

        +

        "Very good, Bartleby," said I, in a quiet sort of serenely severe self-possessed + tone, intimating the unalterable purpose of some terrible + retribution very close at hand. At the moment I half intended + something of the kind. But upon the whole, as it was drawing towards my + dinner-hour, I thought it best to put on my hat and walk home for the day, + suffering much from perplexity and distress of mind.

        +

        Shall + I acknowledge it? The conclusion of this whole business was + that it soon became a fixed fact of my chambers, that a pale young scrivener, + by the name of Bartleby, had a desk there; that he copied for me at the + usual rate of four + cents a folio (one hundred words); but he was permanently + exempt from examining the work done by him, that duty being transferred + to Turkey and Nippers, one of compliment doubtless to their superior acuteness; + moreover, said Bartleby was never on any account to be dispatched on the + most trivial errand of any sort; and that even if entreated to take upon + him such a matter, it was generally understood that he would prefer not + to--in other words, that he would refuse point-blank. +

        +

        32 As days passed on, I became considerably reconciled to Bartleby. His + steadiness, his freedom from all dissipation, his incessant industry (except + when he chose to throw himself into a standing revery behind his screen), + his great stillness, his unalterableness of demeanor under all circumstances, + made him a + valuable acquisition. One prime thing was this,--he was + always there;--first in the morning, continually through the day, and the + last at night. I had a singular confidence in his honesty. I felt my most + precious papers perfectly safe in his hands. Sometimes to be sure I could + not, for + the very soul of me, avoid falling into sudden spasmodic + passions with him. For it was exceeding difficult to bear in mind all the + time those strange peculiarities, privileges, and unheard of exemptions, + forming the tacit stipulations on Bartleby's part under which he remained + in my office. Now and then, in the eagerness of dispatching pressing business, + I would inadvertently summon Bartleby, in a short, rapid tone, to put his + finger, say, on the incipient tie of a bit of red tape with which I was + about compressing some papers. Of course, from behind the screen the usual + answer, "I prefer not to," was sure to come; and then, how + could a human creature with the common infirmities of our + nature, refrain from bitterly exclaiming upon such perverseness--such unreasonableness. + However, every added repulse of this sort which I received only tended + to lessen the probability of my repeating the inadvertence.

        +

        Here is must be said, that according to the custom of most legal gentlemen + occupying chambers in densely-populated law buildings, there were several + keys to my door. One was kept by a woman residing in the attic, which person + weekly scrubbed and daily swept and dusted my apartments. Another was kept + by Turkey for convenience sake. The third I sometimes carried in my own + pocket. The fourth I knew not who had.

        +

        Now, one Sunday morning I happened to go to Trinity Church, to + hear a celebrated preacher, and finding myself rather early + on the ground, I thought I would walk round to my chambers for a while. + Luckily I had my key with me; but upon applying it to the lock, I found + it resisted by something inserted from the inside. Quite surprised, I called + out; when to my consternation a key was turned from within; and thrusting + his lean visage at me, and holding the door ajar, the + apparition of Bartleby appeared, in his shirt sleeves, and + otherwise in a strangely tattered dishabille, saying quietly that he was + sorry, but he was deeply engaged just then, and--preferred not admitting + me at present. In a brief word or two, he moreover added, that perhaps + I had better walk round the block two or three times, and by that time + he would probably have concluded his affairs. Now, the utterly unsurmised + appearance of Bartleby, tenanting my law-chambers of a Sunday + morning, with his cadaverously gentlemanly nonchalance, + yet withal firm and self-possessed, had such a strange effect upon me, + that incontinently I slunk away from my own door, and did as desired. But + not without sundry twinges of impotent rebellion against the mild effrontery + of this unaccountable scrivener. Indeed, it was his wonderful mildness + chiefly, which not only disarmed me, but unmanned me, as it were. For I consider + that one, for the time, is a sort of unmanned when he tranquilly permits + his hired clerk to dictate to him, and order + him away from his own premises. Furthermore, I was full of + uneasiness as to what Bartleby could possibly be doing in my office in + his shirt sleeves, and in an otherwise dismantled condition of a Sunday + morning. Was any thing amiss going on? Nay, that was out of the question. + It was not to be thought of for a moment that Bartleby was an immoral person. + But what could he be doing there?--copying? Nay again, whatever might be + his eccentricities, Bartleby was an eminently decorous person. He would + be the last man to sit down to his desk in any state approaching to nudity. + Besides, it was Sunday; and there was something about Bartleby that forbade + the supposition that we would by any secular occupation violate the + proprieties of the day.

        +

        Nevertheless, my mind was not pacified; and full of a restless curiosity, + at last I returned to the door. Without hindrance I inserted my key, opened + it, and entered. Bartleby was not to be seen. I looked round anxiously, + peeped behind his screen; but it was very plain that he was gone. Upon + more closely examining the place, I surmised that for an indefinite period + Bartleby must have ate, dressed, and slept in my office, and that too without + plate, mirror, or bed. The cushioned seat of a rickety old sofa in one + corner bore t faint impress of a lean, reclining form. Rolled away under + his desk, I found a blanket; under the empty grate, a blacking box and + brush; on a chair, a tin basin, with soap and a ragged towel; in a newspaper + a few crumbs of ginger-nuts and a morsel of cheese. Yet, thought I, it + is evident enough that Bartleby has been making his home here, keeping + bachelor's hallall by himself. Immediately then the thought came sweeping + across me, What miserable friendlessness and loneliness are here revealed! + His poverty is great; but his solitude, how + horrible! Think of it. Of a Sunday, Wall-street is deserted + as Petra; and every night of every day + it is an emptiness. This building too, which of week-days hums with industry + and life, at nightfall echoes with sheer vacancy, and all through Sunday + is forlorn. And here Bartleby makes his home; sole spectator of a solitude + which he has seen all populous--a sort of innocent and transformed Marius + brooding among the ruins of Carthage! +

        +

        For the first + time in my life a feeling of overpowering stinging melancholy + seized me. Before, I had never experienced aught but a not-unpleasing sadness. + The bond of a common humanity now drew me irresistibly to gloom. A fraternal + melancholy! For both I and Bartleby were sons + of Adam. I remembered the bright silks and sparkling faces + I had seen that day in gala trim, swan-like sailing down the Mississippi + of Broadway; and I contrasted them with the pallid copyist, and thought + to myself, Ah, happiness courts the light, so we deem the world is gay; + but misery hides aloof, so we deem that misery there is none. These sad + fancyings-- chimeras, doubtless, of a sick and + silly brain--led on to other and more special thoughts, concerning the + eccentricities of Bartleby. Presentiments of strange discoveries hovered + round me. The scrivener's pale form appeared to me laid + out, among uncaring strangers, in its shivering winding + sheet.

        +

        Suddenly I was attracted by Bartleby's closed desk, the key in open sight + left in the lock.

        +

        I + mean no mischief, seek the gratification of no heartless + curiosity, thought I; besides, the desk is mine, and its contents too, + so I will make bold to look within. Every thing was methodically arranged, + the papers smoothly placed. The pigeon holes were deep, and removing the + files of documents, I groped into their recesses. Presently I felt something + there, and dragged it out. It was an old bandanna handkerchief, heavy and + knotted. I opened it, and saw it was a savings' bank.

        +

        I now recalled all the quiet mysteries which I had noted in the man. I + remembered that he never spoke but to answer; that though at intervals + he had considerable time to himself, yet I had never seen him reading--no, + not even a newspaper; that for long periods he would stand looking out, + at his pale window behind the screen, upon the dead brick wall; I was quite + sure he never visited any refectory or eating house; while his pale face + clearly indicated that he never drank beer like Turkey, or tea and coffee + even, like other men; that he never went any where in particular that I + could learn; never went out for a walk, unless indeed that was the case + at present; that he had declined telling who he was, or whence he came, + or whether he had any relatives in the world; that though so thin and pale, + he never complained of ill health. And more than all, I remembered a certain + unconscious air of pallid--how shall I call it?--of pallid + haughtiness, say, or rather an austere reserve about him, + which had positively awed me into my tame compliance with his eccentricities, + when I had feared to ask him to do the slightest incidental thing for me, + even though I might know, from his long-continued motionlessness, that + behind his screen he must be standing in one of those dead-wall + reveries of his.

        +

        Revolving all these things, and coupling them with the recently discovered + fact that he made my office his constant abiding place and home, and not + forgetful of his morbid moodiness; revolving all these things, a prudential + feeling began to steal over me. My first emotions had been + those of pure melancholy and sincerest pity; but just in proportion as + the forlornness of Bartleby grew and grew to my imagination, did that same + melancholy merge into fear, that pity into repulsion. So + true it is, and so terrible too, that up to a certain point the thought + or sight of misery enlists our best affections; but, in certain special + cases, beyond that point it does not. They err who would assert that invariably + this is owing to the inherent selfishness of the human heart. It rather + proceeds from a certain hopelessness of remedying excessive and organic + ill. To a sensitive being, pity is not seldom pain. And when at last it + is perceived that such pity cannot lead to effectual succor, common sense + bids the soul be rid of it. What I saw that morning persuaded me that the + scrivener was the victim of + innate and incurable disorder. I might give alms to his body; + but his body did not pain him; it was his soul that suffered, and his + soul I could not reach. +

        +

        I did not accomplish the purpose of going to Trinity Church that morning. + Somehow, the + things I had seen disqualified me for the time from church-going. + I walked homeward, thinking what I would do with Bartleby. Finally, I + resolvedupon this;--I would put certain calm questions to him the + next morning, touching his history, &c., and if he declined to answer + then openly and reservedly (and I supposed he would prefer not), then to + give him a twenty dollar bill over and above whatever I might owe him, + and tell him his services were no longer required; but that if in any other + way I could assist him, I would be happy to do so, especially if he desired + to return to his native place, wherever that might be, I would willingly + help to defray the expenses. Moreover, if after reaching home, he found + himself at any time in want of aid, a letter from him would be sure of + a reply.

        +

        The next morning came.

        +

        "Bartleby," said I, gently calling to him behind the screen.

        +

        No reply.

        +

        "Bartleby," said I, in a still gentler tone, "come here; I am not going + to ask you to do any thing you would prefer not to do--I simply wish to + speak to you."

        +

        Upon this he noiselessly slid into view.

        +

        "Will you tell me, Bartleby, where + you were born?" +

        +

        "I would prefer not to."

        +

        "Will you tell me anything about yourself?"

        +

        "I would prefer not to."

        +

        "But what reasonable + objection can you have to speak to me? I feel friendly towards + you."

        +

        He did not look at me while I spoke, but kept his glance fixed upon my + bust of Cicero, which as I then sat, was directly behind me, some + six inches above my head. "What is your answer, Bartleby?" said I, after + waiting a considerable time for a reply, during which his countenance remained + immovable, only there was the faintest + conceivable tremor of the white attenuated mouth.

        +

        "At present I prefer to give no answer," he said, and retired into his + hermitage.

        +

        It was rather weak in me I confess, but his manner on this occasion nettled + me. Not only did there seem to lurk in it a certain disdain, but his + perverseness seemed ungrateful, considering the undeniable + good usage and indulgence he had received from me.

        +

        Again I sat ruminating what I should do.Mortified as I was at his behavior, + and resolved as I had been to dismiss him when I entered my office, nevertheless + I strangely felt something superstitious knocking at my heart, and forbidding + me to carry out my purpose, and denouncing me for a villain if I dared + to breathe one bitter word against this forlornest of mankind. At last, + familiarly drawing my chair behind his screen, I sat down and said: "Bartleby, + never mind then about revealing your history; but let me entreat you, + as a friend, to comply as far as may be with the usages of this office. + Say now you will help to examine papers tomorrow or next day: in short, + say now that in a day or two you will begin to be a little reasonable:--say + so, Bartleby."

        +

        "At present I would prefer not to be a little reasonable + was his idly cadaverous reply.,"

        +

        Just then the folding-doors opened, and Nippers approached. He seemed + suffering from an unusually bad night's rest, induced by severer indigestion + than common. He overheard those final words of Bartleby.

        +

        "Prefer not, + eh?" gritted Nippers--"I'd prefer him, if I were you, sir," addressing + me--"I'd prefer him; I'd give him preferences, the stubborn mule! + What is it, sir, pray, that he prefers not to do now?"

        +

        Bartleby moved not a limb.

        +

        "Mr. + Nippers," said I, "I'd prefer that you would withdraw for the present." +

        +

        Somehow, of late I had got into the way of involuntary using this word + "prefer" upon all sorts of not exactly suitable occasions. And I trembled + to think that my contact with the scrivener had already and seriously affected + me in a mental way. And what further and deeper aberration might it not yet produce? + This apprehension had not been without efficacy in determining me to summary + means.

        +

        As Nippers, looking very sour and sulky, was departing, Turkey blandly + and deferentially approached.

        +

        "With submission, sir," said he, "yesterday I was thinking about Bartleby + here, and I think that if he would but prefer to take a quart of good ale + every day, it would do much towards mending him, and enabling him to assist + in examining his papers."

        +

        "So you have got the word too," said I, slightly excited.

        +

        "With submission, what word, sir," asked Turkey, respectfully crowding + himself into the contracted space behind the screen, and by so doing, making + me jostle + the scrivener. "What word, sir?"

        +

        "I would prefer to be left alone here," said Bartleby, as if offended + at being mobbed + in his privacy. +

        +

        "That's the word, Turkey," said I--"that's it."

        +

        "Oh, prefer oh yes--queer word. I never use it myself. But, sir + as I was saying, if he would but prefer--"

        +

        "Turkey," interrupted I, "you will please withdraw."

        +

        "Oh, certainly, sir, if + you prefer that I should."

        +

        As he opened the folding-door to retire, Nippers at his desk caught a + glimpse of me, and asked whether I would prefer to have a certain paper + copied on blue paper or white. He did not in the least roguishly accent + the word prefer. It was plain that it involuntarily rolled from his tongue. + I thought to myself, surely I must get rid of a demented man, who already has in some + degree turned the tongues, if not the heads of myself and clerks. But I + thought it prudent not to break the dismission + at once.

        +

        The next day I noticed that Bartleby + did nothing but stand at his window in his dead-wall revery. + Upon asking him why he did not write, he said that he had decided upon + doing no more writing.

        +

        "Why, how now? what next?" exclaimed I, "do no more writing?"

        +

        "No more."

        +

        "And what is the reason?"

        +

        "Do + you not see the reason for yourself," he indifferently replied.

        +

        I looked steadfastly at him, and perceived that his eyes looked dull and + glazed. Instantly it occurred to me, that his unexampled diligence in copying + by his dim window for the first few weeks of his stay with me might have + temporarily impaired + his vision.

        +

        I was touched. I said something in condolence with him. I hinted that + of course he did wisely in abstaining from writing for a while; and urged + him to embrace that opportunity of taking wholesome exercise in the open + air. This, however, he + did not do. A few days after this, my other clerks being + absent, and being in a great hurry to dispatch certain letters by the mail, + I thought that, having nothing else earthly to do, Bartleby would surely + be less inflexible than usual, and carry these letters to + the post-office. But he blankly declined. So, much to my + inconvenience, I went myself.

        +

        Still added + days went by. Whether Bartleby's eyes improved or not, I + could not say. To all appearance, I thought they did. But when I asked + him if they did, he vouchsafed no answer. At all events, he would do no + copying. At last, in reply to my urgings, he informed me that he had permanently + given up copying.

        +

        "What!" exclaimed I; "suppose your eyes should get entirely well- better + than ever before--would you not copy then?"

        +

        "I have given up copying," he answered, and slid + aside. +

        +

        He remained as ever, a + fixture in my chamber. Nay--if that were possible--he became + still more of a fixture than before. What was to be done? He would do nothing + in the office: why should he stay there? In plain fact, he had now become + a millstone to me, not only useless as a necklace, but afflictive to bear. + Yet I was sorry for him. I speak less than truth when I say that, on his + own account, he occasioned me uneasiness. If he would but have named a + single relative or friend, I would instantly have written, and urged their + taking the poor fellow away to some convenient retreat. But he seemed alone, + absolutely alone in the universe. A + bit of wreck</font> in the mid Atlantic. At length, + necessities connected with my business tyrannized over all other considerations. + Decently as I could, I told Bartleby that in six days' time he must unconditionally + leave the office. I warned him to take measures, in the interval, for procuring + some other abode. I offered to assist him in this endeavor, if he himself + would but take the first step towards a removal. "And when you finally + quit me, Bartleby," added I, "I shall see that you go not away entirely + unprovided. Six days from this hour, remember."

        +

        At the expiration of that period, I peeped behind the screen, and lo! + Bartleby was there. +

        +

        I buttoned + up my coat, balanced myself; advanced slowly towards him, + touched his shoulder, and said, "The time has come; you must quit this + place; I am sorry for you; here is money; but you must go."

        +

        "I would prefer not," he replied, with his back still towards me.

        +

        "You must."

        +

        He remained silent.

        +

        Now I had an unbounded confidence in this man's common honesty. He had + frequently restored to me six pences and shillings carelessly dropped upon + the floor, for I am apt to be very reckless in such shirt-button + affairs. The proceeding then which followed will not be + deemed extraordinary. "Bartleby," + said I, "I owe you twelve dollars on account; here are thirty-two; the + odd twenty are yours.--Will you take it? and I handed the + bills towards him.

        +

        But he made no motion.

        +

        "I will leave them here then," putting them under a weight on the table. + Then taking my hat and cane and going to the door I tranquilly turned and + added--"After you have removed your things from these offices, Bartleby, + you will of course lock the door--since every one is now gone for the day + but you--and if you please, slip your key underneath the mat, so that I + may have it in the morning. I shall not see you again; so good-bye to you. + If hereafter in your new place of abode I can be of any service to you, + do not fail to advise me by letter. Good-bye, Bartleby, and fare you well."

        +

        But he answered not a word; like the + last column of some ruined temple, he remained standing + mute and solitary in the middle of the otherwise deserted room.

        +

        As I walked home in a pensive mood, my vanity + got the better of my pity. I could not but highly plume + myself on my masterly management in getting rid of Bartleby. Masterly I + call it, and such it must appear to any dispassionate thinker. The beauty + of my procedure seemed to consist in its perfect quietness. There was + no vulgar bullying, no bravado of any sort, no choleric hectoring + and striding to and fro across the apartment, jerking out vehement commands + for Bartleby to bundle himself off with his beggarly traps. Nothing of + the kind. Without loudly bidding Bartleby depart--as an + inferior genius might have done--I assumed the ground that + depart he must; and upon the assumption built all I had to say. The more + I thought over my procedure, the more I was charmed with it. Nevertheless, + next morning, upon awakening, I had my doubts,--I had somehow slept off + the fumes of vanity. One of the coolest and wisest hours a man has, is + just after he awakes in the morning. My procedure seemed as sagacious as + ever,--but only in theory. How it would prove in practice--there was the + rub. It was truly a beautiful thought to have assumed Bartleby's departure; + but, after all, that assumption was simply my own, and none of Bartleby's. + The great point was, not whether I had assumed that he would quit me, but + whether he would prefer so to do. He was more a man + of preferences than assumptions.

        +

        After breakfast, I walked down town, arguing the probabilities pro and + con. One moment I thought it would prove a miserable failure, and Bartleby + would be found all alive at my office as usual; the next moment it seemed + certain that I should see his chair empty. And so I kept veering about. + At the corner of Broadway and Canal- street, I saw quite an excited group + of people standing in earnest conversation.

        +

        "I'll take odds he doesn't," said a voice as I passed.

        +

        "Doesn't go?--done!" said I, "put up your money."

        +

        I was instinctively putting my hand in my pocket to produce my own, when + I remembered that this was an election day. The words I had overheard bore + no reference to Bartleby, but to the success or non-success of some candidate + for the mayoralty. In my intent frame of mind, I had, as it were, imagined + that all Broadway shared in my excitement, and were debating + the same question with me. I passed on, very thankful that the uproar of + the street screened my momentary absent-mindedness.

        +

        As I had intended, I was earlier than usual at my office door. I stood + listening for a moment. All was still. He must be gone. I tried the knob. + The door was locked. Yes, my procedure had worked to a charm; he indeed + must be vanished. Yet a certain melancholy mixed with this: I was almost + sorry for my brilliant success. I was fumbling under the + door mat for the key, which Bartleby was to have left there for me, when + accidentally my knee knocked against a panel, producing a summoning sound, + and in response a voice came to me from within--"Not yet; I am occupied."

        +

        It was Bartleby.

        +

        I was thunderstruck. For an instant I stood like + the man who, pipe in mouth, was killed one cloudless afternoon + long ago in Virginia, by summer lightning; at his own warm open window + he was killed, and remained leaning out there upon the dreamy afternoon, + till some one touched him, when he fell. "Not gone!" I murmured at last. + But again obeying that wondrous + ascendancy which the inscrutable scrivener had over me, and + from which ascendancy, for all my chafing, I could not completely escape, + I slowly went down stairs and out into the street, and while walking round + the block, considered what I should next do in this unheard-of-perplexity. + Turn the man out by an actual thrusting I could not; to drive him away + by calling him hard names would not do; calling in the police was an unpleasant + idea; and yet, permit + him to enjoy his cadaverous triumph over me,--this too I + could not think of. What was to be done? or, if nothing could be done, + was there any thing further that I could assume in the matter? Yes, as before + I had prospectively assumed that Bartleby would depart, so now I might + retrospectively assume that departed he was. In the legitimate carrying + out of this assumption, I might enter my office in a great hurry, and pretending + not to see Bartleby at all, walk straight against him as if he were air. + Such a proceeding would in a singular degree have the appearance of a + home-thrust. It was hardly possible that Bartleby could withstand + such an application of the doctrine of assumptions. But upon second thoughts + the success of the plan seemed rather dubious. I resolved to argue the + matter over with him again.

        +

        Bartleby," said I, entering the office, with a quietly severe expression. + "I am seriously displeased. I am pained, Bartleby. I had thought better + of you. I had imagined you of such a gentlemanly + organization, that in any delicate dilemma a slight hint + would suffice--in short, an assumption. But it appears I am deceived. Why," + I added, unaffectedly + starting, "you have not even touched the money yet," pointing + to it, just where I had left it the evening previous.

        +

        He answered nothing.

        +

        "Will you, or will you not, quit me?" I now demanded in a sudden + passion, advancing close to him.

        +

        "I would prefer not to quit you," he replied, gently + emphasizing the not.

        +

        "What earthly + right have you to stay here? do you pay any rent? Do you + pay my taxes? Or is this property yours?"

        +

        He answered nothing.

        +

        "Are you ready to go on and write now? Are your eyes recovered? Could + you copy a small paper for me this morning? or help examine a few lines? + or step round to the post-office? In a word, will you do any thing at all, + to give a coloring to your refusal to depart the premises?"

        +

        He silently + retired into his hermitage.

        +

        I was now in such a state of nervous resentment that I thought it but + prudentto check myself at present from further demonstrations. Bartleby + and I were alone. I + remembered the tragedy of the unfortunate Adams and the still + more unfortunate Colt in the solitary office of the latter; and how poor + Colt, being dreadfully incensed by Adams, and imprudently permitting himself + to get wildly excited, was at unawares hurried into his fatal + act--an act which certainly no + man could possibly deplore more than the actor himself. Often + it had occurred to me in my ponderings upon the subject, that had + that altercation taken place in the public street, or at a private residence, + it would not have terminated as it did. It was the circumstance of being + alone in a solitary office, up stairs, of a building entirely unhallowed + by humanizing domestic associations--an uncarpeted + office, doubtless of a dusty, haggard sort of appearance;--this + it must have been, which greatly helped to enhance the irritable desperation + of the hapless Colt.

        +

        But when this old + Adam of resentment rose in me and tempted me concerning Bartleby, + I grappled him and threw him. How? Why, simply by recalling the divine + injunction: "A new commandment give I unto you, that ye + love one another." Yes, this it was that saved me. Aside from higher considerations, + charity often operates as a + vastly wise and prudent principle--a great safeguard to its + possessor. Men have committed murder for jealousy's sake, and anger's sake, + and hatred's sake, and selfishness' sake, and spiritual pride's sake; but + no man that ever I heard of, ever committed + a diabolical murder for sweet charity's sake. Mere + self-interest, then, if no better motive can be enlisted, + should, especially with high-tempered men, prompt all beings to charity + and philanthropy. At any rate, upon the occasion in question, I strove + to drown + my exasperated feelings towards the scrivener by benevolently + construing his conduct. Poor fellow, poor fellow! thought I, he don't mean + any thing; and besides, he has seen hard times, and ought to be indulged.

        +

        I endeavored also immediately to occupy myself, and at the same time + to comfort my despondency.I tried to fancy that in the course of the + morning, at such time as might prove agreeable to him, Bartleby, of his + own free accord, would emerge from his hermitage, and take up some decided + line of march in the direction of the door. But no. Half-past twelve o'clock + came; Turkey began to glow in the face, overturn his inkstand, and become + generally obstreperous; Nippers abated down into quietude and courtesy; + Ginger Nut munched his noon apple; and Bartleby remained standing at his + window in one of his profoundest deadwall reveries. Will + it be credited? Ought I to acknowledge it? That afternoon + I left the office without saying one further word to him.

        +

        Some days now passed, during which, at leisure intervals I looked a little + into Edwards + on the Will," and "Priestly on Necessity." Under the circumstances, + those books induced a salutary feeling. Gradually I slid + into the persuasion that these troubles of mine touching + the scrivener, had been all predestinated + from eternity, and Bartleby was billeted upon me for some mysterious + purpose of an all-wise Providence, which it was not for a mere mortal like + me to fathom. Yes, Bartleby, stay there behind your screen, thought + I; I shall persecute you no more; you are harmless and noiseless + as any of these old chairs; in short, I never feel so private as when I + know you are here. At least I see it, I feel it; I penetrate to the predestinated + purpose of my life. I am content. Others may have loftier parts to enact; + but my + mission in this world, Bartleby, is to furnish you with office-room + for such period as you may see fit to remain.

        +

        I believe that this wise and blessed frame of mind would have continued + with me, had it not been for the unsolicited and uncharitable remarks obtruded + upon me by my + professional friends who visited the rooms. But thus it often + is, that the constant friction of illiberal minds wears out at last the + best resolves of the more generous. Though to be sure, when + I reflected upon it, it was not strange that people entering my office + should be struck by the peculiar aspect of the unaccountable Bartleby, + and so be tempted to throw out some sinister observations concerning him. + Sometimes an attorney having business with me, and calling at my office, + and finding no one but the scrivener there, would undertake to obtain some + sort of precise information from him touching my whereabouts; but without + heeding his idle + talk, Bartleby would remain standing immovable in the middle + of the room. So after contemplating him in that position for a time, the + attorney would depart, no wiser than he came.

        +

        Also, when a Reference was going on, and the room full of lawyers and + witnesses and business was driving fast; some deeply occupied legal gentleman + present, seeing Bartleby wholly unemployed, would request him to run round + to his (the legal gentleman's) office and fetch some papers for him. Thereupon, + Bartleby would tranquilly decline, and remain idle as before. Then the + lawyer would give a great stare, and turn to me. And what could I say? + At last I was made aware that all through the circle of my professional + acquaintance, a whisper of wonder was running round, having reference to + the strange creature I kept at my office. This worried + me very much. And as the idea came upon me of his possibly + turning out a long-lived man, and keep occupying my chambers, and denying + my authority; and perplexing my visitors; and scandalizing + my professional reputation; and casting a general gloom over the premises; + keeping soul and body together to the last upon his savings (for doubtless + he spent but half a dime a day), and in the end perhaps outlive + me, and claim possession of my office by right of his perpetual + occupancy: as all these dark anticipations crowded upon me more and more, + and my friends continually intruded their relentless remarks upon the apparition + in my room; a great change was wrought in me. I resolved to gather all + my faculties together, and for ever rid me of this intolerable + incubus.

        +

        Ere revolving any complicated project, however, adapted to this end, I + first simply suggested to Bartleby the propriety of his permanent departure. + In a calm and serious tone, I commended the idea to his careful and mature + consideration. But having taken three days to meditate upon it, he apprised + me that his original determination remained the same; in short, that he + still preferred to abide + with me.

        +

        What shall I do? I now said to myself, buttoning + up my coat to the last button. What shall I do? what ought + I to do? what does conscience say I should do with this man, or rather + ghost. Rid myself of him, I must; go, he shall. But how? You will not thrust + him, the poor, pale, passive mortal,--you will not thrust such a helpless + creature out of your door? you will not dishonor + yourself by such cruelty? No, I will not, I cannot do that. + Rather would I let him live and die here, and then mason + up his remains in the wall. What then will you do? For all + your coaxing, he will not budge. Bribes he leaves under your own paperweight + on your table; in short, it is quite plain that he prefers + to cling to you.

        +

        Then something severe, something unusual must be done. What! surely you + will not have him collared by a constable, and commit his innocent pallor + to the common jail? And upon what ground could you procure such a thing + to be done?--a vagrant, is he? What! he a vagrant, a wanderer, who + refuses to budge? It is because he will not be a vagrant, then, that you + seek to count him as a vagrant. That is too absurd. No visible means of + support: there I have him. Wrong again: for indubitably he does support + himself, and that is the only unanswerable proof that any man can show + of his possessing the means so to do. No more then. Since he will not quit + me, I must quit him. I will change my offices; I will move elsewhere; and + give him fair notice, that if I find him on my new premises I will then + proceed against him as a common trespasser.

        +

        Acting accordingly, next day I thus addressed him: "I find these chambers + too far from the City Hall; the air is unwholesome. In a word, I propose + to remove my offices next week, and shall no longer require your services. + I tell you this now, in order that you may seek another place."

        +

        He made no reply, and nothing more was said.

        +

        On the appointed day I engaged carts and men, proceeded to my chambers, + and having but little furniture, every thing was removed in a few hours. + Throughout, the scrivener remained standing behind the + screen, which I directed to be removed the last thing. It + was withdrawn; and being folded up like a huge folio, left him the motionless + occupant of a naked room. I stood in the entry watching him + a moment, while something from within me upbraided me.

        +

        I re-entered, with my hand + in my pocket--and--and my heart in my mouth. +

        +

        "Good-bye, Bartleby; I am going--good-bye, and God some way bless you; + and take that," slipping something in his hand. But it dropped to the floor, + and then,--strange + to say--I tore myself from him whom I had so longed to be + rid of.

        +

        Established in my new quarters, for a day or two I kept the door locked, + and started at every footfall in the passages. When I returned to my rooms + after any little absence, I would pause at the threshold for an instant, + and attentively listen, ere applying my key. But these fears were needless. + Bartleby never came nigh me.

        +

        I thought all was going well, when a perturbed looking stranger visited + me, inquiring whether I was the person who had recently occupied rooms + at No.--Wall-street.

        +

        Full of forebodings, I replied that I was.

        +

        "Then, sir," said the stranger, + who proved a lawyer, "you are responsible for the man you + left there. He refuses to do any copying; he refuses to do any thing; he + says he prefers not to; and he refuses to quit the premises."

        +

        "I am very sorry, sir," said I, with assumed tranquillity, but an inward + tremor, "but, really, the + man you allude to is nothing to me --he is no relation or + apprentice of mine, that you should hold me responsible for him."

        +

        "In mercy's name, who is he?"

        +

        "I certainly cannot inform you. I know nothing about him. Formerly I employed + him as a copyist; but he has done nothing for me now for some time past."

        +

        "I + shall settle him then,--good morning, sir."

        +

        Several days passed, and I heard nothing more; and though I often felt + a charitable prompting to call at the place and see poor Bartleby, yet + a certain squeamishness of I know not what withheld + me.

        +

        All is over with him, by this time, thought I at last, when through another + week no further intelligence reached me. But coming to my room the day + after, I found several persons waiting at my door in a high state of nervous + excitement.

        +

        "That's the man--here he comes," cried the foremost one, whom recognized + as the lawyer who had previously called upon me alone.

        +

        "You must take him away, sir, at once," cried a portly person among them, + advancing upon me, and whom I knew to be the landlord of No.--Wall-street. + "These gentlemen, my tenants, cannot stand it any longer; Mr. B--" pointing + to the lawyer, "has turned him out of his room, and he now persists in + haunting the buildinggenerally, sitting upon the banisters of the + stairs by day, and sleeping in the entry by night. Every body is concerned; + clients are leaving the offices; some + fears are entertained of a mob; something you must do, and + that without delay."

        +

        Aghast + at this torment, I fell back before it, and would fain have + locked myselfin my new quarters. In vain I persisted that Bartleby + was nothing to me--no more than to any one else. In vain:--I was the last + person known to have any thing to do with him, and they held me to the + terrible account. Fearful + then of being exposed in the papers (as one person present + obscurely threatened) I considered the matter, and at length said, that + if the lawyer would give me a confidential interview with the scrivener, + in his (the lawyer's) own room, I would that afternoon strive my best to + rid them of the nuisance they complained of.

        +

        Going up stairs to my old haunt, there was Bartleby silently sitting upon + the banister at the landing.

        +

        "What are you doing here, Bartleby?" said I.

        +

        "Sitting upon the banister," he mildly replied.

        +

        I motioned him into the lawyer's room, who then left us.

        +

        "Bartleby," + said I, "are you aware that you are the cause of great tribulation + to me, by persisting in occupying the entry after being dismissed from + the office?"

        +

        No answer.

        +

        "Now one of two things must take place. Either you must do something or + something must be done to you. Now what sort of business would you like + to engage in? Would you like to re-engage in copying for some one?"

        +

        "No; I would prefer not to make any change."

        +

        "Would you like a clerkship in a dry-goods store?"

        +

        "There is too much confinement about that. No, I would not like a clerkship; + but I am not particular."

        +

        "Too much confinement," I cried, "why you keep yourself confined all the + time!"

        +

        "I would prefer not to take a clerkship," he rejoined, as if to settle + that little item at once.

        +

        "How would a bar-tender's business suit you? There is no trying of the + eyesight in that."

        +

        "I would not like it at all; though, as I said before, I am not particular."

        +

        His unwonted wordiness inspirited me. I returned to the charge.

        +

        "Well then, would you like to travel through the country collecting bills + for the merchants? That would improve your health."

        +

        "No, I would prefer to be doing something else."

        +

        "How then would going as a companion to Europe, to entertain some young + gentleman with your conversation,--how would that suit you?"

        +

        "Not at all. It does not strike me that there is any thing definite about + that. I like to be stationary. But I am not particular.

        +

        "Stationary you shall be then," I cried, now losing all patience, and + for the first time in all my exasperating connection with him fairly flying + into a passion. "If you do not go away from these premises before night, + I shall feel bound--indeed I am bound--to-- to--to quit the premises + myself!" I rather absurdly concluded, knowing not with what possible + threat to try to frighten his immobility into compliance. + Despairing of all further efforts, I was precipitately leaving him, when + a final thought occurred to me--one + which had not been wholly unindulged before. +

        +

        "Bartleby," said I, in the kindest tone + I could assume under such exciting circumstances, "will you + go home with me now--not to my office, but my dwelling--and remain there + till we can conclude upon some convenient arrangement for you at our leisure? + Come, let us start now, right away."

        +

        "No: at present I would prefer not to make any change at all."

        +

        I answered nothing; but effectualy dodging every one by the suddenness + and rapidity of my flight, rushed from the building, ran + up Wall-street towards Broadway, and jumping into the first omnibus was + soon removed from pursuit. As soon as tranquility returned I distinctly + perceived that I had now done all that I possibly could, both in respect + to the demands of the landlord and his tenants, and with regard to my own + desire and sense of duty, to benefit Bartleby, and shield him from rude + persecution. I now strove to be entirely care-free and quiescent; and my + conscience justified me in the attempt; though indeed it was not so successful + as I could have wished. So fearful was I of being again hunted out by the + incensed landlord and his exasperated tenants, that, surrendering my business + to Nippers, for a few days I drove about the upper part of the town and + through the suburbs, in my rockaway; crossed over to Jersey City and Hoboken, + and paid fugitive visits to Manhattanville and Astoria. In fact I almost + lived in my rockaway for the time.

        +

        When again I entered my office, lo, a note from the landlord lay upon + desk. opened it with trembling hands. informed me that writer had sent + to police, and Bartleby removed the + Tombs as a vagrant. Moreover, since I knew more + about him than any one else, he wished me to appear at that place, and + make a suitable statement of the facts. These tidings had a conflicting + effect upon me. At first I was indignant; but at last almost approved. + The landlord's energetic, summary disposition, had led him to adopt a procedure + which I do not think I would have decided upon myself; and yet as a last + resort, under such peculiar circumstances, it seemed the only plan.

        +

        As I afterwards learned, the poor scrivener, when told that he must be + conducted to the Tombs, offered not the slightest obstacle, but in his + pale unmoving way, silently + acquiesced. +

        +

        Some of the compassionate and curious bystanders joined the party; and + headed by one of the constables arm in arm with Bartleby, the + silent procession filed its way through all the noise, and + heat, and joy of the roaring thoroughfares at noon.

        +

        The same day I received the note I went to the Tombs, or to speak more + properly, the Halls of Justice. Seeking the right officer, I stated the + purpose of my call, and was informed that the individual I described was + indeed within. I then assured the functionary that Bartleby was a perfectly + honest man, and greatly to be compassionated, however unaccountably eccentric. + I narrated all I knew,and closed by suggesting the idea of letting + him remain in as indulgent confinement as possible till something less + harsh might be done--though indeed I hardly knew what. At all events, if + nothing else could be decided upon, the alms-house must receive him. I + then begged to have an interview.

        +

        Being under no disgraceful charge, and quite serene and harmless in all + his ways, they had permitted him freely to wander about the prison, and + especially in the inclosed grass-platted yards thereof. And so I found + him there, standing all alone in the quietest of the yards, his face + towards a high wall, while all around, from the narrow slits of the + jail windows, I thought I + saw peering out upon him the eyes of murderers and thieves. +

        +

        "Bartleby!"

        +

        "I + know you," he said, without looking round,--"and I want + nothing to say to you."

        +

        "It was not I that brought you here, Bartleby," said I, keenly + pained at his implied suspicion. "And to you, this should + not be so vile a place. Nothing reproachful attaches to you by being here. + And see, it + is not so sad a place as one might think. Look, there is + the sky, and here is the grass."

        +

        "I know where I am," he replied, but would say nothing more, and so I + left him.

        +

        As I entered the corridor again, a broad meat-like + man in an apron, accosted me, and jerking his thumb over + his shoulder said--"Is that your + friend?"

        +

        "Yes."

        +

        "Does he want to starve? If he does, let him live on the prison fare, + that's all.

        +

        "Who are you?" asked I, not knowing what to make of such an unofficially + speaking person in such a place.

        +

        "I am the grub-man. Such gentlemen as have friends here, hire me to provide + them with something good to eat."

        +

        "Is this so?" said I, turning to the turnkey.

        +

        He said it was.

        +

        "Well then," said I, slipping some silver into the grub-man's hands (for + so they called him). "I want you to give particular attention to my friend + there; let him have the best dinner you can get. And you must be as polite + to him as possible."

        +

        "Introduce me, will you?" said the grub-man, looking at me with an expression + which seemed to say he was all impatience for an opportunity to give a + specimen of his breeding.

        +

        Thinking it would prove of benefit to the scrivener, I acquiesced; and + asking the grub-man his name, went up with him to Bartleby.

        +

        "Bartleby, this is a + friend; you will find him very useful to you."

        +

        "Your + sarvant, sir, your sarvant," said the grub-man, making a + low salutation behind his apron. "Hope you find it pleasant + here, sir;--spacious grounds--cool apartments, sir--hope + you'll stay with us some time--try to make it agreeable. What will you + have for dinner today?"

        +

        "I prefer not to dine to-day," said Bartleby, turning away. "It would + disagree with me; I am unused to dinners." So saying he slowly moved to + the other side of the inclosure, and took up a + position fronting the dead-wall.

        +

        "How's this?" said the grub-man, addressing me with a stare of astonishment. + "He's odd, aint he?"

        +

        "I think he is a little deranged," said I, sadly.

        +

        "Deranged? deranged is it? Well now, upon my word, I thought that friend + of yourn was a gentleman + forger; they are always pale and genteel-like, them forgers. + I can't help pity 'em--can't help it, sir. Did you know Monroe Edwards?" + he added touchingly, and paused. Then, laying his hand pityingly on my + shoulder, sighed, "he died of consumption at Sing-Sing. so you weren't + acquainted with Monroe?"

        +

        "No, I was never socially acquainted with any forgers. But I cannot stop + longer. Look to my friend yonder. You will not lose by it. I will see you + again."

        +

        Some few days after this, I again obtained admission to the Tombs, and + went through the corridors in quest of Bartleby; but without finding him.

        +

        "I saw him coming from his cell not long ago," said a turnkey, "may be + he's gone to loiter in the yards."

        +

        So I went in that direction.

        +

        "Are you looking for the silent man?" said another turnkey passing me. + "Yonder he lies--sleeping in the yard there. 'Tis not twenty minutes since + I saw him lie down."

        +

        The yard was entirely quiet. It was not accessible to the common prisoners. + The surrounding walls, of amazing thickness, kept + off all sound behind them. The Egyptian + character of the masonry weighed upon me with its gloom. + But a soft imprisoned + turf grew under foot. The heart of the eternal pyramids, + it seemed, wherein, by some strange magic, through the clefts, grass-seed, + dropped by birds, had sprung.

        +

        Strangely huddled at the base of the wall, his + knees drawn up, and lying on his side, his head touching + the cold stones, I saw the wasted Bartleby. But nothing stirred. I paused; + then went close up to him; stooped over, and saw that his dim eyes were + open; otherwise he seemed profoundly sleeping. Something prompted me + to touch him. I felt his hand, when a tingling shiver ran up my arm + and down my spine to my feet.

        +

        The round face of the grub-man peered upon me now. "His dinner is ready. + Won't he dine to-day, either? Or does he live without dining?"

        +

        "Lives without dining," said I, and closed the eyes.

        +

        "Eh!--He's asleep, aint he?"

        +

        "With + kings and counsellors," murmured I.

        +

        * * * * * * * *

        +

        There would seem little need for proceeding further in this history. Imagination + will readily supply the meagre recital of poor Bartleby's interment. But + ere parting with the reader, let me say, that if this little narrative + has sufficiently interested him, to awaken curiosity as to who Bartleby + was, and what manner of life he led prior to the present narrator's making + his acquaintance, I can only reply, that in such curiosity I fully share, + but am wholly unable to gratify it. Yet here I hardly know whether I should + divulge one + little item of rumor, which came to my ear a few months + after the scrivener's decease. Upon what basis it rested, I could never + ascertain; and hence how true it is I cannot now tell. But inasmuch as + this vague report has not been without a certain strange suggestive + interest to me, however said, it may prove the same with + some others; and so I will briefly mention it. The report was this: that + Bartleby had been a subordinate clerk in the Dead + Letter Office at Washington, from which he had been suddenly removed + by a change in the administration. When I think over this rumor, I cannot + adequately express the emotions which seize me. Dead + letters! does it not sound like dead men? Conceive a man + by nature and misfortune prone to a pallid hopelessness, can any business + seem more fitted to heighten it than that of continually handling these + dead letters and assorting them for the flames? For by the cart-load they + are annually burned. Sometimes from out the folded paper + the pale clerk takes a ring:--the bank-note sent in swiftest charity:--he + whom it would relieve, nor eats nor hungers any more; pardon for those + who died despairing; hope for those who died unhoping; good tidings for + those who died stifled by unrelieved calamities. On + errands of life, these letters speed to death. +

        +

        Ah + Bartleby! Ah humanity!

        +
        +
        +

        +
        + +

        +Text Without Notes +
        Melville Web Links +

        +

        + +

        +

        +

        +
        + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-images.json new file mode 100644 index 0000000..f83aea1 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-images.json @@ -0,0 +1,5 @@ +[ + "https:\/\/cdn1.cnet.com\/img\/JumVcu1ZSLtPP8ui0UWaSlgi5RU=\/670x503\/2017\/12\/01\/b36ce794-e0b8-495c-a198-184923a8f4e9\/twitter-lite.jpg", + "https:\/\/cdn2.cnet.com\/img\/LI8y19stcvIQUdzbYdH4-DAigtc=\/fit-in\/570x0\/2017\/12\/01\/b36ce794-e0b8-495c-a198-184923a8f4e9\/twitter-lite.jpg", + "https:\/\/cdn1.cnet.com\/img\/mWcZaiA8Ngv61OQcpdoh6Ra9nY0=\/170x96\/2017\/11\/13\/70540d7a-cbc5-4563-ab86-b5549ef68168\/oneplus-5t-product-21.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-metadata.json new file mode 100644 index 0000000..632df58 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "por \n \n \n César Salza", + "Direction": null, + "Excerpt": "Twitter Lite llega a 11 países de América Latina, para ayudar a los usuarios con mala señal de sus redes móviles.", + "Image": "https:\/\/cdn1.cnet.com\/img\/JumVcu1ZSLtPP8ui0UWaSlgi5RU=\/670x503\/2017\/12\/01\/b36ce794-e0b8-495c-a198-184923a8f4e9\/twitter-lite.jpg", + "Title": "Twitter Lite se estrena en México, Venezuela y otros nueve países", + "SiteName": "CNET en Español" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected.html b/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected.html new file mode 100644 index 0000000..3adf950 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected.html @@ -0,0 +1,27 @@ +
        +
        twitter-lite +

        Twitter Lite estará disponible en Google Play Store en 11 países de América Latina.

        + Twitter +
        +
        +

        Twitter ha dado a conocer que Twitter Lite llegará a un total de 24 nuevos países a partir de hoy, 11 de ellos de América Latina.

        +

        Según explicó en un comunicado Twitter Lite ahora estará disponible en Bolivia, Brasil, Chile, Colombia, Costa Rica, Ecuador, México, Panamá, Perú, El Salvador y Venezuela.

        +

        Twitter Lite es la versión ligera de la aplicación de la red social para Android, disponible en la Google Play Store. Con este app los usuarios que experimentan fallos de red o que viven en países con redes con poca velocidad de conexión como Venezuela podrán descargar los tuits de forma más rápida.

        + +

        Entre sus novedades, Twitter Lite permite la carga rápida de tuits en redes 2G y 3G, y ofrece ayuda offline en caso de que pierdas tu conexión; a eso debemos sumar que minimiza el uso de datos y ofrece un modo de ahorro, en el que únicamente se descargan las fotos o videos de los tuits que quieres ver.

        + + +

        Además, el app ocupa menos espacio en tu teléfono móvil, al reducir a 3MB su peso.

        +

        Twitter dio a conocer Twitter Lite en abril en India, y desde entonces ha estado trabajando para llevarlo a más países. La empresa en los últimos meses también se ha involucrado de forma definitiva en la eliminación de los abusos en la red social, tomando medidas incluso en la verificación de cuentas.

        +
        +
        +
        +
        +

        + Reproduciendo: Mira esto: Google Assistant mejora, hay más cambios en Twitter y...

        +

        + 8:09

        +
        + + +
        \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/source.html b/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/source.html new file mode 100644 index 0000000..c71419f --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/source.html @@ -0,0 +1,662 @@ + + + + + + + + + + + + Twitter Lite se estrena en México, Venezuela y otros nueve países - CNET en Español + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        +
        +

        CNET también está disponible en español.

        +
        + +
        +

        Don't show this again

        +
        + +
        +
        + +
        + guía de compras navideñas +
        +
        + +
        +
        +
        +
        +
        +
        +
        Aplicaciones móviles +

        Twitter Lite se estrena en 11 países de América Latina

        +

        La aplicación de Twitter que minimiza el uso de datos y permite la carga de tuits de forma más rápida llega a México y Venezuela.

        +
        + + +
        +
        +
        + +
        +
        +
        +
        +
        +
        +
        +
        + +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        + + + + + +
        + +
        + +
        +
        +
        +
        +
        twitter-lite +

        Twitter Lite estará disponible en Google Play Store en 11 países de América Latina.

        + Twitter +
        +
        +

        Twitter ha dado a conocer que Twitter Lite llegará a un total de 24 nuevos países a partir de hoy, 11 de ellos de América Latina.

        +

        Según explicó en un comunicado Twitter Lite ahora estará disponible en Bolivia, Brasil, Chile, Colombia, Costa Rica, Ecuador, México, Panamá, Perú, El Salvador y Venezuela.

        +

        Twitter Lite es la versión ligera de la aplicación de la red social para Android, disponible en la Google Play Store. Con este app los usuarios que experimentan fallos de red o que viven en países con redes con poca velocidad de conexión como Venezuela podrán descargar los tuits de forma más rápida.

        + +

        Entre sus novedades, Twitter Lite permite la carga rápida de tuits en redes 2G y 3G, y ofrece ayuda offline en caso de que pierdas tu conexión; a eso debemos sumar que minimiza el uso de datos y ofrece un modo de ahorro, en el que únicamente se descargan las fotos o videos de los tuits que quieres ver.

        + + +

        Además, el app ocupa menos espacio en tu teléfono móvil, al reducir a 3MB su peso.

        +

        Twitter dio a conocer Twitter Lite en abril en India, y desde entonces ha estado trabajando para llevarlo a más países. La empresa en los últimos meses también se ha involucrado de forma definitiva en la eliminación de los abusos en la red social, tomando medidas incluso en la verificación de cuentas.

        +
        +
        +
        +
        +
        +
        + Reproduciendo: Mira esto: Google Assistant mejora, hay más cambios en Twitter y...
        +
        + 8:09
        +
        +
        +
        + +
        +
        +
        +
        + +
        +
        +
        +
        +
        + +
        +
        + +
        +
        +
        +
        + +
        + +
        +
        +
        +
        +
        +
        + +
        +
        +
        +
        +
        + +
        + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-images.json new file mode 100644 index 0000000..e8bdae4 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-images.json @@ -0,0 +1,4 @@ +[ + "https:\/\/cnet3.cbsistatic.com\/img\/1JaRRjqhoGxDVkFxTRRWkZgyK2Q=\/670x503\/2014\/03\/21\/863df5d9-e8b8-4b38-851b-5e3f77f2cf0e\/mark-zuckerberg-facebook-home-10671610x407.jpg", + "https:\/\/cnet1.cbsistatic.com\/img\/nAMdBzIE1ogVw5bOBZBaiJCt3Ro=\/570x0\/2014\/03\/21\/863df5d9-e8b8-4b38-851b-5e3f77f2cf0e\/mark-zuckerberg-facebook-home-10671610x407.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-metadata.json new file mode 100644 index 0000000..d51b852 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "by \n\n \n Steven Musil\n \n\n\n January 18, 2017 11:00 PM PST\n \n \n \n \n \n \n\n \n @stevenmusil", + "Direction": null, + "Excerpt": "Facebook CEO says be a friend and have a shared vision, but scare them when you have to and move fast.", + "Image": "https:\/\/cnet3.cbsistatic.com\/img\/1JaRRjqhoGxDVkFxTRRWkZgyK2Q=\/670x503\/2014\/03\/21\/863df5d9-e8b8-4b38-851b-5e3f77f2cf0e\/mark-zuckerberg-facebook-home-10671610x407.jpg", + "Title": "Zuckerberg offers peek at Facebook's acquisition strategies", + "SiteName": "CNET" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnet/expected.html b/vendor/fivefilters/readability.php/test/test-pages/cnet/expected.html new file mode 100644 index 0000000..f9a3b74 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/cnet/expected.html @@ -0,0 +1,46 @@ +
        + + + + +
        +

        Facebook CEO Mark Zuckerberg, the man with the acquisition plan.

        Photo by James Martin/CNET +
        +
        +

        Anyone who has ever been involved in closing a billion-dollar acquisition deal will tell you that you don't go in without a clear, well thought out plan.

        + +

        Facebook CEO Mark Zuckerberg knows a thing or two about how to seal the deal on blockbuster buys. After all, he's the man behind his company's $19 billion acquisition of WhatsApp, he personally brokered its $1 billion buyout of Instagram and closed the $3 billion deal to buy Oculus VR.

        +

        Zuckerberg offered a primer on the strategies he and his company employ when they see an attractive target during testimony Tuesday in a lawsuit with ZeniMax Media, which accuses Oculus and Facebook of "misappropriating" trade secrets and copyright infringement. At the heart of the lawsuit is technology that helped create liftoff for virtual reality, one of the hottest gadget trends today.

        +

        A key Facebook approach is building a long-term relationship with your target, Zuckerberg said at the trial. These deals don't just pop up over night, he said according to a transcript reviewed by Business Insider. They take time to cultivate.

        +
        +

        I've been building relationships, at least in Instagram and the WhatsApp cases, for years with the founders and the people that are involved in these companies, which made [it] so that when it became time or when we thought it was the right time to move, we felt like we had a good amount of context and had good relationships so that we could move quickly, which was competitively important and why a lot of these acquisitions, I think, came to us instead of our competitors and ended up being very good acquisitions over time that a lot of competitors wished they had gotten instead.

        +
        +

        He also stressed the need assure your target that you have a shared vision about how you will collaborate after the deal is put to bed. Zuckerberg said this was reason Facebook was able to acquire Oculus for less than its original $4 billion asking price.

        +
        If this [deal] is going to happen, it's not going to be because we offer a lot of money, although we're going to have to offer a fair price for the company that is more than what they felt like they could do on their own. But they also need to feel like this was actually going to help their mission.
        + + + + + + +

        When that doesn't work, Zuckerberg said scare tactics is an effective, if undesirable, way of persuading small startups that they face a better chance of survival if they have Facebook to guide their way rather than going it alone.

        +
        That's less my thing, but I think if you are trying to help convince people that they want to join you, helping them understand all the pain that they would have to go through to build it out independently is a valuable tactic.
        +

        It also pays to be weary of competing suitors for your startup, Zuckerberg said, and be willing to move fast to stave off rivals and get the deal done.

        +
        Often, if a company knows we're offering something, they will offer more. So being able to move quickly not only increases our chance of being able to get a deal done if we want to, but it makes it so we don't have end up having to pay a lot more because the process drags out.
        +

        It wasn't clear why these strategies didn't work on Snapchat CEO Evan Spiegel, who famously rebuffed a $3 billion takeover offer from Facebook in 2013.

        + + + + + + +

        Tech Enabled: CNET chronicles tech's role in providing new kinds of accessibility. Check it out here.

        +

        Technically Literate: Original works of short fiction with unique perspectives on tech, exclusively on CNET. Here.

        + + + + + + + +
        \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnet/source.html b/vendor/fivefilters/readability.php/test/test-pages/cnet/source.html new file mode 100644 index 0000000..410bf3c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/cnet/source.html @@ -0,0 +1,19356 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Zuckerberg offers peek at Facebook's acquisition strategies - CNET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        +
        + +
        + + +
        + + +
        + + + +
        + +
        +
        + + +
        +
        + +
        +
        + + + +
        +

        Zuckerberg offers peek at Facebook's acquisition strategies

        +

        Facebook CEO says be a friend and have a shared vision, but scare them when you have to and move fast.

        +
        +
        +
        + +
        + +
        + + + + + + +
        + + +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        + + + + + +
        + + + + + +
        + +
        + +
        +
        + +
        + + +
        +
        Tech Industry
        + + +
        +
        + + + + + +
        +
        + +
        +
        +
        + + +
        + Up Next + + Governments suck at social media, but you deserve some blame +
        +
        +
        + +
        + + + + +
        +

        Facebook CEO Mark Zuckerberg, the man with the acquisition plan.

        Photo by James Martin/CNET +
        +
        +

        Anyone who has ever been involved in closing a billion-dollar acquisition deal will tell you that you don't go in without a clear, well thought out plan.

        +
        +
        +
        ADVERTISING
        +
        + +
        +
        +

        Facebook CEO Mark Zuckerberg knows a thing or two about how to seal the deal on blockbuster buys. After all, he's the man behind his company's $19 billion acquisition of WhatsApp, he personally brokered its $1 billion buyout of Instagram and closed the $3 billion deal to buy Oculus VR.

        +

        Zuckerberg offered a primer on the strategies he and his company employ when they see an attractive target during testimony Tuesday in a lawsuit with ZeniMax Media, which accuses Oculus and Facebook of "misappropriating" trade secrets and copyright infringement. At the heart of the lawsuit is technology that helped create liftoff for virtual reality, one of the hottest gadget trends today.

        +

        A key Facebook approach is building a long-term relationship with your target, Zuckerberg said at the trial. These deals don't just pop up over night, he said according to a transcript reviewed by Business Insider. They take time to cultivate.

        +
        +

        I've been building relationships, at least in Instagram and the WhatsApp cases, for years with the founders and the people that are involved in these companies, which made [it] so that when it became time or when we thought it was the right time to move, we felt like we had a good amount of context and had good relationships so that we could move quickly, which was competitively important and why a lot of these acquisitions, I think, came to us instead of our competitors and ended up being very good acquisitions over time that a lot of competitors wished they had gotten instead.

        +
        +

        He also stressed the need assure your target that you have a shared vision about how you will collaborate after the deal is put to bed. Zuckerberg said this was reason Facebook was able to acquire Oculus for less than its original $4 billion asking price.

        +
        If this [deal] is going to happen, it's not going to be because we offer a lot of money, although we're going to have to offer a fair price for the company that is more than what they felt like they could do on their own. But they also need to feel like this was actually going to help their mission.
        + + + + + + +

        When that doesn't work, Zuckerberg said scare tactics is an effective, if undesirable, way of persuading small startups that they face a better chance of survival if they have Facebook to guide their way rather than going it alone.

        +
        That's less my thing, but I think if you are trying to help convince people that they want to join you, helping them understand all the pain that they would have to go through to build it out independently is a valuable tactic.
        +

        It also pays to be weary of competing suitors for your startup, Zuckerberg said, and be willing to move fast to stave off rivals and get the deal done.

        +
        Often, if a company knows we're offering something, they will offer more. So being able to move quickly not only increases our chance of being able to get a deal done if we want to, but it makes it so we don't have end up having to pay a lot more because the process drags out.
        +

        It wasn't clear why these strategies didn't work on Snapchat CEO Evan Spiegel, who famously rebuffed a $3 billion takeover offer from Facebook in 2013.

        + + + + + + +

        Tech Enabled: CNET chronicles tech's role in providing new kinds of accessibility. Check it out here.

        +

        Technically Literate: Original works of short fiction with unique perspectives on tech, exclusively on CNET. Here.

        + + + +
        + +
        + + + +
        + +
        +
        + + + + + + +
        + + + + +
        + + + + + + +
        +
        +
        + + +
        + + +
        +
        +
        +
        + + + + + + +
        +
        + + +
        + + + + + +
        +
        +
        + + + + + + + + + +
        +
        +
        Close
        +
        +
        + + Battle of the CES robot baristas +
        +
        Drag
        +
        +
        +
        + +
        + Autoplay: ON + Autoplay: OFF +
        + +
        +
        +
        +
        +
        +
        x + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        player version1.7.2
        playback state1
        duration15
        current time7.00
        buffer length0.00
        average dropped (fps)0
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        + +
        +
        +
        +
        +
        + +
        +
        +
          +
        • + +
          +
          +
        • +
        • playlist
        • +
        • +
          +
          + +
          +
          +
        • +
        • 0:07 / 0:15
        • +
        • captions
        • +
        • +
          +
          +
          + +
          +
        • + +
        • fullscreen
        • +
        +
        +
        +
        +
        +
        + + + +
        +
        + + +
        + +
        + Special feature + +

        How to build worlds for fun and profit

        + + + by + + + +
        +
        +
        + + +
        + +
        + Exclusive interview + +

        Does the Mac still matter?

        + + + by + + + +
        +
        +
        +
        +
        + +
        +
        +

        CNET Magazine

        +

        Read about tech’s impact on the worldwide refugee crisis, discover what conservationists, scientists and tech companies are doing to save the rhino, learn how Tetris conquered the world, and more in the Winter issue of CNET Magazine.

        + Grab your copy +
        + +
        +
        + +
        + +
        + + About CNET + Privacy Policy + Ad Choice + Terms of Use + Mobile User Agreement + Help Center +
        +
        + + + + + + +
        +
        +
        + + + + + + +
        + +
        +
        +
        +
        +
        +
        +
        +
        +
        + +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        + Close +
        +
        BECOME A CNET MEMBER FOR FREE!
        + +
        +

        Share your ideas with the community, receive exclusive offers for sweeps and events, and get the latest news, reviews and how-tos in your inbox.

        + + No, thanks. +
        + + +
        + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-images.json new file mode 100644 index 0000000..93a8c33 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/i2.cdn.turner.com\/money\/dam\/assets\/141103182938-income-inequality-780x439.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-metadata.json new file mode 100644 index 0000000..46a71fa --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Ahiza Garcia", + "Direction": null, + "Excerpt": "A recently-released report on poverty and inequality found that the U.S. ranks the lowest among countries with welfare states.", + "Image": "http:\/\/i2.cdn.turner.com\/money\/dam\/assets\/141103182938-income-inequality-780x439.png", + "Title": "The 'birth lottery' and economic mobility", + "SiteName": "CNNMoney" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnn/expected.html b/vendor/fivefilters/readability.php/test/test-pages/cnn/expected.html new file mode 100644 index 0000000..368cf77 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/cnn/expected.html @@ -0,0 +1,48 @@ +
        + + +

        The U.S. has long been heralded as a land of opportunity -- a place where anyone can succeed regardless of the economic class they were born into.

        +

        But a new report released on Monday by Stanford University's Center on Poverty and Inequality calls that into question.

        + +

        The report assessed poverty levels, income and wealth inequality, economic mobility and unemployment levels among 10 wealthy countries with social welfare programs.

        +
        + + + + + +

        + Powered by SmartAsset.com +

        + + + + + + +
        +

        Among its key findings: the class you're born into matters much more in the U.S. than many of the other countries.

        +

        As the report states: "[T]he birth lottery matters more in the U.S. than in most well-off countries."

        + +

        But this wasn't the only finding that suggests the U.S. isn't quite living up to its reputation as a country where everyone has an equal chance to get ahead through sheer will and hard work.

        +

        Related: Rich are paying more in taxes but not as much as they used to

        + +

        The report also suggested the U.S. might not be the "jobs machine" it thinks it is, when compared to other countries.

        +

        It ranked near the bottom of the pack based on the levels of unemployment among men and women of prime working age. The study determined this by taking the ratio of employed men and women between the ages of 25 and 54 compared to the total population of each country.

        +

        The overall rankings of the countries were as follows:
        1. Finland
        2. Norway
        3. Australia
        4. Canada
        5. Germany
        6. France
        7. United Kingdom
        8. Italy
        9. Spain
        10. United States
        +
        +
        +
        +
        +
        +
        +
        +
        +

        +

        The low ranking the U.S. received was due to its extreme levels of wealth and income inequality and the ineffectiveness of its "safety net" -- social programs aimed at reducing poverty.

        +

        Related: Chicago is America's most segregated city

        +

        The report concluded that the American safety net was ineffective because it provides only half the financial help people need. Additionally, the levels of assistance in the U.S. are generally lower than in other countries.

        + + +

        CNNMoney (New York) First published February 1, 2016: 1:28 AM ET

        +
        \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/cnn/source.html b/vendor/fivefilters/readability.php/test/test-pages/cnn/source.html new file mode 100644 index 0000000..a4950a1 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/cnn/source.html @@ -0,0 +1,4190 @@ + + + + + + + + + + + + + + + + + + + + + + + The 'birth lottery' and economic mobility - Feb. 1, 2016 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + +
        + + + + + + + + + + + + +
        +
        +
        +
        +
        +
        +
        +
        +
        + + + + + +
        +
        +
        + +
        +
        +
        +
        +
        +
        + +

        The 'birth lottery' and economic mobility

        + +
        +
        +
        +
        + +
        +
        +
        +
        +
        +
        + +
        +
        + +
        +
        +
        +
        +
        +
        + +
        +
        +
        +
        The priest saving LA's gang members
        +
        Your video will play in 00:25
        +
        +
        +
        + +

        The U.S. has long been heralded as a land of opportunity -- a place where anyone can succeed regardless of the economic class they were born into.

        +

        But a new report released on Monday by Stanford University's Center on Poverty and Inequality calls that into question.

        +
        + +
        +

        The report assessed poverty levels, income and wealth inequality, economic mobility and unemployment levels among 10 wealthy countries with social welfare programs.

        +
        +
        +
        +
        +
        + + + + + +
        + Powered by SmartAsset.com +
        + + + + + + + + + +
        +
        +
        +
        +
        +

        Among its key findings: the class you're born into matters much more in the U.S. than many of the other countries.

        +

        As the report states: "[T]he birth lottery matters more in the U.S. than in most well-off countries."

        + +

        But this wasn't the only finding that suggests the U.S. isn't quite living up to its reputation as a country where everyone has an equal chance to get ahead through sheer will and hard work.

        +

        Related: Rich are paying more in taxes but not as much as they used to

        +
        +
        +
        ADVERTISING
        +
        + +
        +
        +

        The report also suggested the U.S. might not be the "jobs machine" it thinks it is, when compared to other countries.

        +

        It ranked near the bottom of the pack based on the levels of unemployment among men and women of prime working age. The study determined this by taking the ratio of employed men and women between the ages of 25 and 54 compared to the total population of each country.

        +

        The overall rankings of the countries were as follows:
        1. Finland
        2. Norway
        3. Australia
        4. Canada
        5. Germany
        6. France
        7. United Kingdom
        8. Italy
        9. Spain
        10. United States
        +
        +
        +
        +
        +
        +
        +
        +
        +

        +

        The low ranking the U.S. received was due to its extreme levels of wealth and income inequality and the ineffectiveness of its "safety net" -- social programs aimed at reducing poverty.

        +

        Related: Chicago is America's most segregated city

        +

        The report concluded that the American safety net was ineffective because it provides only half the financial help people need. Additionally, the levels of assistance in the U.S. are generally lower than in other countries.

        +
        +
        + +
        + +
        +
        +
        +
        +
        +
        + +
        +
        +
        + + +
        +
        + +
        +
        + +
        +
        + + + + + +
        + +

        Social Surge - What's Trending

        +
        +
        + +
        + +
        +
        + +
        +
        + + +
        +

        Mortgage & Savings + +

        +
        + +
        + + + +
        +
        + Terms & Conditions apply +

        NMLS #1136

        +
        +
        +
        +
        +
        + +
        +

        Search for Jobs + +

        + +
        +
        +
        +
        + +
        +
        +
        +
        +

        LendingTree + +

        +
        + +
        +
        +
        + + +
        +

        Newsletter

        + + +
        + + +
        +
        +

        CNNMoney Sponsors

        +
        +
          +
        • + +
        • +
        • + +
        • +
        • + +
        • +
        • + +
        • +
        • + +
        • +
        +
        +
        + + + + + +
        +

        Partner Offers + +

        +
        +
          + + +
        +
        +
        + + +
        +
        + +
        +
        +
        +
        +
        + + +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        + +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        + + + + + + + +
        + +
        +
        + + +
        + + + + + +
        + + + + +
        +
        +
        +

        +
        +
        +
        +
        + +
        +
        + + +
        + + + \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-metadata.json new file mode 100644 index 0000000..b1c1035 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.", + "Image": null, + "Title": "Test script parsing", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected.html b/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected.html new file mode 100644 index 0000000..57c50c6 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected.html @@ -0,0 +1,18 @@ +
        +

        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua.

        +

        Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

        +

        Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

        +
        +

        Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

        +

        Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. + Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

        +
        \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/source.html b/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/source.html new file mode 100644 index 0000000..59b7a02 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/source.html @@ -0,0 +1,34 @@ + + Test script parsing + + +
        +

        Lorem

        +
        +

        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua.

        +

        Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

        +

        Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

        +
        +

        Foo

        +
        +

        Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

        +

        Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. + Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

        +
        +
        + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-images.json new file mode 100644 index 0000000..888aa85 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/fakehost\/graphics\/author\/addison-bw-425.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-metadata.json new file mode 100644 index 0000000..1dbda03 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Daring Fireball is written and produced by John Gruber.", + "Image": null, + "Title": "Daring Fireball: Colophon", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected.html new file mode 100644 index 0000000..7fbd053 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected.html @@ -0,0 +1,30 @@ +
        +

        About This Site

        +

        Daring Fireball is written and produced by John Gruber.

        +

        + Photograph of the author. +
        Portrait by George Del Barrio

        +

        Mac Apps

        + +

        iPhone Apps

        + +

        Server Software

        +

        The Daring Fireball website is hosted by Joyent.

        +

        Articles and links are published through Movable Type. In addition to my own SmartyPants and Markdown plug-ins, Daring Fireball uses several excellent Movable Type plug-ins, including Brad Choate’s MT-Regex and MT-IfEmpty, and Nat Irons’s Amputator.

        +

        Stats are tracked using Mint. Additional web nerdery, including the membership system, is fueled by Perl, PHP, and MySQL.

        +

        Web Standards

        +

        Web standards are important, and Daring Fireball adheres to them. Specifically, Daring Fireball’s HTML markup should validate as either HTML 5 or XHTML 4.01 Transitional, its layout is constructed using valid CSS, and its syndicated feed is valid Atom.

        +

        If Daring Fireball looks goofy in your browser, you’re likely using a shitty browser that doesn’t support web standards. Internet Explorer, I’m looking in your direction. If you complain about this, I will laugh at you, because I do not care. If, however, you are using a modern, standards-compliant browser and have trouble viewing or reading Daring Fireball, please do let me know.

        +
        \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/source.html new file mode 100644 index 0000000..c68f390 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/source.html @@ -0,0 +1,151 @@ + + + + + + Daring Fireball: Colophon + + + + + + + + + + + + +
        + + + +
        +
        +

        About This Site

        +

        Daring Fireball is written and produced by John Gruber.

        +

        + Photograph of the author. +
        Portrait by George Del Barrio

        +

        Mac Apps

        + +

        iPhone Apps

        + +

        Server Software

        +

        The Daring Fireball website is hosted by Joyent.

        +

        Articles and links are published through Movable Type. In addition to my own SmartyPants and Markdown plug-ins, Daring Fireball uses several excellent Movable Type plug-ins, including Brad Choate’s MT-Regex and MT-IfEmpty, and Nat Irons’s Amputator.

        +

        Stats are tracked using Mint. Additional web nerdery, including the membership system, is fueled by Perl, PHP, and MySQL.

        +

        Web Standards

        +

        Web standards are important, and Daring Fireball adheres to them. Specifically, Daring Fireball’s HTML markup should validate as either HTML 5 or XHTML 4.01 Transitional, its layout is constructed using valid CSS, and its syndicated feed is valid Atom.

        +

        If Daring Fireball looks goofy in your browser, you’re likely using a shitty browser that doesn’t support web standards. Internet Explorer, I’m looking in your direction. If you complain about this, I will laugh at you, because I do not care. If, however, you are using a modern, standards-compliant browser and have trouble viewing or reading Daring Fireball, please do let me know.

        +
        + + +
        + +

        + Ads via The Deck Ads via The Deck +

        +
        + + + + +
        + +
        + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected-images.json new file mode 100644 index 0000000..b85fb67 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected-images.json @@ -0,0 +1,6 @@ +[ + "data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", + "data:image\/svg+xml;utf8,<\/svg>", + "data:image\/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCc+PHBhdGggZD0nTTUxMiA1MTJIMFYwaDUxMnY1MTJ6Jy8+PC9zdmc+", + "data:image\/jpeg;base64,\/9j\/4AAQSkZJRgABAQEBLAEsAAD\/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj\/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj\/wAARCAH0AbYDAREAAhEBAxEB\/8QAHAAAAgMBAQEBAAAAAAAAAAAABAUCAwYBBwAI\/8QASRAAAgEDAgMGAwYEBAQFAwMFAQIDAAQREiEFMUEGEyJRYXEygZEUI0KhscEHUmLRM3Lh8BUkQ\/EIFjQ1glOiwkVjgyUmkrKz\/8QAGwEAAwEBAQEBAAAAAAAAAAAAAAECAwQFBgf\/xAA1EQACAgICAgEDAwEHBQEAAwAAAQIRAyESMQRBURMiYQUycYEGIzORobHRFELB4fAVUoLx\/9oADAMBAAIRAxEAPwD1G3lC9a8Hjs4LLnvCq896HAdgzcSKnGalx2FnW4lkc81tGArKDxI6uZFOcPgEwqG\/JxhtzWPFpjCBe7bmjaAsS665+VJx+APpLvbGcVpFfImCi7wTvV6DYRBcvnc7VLiOw6O6x1rLiUmfSXy43b51Sr2Ps8n\/AIiTifi5wSQN9\/aujDtnXgVI0PAgV4ZAP6B+lelDpA+zPdvT4I\/Ws8vo0xmGxmsjcLsB\/wAwtAUP2+GpYkCSjfepsYou9pjyqwZCmxF5yIIzvgvil3sAgZwKoCQNKvkR6H\/CJ8cQul81BrfB2zHN6PY7XwO2SNxS8t1CzGHYbzVfKowO4JmjAL9iWORgCtWIS3rpHkkgnGSOtIDG9qiGvLfG4NZ5PRcBhaDEK+1UiWScc6YCbivWpfQ0Hdl1LSYAJPPYVpjJkaiOWJ5AiTQs+caRKufpmtOSurJ4Sq6PP\/4n7r3bZB2GOuaif7lY10egdnLsJwCyGRkRL+leZmVCTCJb4E7nFckk2UVHiEaHJPzpK0FnV4mhOAarfYrD4LpXALeVWmwsm9ytQ2xlbXaBSM1DegKWvEJxkVkpjKheIpO9VdiPpLxG8qmxlcd4A2CKFkaETmvV0HcVSyWApm4npc5PKtI9gVycR1dMmuutEXYG96wf1rKYrC4LxicsaxeSh0Evfrp3xmnCbbHoBe+yxwNVdUc0kiXFMQrcELk4Hzo4HHZS96GYgZqq0AHPMc8z60kkBUkzBcA7k1URIr786\/izimAbBd4G5FQ4XsZyTiHiCqaniUFW15k75J8qFGwYW0xKZ5U3DRNlYZsg74ppUFl6zkHYkelOkFk2uiqnVn5UmkNFPfaxsazcfZaZ572tbPF5QeldGPo7sP7TZ8G\/9uh\/yD9K9CPSJZm+3vwQj3rLL6NMS2YnArI3DOHj79aTF6HxG1SxA0g33pdlIS3I++arQyFUSFNHmyQgcpKliZbp2GKY+ztAqNr\/AAuk0cWnH\/7efzrbC\/uMsy0ew3kxS1DA7nrmp87\/AAWYR7Gtg5e1gYncoDU+N\/hx\/gso4kCVYdcVuwMle8O7ziH2nvHyU06TnHvWdK7Az3aRcX9uo3AFTk7RcRpaj7oe1WiTr9aQCXiekBnlcRxL8THp\/c0m0k2yoxcnSFqXk9xEYoiYLQnZV2Z\/VjXBk8iUtLSPQhgjDbVstj4cjKSM5NYUbcgPtCZb7gZjuCXuLMgq7HLNGTuD7Eg+xr0PGy81xl2jh8nEovnHpmls7trfhltGzY0oBzpZ4qzz72yM3FMnAbeuZ40WVy3bSLuedJxSEGWhYKCSdq0jEQyivsYXNEoWBa9+qJnVWTxhyF8182SdRxWc8aHZQ3ESE3ORWPALB\/8AiX3nifw1axsakEHiSso0tT+m6HZWOIrvqaspY2guzk3ERpxrqIQt9B0Kbq9GQxO2a7seOkS3ZKG7IX4se9NiRclyHILEE1lNNdD0EpcgHANc80CK5LhjJsdjXRGOrQrCLZtWTiom2NMTSgjbFd9HCDDCEnH1pUAHcXBBIANGwBzIzEAHc+VKx0WrFhck74pAUSOynnsfI07GVLPpPWnfpDoZWMraQSd6VEsYJdquM04iLY7xG5HPkKdUMuMxK7Del\/I6KCXZwNxUsYbBFgb\/ACoSoRgO1i6eKyE9Sa1gehgf2m04UMWMP+UfpXcukSzL9vjvCPSscvo1xGN61nZuG8NGbhaTEx6\/KkwQLN1zUjEtwPvjVpAcxTEaHgnDhfcP08vHnNT2hN07NBY9kheSd3HIQ+M8tqqEeWiHOtnb3sjHZuFnnYE\/yjNKbjj\/AHMX1Ars7Fa8Fv8A7QkrvldJBWlDPji7sicuRqbztDBc2YhhDagc5O1T5XkwljcURW7N3wJtfDLVuvdr+ldGBVjj\/Ayd9uTWrAT3WN6lsDE9oRq4rCOorKfZcehtAMRD2rQkquJFijd5WCooySegpP8AI0r0YLiXEm4pebErbRn7tPP+o15+bK8jpdHqYcKxq32G2hxp\/F51lRbZorNQ65A3HpTogBvYwZ2wpyQVI5jGDWmDWVE5leJ2UX6utvCqtyUbV25ezxb2xdCrtL4ya55peikNFUAqQx9qzdIdDKN27vIrSLRIHfXzQ4I6VtGKZLBE4kZB42YUPHQWQueIADnmuacQsAfiITmTvWUYWxlX2zPXY10Rg0KyP23usnJwN6mUfgdlZ4m8nwbGolj+R2RF8zOFJyKSx1sZfqYpnmK3g6JZRc3xiGcEDrircExJ7KrfjBJVAdiedYTxNFWPre9BjB5msPphZyW73zvVKNJiGVldju8nrWcuykwcEON8YrsVeziA5sasDlRfwL+Sl4VJO1T2URiswZNWMY5CmkgLbiPu1waAsXzsANgM0NjQMulyc5232qbG2Eq3djw5IqbbdiBp55AcrzNWmPsZcHdn0ltz54rKWWSNVBGkihVlydqSkNxKZ8IRyrRbM2iSy4XbOKrsgwPahtfEm3860iejgX2m24dtaRf5R+ldq6J9mS7eH76IelY5e0jXHsyYwCMkVmvg1GHD42juF7xWTIyNSkfrTqg7Q7ZcjPSlISBJ+tQUJp1xKc0xsiKpCNz2NjP\/AA8EDmxoijOb2ek9mLbQHkYb4xmunGqVmEnZlu3ErrxDGpioGMCvO83ckgMk1zIXARiPOudQVbFYfDKyxnfOBWU0Fnt3Z7I4NaE\/\/SX9K9vCqgv4GW8Q1lMpgn1q2AllMp+JRUgJbzh6y3KysPEKlq3ZSdF2jSgFUIwPbTjOq4PDrdvCu8rDqegrk8jJ\/wBiO7xMX\/exHaHqRXMonVOQ1tpPGM7USEjVcPlxCM5pJiaBbp1a\/QAkMQc\/Q1ph\/wARE5v8JgvE5SWQDp1rvyLZ4SFkc6mQjOHFYTSRogwyFiM1jJehsa2zZjAzVRVEMX8VjUoc861TJM8co432rZNUB9dXCpHkYrDIrEL5py3i233FTjiaJUQil1EYO9byaSEy6VWcZHTpWSokoWPUQeQzVPekMZRQr+E561L\/ACFhmtQqjyrN2h9iviTKQ2kfKrixELez2jZQT12rPkytDy2XCeMEfKs3foGGRRI4xUtEhCWwQdR7VNWMrBGnblXT+TkOqo8v71LA+WNdzRYEmdYxsRmqAX3twNLHO3l50x0Ibm6UyYPPzo4lpUdtny+wPvUMQxSN3xtUokl9kDfFzoY0xrw+JYsE7HpUOJrGQ1NwiL6+lJIqxVfXoycVrFMl7BResoGMgVolaIMlxaTvL92J5mrSqz0cP7T0GwH\/ACsf+UfpXb6MjJdtlMl7Ci7s2APc1hkVtGuP2OLe2i4KgtbEBbgf41zga2bqAegHkKw8jyHjfDH\/AFZ1YcKmuczksvEEbVHeXRzzDPq\/I1zLPlW+TOj6WN6cUByz6mP221Rl6ywL3bj3Hwn6VrHyL\/ev+SH40f8AsdAd1aFommtXE8A5so3X\/MvMfpWqSkrg7MJJxdSRmpd5jmhAdC+lUI9M7BW2vg8LY5k\/rWuNXEwm9npPDoe7tSB1FdC0jH2YHtqNV+3mK8ryv3jZk4lCncb5rnbEGaS4wFOMVm67A9x4KMcKtlIxiNcfSvcx\/sRRdOd8dKpgLZ13NSABOm9IZnO1nFF4TwqSUEd8w0xr6+dZ5J8I2aYsbySo8fhLTTtI7EsxJJ864Um9nqtqKpDiE6QP3qzPsacNUySDHLrtWMmzWqRpJXEVurDYVMtIlK2Lra4abiWV30RtvWvibymfl\/biZXxQMkmCeVd+T9x4cTPS6zc\/d86m17KQ7t4XVAzE5x1rCbsZKS7eAHeskIX3V5LO3xbe9WpUKgOQPgajvTWRoKBZoJSmB71X1LEBTpKuxHhHWqjJFp0XWQzsRjyq3slhTlQmG\/KpSYvyfWzKWIztWnGtkvZN5jGcgED1pSQkwWfiDBsHpUfTstEYrhLmQFwB0xS48dAajhUSOo5elc8tFoayQoq5NRuxNFEUkayZotk1QxWSNkG4rJyoaQn1qF3NdhyHUmXUN9sUUBTcXaKnP60NAJ7niSq2Q\/yzQuylFsWXHFFfUoarjE0UAeFjMx5GqaBqh\/w+AADp51nVozbHMSgcuVS1RJ8xxvgYqdlA094sbYPMVQ0CS8VGMaqfHZZ2KX7QQfzptUgRc1uWA0g5qeQzL8QGLxuu9ax2jux\/tPRbIYtk9hXYZmU7UuI+N2bE7LIh\/MVlN1JM0xrTHQHeXTSMMFiST65rzctubbPThqJdcxFRkDNRQXYlu3x8OVx\/MMigpCw3HdyiRHMUq8nTl\/2pxbi7TLaUlTKbi3ivzrgVIbs80GySf5fI+nKuqGRT09P\/AHOTJhcNroWlGRyrqVZTghhgg1ru6Me1o9f\/AIdQ\/wD9vWpIG4P6104l9pzTf3M3cY0wVr6MvZ5t2vDPxCQLuDXjeY6yDZnhasrA7nzrm56BBSkJGcc+makPZ7fw8EWEIPRF\/Svfj+1FH0tAAE1AANxtmpA8Q7f8aHE+NtFC+YIPAuORNcmWXKX8Ho+PDhG\/kWWWFXPWlFGrYWkoJAzvSlouCs0XBQpYdPesGmzRqkEcd4ikYWMNudqznvQ4QfZXwZWZJJs\/hx57ZFdPiL7\/AOhy+c\/sou4u5+0EEcq7MqqR4cWJ4sNcgkdayekUaK3bMRBxWTGLr+Ikkjf2rPVgArFoPw02yb2fZQnG21RdASwhwcVSZIFdhNRG2DVReykytURQCMVrG\/QmDy88jz2FbIVledCk1doBfdTlgRqp6YJUVhTJvvmjjQ7J20fdvuSOopSj7FZruC3IjIVzvj2zXn5O7NExpdXZ7rOwNZxexszrcSVbgh261uoNohh0fEYlAIc1jKLDoIuEYE88V01s5QN3aIczQJCq\/nY9TjHKhPZaQkmd5SdsdKtfJoigQvnJzV8kWgvh6vG4z0O9S5IUjRWc\/iAJ28qhy9mLQ6SZe7\/es3IEime5JGF2rO7KoU3RLvyzvzq4utjSOW9gWIJ671LyM0pDy0gWJRkelLnZIfFoI23qokswvETqv25HxfvWsFo9DH+09Ds9rdfau4zMT223vwOuBisMvZtj6G3C7pHt4ZSSS4GQfPkfzrhzJKVnfidxoZzTd6pFZ6eijN8TLIxwG+VI0QlllJJzzq1voCj7SVODyo4lJjGG4h4hpivJNE2MJcfoH8x68xW+PJ6n\/mcuXDX3QPY+wlq1vwC1jkA1KuD1616ONVFI8yf7jVEYiIq30QuzAdp1UcQJFeN5kf7wJCKSVRnHOuTiIBuJApXzJo4tbGme8WJ1WMJON0HL2r349IshKeeKAAZaQGW7b8QPD+CTuhAkkBRTnG9D0rKirZ4EqsbltZyxOc+dcnCmelGWhrHjSM5wD9aqg7eg6zRS4DbYrObo0ghzJeQ2Nt4WyfKudv4N4RbexLAZLuZ7iYEqOQ86zOhr0PuzcpuJnjU7Ig5erV1+IvvZ5fn6iNuMW7GXNbZZfeeItGdKtHcjGfep5Foe2utkwRWcmIt+zsTnBrCTAou4NKE9agDK8S71CWQ4Ga1grWxaBYuIOgwTnHSreP4AKt1lu2zp+dJPj2FB62DrjX0rojL2JombMMMYolOhIEvbJhkqNv1pLJYPQjksm73DDrWymkNDK24ecAnGKHmQqLZ7FVGFFQ8pNFtrb6CDnOK5pzvsot4g7pCcE1EUrsdsyNzKROdRwehruxtLQy6C50jdsH3rOaTCjeXDEjV0NJo5BY+CSDmoeikC3EG2+aEMHSx1AtjbzqWyrLouHADLA5\/Wp5By0VS2mh\/CMetPk\/Ycg2xtznfFNMQwY6E35CmyRReXmJQFOKhxs0ii20AeRevrQ4mi0P440WPpmsuNMTZXPKqpscH0ppCB47g9DWq0FGXud70\/5\/3reL9nfBfaejWv+AvtXYYmI7Zf+5fKufJ+43xdAvCbjTbvGxI0NrHz51zZo8o\/wdmB1Kvkci+1SDDbVx2dPEvukjuIdWAaolaMnxFdDsBtVxVlitnJ2Iz7VolZn0RaVoznce9JxaKjJPs3vYPtw\/CmWC8LSWh2I5lfUVtgzOGn0c3keOp7XZ7PZ8RteIWYms5klRhtpNejakrR5ji4umecdrbh24rIkKs7LzAGa8zyMbnkpAxZa8N4veyFYbC5UDmzoVH1NC8ScnpEDSLsXxW4lBn7mJBuSXyRvyrReBNvbBaZ6vDeW8FsiO4AUYHWvQWOi+QDfcatYOSu+rkeho4JdhbZmOO9qlgjAjVcny51Mml0XGNnmvbzjtzxaKAqxKJuUG2axlPkjeMFEycSF3U75zWDZumMHLxp5HFV6NItXs7HN3GDIxZj05CspQrs6oSvSOwTyXtyE5qOeDyrF6NaQ04ncw2sccCsAcdNzWe2JSpWzR9jeGizgNyZFle5ODpzgCtsNxkji8lqcWNeIyLq8RFaZf3HhIQEI91jpWb6LHVviOPapexNnJLtVyKOAWCXFyrLms3GgMxxVg5Na40L2IGBEwB3BP0rrcftBM2HAI0EQzjNcE9MtMaXEqxqOXKtIvQMChnUsQpHOlOfySEyR6kJAztWHOnoGKLqERkNjka2jkvRNUCfaQnX0xWq2UkXwTJNzYVm20KgwRoFBXY1k3YCnilwUBAGa2grEZ10719Tc66o6QW0VNEUbI3HrU6KTNc88rEAHao7Obor1MviyaTKJrKGADUkIsjlXcE0pIGEiRcZGc0uIimU6vKk0NHYiVznnVRfoGRuJW08s58q1aEgNrXWdRx51FlxdBnD4cNjOwpqPIuxtI6JHjUM1osSJsUXJLvhDzrOUeI0y\/BEQ9qzLEE\/\/rjjO7\/vW8ejth+09Ft\/8Fa6zIw\/a\/fibVz5f3G+LoUWUvcXKPtjOGz5HY1HRqG3iNAToOpTuuK4pR4to9CE+Sslw7jCAd1LsfKpiU4X0B8VdZMspH1rSP4JbpGfkkQMfEufcVtFezCTBJbtk2H0ztQ7XRN\/II\/ETHybHsani0y+Q57O9rbzh12j287Lk777fMVvBtO0YZUn2e4cI7ZW91aQTtpEjjfIBIPvXWs2jkeEax9p0mDd1ctqHIHBFUs9kPC0EDi\/2lMyMwPkDg1pyvsjjQtuOKxxl4jJl\/iVnochpGf4l2piaNkfSCGwy+R86xeQ0jCzMXnG47sMHOGG2c71m5\/Jqo10KZJDjbEgPUVm\/wAGi\/JyIBTkdakdhvd6sHO+NvT1qkxWKr2B4vvGA35AfvScfk6ISXou4fcNa4d\/LJxsK58sWdEJJoDadrm9aR84LY9hWTXFUacb2bvsbf6LsWZfKEgqD0NaY7bo5c6SVjniKt3hI5b9a1yPdngoTRAifJGd6i0yhg02lMDbaiiWLppJNecU11Q0C3Vy5TY70pQGLJXZyc4NKNIGgFkUSZNdHK0QNrO9MOAu+3PNcs42WpEOJ8Qd0JXfHlShD0Mhwu8RpvAzct9VVmgvQro1ttcKY+eRXC47ExZxNw5YLitYiE\/2N5FJPWtlKirRKKIRkg7Gm3YFjz4GnUKhoVAN2C6kE52rSA6FgiKyYzvXQpaE0EMqhQGAzUCQ71LjlSUTnIKDK+kA49qqMLYWfTR90K2WKikK2uSpORmplCh1ZZb3rFgDy96ngJxGsBL7nfPIVlJUFWGIjHbG1OAEZIgCM4rZv0Kj6XSF2rBgBmcQnIPOtcb2UkWfahJGVxlieeeQrqi1QMKtLcMMtvXJl2Uiy4j0jpisUirM3Nvfj\/OP1raPR3R\/aeiQj7oV2GRhe1u\/E2rnyfuN8XQlUVmalnFLh7e0tJckxsSp9CDWGZLs6vHl6KLu2W7gE9udMnUCsuzqTp7M\/d3syKY5SdqqKsznIST3IJJ1P\/8AEgV0xic85Udgl7xMGfB8pFx\/91WoqjJy2cmglBGtCBzHUH5iji49oOafRclvltcYLEDOBzIquNoz5fI64ZeTIFRXOg8s+dAWazhnE3ijOWwCRkZ5UfkOxwnG5EfJkyOYINXbslxSL5+I\/aoI1lbOds+VaRl6Zm409Gc4jwySaV9L6mXJxnnQ0noLdCUW08QAkTY8j5+lS1RSYVYBlymSM7gHfFZtGiY0gTVGC\/MHFKgsOtlyc8ydqEBOa3WRGGOh3IquwTFd\/ZsEPdrqOnKjzP8ApUyiaQmJbtu4ZYl3ZfiYVzyx7OyOW4mh7ALJc9oLcLkqpLsfIAVeOO9HL5M6g7PTLmIE1lKWzx6Es8ISXI86yUtgVycuVbJ2KgGdjzFapIYrvNQOd8elOXQXsEVdQ1ZO1Y2JgV2zE+D51akLRZw9WcYYZIqJumNh8sHmNqmwT+SFtAI5CVXbpSk77HdhxujFH4c\/SsqtgCrxHUTkZpqAnsNtJwyYxTkmgTB7w6ck1UJWFCSSQiUHoNsVu42hh1u3fZHSs3ofRXeW4G42PmKuLsYveXxaWG461pxJod28wKg+dUoezChlbMgXlg4reEaJBb6TUdPStqvsaEd4pZtK74rFtGqRG0tWWQM+c+VZSY3EfWj6cBRmsJOzNqhh35jTPn0qOmTSIRSfaJQFHXetIty0AzXh6FR1NdCxKhoEuuFA523rKcePRa0LfsZikGCee9ZxmNjKFygAzWzjoR27nTuvWocQ7MuDrvkPm4\/WhI9CP7T0aL\/DFdlmRhO1f\/ub1y5P3G+LoUAVHo1oZwwwXvDms7oeBicMOanzFYZUbYnpmT4jctwK8a2ilM6rzLDHyqFV6OhSbRnuM3qTvrUbHnW2OFsiTpCeS6WNNQBI9K6VE55SPkvEBXc5IzvsKaj7Jsd8Kve7bCqrRMN4zup+X71NuL0TJWNAYZCPsuF1f9Inr\/SfP0O9UmpdEO12BtcNr\/lkQ4ORj61DKQxtXZRKutvENQ\/f9apL4BsY2yyNju8\/\/LpVKhNj2xVkhYDBfnvWiM2yE948bq4csUOCfQ0mNF0jxSjJJwTnGMij0CQP9ijILxE86hmisvjQ6EAzk9aXqg9hcS6ccqTXoYfCgPpmhMRC5tiRldmGwzTsZmeOcL2Bt4yTks5AyamSvo0jOuzVfw7tfsVg1wygGdyuSNwFH9zVYo0mzm8mV6NK90GY4IOK4pq2cgveUSTEczWCWxUVXCkYK5NbxYilLaSU7g1o5UM+m4ZlPFms55BMhHw1QMY\/KuZ5BUA3\/DlAOFGauM\/kTQHbW3ckYGDmrbvsEHlA4GrFRfwOiapHyyAaG2IrmhBBGB9KV7sPQrmsijhh9K15DQXaZGFIAIqZWOgie21pudzUxdMBPd2BTOcYrphILKrSNoW35U50xllxqUZOCvpRChWLVh7xyQM1vJohslwy6Rzhmxit18CkqHaXkcce7Va0RQumvu8n0R0O3opIKtbYPuxyayZZbcRBMEDArFpisqW5ETVnSb0JkjeaxscGqWN+yGg3h0+ls5AzVwXFho0FrOWXmK35oKLmkVzjOcVx5sqei0qArpF5gVlF2MS3s7R7DnXVF2iQaN5JjvkD1rOUkil2CW+97H5d4P1qkrZ3rUT0ZP8ADFdbMjCdp9+KSe9cuT9x0Y+hUKg0GdnE7WMzxrl4zqH0pOPJUOMuLPOOJyl5pTMS0mTkmufjTs6lIz96wLacn03rrxxrZnkYNHHpBRs4blWrZzlos2JUZJXHzpOasGg+xVokCnmp2NZylYJUqCGkIyBuD0IzUp0Ohpasl3GI5ziYrhWbcj0J6j338ieVdCd6Zk\/t2hhaL3DgSLkgYBB50JUNOx5AY4vBqO4BBOwPrT0hXZOe67t8Etttt1piALiXKtJHsSM4J\/aixq0fWV6GjbwjCnl1HrS9j9D7hWJreVVPiHiHmaHQrots5leYpJ4WHQ0IbbqwuVlhk0gjelIIuwyz8WOX1pJFN0MntSAupeflyNDjQlKykWIkbSU+KkgZr+EcAA7LXUNuh+5+\/i6nP4lP0rpjFKNHLlbfZiZWKu2WNefPbMvRXZTFpjvyrDjsY1UaiMCqJegqE6TyFTIVn11OgXpWM0xAizp54rBooGvHRxjIrSJItmIAPI71pQA8twAB0NCQyv7SBudzVBROO6DNjrSaa7At1qW35+tFWIqSQJN0I9KbstbGCMHVTWSsQBfgYJJ2rog9EsBWNpPENtqpvY7omtszDxMTSsQTBZrGOWc03KxaPPbWcxsa9RGj6HNlHLNu2or5U20tmbD4LUi4yBjFZ82ybG8OEB23pLYmwbiUjBOtZtOxoz8ksivzNNR+Cy6O5fG6Yq1ohoMs5HLAnI9axyP4AdwXTovxVwzlL0UgmK80jnvUbGTe6yuSdq2x66EL7hxI21dPSJLIlxE22+DXPLbLQts1\/wCehH\/7g\/Wt12jvX7T0VPgFdhiYTtL\/AO6Se9cmT9x0YuhYoqDQ1HZO3aYOirq1HGK1xK2Z5HR5z\/FDs7cdnuOyrJgwyeNGXlv0pZcXCRphy8kYGZtTcyDVKi27LIJVICOAd9h602iLGKBe7B\/2KxYzvL50r9AfKmttgfpTW+hWOLJNRRieW53wa6I\/kzZp4ohdW4DRqrjfVjmf2rXtGT0Kb67eIRRMA2jcY8jzxWbZaGrsk1qCpBYY3zSsdCaZ5I3K\/h50N0UD2U\/dyuoI0n15A+VLkTZp+BXHdxqDjwHfO2xobG9kuKS91dxyxnY9c4+VJscV6Jy38bAyuQAKcpCUaB17Z29k2B3hwceFc1Km70htI1fB+2lrcKizxMI3AOwyceeK1U2tNE\/TtXFj214rZM6ssmtCc+Hp7jpSbSdj4tqmehcDUSWuYmUxXMbRMeeCQcbVvHas5pqtM8zvrYiSQHmpI2rzJPbMkgGwtmMzHON6i1Yx1ECg5UmQ9lNxMRyFCAT3kkrtzIWiS0B223G7GuZoRZMoAxmmuwF1064xnGOdaLehUK558tgNWiiUgbvWDjJyKfH2VRersGyp\/Kk1Yi9ZJJTpzU1xCgy3jCnc6mpehh+hu7yBWTasdAM6sxwTvWkZElZJjj35+laaaIorW9wQGFLjQMPguA6eL5Una6GYex4frfLjYV6ikOTNLZRrGukfSnJ6MmWsVRieXlWXQgeWcjYU0hlLFpmABzS0NMJj4emMsAaHKkDOfYFZ8AH5Vk5UTZY1uYV8IGfKs7sYM0joSWBFZzjZaKTfFm0gZq4YgDLcSSjLZxW0cVCbClQZ3NGRehIKWVVTw+VcjuzWIts9+JQesgrph2jtf7T0BfgFdfRiYPtFvxOT3rkyfuZ04+gS1tpLiVY4ULuxAAFCi5OkU5KKtnqvZXhf\/l\/h8RvCBdzsBoBBxvXdih9NU+zknLm7MH\/F7TxHj09m4yDGdIB5MKjMrm0Xi1Gzwm+4fLDI4Y4x0Nc\/LizpTs5w+IKMsxPoVqXKwSoOJC7LjFR3tjPs8qV0xhtj8WfEAf5etaQohj+3GVAU7\/1j966E9GbJ3F1NBju8LgbYIpOVCqzO8TvmadXK\/iyR5edYvJZaiEwcSZFxnbOTvUKbHxosmvEkUkMcsQedVzHQpvZmjuw4Hh5EDqKfJ3sVGw4LIXgXIHiXSTz+tVd7QqLb8NIEj\/EGBzSaBdmS7RcTaIT92zGGI8h1NEYuUqsic0Mey9yivDdrFHNH+OGRcpIp5qR6jPtzrbE3CVoyn9yL+KcRgsOK\/ZrIyfZFnLW3efGqn8JPXnj1xVZpKrXpl+PyumbywgUqkyLpMm7D5VlJbNU2enfw+vTqlsHyykFl8wcdK1xNrRjlVqzPynXNIDkkk8687IqkzmRXbQAE4rFPYNl0oZdqZJUEBGSN6dsAO+iAG3M9KJOkACpEec\/SsxAl1eqAcnA9apIEJJrzU5UEEVqoeykitImlJJ2FaaH0EJZlmBAOKlyGEPZlQN8elRYrKQjJJpzvQ\/kB5wyBXRdY3rnnKhjOS30p4flWXKxAptBzJ3NUnQAl5BojOMVrGTFQilttc2TnPSujloSC1cxqAQOVQ18BQOsPdrsMCutNozKZphCCzEitVKxUAvfNK+AcCnxLSokA7776aG0kIugmMT42rNux1Y0S8UJsRUMloMtZVJGevlWUmTQS4Ryayk6KQuv4QV2G3lWcZNsvpAEFiC+o16GF2S2NYgqppA6V10iGVTRv3mV5Vz5JJFI4qtoOQeVcV7NI9lXDd+JW+3\/UFbxW0dz\/AGnoCDIAz0rrMRI3Zm64nxN3AAiLdcg1n9FykaLJxVGw4Z2a4d2ahN5NiW7\/AAljkJ8q6YY44lfsylKU3RmuL9o5JOJRTBhoik1cj+tSpNysrikqMtdzrxHtDcXrNlYoncY335fvS7k5AtRo804taSXV4xCg6mJrlkm2dMaoWXCLbfdAgkc96zat6ZdlKb9c58qTdATD6TkbEUl3oEG2TjGrJUDritF82S96JXXG44gUikZiOYBq7dE6F7ccDEiRGxUuLYconBcw3fhD+IeexqHBrbK5J9Em8I571NDK2kOSKErGTaXvBG3N1O+RzFWmyXRuOyuZLcxkgFCcZ6jyzWl6on8lvaZjZQzTJnBUY\/pJqqJvVGIaBZ0kDHMUgww\/ekrTtIy1VML4Pp4faRxFjttqOwrVNdkpA7P\/AMX7SAw7wxHc9D\/vFTJ26NsapWes8EnXVFCWGoDGOtS2VTo33ZAaO1GTyC+WMbVrj\/eZT\/aLZwTd3DKcoXP0zXFl3Js5V1RK1Yqxx1rkq2BdI2+9VQih2AJxToOgS8ww2NRIKAHtyy+dZ2goTcUsHkBGT6YraEwBeH8Icn7zNavLRaNLa8KCxgMMisZTG0cmt1gzyqVJskXyuS2AMitFRJT3LM4bpTb0A4sgqEYblXPJFB09woXnvyrOnYMBa7AYdaviAHf3KspA55rSKAAjkVic7ECtVaEyq4DNjAzVIRY0i6Mda6eJnQsvonl2UVotDB7LhcrSgnlnyq7bQ2x\/9gEUQJFc8k72TYouly\/hAzQikDJFLO2lEOOW9aNatho0NhbOgAJIIFcs2LsOWIqc7k1jLaoEduEGgZGTisoxZQvB0uQdt+VdeKXElqw63Ree1dEsroEthDRKeZ+lckpNjINEFikznlikuxx7AOFwF+KQd2QcPnHWurGuTR3N\/aer8L4Ye6R5FIY8s16EYGHIbTNFwmy14Tvm254qv2on9zPPe0vHXlVg7ghjtpG31FZSkaxR5xxziQYFI3DHq2eXyrJv0aL5KOxEzXd5xCFmz93y8q0x7siemU9pFSyRtLLqORWOR8UaQ2YOQmSUsTvnbNc\/8mxdEEQHIUkny5UuwB7yTIOG50IbYqu5pu6J1Np9TXRCKfZlKTXRNAgXGcbc8b1LWybAEd\/t7KT4WHKtWkoWZp7oJu00IrrkMBkehqYj\/JbbX7NjWdR\/Wplj9I1UrCpG1aWG1ZJV2UTgbLKM5PTNCXyHZ6B2WIiCB9s4NbRi6IbDe09t9rge17wDvFwPfpWiVuhJ6swkVld6cW00Tuux8W1FCcNk\/wDgV7dEC5nRU6iMZ\/M0rEoo0HCILSwhEdsg1+fP61DkaKNmu7LQM12GIOnmSaiO2VLo9H7Hp\/zd7MCF0wsQSdq3x+2c+V\/aCXCJqcx\/Dk4rhnK7aOYqjGk+dYLbH2VTyDJA51VEkERiN96Yj6eIhQcVjkdFA5cKpDDFYr5ArEQkPpVKQfyEwWoj3O4ocgTCzJGqjHlU27LsU36d6SFzWkRdgBgKdcmtUDRU8oXPnRQqIwyu7ZA9amUULoJZ2dQCDtWdUUVOGXfO9VQhdxFiF2A9K3ggsHgl2GrnV8aF7G0WgIDjOfOs2rFq9gNpEGGW3FejGOjJsJ0RhsbVDWxhMTKvLFaRRL2cuJx3WDSlEaF0MPfXGw8OazhBtjbpD6w4eiAEqM1u1SM7sNaFFOVxXn5tM0RQ+AD71yctmiQDdyAcjW0UhMS3c+mU71uo6skM4e5kwSaiYwuaYpjG4qaCyKSSTv3alVztkmrx43IcVs3nYXsfNHLFf8Q0GMeJFHPPrnpXpYcXHbOiU70jY8Rv4rcMFzrHLSM5rdujOjB9rONl3wytnTy6VlN2zWKo834vfakZmzjn4m\/bFZOjVIx16+py+rI5+VZvso0\/8PYsjiFwWZU0gEkfOunEvtbMMnaRmO19wHvHw+QDtvXFmps6MekZwHbJHKo\/Bf5OhgeQ2pNUMpuEJ3xTWtgQeET2+nH1qlJxZLjYqDG3PdS5HQE10JqWzB60WrLAPFpXVjGahwldLoLXYJd3IfwpWigK2Ux5WQMSdvyqntaKWtjKO5RsAEVhwRqpWM7CE3BTuzhgdhS42JujZcNDxXKnGFO\/h5A1skQ2ajiEIu+GltP30Y1D2oSoEZ2ytUEUkkCprc6mwMEmpbLA2k0zFW1KOuOYqHIdBlhErSBtQOT1FQ2i0b3s\/EY4HcgAAYyfWrj8kSNr2dxFwbikvwt3YX6mtIaiznyiWWdgDk1w8dWYkIZSTjfHnWdbEyeAW5CqJCogB70mIpvZAowOdc81ZSFNwxI33FSl8AyUMpA8IzjlSqgYUJmVRn86VEplTS7kDnQlRRxFLA77VaYyL24YZNWpFi29gAbAJrWIiu0TWRnIIpT0IYyQhAp64rnbGL7qUICGrWHRLEl7OWOFGc10wXsRRArMcDbHStgdje2uO7TDnfFYSx7HVgi3KounfNd8DFopa8KZY8qU6HGJ9DxMsd+VTC0NxOvdtK4x8NaX6Jqg6yuViAJxVJUS0OIeIjAxgiiT0R0Wm6LnY15udM2irJNG5XIbJPSvOpp2agN1GQhyADXXibfZmzPzj73Sa7k1Qh5w22CxgjY4zWE3sdBndKWCyZGTzAqVvQHpPY3gNvbWi3M1qjuyhlkdQSv\/AGr1cUFGPRokO+J3yWsDadPhGBnGflWtlUeZ8d4+jSYE+jfcE5BrJyNEmZninELdo2Zpgc+1TJouKZiOJzwu5wNug086ybNaYolk8Q7oNn3zUN\/Av5NJ2a4gkPCb1TKA7EHQFOfrW8GuDMpx+5GQ4tIZLhmJySeVcUncjoS0AliFxvS30UVKd\/P2o\/AF2AyAjel10NA+Wic4Jx5VS32JkZhFcKRKgz54qk2tolpPQFJw+2JyCw9K0WR+iHBdsktnbx7oKObYlFIpmhUjK1SnsdFVrCFYnFVJhFfA34ZJ3dygyV355qPY3tGztZ9G8u+TkEGtbIRseGus8CyIdx8Wwp9oKaAjw94phIijSSQcDY1HEfLYHxLhutxJGNJI32yDUSXsuLLOGWLl0AUA9CayaLs3NvCYoY4AM6dz6mr9UZt3s1dqEg7MzoGyZHGrby6Vr1BnPkexBJCMee3OuWVUZdkY108uWKxBlUkhVtqdE0TjuM8qTRJJiH+LeufIikRW3WTkBWV0OrIzWyxKSDg0+xUK5LghtOfaqSSCiVuyu+WP1okMLkkVUGKSHRWtwX8P51pFDs7Iqum+1bJUJspi0xnCj51lPQkHAAoSRWBQqv4FlJ8q2g2KhRLZaThN\/LrXTFsRV3fd51ruPSto\/gaRZGneDNDGLntZCdedq3jVGLroHmheTIHSm0NSotsbU8iM0LZLY0HDy4GxpzdE2cFsYsgjaub60kyqIBjG2d62i+XZNDSznGAScmieJMpMcQTLKNI515+SCRVkZ4DpJYCog+INCt7WIOSRWvMXYVCdtI2PKndgaXsjw+K54gTI+pUIz611eNBN2NKz1C4b7JYd0FJYjmOX\/avQSNbo857WTPJbuJZQmM6UAzkVElrZSfweOcV4m63Low2zgEDb51g2zetC+W\/1qQqoz46g0uQ0L7l2ZwZHAUDpiou32OgKaRQMKCTyH\/ek\/gEWcLukgldNsyKQSDVQdaJkvYDfsO8bw4rmfbNl0AlidjgD1o\/kZIYY7fWhaF2XKPD\/AG51LasaXoi66hvQ2MoeLDeEk5p3q0JogybEdRTUgordDzq+VsmtFLrlcYzVJqxEViKgEL4ulDlsVFqeFtTYG\/Wjb0ikh4nEYXtBiVdS8\/FWl6Djsf8AZntR3D6YIu\/6MGOkGmpUwlDkjccPubfiOruOYGsBjgqfI+oqrvoydotwC5Do0bA+4JqWNMY8Lt0WUydBuAB+1TW7G2NIYpXbwRvk\/wBNCTE2jQyxTJZfZljbKDLAjYk1s4vjRhNpiqexu2izHCOW65x+u351zSwyfRkLyJIWZJY2RvJhWDg49jIlAc+VL8EnBEAPShhRXPIFHPFc+RAStLtQxBO9YNfJRdcTqV9KatAxJMDJMQgxVxZLDbe2VVy2M0mOyF0Qdhg0JBYLHGysCSSPKtEmKy15cDFaXSEcTUxJHKsckr0NE5JzGvPHnmpSHYFJdAuVU5zW0IjJxLtlvzro40BCa3MgNCdBdkray0g53NEptgwKZMsFWuuOjFtlRgESksKutENnLF0LjkBmrjGhMfW+GIwBioydCSIXsQVSa4JNWamY4nP3RKiujEwo5Y3RO2a0lkXQcTS8Md9Oo4zXBlaKQbNK2nG9cyGwQxFpPEa0UhDDhVn9qvEhRCzMcACt8MObFR6rwLhsfDoES3iAIGpm6E+tetCCgqRqlQJ2gnfS32mRhp8QCnAPpV+ho807UcSZ1bu9SA7MR\/eok7ZaR5Vxqdmd+5DDzAFYy30arRnhdgSFnDL55NYJo0dlkV4rFhGqtnzov8DoHmbWcONK88aqXrYFbFYzqJZCOnU\/LpVLQmfNMJlyAfM5rKcdlR0UFcnbl5VKd9+hssVSMfrSY0XLj1zUv4GSGBvgUuugONErHbNKw7KXjIJJGKFIZQye2a0UrQmiIjUnYU7slk+72wAc8htR2DQuutQkCyIdAJzjr8q3hX9Sbd9FtikVwpARgQcYYcqmaaNYU0PrC0kS0WW2PiLYJHSoxptt\/BeSXGkb\/sxbSW1vqbaR\/wCbrtXQlRySdsPfu2ctNMMMPEg3GfSlYzVcFERt5BHlcAZLA4HqKa6JejU9mbES3nfyy95HENZXBGw96vHFXbInLVIDNnZ3EnEriLiS\/eyairxMNPpud6JKMr2Zu6ENzZShmNrcRSN0CSaGPyP96wlH4ZmicX2oqFuWkI6a9\/oayk5VTGX4BGKyvZLKpMgYzVDFd8SGPUVnOgAVnCgLjx6s59PKpaXGqEGo0koAztWD0DYRBEoxqFSpbAsllCDArRKxAGS7kiqEEMNKcsmkmCAijGQHcU\/wUwlAVBxUMkFu2YjbrVRHZXa2JY6iDnyrpg9FDG2tSZN+VXJjHC2aCIYFZWSCNCqtuKqIzPEhRrxXb0Yi29utmA5VqtoVCmK6cXAVScE9KmcuJfE1vDpvDud8VyZM1kpIvuiShBO1cjnb0MzPEoQZPOtoSYJkLZVjYYxVsr0aHh8wGkDfPOsJRcuhDc6WAyKPpP2FlEowQBzPLFL6YWeh9heCoIFuRJl2GM4Ow+depgxqMbNIr2am8uYLSDulLM4HTfUfOulFM837T8SjiiJcuWOSdJ5fX96ltFJHkPG+Ma52xO2kHcNtmsnI0SEd3d98gZlEijbw7\/U1LkmUlRnL5xnwDHpyrJrejRWCRzlW2Yk+R5Umr2MKE2lQTnX5g8qla6Kq+wcnJJDb9TTsn+SmOZoZQCQVPPenXJUAbkMuVOxrJqiyKthtyalUwvZehBO2aXQFobA3zSZR0EHOGz6Gp6AtChxuDnzNDXsQJcLpJyGO34etVGxMo0OSCgYA779Kq\/QUXRxlQNUm\/Ok6YE3tkmXxc6UZUJqypeFywnXAQ3mD1Fa877KTobdm1kX\/ABidAOdNClUhydo39pcwvGQ2Qhxgqd\/StuRg4tPRNEglkURRtITvjHOlfwGzdcHtlS1X7vuQdgNxVr8kNm84PDHb8AuZnUs5BAIJyPWto6VmUuzHWd5cf8NkaV3bU5GHAbA+dZObStiloXXTawdogdtygKn8sj9KynO0Qg6yYgFZIwDyOMjPuORrBzp7E2QuI4y+Ae6b+rdT7HpRcW\/gTBmiYHSy+meYoa4oSAru3IztXPOQ\/wCRU9uokBAwaVv2KxnZoiKPOspJjRbOV55xUxQWDGMyEitYxoTOxQiJh+dUxF0gAzjbas\/ZYtuWCbr9KpbAqW5ZtlG1HEh\/kthRnPjG1VFAhkigIANq0WjRF8TqnvVJgy43aKuC2KVCqwKS6Vn2INWkOhBK3h9K2Ut7MRXcwd4CRzraLvoRCx4eiHUeeetLJGyrGtu4gfB5VySgLs5e34xgGsVjt2OmKLiQyHAOc1044NjWipkZVyDWzhoLCuGXUizgEHas1jUWDVmjjmllKpGjM52VQMknyxW3FMk2HA+x147rNxWQ2yAg6FwXx652X8zVR8fds0jCts3J4jBaWC21voRV8AzuSfXzrpNaoz3GuJyW4ch0U8gV2PyFO6FR5\/xG\/Viwbxux5ybZqLLowvGpxMrIsKvg4BTZR\/eol1Ra0Y+5xE5BBx004rF6NBRcxHUWB\/Y1H8gBOxjbYnbyqtS0U7osgmBI54586loYQxLLsSfY1F+hgsib7VaYmtn1vMYWAbdD+VNpSEn8h\/hfBU59KwaaKRNWOcFT8qTq9jReN9t8+QGalqvZRcsZUDVpU9ATk0hfwTUYI+N2\/SlWgJtA7jI0K31qv5D8AslrJg65QM9M4o5UKj6O3TffVt060m2FB0cbEACPAxtmmlQfyGRQlY9UrAADOwq0qA+tFUHLgDJz51ToZo+ElQwMZjydsEVSJZq+C2MssyyP4VHLbGapJmcnSNfZIS4RASM4x51qvgzbNzff8p2fEJwjBScHYj2PUVtLSoyW2efQXLNZBZUEignmMH6jn71yzm6HLSKHiiYEwyaTzCy8x7MNj88Vhaa1\/wDf1MgmENo0MCrAZXHIj0qGn7AHkcMSGbw9D5Uo9isstmK+Enb6\/wCxVt12BVf4UZG37+1cuVe0OhBcFmc6frSTT7JLI5zGuDzpNCsp7\/W+kk0IQWjhWB1Zq7Gi4TAjKik3otI6\/jGayGIuJyFThSRW0FZIHbSvqGd62caQUPIWZogRWcexpF3eEKSa0oo6ZMLlTTSAX3M0j\/DvWqjXYFCSkDxbGm0DRNwmjehnP0ByMkbcxg1pBgBzXIj51vVggCfiWThTk1m4JmiiD95JLvqzmk4JILoutciTc5q4RSE3aG1vZT3FwkcULuzEAIoyST6VclS0JKz0LgPYKXQknFEFtyOk7sB645VjHA5bmaRj8m34facN4OGazt4I3xp7xvjPsTy+VdKjGP7S1FIncXYlQCdjvkgDcD3qv5H\/AAZ\/jfGIbNcoPFg4Zvi+gzik3Q0jE3t9czSNIkcecZLy56+XpSVjMte8SnmkZSneBNsQptUNtlJJGb4n9on8OoRoPwjwmolbLVITX0MaAEqM9d8VMqBWxXMwYkBSrDbzrNloX3CnO+Tj0xQigbBDYGfar7F0WhyBz3qXGxpk2BK7sBnzqdsZEoQDjJ9aL9CqjsLPC6gZYHbSN\/pSe+g6G8ajH3hycfAp3HuelZSiNO+i2M5ysQCDmQu31NQ\/aRX8hCRgEF9yeQXmanb2Oy5WXdSFwOYHIe5607p0In3bHdBz5sRimBNLaJjtGpP4iedVQFxgAA7tFUelHGw6IPIsWdi7eRp9IFsqklmlYB9h0A2oYJB9hbGVsHJNUkNuja8B4KjMsjjGkCtIxvbMZS+DY26BAqpv5VbZBtOznCHiVLq5GAd1FbQi1tmUpekH9ppddhMx28J5Cqn0TE874FiTh7MqqV1nIU+Ft+Y8j6VyS0VLom8PXPh5g+dc8lRkfFmiQ6T6jyzSTAAmLCVtOcHcfP8A3+VX7EE2kjYww5cqO0FnbrxqVPnkelc818jADaDfPyrJOiWimWzO+c4o5CYO8JHIAnNCZNE4UdV8Q5mnZSQbawZGWNLkX0XyqvdnHOhfArEd1bmYkYrSLoRdw3hul9R396pyBbHC2gVdhU2WUSW+52zVqQwGeNgCApFWmI5BbkjlWnMXRyW0xzFLkgF9yy5wa0dN2c7FF6cnCnatIRb2NfkVzRzSEjOR5Vsky00VR8Pcvvmqr2DkO7LhU0y4giMh5bdKmhdm57L\/AML5LwrccbuvskBziJPjPzIwKtQ+S1B+z0rhnD+F8EiEPC7WGPG3eMcsfXPOr\/g1UUgfiHE1jG2RKOshAC+n77UrGJ7rin4GlXUN9bJ8PrvQMR8b4y0ulVnZtuibGhsEhHe8QPegLpVwMtlP2oYIUXdy0spM0jPEPwBcA\/QfpS97K9CPiM0j5RUUIPwg4AqW7GkJpY20HBEW2edZvSLTEt5GjH7sFj\/M+wrNu+h7XYnuUAcaGyeuBSe+iugV8bAk7dM5qbGVEDoCPUU7+Q6IFSp3OKpb0BLYD98UNgEwxMcE+AEdf1qKCyxmWHAt+oOXbmf7Cl\/AHYYG3csVGfbNS9lBUF0WOlRsNtR5UnEAxAGGEJC8iw5sfIVm18AXqoXAxjyXy9TS6HYVCd9jlR+dOwGEQTGGAx1qkxUFpBFKo3xmqsNk14QpK93pOTvR2K6JtwVu8BxlfTekkPkPOEcKSNg7DGfOrj+SZSNPaoBhE2HI1d30Q0bPsvwxJJkYpqwetb4oGU2bSbKkL0A2xyrZmSEHaVscMmPXSazn0VE847LPiwnRhhC5OK5MnWxy6HQKumkHxc1PnWPemZFBjJ2POosCBtxpUnGdxTu0iHssit9x+lWlaFZKeNAOQqJQoOQBOVXlg1g0VZWzhlwSDWbv0FFEioNxS7A5GwYgNnFNIYbGY9OnYmkxPZ9KiketJSCgbuAzagTn9K1T9AFRJp5bU07GWGXAwOY61cYWMGedc4Jq+NDKtm5kUxMIi0qpzyqX2IDu5QGGMUIpGFe98G78uVdaj8GNFH2gMcnlXVFUqChjZhNJJwSa0SJ6HHAeAXnGb1Y7aCTQ22sLt8s06HGPI9b7M9muF9moGd9d1xAbMx6ew5D3oVI2jCgi84i95IykqqgYwG2AoNBDd8T0gxwxtIEGzEHT8sUrsdCSTiAWAvO8ClDyRST7UrGLLu\/e6bw28rIN9T7D6UXYCfiU4kcy3lzsnwo2QKTrtsavpGevL+OJS7PueShtTH2HIUrrsdWIJuLXcjd3aRtFGTgszfXNZcpM0UUtspa5mRiryfJdv1ovdCoruZ2WMKrkZ8yTmpmykLSxbLO2SfTYVG12OrYHM6hMKoGeW9FgkByZOwAHr51Mex9FeVY9fem\/wM+KZJxgdM0RYUSTKkCJQXPJ2GT7+lXyS0iaPmZj4UZmJO5PNjU2NIvgiCkO27Hy3+lQ2CJu+onvNwDjSDkfOl+GN\/JZCjytjYAZJx0FTIYXqFuQIsa8bDotLVh2RjmkXIcZ9RUv0h0MbeaMKpY4weRHWk2Og+NwVHiHnvTQ+w23U76WoQDqyTkS2McxVIljS3UKuM5IqhdjCHU+NsCjbJdIc8Mh1SDbO9awiRJnp3B4DDw5WCpgDOccvpXbFUjlfYWG1DJBGfWkAj7Uf+2TDzBrOfRUTzzgTAcNYr5muXL+0cv2hKTKDpJ26Vio2ZBEbmRdXUHDf3oatWDIPOFwPU1KRLPlvADzya3USGiu8uD3edQ9qiQjP3l041YbasWrLRRa3bsSBnFZSihhaz+DLHNKMaY2Ui4Pekcx0q2hFsd1obdvaokgCheIQMtWajQyyKcNyNaJAGoNeCT9KdAclTKnetYsBVcxvr25A1sqopE7dsNhxUyExkgBXIFYt30IXXkZ18sinEZ5dOCo2r1OAuwUSvGc5yKcVWgo3HYjs9xPtNKGtYZBaKRrlwNPtnzrVJsnjZ75wbhdr2c4WsdkjNIww8jnLMffoKvo0jHQHxHiD2skoZoEBGTud\/QedDdFJGYv+KsUCvJPobOkYC5z5VF+ihFd3zupVZkKDfSHJI9zyFK2MXXV9P8AZcwx26nO7Dxftik7rQ0tim4up2jDTSPI43A5D2wKQ9XsWXFw8hx92HXc48X1NJMekKLoqFLR6nb+dsb+gpfwMTzSkbKmk533x9ai\/gpFCtpRyrBmb8TdBU9Jh2L7iXWSUJY8snrWT30a9EFZ1UmRiBj4SdhQtE1ZWZUKnbUB1PKmmhUweTSSCMmlZWikjJ8hQmB8MkDA39edNu+wLipA0LkseZNT0OiccOlCxbCjm3mfIU+XsmvgreUjZc49ev8ApR2FHyeLQiruTtgdaUqSKT9DJNNtFoB1EbsfM1HYIHV8yHJOc5pP8jDLRRJINXLmc0m\/QwhF1y7bIDgCpfY0MoYVYZbcHlVUAbb2pXlyPyp1XQX8jyygIxqJOepNOibHMKaQoA3piGlqmRvzqlvshmh4NFqmQAZ3reC2ZSZ6Tcqltw6AqWDEAEV1PowRGPdBtipAQdr208Ll\/wAp\/Ss8nRUTzngPh4Tz5sawmvtHJ6OtnVtWcdGQztm55GxG9TasRRcKRz6VNUxAathsjlWsQZGRS586znEzsC4hB4ccqzLQNaw6WAycedZN29lBEkbKvUihNADKTrJUZPSrTok5IjaRkUqTArYMBjG\/vTSQwvhZYMASdPTNJ0ilsfoxCbc6gKK5JGPM71omIHlfzFaroaOR4WTce4NJoGMonQjntWLED3JXPnREDyu9XoBua9liizVdguwE3aC5EnEYprexQandvCG8gOtOML7K\/g94tUtODcKitLCPTbJ4QB+I\/KtHpFJCrjnHJAoEJAB8JYqfD67UpMaRmuI8VMEaiGNJpjsHcAE\/uKlv4KoQ8TnuQVMiRKW+LS5yPQdaHoBRdzufuoBCzHrnOk+tS+6RSS9i+SxnP\/qb5CP5IRn6nOBU18sd30Q7u3jQYjKr0csST606AWXd7bRRuBht+eQT9Klz0VxdiWW5M58CESEYBfc\/6VPK0VXyLrhGiXxyZ+dZsfYtuJGk+AAR+tS7e0UtaByGXxO3Llipb+RkTqcjSAPU70v5CjjL4dyo+dP2mgRWcdOZ50r+AI6d8ty6Ci36GdjBJLDHPAou+hUXJpXwgeHGT5mkOkSYtIwPIDZfSk5WOvRFotXMn50m17AnbxlFaYjGDge\/pT7FW6onIwGFz68t6KroZ1ANJON+YHrU6uh2GWx0xEnGWGPcVIBlts5x5UL8AxrbqNAxgHPyq0AwiXSQwJ22xQ9bD8Di0OkD86diHVthwABmqJGdvGSNquKIkzU9moc3CDHXlXRjRjNmr4vIW4hGgYroAGnO1XLshdBsX+GKCTM9uGxwmY\/0n9KzyPRcTzvs6S3BdTDfNZT3EUugrTXPejILikCKM9KQAV1Pk7Hl4TWiiAIJMsN8Votdgw2BM4zstYy2ZsqvkwueYrJoaKLVNTbgYrnkygua2DKBtijQgZrQxjYZosD42+caqObodHzWqEHGKfMRO3hRCNtxQgQwBUIAAc43qlTKBZuRNXQAesscetWrRVl+NWSTv5mqcrJBXu+4JUmk430CRH7aGPPNJQYxX2S7N3fE7lHezLREg6pThcZ58v3FetGPtkRdntpxHbR2dvEY4FGp2yefuev6Vb3\/AAapUC3HEILSBu9AeQ7RxknA9ccz7nnSvQ6Mnd8duLebCffT89vhVfQdaV0Nox3E+K3V5faGk7oj+nWc+WKi23RdJKwe5muApUTA52LSgajQ7BL2ykS2qwkTktIOeDjfzIFHoE3ZS725iB7kMR+MA7D9Kkr2AXGm4AZggj8y2r5VPfZV\/AqmigG+lpGzyAwtQWVTPMqHGiMHYKq7Ae9JyYkhbJAzAv8ACg3zn+9ZtKrKsWSsdegHLZ96E7HRTIp574PM5qLa7GU6gmCxJB2GarsXWzoBBznfpQ1QH256\/OlY6OKgZtiSDtSukFFjgL4V6bVNhSJlMDBIHmc0+kOiaqGcYzgdKXYFyqSSW9gKi1Yyy7jzoiAyF5486r4sSBCuJMtnOadhRbFz67chSqmOw5gNBxjAwNvSk9ISLIAQ4I2zz9AaSK\/kZQuc4U7cv2pp0L0NraYMuCMYG\/pV2IdW66kGDyFOtC9jWxJVwpGG54oQPaHltv4sEZrZbMWa\/sudMq6up51vjMpDzioH\/FRhgwIB2py7JXQwT\/DFUSZXtzvwuVf6T+lY5Oi4mL4VGI+AIwO2d6lr7QfRT3mX57VzOOjItY5jJBoihCu5YrK\/ln966EgRGNSd+lJhYzgcBQMjFc7ZnIpv5gBzGKiT+AQJazAPudjWEo2UOY5FZNt6xpjOFlB3FUkwRVLJ4eVNxaGCNcrnHI9aaQmz6O4B9apdiLGuVVeuKtRofYHLeliR58qtIZCGQ6\/SqaAOZToyOVSmIQcSEhfw8q6cdVsuJVAkpG2eVVJRK6Pc+F2MXDrWK3tIUVwMFiAGPv5e2a7\/AOBJJFHGeJJYWza2SJs+Jc5z6f6YobpAkYjiXFXuAzW9oTncsfCx9d+XzzUlGbuhKsOtiI3O+X5D59aT0MX99Aj4W8bvXB+Bjy\/IUv4GLbqOKNSzszNz6KB71LSKTE13cc+6ZcHfOr+1ZyZomAvLNI3iaVl6AucUtsKR9FDMVBZwoHUg4\/Palsdou+06MqZlydj4xmp5DUSE00khwDHgcv8AZqXJvoql7F1y8m+cHHrms2\/ka\/ACUfGQq6+eeVNpiKXGkfETU\/kpg7qNWWB+dNCPhsBnwg9Opp6A6GyQNs+QFTVhZdFu3i2wDsKl9j\/J0DQfXpTTsCaqCckk1LGiwKckYwDST0DDLQZYMR4U3FNfgC0x6vT160xUDSwBV5H1pVQWQihKuM7Y3OfPyo\/A\/RdqCqqrkk7nHSlYL8hcSkliD1xin2ATGCFA6Bt96KGMrVxkqBnPTzqhD7hsgLEZ9KZMkPrcagjHZga0qyXoeWWygHY\/rWsTNmn4CdM6bdfpWsTKQ84ggXjGV6gZ96cl9xK6GS7IKZJku3JI4bMR0Q\/pWOQ0iYjhUrf+XWLbZND6E+gaJgMc96zaMgwMBHk8qiIMXzSRgSZXJY7HyraNE0UwyjGM0NARe8CNiuSaFQPPcl8\/pUICiW9xIMLpXyq5pSChnaXo0\/EBWDiOi9bzW2Cc0+NAi93Dpgc6bGCSW4HXej+SWVhGXcbVPsGzsjZGPrW0RogYC2NJxTYy61g335+VQ2MbrFmPHSo6EwQ2IeTltV86QJBMfDlQfCKh5GUbjivGIrK3T7TJDC8mcDckD+kcyfWvcbrspIx3FOLwSeKytJnYfFNcHQF+ZH6Cpv4X+ZSVdmZ4nxmYRYFwskr\/AP0jnG\/5UndDpCWeD7vvbqTumYZYa9yKTikgsSzcQjs1ZbYSkNzIYEn6cqlypFVYtuTeXOhiNEf4dRJz8qiSbNFSB2trtWDykrttpODip62PRwTYzqjYsfCDqzj19KLFRHKsPG7LjpUPZV\/CPmeNQAoG45EVEnSopfkHlLAY1BTnOKztpDonHGGTfGnmf6jTVAUXDhixXJ26Cjl2x1oGAG55n2qWMGc4bffy25UxEBu2+T5gVWqF+C5MYz8IqRlqDBOFyfWkDJrGS2Tgmk9aGXaSB0FLYEol1AnmKSt7BhcQ+6ONs88VURFunHxfCOlMZ1o1ZR0PnT7QuilYyD6kHHpSSAjHFq8Q6mppjDVj8OB8R8\/Kq36AMt4yFPUDYU1pC7DreA4LLsR1oHYbbEhtvekNmkspNQUbnI6VomZDy1JGnV8PPUK1jfRmzT9n5i0+Djngj9xW0HbM5I0V9\/7x12UfpVS\/cQuhlnwCqJMf2\/OOEXB\/oNY5Oi4mHsXB7NQ\/1Gk+hPopC4QH86kzPu+KoRnanGIMU3c+SSK0URAkU7d5tmhxHRJgzN1rjy6ZNk9IBGT71iybB5cMSBTQ0dgBB3zirbTGwy0J7zxbCoe0IdQqSD\/eoHdEZEYnfO1JsVlMoZjgcqEiSyOIY8XPpVWWmSICDeixgpulSXyqlGykg0X2wOqjjYui6C9y29JqhB\/2xQByrNwYz7iXECZZJVto2kfIM0rkHHv\/ALFe5s0VCKd47p3e68W2cJsPTmaXfYwG4\/4NaBXmtoJJseFM5b3\/ANik6Q9sUcRv7a6TUIo7dQdlYFsepqXT2UtCe4SF1JtFLkZ1SsukD2FL+AuhfNPJERiR223PwgVLZSSBpL1c7hjvsW5fTrUOXwVFWVTSkjOpSOYGdvpUsoFklkc+E\/Raybb2UkdV2TxSOGPTpU2vY6JLcZOERAQNy1JsaOTTM641Zz\/KNqnl8jopdNI+E6j1osdFTEoAvU8hRaFRUYgNJkI1enl5VVhRW\/hxy38+tNCaJoceKQ+29Kx0FRR6upHlUtBZ0HS+hBluvpQgCFQkgEnJ8zQCJMBpAA8P60XrQi+D\/CBxzfOB1poGEW\/jJ6k7ZqltgXmNdJwRgbknpV6YugYou50+2aj2BfFCMZPIYycbmnxvYBLRZ3xjqRTaGE2kRB3G3SpSCxjEhUYG\/wAqKoAy3hXSxxzORtRQnYZZs0U4TGxGxoWgZpYWwijOCdq3T0ZGm7OKFmB+R9a2gZSNPcnPFBlQMKB71Uv3ELoYD4aYjHdv\/wD2i4z1QissnRUTCyr9k4LZxNjcZpLaFPSBe+wmKKMgOafYgVpFDFsjlmI86sBjw+yBGSKwyToTYfJbquDgA+1cU5WyGCzLp5Lms09k2CGIEksNya1uxoJigBXYVm2UXxQKo32NCdiYdCB51EhFjqSPSkpADHbNaLYgaSYxnd6pKyokYZHnJwcim4mlI+ltSQTtmtIgUEPGMHetaAlA7F9iOdTKKBh41lRvWVUItu76GJ83gWd15gZwp8gOtem2bC+a6NzJrbubePG0MaZkpW+xmeult2d\/uQXJ5leXlnGM+1KigIRwQAu4cjmScL9BgUugBbu+gOUtxoUHJAGTn59alyHVANzcgAFlYnmFfB+dS37KSFrzYfXKgXPINz96z12OmVzTQlgFQMfMVLaspJnCcAksFz+HrWcrRaI6ojlVDY65qbKJK8QO+nI\/D5\/Ok7D2RkuE6IAQeYzS\/Iz6LSTqckk9cUm60B82lXJUb+tGgopK5xvsKd2BXKmny500Lo5GpLZOcdBTYBisVTI3Y7AVLdAWQRaFGR4jufWjQglQAowMk00BUwKDxHep6DsshdjHt8ZOBnpVIA1VWCHAOT1pqohZeGAhbI35\/OqT0Ik0Q23ycZJqgCI49thk5G1NAXxxkvkjwDn60AFwpuCRjbYe9SAwhjGBuCR1oCxjbxDmBQkI4YtMpJ50qHY2spC2lThhmrUvRDXs2nZ4feqOpNdMDnkP3lDcUYMwDfCozzxzxTbXKhLoaD4c1RBke3ahuGPk7YrLJ0XFmG4uFSO1D7ppxmnjonL0Jrpgpwm486tr4ISBWZj0BzTQyEKFnAC9aUpUQaG0CIg6VyTdiBOIXscbYJz7Vg02yewZbpHA3qKoKLWRZDleXrTv4DoMjRRHtjNZjBbmTu98jFUrEyqO93xTcbEWm9ao4DBLm6IG5wPStYJhQsku3mfSDtXQo12WlQ\/4aiCFShYsRvnpWU3RTDHAVTWansBXcsckiuqLGga1nImII61UkJocwy6huN6jiIDSFjreVZVA6zSgn0IC8q7Ujd7BHtJXifXcd3E\/RAAxHl6D8zS3QaFcosEBVO8KqTqfWWY\/LkKFRW7AZu6fLLAhUDIOTkDzNT+RgGqEkmMqMfyruaVIdg8oaQ4LFc9OWPnUNDsFngSAEIEPm5Xf86h60irBwzgkjOnHMVP5GVmcfh0\/Pas2y6Po5UfYohcdSahpdDOyW+d9SDrsM\/Spoop8BbBJ+VKwouTSdhjbnmlQEXG53HsKa0x9kWAzsNPTnyoq+hFUyg4PPAyapOgZGMeMADb9ab+SQhR4uQzjr0pdof5CIuR22HruadUIJ04UkgDoOtOrGBTnLEDZcY386m\/gC63kCKzc9tvShaEycLl33yRzNNDGagYXB2B29TWvokLjjwFJ3PWmgLtOCBgn0FDAZ8M4fJfzCGDTt4mZjsPWuLzvNxeFieTJ\/RfJePG5ukaWDswsckEou9YRwXUxYJOehyfzr5jL\/ab6kJQWOm+nZ1R8fi07Lbns3PEss9ky3MROVjUESKM7bfi59Dn0r0\/A\/X\/HzpQyPjL8\/P8A7MZ4JR6KLSPYAjkN9utfQx6OZljw6l1DbJpNaFewrh8OCoG7Z6daVqKcpOl8jdvSNfwpntyGUDWRtn8O3OvnPM\/tTCDcPEXJ\/L6\/p8m8fDvc\/wDI5byL\/wCYoriaRiUzhm8iCDn0\/wBK8rw\/1PJHy8efyJt\/Lf5N54rxuEUbdMMlfoyPEZjO3hP\/AA2VBjNZz+CkYvjkEr8OtWHQVUF7FNiB0Ye9XRK32QQMTUsJDC0gz0rCcjPsMliZUOPKsExGV4kszXGQuR607URrZ9awMMFs+1ZOQMdWowviGaylJE0WTXCxJUoYmv7hXVNEgLN0HSt1HSlYEIBpAJ50mAWrE7VJILc28jxlgDitIyoaYFaW7CbDEgk1ry0WaezUog07VlIYZHGZiN9qxfYXRO6showorSMqCxNJYtFJkiu2ErGpBCPgb03EEhD9sIKy3crzXHMRBcgn1zzrZP5N6K7l57te8vNSDYrEAB9cUmm1sapAt7mRVydWThEQjA+Q50nsIgk9uwx3zhRz0nI+q0mMqkZwhEYVNI3J2ofQ0ASBxltwOmWxmoZSYOwc+KWQAfyxksT86h2UvwVyBSw8L456WH7Vm38FJHPCwOQQPMryqSitYU1nYMPXbFQMI7tFXUBnpy2qeuh0RDo\/hGAf6RihKw6K+57xjvgA450mrBHyxDWMnOD+dL2MnoGsgADHM0xFPdAMRg88mnXoD4IEm8yKpIRJvxH0xmlSTAJt1wrHAJqkhBEf+HgeVNL4CwKddLbDIXelVBZxScqoB2GCPU1PWgNFw7s1xK94fHc8NhW8if4hC47xT1BU4PzGa45fqfj45vFkfFr5NHilSkgy14BxJC32i0lt2XcrMNBIHPAPP35etLL+reNBL7rv4HHFJsYwcDvJwjRojRnxBjIozWX\/AO74kV97af8AAS8eSeiq64Xc2mhbqIoSfi5hvQEbV2+L52Dyv8GV\/wD3wZyg49jbsgJpL9obaJ5JJAdKqOgPP0Hqdq8\/9c8KflYY8FbT\/wBzbx8kYNqXs1xbEsEEdzC7EkymM5UYBwurGD5kjPLnXxuTxY4nx5Jtr16OxPluhxZ2d33Bk7hzEpO6kNtnnsc4rmn+n+RKH1IRtfgX1Ip02UcZtlvLZ7kD\/m0XJcDeVRzDeZA3B57EHO2Pf\/s\/+tTWReL5Du9J\/n4f\/g58+BVziJooC6Kq78sV9p5HkY\/GxPLmdRX\/AN\/\/AIcEYucqiaHhHC+4geWR4yrgBCrjUjDnlfI+4O3Wvj\/NeT9SxOc7jF9K\/wDVr3f86O+NY2ku\/Zd3gRsYKsMggdD\/AL3r5VRcJ8GdPYoguQ94xO+pjXZlp4y3GjccCuzcWIU\/FH4TnqOn+\/Svv\/7N+a\/L8JKT+6Gn\/wCP9DxPNx8Mlr2ZXt9dhIZEzuRivblXJI510U8Ak4ZxjgsUU76HTZhnBq4a0yZKwmXshw24UdxdaSBsM1dWT0Ze77OXVvIdEbOobAIHOoknQmyUFjPEoLROAPSueUX8ElkoJGGWs+LJFFxbozEld6xlYrImFU307Cs6sVlclzGPDyNHErsV38yupANaQgOtiwRKbvwSak55rWcElQ71scRxpoAPM+dc7WyaJoV7wKOdJokaCAd0CoFJIZR\/w0skk6L4YyAcetbQ3f4KWiyNNIAqnG9lBtrzHvWM4iGekaMk9KlKhWLLvBzvXXiY0K5B4utdBRk7m4jMmYtUp6yyLqJ+XlVWvR01rYOsyuxHdO7DkXGB9Keg2iYkdWIhjZWYYJUkE+Z9KX4QfyDyIwADzbdFzv8A3o\/gPYJJKxyowB0KkAj\/AH71DZRTr0LjKZPJnOTSt9DIMsOol31OB5VDKWyh3bfu1yDgcudZttlKiEkcoI1bnG+OQ9KTTRSIRpkgFBgeeazat7GEMyY0uwY52wOVJuxqyLW4DaiCOu3OihrZaqnRsD4fpR6FZADKAj4ydvekkP8AJJVGdgMDO9NJehHGTTjOd9yc0aD0DuPEEG5J3AHIVS2LoIZVCKFBwMZ2506EEcNtxPJo7xUdidJZSQT8uXvg1lmyrDHnLo0xY\/qOl2Ol7P3yrqAgZT4hpmBz7Vx\/\/r+MpU2U8MjOcRjkgublJkdXjIBUjcGu6GSOVcoO0YtNaZPh9rNfTxQWyF55m0KPU8z8t\/oaWbNDDB5JdIErdHqnZrhbcFhNvHcNIwYuWZcLvjIA6jI618L+o+avKyfU416PQxx4xo1MRhvYwtyupc52OCp9D0ry4ZXjmm+vYNP0URcDAiYcLmaUqxzBLgSL6A8mr1H468lc8Lv8E\/Up\/cLrnElvNbXCkDGCrDdWHLbzBrn8d5PFzxnFfcn\/APIqSUon3COGNY2EkTsUuJADcINtPkh88cz6n0r0\/wBd\/UnPL9CD+1d\/z\/6M8GOlbDY4CiqYtjvg\/X+1fPOdvZ1BVs8tuFWN2UgblTiiOacHcHQmk+x3Y30XEBouWSG8HwynZX9G\/vXc3i85VlfHJ6l8\/wA\/89mNSxbW18A8trHZzSjBjdOcZGcH09Dt+1T5\/m+Z5GSHjeX3HX8\/l\/P8rVFY4QScsfsHgkeFZHJOnIPPlXoTm4RbI42QuZjI2C6owGBjLH6Dy9ccq87JBTkpzaX+rNYvihbNCq29wqvKrpHrBXwud\/Tl1\/v0qvqpNKH+ppbfZrODXEkF3pQD78BfTfdf1\/Ou\/wDs55UvD8\/6Eup6\/r2mcXl41kxcvaLOIdjrzi12JZXCrn4SK\/RJYnJ3Z5Kmki+3\/hvCi574Iee1P6X5Cw1ewxVQFugMcsZp8H8iLl7K30enu76MhTyYE1S5r2JxTOP2f4rqwZLV08txn8qblNi4IHl7KzvICbWErjcCQZpd9ol4\/gEfsTqdme0cZ5aZAcfnUvHB9oX0wS77EgqVS2ucnbUOlL6UPgX0hJe\/w5uSpaJ5dY5Bo9qf04+mH0zN8Q\/h\/wAYiBYQd5nyBFHBAotDfgnAoIOHrFxThZWdFPiBB1euaHBNbRSElz2fvAxaK3bQTsM8hXM8RHCT6B7fgd2s4ZoZAetS8XpIX05D+K1miTHcMysORG4qeHH+ouEvZV3ckUbxmCQI5GoYODjlWkIpLaBJi+7QI7DRoAqnH4K\/kqt5W1YBqXiAMLXOF0gNq2xmoeB9oAd4bxmP3Jx71tjxSXY7RGOzmJOY2rbiwtHnUErySNjuiRuXYnb2wdqI7Ot6LHu9CaAxwTzQ7f6\/M0NhHZAyNpCoZEH0\/Xal6GwaWVFU90yNg+IBgcn1NTLXQ0CmVpCVYLg8lxn86QFc0cgUawUHPCjNJoaZUsTFQNGhfMnc\/KocUUmERukORrBI6ADak2PRF3z4u8IH9Oahp9jIKzA\/ET6YqdsqiakjkpY0mqAuVRjx+Hz3wKX8jI6NSFRqI8uVTVjIBMEqB4j+QopgXIviA8jyprb0DRwx+F\/MnIOKaXsTB+6bmu45Ek700DPiPvFXkDvjNNMTQVas8E0cqsAwbUB54pZMayxcJdMcZuL5I9J4LdQXUIORqI2B8jvXwPnYJ4Mji\/R6cvuSmumR7R8Dt+KwBCe7uUGElAzgeR8x+lV+n\/qOTxJWtxfaOeeNS7FfY3gU\/BONyXV+FKxxlYmU5DFtifkAdvWvQ\/U\/1SHlYFjw9t7sjHiads29wI5Cs8B8B2K+Rr5labizoSOJKIZAcnf8qTXJUMJaQm4SaF+7lHM4yDTxZZYXaJq9MPvJ1nlguokVeIICvfYzp8iM7EjfB5j6V6eT9VSUcmNff8\/H\/wB\/oRHF6fQHDbLCrSPIBhfEzHYjzJrx5ZJZJUttnR0ROFgKZJKylR7ZB\/8Ayp17\/BYUAmWwMdDWGyCi4jAGpdquEmBWvEHlg7qclpIsCNvNc\/CfbmPmK9GWRThFT7j0\/wAfH\/AuNbQwTVOBGoKgjd\/2FGfy+S4RIUaC4IYoEB0AN1yMFTXA8lbH2IL64X7fcaB4VjEY+uf3rqxxf07ejZR1Y2snJtYH1YYLseuQdjWflTljyY8ke0l\/ozGNO0zb2\/aLHdKxXvZVLqmd2AxqIHkCa\/WvE8yPk4YZY\/8Acr\/5\/wBTwsmJwk18Bq9oAPjiPyrp5ozLk7QWxxqVxRyQFy8bsj\/1CPlTtAWLxayb\/rqPcUWgstHELQ8p0phZYt1bt8M0Z\/8AkKKCyxZEbk6n2NAWSyDyoGfUAVyQxS\/4kSP\/AJlBpVYFLcPs2+K1gP8A\/GKXFfAFB4Jw4gg2cODzwMUcUBD\/AIBw3IItsY8nb+9L6cfgLIS9nrGT8Mi\/5W\/vRwQFf\/ljhxhaJkdg3MsQT+lVFcVSE0m7ZQeyXDwgRVXA5ZRTQ1aoEkil+yFtlWTuSV5Zi\/1pcWgpA8\/ZDUrd39l1EYBKkYpty9UJQSKF7ISZPeRWzDppcj9qlcvdD4o\/KE08vcd0jsqdFRcfn\/s1EpHRQNGHTxAxq3LVzP1pX8CO6myDOruOQeR9vkOZpN+2Vr0wqOR0XBRQoHQAfOhsSKHuC76UyT1Y9KLsf5OuMIS6ljUsZSoVtznB\/DneopdjRZp6Rpy2B5CkOyx0CY1FM03SGMeC2cPETNCWENxjMTMfAx\/lb+XPQ\/WvO8vy348o\/DNYY+cWyi5s57O4MV1E8Ei81dSK3xZ8eZXBktNdkbe2lvbpLa0jlnnkOESNSzMfb\/eK0e9BdD9OBx8NuRFxWXvWdD3sdo4JiONvGQQWHUDbpk15Xlef9PIox3XZtjxuUbD7DhXZh00snG0mIP3ryxMuT106B+tYS\/VVFdP\/AE\/4BYJL2L7jspdLKzW9xbPbahiV30Hf+nmT6DNa4f1bFki3LTQnjadDSz4NZxRIWCzlidfer4ZB\/lz4eXTf1rg8n9Qy\/VfF18HRjx1GmM5uzHBbmxWCASWcr5YS6jKFOeoO+Pnyrnx\/qzWVZJ9\/6EOH2uPoSR9iDZvJJxORZJF3EcR8LDodXMg+mK6vL\/W5qXDHGvyyIY0+xX2isYY4bG5t8rHJG0br\/K6nfHuCCPSvT\/TPJ+qnGT2ic8eLI8IvHgQKrfAcr7Vz\/q\/iKVZF10\/+Tq8LIpJ45Gu4ZxGO6PPfrk718rnwPGaThRO5vAL5FyNPI1MMT4NgloPW5CR5HP4WHpWDg26CjomWdQ6kMDScXF0waoh37ROFY+xp8FJWgqx5w5jLArAE5NceVcXQyfEQptHi+PXs22xGeXzrs8bHjivqdtdC3YRfcLkFuZ7Tx6sO8RGTkDcr58htSyuKlQ4TvTFttc96JDyAY43ztXNPHxpFSXwTeXIxUqJJRBEXn1dK0lKlQ29UPbfSI8YAI3rmkyaKOJXghtXkJ3Udegp4oOcki4xsQWVtd3KEpBJI7nWwVSzAeZ8q9mWKVUukXKcUqs0NmNEUccisGXKsp2I361z+VLFcHLaXo5op7GlkypcxyEDVoK4BxlTvj25V2Yf1LN4zjkx6a9eq+CZ41KLixlIZCCYHJ\/pbc\/I9a+h8D+1OPNNYs64v59f+jgy+HxVx2Cm7lx+E\/KvqfqM46Pvtj9UQ\/Kn9RhxPvtvnCh9qPqfgXE79siPxQY9jT5r4Cn8nftUH8ko9mo5x+BUz4XUHR51+dPnEKZNbxB8N5MvuKrlH5Fx\/BcnEJQPBxJh\/mzT5L5Dj+C5OK3g+HiCH3NHL8oVFicY4iPhuIX+Yqt\/gC1eN8TXmkTD3FG\/gCwdob9fitVPtRv4GTHaW4Hx2Z+VH9BbLB2oUf4lrIPai0PZIdqrX8UUootBbLF7UWB5mQf8AxotBb+C1O0fDWP8AjEe4o0F\/gvXjnDmH\/qF+YNMLPxDLcuzAyyAbbLz+Vc232zoqilZVDZyrv9cD9qWkFt7OtMrN4HIP82DtU37TAr7ovu7ny55NFP2OwgEJpTSNXm3T6U38AWSSIo1Mwc49aTYJHI5O8OMAA8+mKl7K6LGchcak046bn8qTfyxlYZpMNkIo3Az+dL8sY+7NsO+nwhIKjduvnXg\/ra1B\/wAnV470z0O2EHFOEx2\/EI1lTTpBPxL0yp6GvmVmyYMnLG6aLlFexPZ8Jm4Gt3DYLJcXs4ILxAllh6LtyLcz8hXveR+qOWKMV9rktmcMSbtlFhwa9vNxCwmU63SbwE55YzzORXlZM+OK3I6m6GC8Ne1GJ43RhudakZ9q4nmU\/wBrJ2OuE8KEuJroHuhkKPLNYz8iteh1QHxGyF0RHbqFvIho0rsJgOXs35H359uPOsiimtmsXw\/gptHLQrqyCux89q5cqqTFNU9DiOVbqE2lw2IyuFc792fP29KrDm19PI9evx\/6MWqfKJjr+xPdXfD7rwujZ8wGB2Ptj8jXpYc0vGzRn\/maSiskbRkAHjlKtsynB9K+yXHPD5TR5ycscrXaCbS9a2mLAkZHKvnfL8ThLg\/6HtQnHPBSQdaXhuZQ5O5OK4cmLgqIarRoHuB3Tgnpj\/WuBQ2CXRDglzI4u42A7tRs3Majt+m\/yrTPhVKQZKVM2lrwOz4lw63ngllVowBJCCpG2xAI3Hn1rz83kxw25Lb6+GZRbsNzFbwiJAI1XYKK8+3kdsYpuJWklGDgFhyr0ofbjo24pI1thJ90NTchzrjc+V8jlaM32pjFrfLcRYCXAOrp4xzPzH71phfNOL7RtB2qFyTAgeLntmqcGhsYwtoxjl1rCWyAhrlUUE\/9qz4NlJGev7trq6SAYMZbU3y3H7V6GLH9OLn7NapWPOA31wk6W805a1kkAZZN8D06ijNnlOHCTtHNKKTtGnexhnQlW7t8YBIzj3Arzk1dsOTQkLTW\/EhFOArq3uCMcx5iu2clxtGqpxtD62nDAefWuFO3TMpInNbGeVTCMknxeQ9a+x\/Rv16OLBLD5D3Fa\/K+DhzePb5R9hkXDoIsMxLnzYDH0rk8z+0HkZlxj9kfx2OGCMd9nOIRQtBIBHCpCkhlUBht0x+9c0P13ycNrHO9e9miwRk1aFV1FFE6CGRpEKA5Yb565r7n9P8AKjnxpJ26TOHNDi7qgfFd5kcxTDo5RYiJFAESBQBEigZzJ6E\/WgDneSD8b\/Wi2I++03CjAmk+tPk\/kKR3\/iF0vKd\/nT5y+RcUff8AE7sH\/EB91Bp\/Ul8i4o+\/4xcgeJYW90qvqyDgiJ4wT8dpbt8qPqv4QcDh4tAfi4fH8mIo+ovgXF\/J+Y3jbfrj1zn+9ZOzoOJGBH96oJPqd\/lSdAiYl0gLHG2r12AotdjqiyWZQwAxqB8+VEhLrZZ3i6cySZJ+Zov0xk\/jYKwbGN8tjahgvwXm0YwCZIWa3BwZFGpFPkccj71l9THz43s04yrlWiQzowqKiHqeZrTfbJOxjA2yxY8z0qdjHvZe3aW9ljMiJqQEk8lAzk14n60vtg3rZvg9m14TLZRYtnvJ+8UkArbeE7+r5\/KvnJ4sLuUm\/wDJUdEoyY5tFaJS8cyTAsXYpnO\/mDvXD5OP6knNO\/8Af\/Ipa0XWv3127A7lAyk8snmP0NU8Kfj1LTXv8fkeyy5u1hj0zRtIrfgGN\/mdvnvXHi8ZKaeS0vwN36IrfwTAa45rfCMqqrhuoPIjBxj0r144\/EyYvpxTW+\/f\/v8AgzqSdme4lK1vxANqDg4ZXXkynkRXO\/H4Lgzrx\/dEJu3SRTdxgh2wJR0Pk3z5H196z\/ct9mdV9rKo5sb8qzlEllXaBRPbRXy7vEBFL6r+E\/t9K7sM3khxfaCOvtMLxSMG71jYMN6+p\/SM7lj+m\/8At\/2ObyYbU0KruTTJkDNdnm4lOHL2h+Hk4z4vpk+EXOm4ZCf6hXieRjuNnoT07NPcT4gWQsMkda8uELlQoP0M+EwmLhok06e8bXjrnp+VZ+Q5P3pGc3cqNX2SvY7Nro3EmmNkXA5kkHoPma8fzscsiSiJIIv7pbiRyhMYY7DTk\/lUYcXGky13ZOz4fazESPcTEg7hVC4Pkc1cssovg4hKb9Glt4bNYgI5pw4\/+ooYZ+WK3xLwM6qUnB\/naOd\/UXoScZjbinASxAjlUiQajsjKdx58s1zY6xeQt\/a9GsXxZnZAlpEpE0Nw5YfAxyM8+YHrXdLCm9S1+L\/4Hbk+ghpGibQ6lTjbI\/3kVzzxSi\/uGqYJc3MrlljilfSFJKqWGCT5b9K2w+O5K0XGl2wHhWr7ewkDKwQnDAgjl51r5EXHH\/U0yNOOjQ8PgywbGMb15uWdHOx8vENO2reuPhJdBRTdrLxGWA20byzxnkgySp\/sd67PD8fNnbxwV2HOME+Qfb2V9AodrWRs8iuGA9dia6sn6R5mJXw\/2ZksuOT7G\/C7lJJDbO8a3PMRM4D\/ACB3rHxf0\/yJtqt\/l0\/8icsorYVcy6CV5Hr6Vl5kcnj\/AG5I0KCUtoS31ySWx\/Kf7fvXnwuTtm6VAQk+9jUHmv586+3\/ALN+Q+cYP4aOLy4\/a2XV9secfEUwIkUCOYoAiVoGRK+lOxECKBkGG9AECKBFbCgZWwoEVsKBoqbnQBUwxQFHgbTBvgbG\/Inl9KLZp+Cl5D3g+Ejq3ICk2CRIBVOrckjIHSgfZ2SMggkqMefKpGVOcshCswJ5kDB9hTtCosSZdWA5IHPG5zRf5CjWdhbt1u5yuloSFLagGDKTggg7Ee9fPfrn28ckXvZ1+O\/tcWb7jfZPhPGYHayiisLzYiSJdKMfJlH6j868Pw\/1jPglTfKP5KnjTPMuIWVzwviEtndIEmibB2JXHQjzHrX2fjeVDyYLLD2c0ouOjUfw\/iDG\/ncBiuiMbb4OSdvkK+f\/ALR5WlCC\/LOjx12abh9gvfSyEZJY18vlzOlE62FaJbWdJUYhgQQF29hRhyfcpfGyWr0QurkxgTSnMgYk42yc1fKWVtvtnTDGqL+C8RuZI7xu4mktTmTwpty6HlTcZwcYwdfJGWERjeWavKvhQOcFGGyt5ZA2+Yrb6ksGfhkSv8dP4OftaMfcv9ot7mADEts7OgPMDPiX9\/lW3LpPpnTH7Wn8kuF3QMIV91IIOOorDJHjOwyLZQZe6ldGJOk7etU48laJYdaMk6SQS\/BMpQnyzyPyOD8qWN8JpmbMXxIEMUIxJGSh9DX0H6ZJ486T9izLljYTwXs4vEIkur2RorQ50hCNcu\/TyHqflXo\/qH6jj8a4ds4sUG3aHFx2b4PcXdqtlw25tZcgNJFdHQFweasCST715Ef1GGSDUo7O1PJ7djePsj3FxE0sgubKM6yCMNkdCBzH\/avIzeQ1FuHb0VHJsmLeW5UFRhCS7MeQyf1rmnmUUo2D7sPhtUjQYHzPOuSWRtjsm8egEqC2RyPWkpW9is5cSzuEAmkVPCxXUd8YIz866l5E+PFhGKHvDOLcPnCx3MU1u527xH1DPngit8eH9Pyrjki4v5TIn9SO1sZK4jSW1n7ssuJInH4kOzAeYz9M1vl8SvFlhlTlDcX+CFK5Jr2eUcSSReKy2aNkxzGNfIYPP6VOJJwUvlHcq42MEvJbW1S3iijkjDaiZSZA3sD8PsK0WeNKLirXyZceTuwiG4eOU3NrqtLgrgiPZR5EDp+m1XOaglkSqS\/2Eo39r2h7I03ErW3ecaZ1XBOcq56nHMfnXneR5UctKqomK4MpiR45ND5DDoDXBMvsu+zyGVmAJjzkDz86jmqr2VeiT2kjD\/FfT0ANaQ8qUVSdEUBrYujgoxVs8wcH1raPmTXUmDoKt7MbmbLEtqJbc8v+1ZZM8pPk3sPwhss0qwpiQsAMb8wKqfmTyY1Ce0QopO0UTXBZgSD4h+eeX6Vxxgl0X2UrJniqhTsG0\/LGP2r6H+z0mvJxpfk5\/JX2MbGv0Q8o+NAjlHYHKYEaBETQBEjNAECKYyBFAiDCgCpqQytqBMqamMpb2pUDPz8Ci+JVJX+r+1F10albSAnwnLdADsPy3pX8AfB3VxqBJA\/3mi9hXwTM\/hLEgtnG4zii72C+EWR6GXJYnHM5zn50Ug36OKwOQgULjckUfgLNB2QbF3Op27yMEfI14X65D+6jJen\/ALnRgf3NM9RtJm7qKQbK4B9q+Ny4XjqXpnV3oB7T8HXjturwzCG9hQhG05Ei9FJ6eh9a9D9L\/UpeHJp7izKcOQo7BwvZSXcN6jRuJFVlfYg46iuv+0WRZvpzxu1T\/wBx4ItWay2DJNMSyKkSnWXYAbcvU5GOXka8XF4r8mPJaS7b\/wDuzpnJJfyGxR27cPifiIc3AGW7l9K6\/QEE1MJ4U3DHBtv8\/wDgj7k9Caa1jvLgzRR3MsMT\/eIwGk\/06tt\/St8WHLwcoxr8myzUuLNBPxJ5eFzxCMf4LKirggbYxgcq44wywkk9mNK+xfwe7D8ORSoxEdJ9RXZ5cPq+OpJbiOuM\/wCSri1ks8iTrgTqCFkPNh\/K3n6HpXJh8qTXCXRfRmLyFLOVBBrMQRTIzrj7w8wPQHb1xmvU1OFezSMnPsE4jNmWGbVv8J9fKlijpxFXaL7SfDc6yyQ0Q0CXtmL3jZB\/wn+9kx5DYj5n9a7MefhDm+0LpUaWKNSiqiqqAYVVGwHQCvKy5ZTm5S7ZKXwXrMsKyMcYzzx05V0JJLRtw0au1JeNTkDbIFef9XtNnM0L+KQi30PEMRscEDoaz\/c7NIsHiyUXPIis32UfS+FN+nKnHsQulnBYE9FA\/M\/2rpjDVFpUUB8YOc8hVNWA9seKf8n3c7EhCCp8gdiPp+ldmPybxSxT+Nf8GTx\/dcQLinD45eJSTKVDyABiBjI8xXJjztwUb6LukfMkFlAzxRKGAzqPxNj1rb67l9qRK2I7R5HE07NqGsfVt\/kNj9a2zzckotnQkujVcMkDW8RB2xXjzuMzGSD7iMMobG4H0pN3tkp0cs2kAxKBnpj9KxlV3E0CzGvMbA1g5bADmYJIuefi\/StYW1YHZf8AEcry1aQB6U+6B6Og460kxFJIDjyzn51SAo4dluIRhujE\/lX0n9n9+ZFfCZz+X+xj\/TjnX6C2krZ5QVNDFZxq1wS0x3EYHw+9fI\/qX6823iwa\/J2YvH9yM3x7tC8YK2sMfeHZXlGTnoMD1rg8D9Rz4pcMcnK37Ol4IT3IaR6zChl0iTSNQHLON6+9XWzyn26PiKYjhoAiRQDIEUICBoAgaAK2oAqagClxQgKm50BR+eFl1bn70nfGCBT7NNo+MuTsGDf0jYVNj6IEuN8EjmWPKkHZW8iYO7L64\/KgEiUeyfGWJGwz0pdjOQse8w2MDkB0p+gY94NcLbX8UzklFyrNuTvt864fO8eWfBKC7\/4LxzUZI9P4Ddh4RAxG3w+tfIxa\/wAOS7O2S9oLdzGxxtXnTxuDaY1tESUlkaQAB9IyfPHL8qhylSi+i4Iq+0y3GuP+VVGcdc7nz5bV0t8cUYLrtjSSfJhF+txeWiqNCR4xpUbn1Y+ftiso54RlUY1\/5FHTsqs+8aGHv5ZZVjH3aO+QmDjYdNsVpnzzmqb0huKT0MUKqNQJz0xXntuwoqtYnilaZE1JKDlEGT74r0\/HTUPuVpibXV9DC4Ro4YtZUxTKHQhgdQrkl4U8M05e+g5piLivdJPH9o3t2YJL5hTsT8tiPavX8KF3Fjhb0uzJ8XSS07+CUfewPpb5HmPcHPzqo4+M6ZqpJ00V2NzllGrNTlxksb8PId55epYRj5bn8zXLm+1KJDVjiOYIoGehya4nC2XFWDvOMHHMkA\/XO9dEVqjpa0aWz4jHFCihS8hGTkdK89xq9HE1bCHd7u3lDgDI8PoRuKmK+6xLTFqXIVdLHG2abhe0a0RmulKsCfce1OON2FCK4uPupHBySzFfYDA\/Wu6ENpGijskshSNNZyQo2pNW9EtFtvI8xMUe7Hb29alwS2xultmhU6kAdtWBjV61ycePRg3bE3aS8ENiwLYY+EGunxIOc1ouCtiixctwcTNnxzk7dQFAFdWX\/F4r0jpS2aDs9diW1CZ8SMR+ded5ePjKzDIqZp4iDDj61yRe9mTI28u5B3I8+tZTVO0XF2SM2keYqONlCu9uVPEIlBzkfqyiuvFjf02UlaL45sxKT8Rz+tZSjsT7JGXypcSSp5MHNUogX8OUG+Qj1b6ivoP7ON\/9Yl+Gc\/lf4bNPbBLeI3EuNR2jU+fnXsfr36pxX\/T4nv3\/AMHJ4+L\/ALmIuMX+BIJDl85z518fbb\/k7UjN8FgPE+NGV97e18Z8i5+Efv8ASvrv0Dwd\/XkuujHycnGPFezYV9aeaRNMCJ2oBESKAIGgCDCkBWaYFbc6QFbUwKmoApagZ+e0tlQagxx5Yzn3oRpRwlQAGkIPTwjP+lGkHZYUDrk6tONtqG7F0wbuQzAAA71NN6K\/JZL93HgLgZ+tFfIHIhkkMoUjc+lOvkB5wLgV5xYqLSS0JLY0vcBCPcGuLP52LxnWXT\/g1jilKPJG24dwfivDeHK96sOIzjMUwcgdCcV8j52fBmzOWH2dWO0qkMhc\/abXUf8AETY1hNfUjvtFVTKoJvBIRzArllDaNYh3B7cPCJCN2Oo1j5GRp0JjOdESMkHTjp51zRbboa7M\/HdKIWy2NDcj5Zx\/avQeNtmnFl8l4sbAupKY5cqjHj3siiP\/AB+G31Jah8F8jvDkry5Yr04y+nGscf8AMlY3J7D4+JNfKJGxjOwHIef51y5sk8k1zfRMoqOkAdoWD27K2AxXGfOu7xp\/3yT7KxKmIe1Rabhlrf8AWW2Ebn+tBzPqR+ldeWP99TKqm4md4dOQgJPLpUZoboqWjQcFuB\/wpZGIBLu3\/wB1ef5MP72l+BVYcLwPACdxWP06kawjsBvrrTGSNtwMkc66MeO2bS0h9wybvCJJW2boPKvPzxrUThfY++1jusR+EVxKLTIEN9daLhh0O9duPHcbN4bQruuJlE3PiJ5iumHj2zWMdi+5vTpKjdlVE38zua6IYvf8lKIZ9qLxopO561j9OnZFbNBwhO6iMh3dvyFcOaVukYTlboNmuEVCc4zWKTbJSMV2lvWup4YEOWY7gfQV7Ph4ljTmzoxxD71lteGxWyMAIgN\/Xqa58ac8jm\/Zquyjs7xEx3zozeF8HGetX5eDlBNEZFas3treAoN8npXhyx0+jmaJxzBbjOcahiolG4jiRuJiFkBOM8iPOnCF0aCWK4MnE8k\/Dgbn3J\/Su1wSxmi6DrK4D24AbGNs+1YZIVIiSLFnJzk+1Q4EnGlpqIDTs8UfiAaQ+BYmYjzx0\/Ourw\/Kl4k3kit01\/mZ5oqUaGPFL5mYvIBjGMDoPKuablJ23tkJejI8Vmlvrxba1GuWU6VHQep8hXo\/pvhS8rIor+oTkoK2anhXD04dZJBGdR+J3x8bHma\/RcOKOGChH0eXkm5ythJrYgic0gOGmBE0CIGkMgaAK2oArNAFTCmBWevWkB552r\/iNNwPjEtlacPtrhI8Bnm1Z1deVdUKSpJMwlt7Z54koiIGFCjqdya5ujqq+gnvo3+HxN7AVTYL8nzxK6Z71ifLPKih2UhSrLswA577mp\/gCm6d2PhXSR1I\/Slv0CKYz3anfGfPmaLHQ+7K3n2PiK9+AYZPCSd9J6V5H6v4jz4eUe4m\/j5KdemeuWF33mEBwAMf32r4KScDraF3EbAWeu7t89z\/ANSPGwHUj28q68Gfk0mHapiWSUIJwp54INdDinJGkB\/w24KRRnppHLoa87NC2xstvbpAhAxnp61OPG2wRjXuitxKjYAc6cjlv+2QK9mOO4po3Ox3\/ewgE+MDGP8AfzqZYeLIkt6B2ddXPbNaJMEPuGTqtlCcgcz+dcmSP95sxntsjxqcOmpWBGMEV3+HC86bHiKoCbzs\/eWYAkmVC8SsMgkZOn0yMjbfevWzR4ZFKtB5MG48o9mGiaKSNjaMwbGe5Y5YDrg\/iH51pn8fdo4sXmc9ZOx5wif\/APoyKCCNR\/WvEzw\/vmz0YLQQLjShGeu\/So+ns3iqF3Ern7sAbAHOK6MMNhNjDg3EcFVBzjl6Vz+Rg9nJI0y3o0bnJxzNeY8TsgT8Wut1bVjGx9vWuzBj9GuLToz0l4WcoDnLDl1FehHF7OitFUl1qKb51uz4z8h+Qq1jr+hX4HnCiJCGJOlOfqa4c+tGE5V0aGO+076tv0rz3iswoX8V4uscMgzggH1roweK5NGkY2ZvgzmfiqzSEEqc\/OvR8lKGJxidSVIYcYuCQcHz9cVz+PBAKLS5KXKMraT711zxpxoUujb8I4gGjUg14vkYaZzSQ3lu9Kh+eN65I4r0SuyN7efd7ZIxkH08qePFs1WxXYzZmuGIOoEkZ9F\/1rqyx+1L\/wC7L9BNncaY0G2joBtvWWSFsJUw2NzuWO3QVhJeiNHzy55UKIDqwj+ywM0hHesP\/wDEeVZzoxlK3oE4hfE6Uj1MzkKqKMkknGAOua28TxMnkZFjhtktqKtmw7Mdh72ztjc3fdC+mHiTVnul6Lnz86\/SPA\/TF4mPiu\/Z5ebyPqPXQ3fs7fDkEPs1d\/0pGPJA78C4gv8A0c+xpfTkHJA78Iv1520nyFLhL4DkgeSxuk+K3kH\/AMaXF\/A7RQ8Eo5xuPlRTC0VMrDmpHyoApkOlSzHCjqaai30DaRS8iadWtNOM51DFX9GZP1IkEcSIHQ60P4huKhwkhqSItSpjtFRxmkM\/PH8Q5B\/5p4gDviU11xqjE40awjDMJMdGb88CuU6tk4ZEZiExv0UYpp3oQfG8dzbRFQiPEhDrnd8E7genL5etZYsnJuD7RnGW9n0cuoELjT6AnFbp+jR7KZIsZdhqJ236UnsAaePB1adI54qWqGWWoRkReYHMAGkqfQ6Nx2Z4wTiCU4dcbk7kV8b+s\/pv0pfUgvtf+h3Ycn1I77Ru4ZVkiwdJBGN6+XaaZoZzjfBjEhlsw3dgeKMblRnmPT0r0\/H8jlqfZUZK9g9pdaFxnpRkx2zWvYJxG+whUnY7g+XnW2HDbsF2Za5udVydyQQV9vKvUhComl2ij7UUkGDs2\/tV\/TtB2Ei5yc5ycjFZ\/TEjQ20oWzhAIOEFefONzbOeW3Z9dzGS2cEb4yDXo+AqyjjpkOD3Zt7pXVsbg\/nmvX8nHzi\/wdD+6NGY7SG0t+0F7bXIa2dJdUc8I2KnxDI89+YxyrowyjlxpS7Pns2PhNovtrkfZAFlWQYLF1XTq38vOvI8zElmPX8Jt4lZY8x04BOMc81zKJ3qgDiE2oO2rGMY8\/et8UaIk\/R9wy80jAO4x1oz4jml2aKK8LjY15ssVEoheMDbyHrpNVj\/AHJFQ7M1bTMzNJv4VJx616U4pJI6m6LGYtcRxjAKqq1NVFsOVbNBBKIECqeXP1NcEoubs5m77I3F+QpwelEMNsEZ6fiJnlZWYnfOK9OGDgrNsaGfBZQjg9a5PJjaNbLuIyh4iV51GKNPYCbVqI2rrolmo4LceBMHwjYYrzPIhtmMh5Jcnu8DnXDHHshIqmmPcI+rbTjHqKuMdtG0SixlxHM5IyQ528thWmWO0v4GW2NyupUzkKBvUZIOrBjOO45jYe3WuVwIoMsnBl1tg6TsD51nNUqIm\/SGNxeYTcisIw5MzSol2K4ta2XGZuIXNo113P3cGGA0OfibfrjYe5r7z9CwLxcbnKP3P\/Q4vLuVJHoifxEsv+pY3K+xU\/vX0H\/UL4OH6bCU\/iDwdvjS7j94gf0NV9eIuEi9O3XAm53Mi+8Lf2p\/Wh8hxl8Fq9teAN\/+oKv+aNh+1P6sPkXGXwXxdq+BSkhOKWuRzDPj9aayRfTCmELxrg83w8QsW\/8A5Vp8l8kgnGls7\/hF5BYXdnHdSxFYpVdTpbGxp2vQM8ik7G\/xBdSkfE7G5j6g6CD+VNTyroiosBbsn\/EG2heEWHD54mbUy92uCaf1ci9f7C4R+TgT+IVpGI27OQtGvIIpA+WDR9af\/wDEfCPpg5452st2\/wCZ7JzEf06v7UfW+Yhw+GUy9s+IRZ+09mLyP1G\/7Uvr4\/cR8JfJ5t2it7LinE5r2ew4hC8zFiCvWplkxN2nRUVJCq3lyNJCKD6DH0rnOkIgjiGdTscfy7CivTGwGVEh4uunUsdxGQu+4YHP7fnWGXHyTcdMwyL2M7HiHfSJa3LiOY7JJyWT36BvyPpRgz\/UVPsUJ130HyQMjac6Mc9Q3rq\/Bun7RQ9oCzENkjrikAGkTRTKrZO+Sc1FUx9h9omljIhCkbhj51GTDHNBwn0yoTeOVo2PBuN95GoZgHzjGetfBeb4EsM3Fo9JNSXJdGqjuFaAHPTevKScXRJmONQiKVpIsKGOSOWDXo4ZXpmsJ6pmU4hcaiQSc9Qa9PFCjQQyzHvPnmu+MLRROWTvELDkDq+tTGNOgTJW7l9K4wW8jSmq2EtGi+1aRjlgY3rz\/p3swKHuyU052J89q7PDx1lQeidlcBcOCdhn1r2pK9G8XaFX8QZlbitjMQo7+1B5bEqxH6YrPFipNL0eP50PvFdtcBbNQNhqI\/euTJjfPZ2\/p7vF\/UL7\/Ma7n51jw2d7dIEvJw0bHqQNq3xY9kORTw+UhsA+tXngc8nZo7Sc4G9eXkgSFtLqXntWSjQ0Z+2PhbJPiYLjy3zXoT7OlsL4f47mWYjIUnB9ayy6iokZHqg15STXOomVi3idxpiOK6\/Hx3IpCm0b\/md9\/Su\/NGo7N4bHfDHIklB5BcbeZrzcy0htn0lzrhGcZ5ULHTHYAZPFgttit+ImzQcEl0qp5VweTExl2ORNqOOlcXGhEZpPumB+H9KcY7LT9FdvOEsWzuTGd\/c1U4XP+pZG2uNTbN+dOcNBY0tZGZiWJxXLOKS0RKXEYwXIHKueUDEp4jflIiEJLnZR5npXb+neL9XKrWkDHfD7cWllFDnJUeI+bHc\/nX2cEkqPOyS5SbCDVkEDRYis7UwogSR1oERY\/OiwK2x5D6UrHRWyr\/KKBURDMhyjuh\/pYihOgqyxb+9iOYry6Q+azMP3p8n8icY\/AQnaHjMQCpxa+X074n9ar6k17Yvpx+AiPtb2ijQsvFbrSoyWfBAHqSMVSy5PTJeOC7LF7bdoNBb7dFMgOkkxxuM88bVS8jKumJYoMqftjxVjmRbFz5m2Wn\/1WT8f5A8MTwRo5FcAvsP5cYpGhdCTz3bfbIwKa7CwTjrlUtpgTqSQ74wBTu9EZAgwpeQ6ycatx6Hr+deTmbw5Licy+Aqx4oyFbTiLHI2jl\/v5ivRxZ1kjbKjNw2uh2fiwrkqBn0P+lbo6FJPYK4JkGcA8gBSeyui0oiNpZ6NBfwfOxi+8ibxDcgbZri83xo5oP5R0+PlcHT6Zq+B8XE8CMzfhz9K+J8nxuEtHZJbPuMXQaNhmlgx0xGVukMqNhsMN816sHxZcZV2Z65Y75NehBGpO2k1xgZwTlTUzjTFZbw5gZvF+Hf51OVUtBJ6GLz5HPeuZQoyX5KFmzsSd2HWuvx4f3iAtt7jEYGdwSK9KSdm0HQF21xccL4VN+NHkjzn2NaY7jJ\/wed+oLpiTh85Nuysd1b9qy8jH91o0\/T5fY0wrvSI9hneudY7kd7kCTSlhzrohjoyvRbYtvnkOVY+REzbNBay4AGc15k4iQRNcJDCXkOw5DzrOGNydIpbFkLYiTc5wWOfWuqS2bWF279ymnOfM+dYzXJ2ZSley3vRjNTxEhPxKUv4emfpXf40F2XEHsjhy2NhyrfOm0oo2g9WNeHzBGlc88iuDNjekgbBJ5cPMgO2okDNaxhpNgmUl8sD0OKtRE2PeHyBUT\/eK4MsbbM2N0m361xuIHLu6KwMFyKcMdy2NfJCWbRasNzgKo8\/9704xuRVldq+oFSQMeXWqmq2OxrFNoGOWwrllGyJliXWkHJFS8dkhPCNN1xNJX3jhGvHTPSvov07CseO\/bOfPKo6NR9pTyr0rOE++0J5GgKPjcJ50WBAzx\/zCmBBpo\/5hQIr71TkaqOwog0qgfEPnQB1Elk\/w4pG8iENFE8ortgvEbu14aueI31nanoks6629kXJ\/KrWOTVkPNBdGb4h20sI0YcPhuL1xsHZe5jHrk5Y+2BSqK7ZLyt9IVC97VcZ2tybO3brCoiUf\/M+I\/WhTS6QcZS2zQWnBi0CDjF3PxOQb6Z3JiU+icifU0SyN6ZrHGojGGCK3BEEUcY\/oUCoqiiR38xTA8eW+lAAZMDPPlXTyJomLqQ4PhB+pNFiLLtftlkyElnG4x0IpSuvyElqgXhNwU0xMSNey\/wCYbEfMYrDyMf1Y\/wCxytBt3ClzHvjPnXm45OD6JsqsOKyWLC3uwXiztk7j2r18WVTRadO0PbWdJcSRNrUjAZf97VqdClaLwy5xpDHrttS09DRMEd5qA3Hn50vyNC7h183D+IyQMfu85UHqprw\/P8NSto9HFPnFMbXt+JM5PyryseGiroFWQEe9a8aGZ6ZiTht9yPWvRgjayu0c4cDGQQd6rLHaJbLtfdXBKk88gVCjyjsOVoKeRXXOdqxUaIKFmCONbbZHWuvBH7kx1ZbFJoklTqDmuuSfZcZFPHJRJwqBSclZyR7Ff9KqHZy+fXFMT25wWI57Z6UZFf8AQx8CdScS15MgjrUJUz0JyBw2cZ9610ujPsLtHwBnnXNminsnsdW7\/lXnTVACcRnMkoUE6F2G\/WtsEOKs1WkS1gZIJOMKKniOy8Sb4zWfEyJSyaY8g70QhbGmK7ttXQc8Zr0sUGik6IxHShA3J9KWVcpGqdItE2ghV6bbVm8d22K7Iztk6s4zRBUTZBXIOR0puOmPkMbe5KKmDvneuOeK2yX8jmCfUoNcUoUI+vbgEKoOOS08cPZd62VT3Qkhk0nbX+lVHG01ZKkmW2DFckkHyqMqspMMM+XbeseGhSeyp7hmYIvNvLfaujBg5yRN+z0PgfDxZcPRZB98\/jfP5D5CvoYRUVSPOyz5SDTCp\/DVmZW8CjkMUqGVmFc86ehWyPcr1GaWg2fC2VwdK7DcnkBQl6REsih2KLzi3CbXI75rqUf9O28X1bZR9T7VnPLix\/vdf7mDzyf7ULJe03Ev\/wBOs7WyT+Z171z8zgD6Vzy\/UYRX2R\/zIfKT+5ia4ueNcSkaOa+urgvzjgOgfPTjFEPJz5f2qgjD4RZZdkWPinMVsp5qg1ufc8v1rZY5Pc3ZusfyOrXglrZlTAilx+OQam\/Pl8q0UVHo2SS6QYRKdy2cdaYaInvBjDc6BkNU3PNAETLJQB5jcFWXwgbjnyrp2Qgdi652LDkCedK17HRbEWOxYIPIClYMDu0WC4IkJEMuMtjdG6N8qmOnRz5I0w2CcyBllAE8ezgcj\/UPQ1yeTh39Rf1MWvRG4ijuI8NnUORrmxylB6EmL7e4uOGzkqcodip5NXp48qmtGsZezTcOvI7xAYCQ34kY7rW\/ZrGSfYfspCsPcc80mi0xP2kDr9muhgMh0HT9R+9ZTipdnRgnVxAoL4sAM8sbV52bx0to6k7GsU2VG9efKA7FPEPDK\/LHPNduDpWaJgttJic7DB6VvlinHRLkXzOMIwPocVjBXaBSLI5fu9\/1qXC3oGwa5kI+EjHWurBHexWXiTWVbmGXJromtFJ0fcQGqyBPRwPqDURe9GHlO8exQrYkB89jWzjyVHn4p8JKRZI2FIzUKO6PVnL2Vht96pk2FwNtvisckRpjZJdERbrjavOlD7qGLQ33wDHA3NdTiuFjci1ZdSJ1y+fzqXCmwUrCg5zt0rncBWVzy5A3yK6MOJFJg0rYVABuBn2zXUlXQXsir4XOfQVPCxuVaIptg561VIXKw6CLvfAOZ5e9c03wVsmUgOTUrsu\/hwd63rVkxybout3B2PtvWGXG7s0chtaTDAVcVwZICsG4pfEA9MAnatvH8e9iyZKF9leOY2TI3I\/SurPgSaZjjm\/ZobObEWpjvivKyQt0dMWfGfrzwM0RgF2aLsJw03\/EjcyLmC2wTn8TdB+9ej42KtmGadKj0giu2zjIsD50WwpEGFKwKmXl50wdIT8S41DaM0duBcXI5qPhQ\/1H9h+Vc2byoYf3d\/BzSzOWo9Gcvrm4vSTf3BdeYhXaMf8Ax6\/PNeXl83Nl1HSMaRG1tpbs6LGDUo2aQ7Ivz\/YVeLw55NyNIwchxbcAiUZvJGmb+VfCn9zXoY\/Gxw3RtHEl2MliSJBHEion8qjFdBr10RYYpgcIoAgwosCBAJzTsCOnAxSsRBlx0ppgeThTgEMB5sa6GSWxyhSTzOPp86PYFqxxN45HAPvRS7Ffopu7T7RCyoUyNx50pJ9oUlaE0MrtH4WIuLfl\/UnkfPH6e1Wvu2jmYdDcRzx602PVfI\/2rgzYFH7o9CaJSgTJpdaxi3F2hIAaOS1dZIWKsu4IPKuzHl5Fp6H\/AA3in2tdDHTc9V6N7f2roUuRrGXyF36farWaBtmYeEnffoaT2bRuLsyEblHKsMEHkehqJxtHZGSTG1rc+EDrXm5cJpZ9dnWuedTjVMdi4sEcY6b867Y7iZtnDdgh1O4ByKaw9MiOXbRfHMDHkH3FQ8dPZqpWU3DkHbPKtMcRNhduyhU1Hl\/atHVUDZfeRvLwdrkEhY5VUDPTcE\/pUxic3kZLqPwJZNmPLzzW35OMrlYlAwPPY+hoSR0wyNqjqHVy5\/pUtUzpTtBcTYIHI1lJFph7SgIFbmRXK4btD5exVdXOg4yd9jXbjxJpM58mX0i6xmZzGD0GdumaxzwSVmmKeqDdZ1ZHTqeWaxhBdGiZB2LEAk71skkXaSInxOcVW+kS5UVyRvqBGoLyG1XGlo45ZW3ZdFE7fhJqddlxy0HMzWcWI0LXUmyKBkjPU1xuMckqk9A8jfQ\/7P8AYLivF7F2wsM+ksv2htOs9EH9zgV2Ysc5yfqJlLJxX5M7xjhF\/wAGvWteJWstrdLgmOVcEjzHQj1G1XPC0awzqS7IWsh1A7jHTFcWbFV6NuRC8jWWcqZcK45AZIqsNxjtdGOXIk6BLRH5AZBOSa0zTT2ggN0kIUgbkfKuD6dnQpDfgnCLrjF0Le1XYf4kjDwoPU1pjwvthKairPXeF8Pg4ZYx2tqPAnMnmx6k12JUcjbk7YQ3ypiZAnbfnQIizAAkkBQMkk4AHmTRdCb4q2ZbjPGmucwWDskHJ5uTP6L5D15n0ry\/J85L7Mf+ZyTk5vfQieRLdAkS5YnAUDJJrgx4Z5nYlb6HXCuAlsT8TGpuYg6D\/N\/avZweLHGt9nRDFW2PgFVQqhVUbAAYA9hXTZqQagKINzoDogaAKzQBw0AQNFgRNMVHCKQddniyTFt3Z8nodhiu1kBMbF056UB5Dz96jfY2XJA2kMyqpPItk0UKyaQoG3lB686VWF\/Aq4kht7pZ4cAZzsNs9RTjpmU1QFM\/cXCywZWKQalHl5iqoha0MLe4WRdQyPMeVcWTFxdk1Ra51DBxnl71klxeg6ApI9DakJDDeujHN+x3So0PBeJi7ZYLtgJh8LHbX7+tdMXyNIutMSdowkfGplRQA2lvfbnT40jpx5L0waGXC7VjPGvZ1KQX32oEZx1rCOOmU2L7ssH3yBW+ONaOfI\/bF7ticE8s1ulqjnfdjC3k1LjrnOaxlE6MbJyOGbbc5pxj7NbCrSGS5lWGLmeZ8h506t0Y5cvBWaq4s1\/4JPaxDYRHTk7kjf8AankVJHJik5uVmHYgqp64+dC7Ymct2UMVO6tsacl8AtESphlIxyO+1P8AcqNceWtMtgcE7HaolE6oyXaDu7muVH2ddb4+Edaw40+gySSQmukc3RR1Ksp06T0NdUahHZyN8mM4VEUYC7E4ya5JPmzqi0lSLl1Ead+f0qkqZqnQXa20k7hIlZ5G6D\/e1FLsmWT4NJYcFtraH\/mB3tw25IOAvoKZjJ8tME41CtqYNKZWTOQd8HaspwraMMmqob8HtoPs7s8MZfSrAsOWSf7U8cE+xQk26HViILfLxRRI3PKqBgVvGKj0jVmp4JdHvFJY7jnW8JWYzR6Xw+z4V2ksPsXG7K1vY0GUE6BtJ64PMZ9CK6lUkYNtbPMP4z9iOw3ZLhz3Nle3lrxaZSbbhySiUP6sGBZUHnn0FTPB9SLb1+f+PyV\/1LjUVs8e7K8Jk4vxWO21KJJs+JxkAYySRXl5YfbUdG+NtytmrH8OeJK5Ec9lp6HUf0xXN9NtnTY64X\/DqKFg\/EblpvNIVKj6nerWKu9j+obG0tILG3WC0hSGIclQY+fqfU1p0Q3ZaaAIMaBMouJY4ImlmcJGvxMf09SfKpnNQXKWkROSirZjuL8Ue+YocpaqciMc29W8z6chXieR5cs2o9HLKTltima4J0xxAtIxAAUZ38vU08HivIxJWafgXBlslFxcgPeEe4j9B6+texjxxxqoo6oQ4jjO9aFlTHANAyBNIRWx8qBkSaYED6UgImgCJ9KYESKAIk0hHi6zLjwgZJzk12v8EBUMg\/Dgt5Cl\/AggmV8qXAPUKNzSpj0VTRGM5UEHoOppK2JFMwEsDI5QMdx\/Nml3oTVigIZYnh\/EPvE\/cf78q0UrRh7B4JWhkyPmKcoqS2OhvE4dVYE4xtXDkjwdENEW55A28hSSsPyVuu2U2YdfKri32O6AeJSvPdySyMWYHGTz2ruj0VZG3mGcPzpONnTjzemFE45NlfPyrHi0dKkiLgyKRk56UftZE1yVC94W1gHmds8615ROZxadB\/diFAg543J5k1km5OzeNR0QaQIck48tsmtFGxSypaNL2QTvYpnA27zHnyAqorZx5ZcmamNMHSw22FLKvtF47++jzadDDJLE3OOQr9DUL5LfwDnZ+mPOqsQRJ441k6jCt7dDUftJl8nwjVyCPCfOlyaGpuLLViLhndiY4VDac41HNVFqq9lyk8lNjNLKXipkvI1hRy+67jJx51x58qxS4v2OORRVBlp2bubmC8lkubWBLWBpiGYkuBjwrgc9+tXhyRndFfXS0a\/+D\/ZbhHaHjVzFxeOWW3htXmVVlKZYFQMkb43NbYKySaYnmk+jWrZ8PtO9tbWyjhgDYxGuCfnzNcn11FtPo61jbVi7iXCl095Zg+o8q2U1Lohxa7MV2ogeJbbvAQ2s8x6VOToxyrSD+HnCyKNj9mib\/wC4\/wB6qH\/gzg\/vDoZcgA9K1OgaWFwV3yAc8\/KqTJkgfjX8UZ+Eo1r2dZGuyMG6Yalj\/wAo6n1O1bwy1s5ZJPSMPHw3ivGbLifaC\/kknit9LXFxO5Jd2YAKCebb8ugHtROU8itkqKj0em\/+GngUPGO03FLq9jMkNtaaQOgd2wPyVvrUYIRkm2jS2uj3r\/y\/w+3uGEdqTj+Y7VssUF0g5NoIbhPD5RpeCMD+k1XCL9E8mugC57H8NkU6JJIyeuQRWb8eDKWWSMl2j7N3HCUEwJltidnA5Vy5cDgrW0bQy8tMzM80cETyzMEjQZZj0\/ufSuac1CPKXRc5qCtmK4vxWS+k1HwQoToTnj1Pmxrw\/IzS8iVejjk3J2xHdXPPBIxzzW3jeJyapC7NR2Y4SbWIXl0n\/MuPAp\/6an\/8j+m1evSiuKOvHDirHxOBQaEC2DQBFiDuKAK2NAEKAIE0ARJoERJoGRLfSgXRwmgCJPzoA8N69Plyrv1RmGWvMaQwz0FZ99AHhygzpA9aLF6OZ1eJt88jikUj7ZCCABncDrQlT0FiriC91c94owM6v71UTGapgd7Dg60G1OOtE36I2c+hwpPhNKcOQmMAcjauTr0TVENWG3pV7DYvutpnJ867cbuNssHOxyfOtALYyehPy6UilJrosErIc86nipPZayyLmuV0RiMAl1yxxjSc4x6\/61H0ldj+q2fXBZ7MOCQVbB36HlVJJSIk2Lxlmyd8+da1RBuew5Q2ckZbEhcuB6DAqYv7mjOZqmTBB60ZFcWGN1NHnnaGIR8bv0A27zV9R\/rWMX0bz\/cKpFwARVogJsSrNoY+FxpPp61ExfgkEaNmD7EHBz0qO+iUmyyBtUd2m+8eR8jVpaNE6Nf2etMdn0uI2yBIwkUc18j7GuDzcLa+qv6kSe6O8QYx2VxpJAZNJx5GuTBL76EbH+BjaOK8Q55azZPq6V6eGfHkawVs9Nbg6kk6Rv6Vk4I7ORW3BhjZKFCloHI86\/i9YfZLPhLacFp5Fzj+gUp6iY5n0ZaxbF26+div5b\/tWsXtfwYR\/cW3F9FZQa5W0g8gNy3oK05aOiUlHsznE+MXN6jRjMVudu7U7t7n9qjnydJnLKbnZ92c4Mb+71SnEK7uw5+w9a0i30XCHI3Hb7iMdt2MsuFWqLFFJODoQ4ACDP6kVvKX2NCkqZ6B\/wCGRo+HcI4lcS6R9qmAyf5UX+7Gq8ZXAU9M9q4jd27xB2lVFxzJroomxS09vIv3F2ur1G1LTGHWImljIIWQf0NVL8kkOK3dknAL\/wC3SiOCOMly\/wCHy+eaU2km5dC5cdn5p7QcTN7OUjBW3Q+FT\/8A7H1r4\/yczzSqPRTk5O2Z+4lP4Tjy9B1NVgwcnSJDezHD1vLr7XcD7iFvAp\/G\/r7frgV63FQXE6cOO\/uZsmm6k0HRREzA4waLCj4vv6UCZWXoAiX286AIl6AIa80ARL0CIF6AId4M7UDPi+1AHNYoA8UTGrA3xz32FdzMmw6BsAlufQKKlgTZmJyzAegpewLBIQoyAP1pOwPgcjmfEd89faivkV2DcRAeDb8P6U6rZM9oGQd5AoP8op7ox7Fc0ZjkK\/Sruyuwy1m1ov8AMPXn61jkhRLL3OTke9Yr4F7A7oeJWXkdq3xvVFKgYj02+lb+hny8vWkBKQ7bULQtlXUDJJByKr+R9B9oe8jmi6um3uNxWb7srtACnO\/nzqiWOLG5ls47WeBsOjsR5EbbH0rBtqVomSPR+G3sXErFbiHrs6nmjdQa3UuUTL9rMZ2ui0cfuumtI3H0A\/asUdU9sSCF5CRGupuZx\/vaqRm2TSExDOoMeW3IfPrUSq6EvkpuJDIxaRiTWi0UER97bMJYsZ3zkZBHrWfJXsXs1XBrtrForu2AktZF0Sxefmp\/Y1jklLFLk9xfZMqeg3jarHa3AjYmMqrIT1U4I\/I15sYKGZU9AjYfwG0Nx+eN2AaSBlTP4jkHH0B+ld8F2a4nvZ76toMDarOiz42Y8qKCzyX\/AMQcAi4XwH1upv8A\/mtZ5V9uzPK+jyo3Zsb+Gbu+8P2VVCHYHII39KTmocZP4Oe2mJp+8uLhpZ2LOenQD08qxeRzegbbdsgU1yhFHM4A6murGqjQLezbcNiS1tFiTmPiPUnrWyo61GlRnu21133ELeAHaOPJHqT\/AKCpySpGM9yPT+xF0\/CuztnGhx4NZwcHJOa68WopEscX3aeWZAC2P6WolMqMTsXG3jjDhic+vWkpaG42aLgHaaVXjCyE6j051ccpEofJi\/4kdsH43etHbtptFIGBt3rDbWf2rwPP8760uEP2r\/Uw72zz6WXGeuTv6muLFG6K7KrSzn4rxOCwtRqmmbBONlHMk+gGTXsY8axouMeTo9Li7NrbwJDCCERdIzz96iUHJ2z0IySSSIPwRxyFT9JlcyluCyjkCPajgw5orbhdyv4m2p1JByRU9hc5zk5ouQvtKntLpc7Z+VHKQUiox3I5pmnzYOKK2Mw5xmnzftC4fkrMjDmjD5U+aBwItN55FPkhcWV98uTg0KcX7BwZITDTvVCaaOd8KKEeQxAggKPeux9mX8BSLoG3M7Z9aQrOyA4IB5UUuwJKNKb7daTD2QaUE+HxHl7UDJCIzRPqJACk7Uu+xP8AbQFA3hXzx+9WjAjfQ6o9Q6dRRdMSYuhcxSA9Ad6qSsoYqwZfMHH0rmlGuyGVTLqBB59KqDpjQGTyroWyjm2fT0oA6eVHfYFB5j+9XtCDLOXTKjZ5Heokk9FohdRCK7kQcgdS+x3FJPVktbCsj7NEBn4mP6VjJbJb2M+BcTl4Zch1BaJvDImfiHp6j\/SlGfF2ZyGvamS2u+IxTwyiRWtlDBdiCCefltTk4p8jVu0hFJIFGnG3RRy+nWoTlN\/gnsFmkJIyTq\/lB\/U1rDHxRSVF\/DLSOacfaDsRgL5E8s1GXJ6X+ZLlXRORwtxJEwA07bjr5VnCL4KXscVoI4VefZZzHJvE2zKeVatKUd+x99Gj4nIJOHZXdREiAnrjFebkxSx5o\/FEhvY66msQLq1fu7iGRJI28mBOPl5+hNaSnwxuXw0K36P1T2d4lDxvgtpxG3AVZ0yUznQw2ZfkQRXZFKS5I6Yz5K0MhHmnxZVnjv8A4jAjWnZ+DWglE00mjPi06VGrHlnIz6Vz+S+ELZlkkeJypjOTlvU15fNzezHplGg59\/St06Qwzg1r3nG4x\/KQB7mu3xpckxof3UctuxBX0BrdaO7sxd05vePPv8UgUew2qO2crdys38XEBHFpz92Bp0+1dKkauGjq3xl2O\/r1qXL5KSoKS4ZogmfzrNvQUgi9vms7LuUY9\/MuTv8ACh6e5\/T3rzPO8lxX0ovbOfLPk+KMzLIXcnJNedGNIyA5HwNZPov7mvW8XDSUmB61\/CHss1vwZuMXUeLm\/H3OfwwA7H\/5EZ9gPOuyrOjGuKs3jcO9KfE05FbcOH8opcQsqbhw\/lpUOypuGjqgo4hyKn4an8lLigsqbhaH8IoodlD8JT+UUUg5MGk4Mh\/BS4oOQLLwVDnC0OCHyYFNwMb4UfSpcCuYBPwEb4U1Lxj5gE3AGBOARS4UVzA5OBzqfCTijiw5JnjyZCnR9a9CjlLY\/wCrljl5VLBMkAC3i5Z2\/wBaPQyMmFUk4LHlRQvZWrBXwCC370\/Q+g1MacasqowccqNpUxasVRjEYI6MaI\/kw9hUeHjYVTQhNdxd3KR0NVF+hlto+RpJO1ZzjewaCH3XbnWEVQkCSghs9PSulPRXZUcY5YPWqC\/RBj8t+lNAV8+tV0gLIDgkHf5+VS1oaDrwa44JRnYaCfbcVC1aCR3P3cY671nLT6IfdBMKYALE5\/SspzUfyxVZKSUhTpOAPPp70oQbdsE2wQszErGDnzro1EaJd3oHvSTsbYRbsQQcY3+tYzTZmzkzmfikhOPEwGfPYCqTaxo0j0cu4jDK6nmhx7iqhJNWCYx4bfZi+zzklG2z5etVOKkqYNGi4WrQWUwY7q6fqa87NGsckyXo9G7CdqpuDW1zbbvAxEygH4Tyb\/8AE1HiZWouPwaYX91P2aq4\/idDZ2jzSRSMyjwoCBrboM9K6X5HFWzoyRUFbPJONcVvOO8SuOI8Tl7y5m3OOSKOSqOijkK8nyPIeZ2zh7diWVRqJIqYOtjOLHgFj0q3LQwvhpaGdJI\/jDa\/oCa9Hx3xhQ4K5IYT8bbuXM8edKk59QK2jmXTO6UaTaMf2eUPxESycly5P+\/Wmr5I5YI0rzxbgyACtXJfJ0bPlv40X7oM7DpyqHkgvY+MmGcJe5mkkuroItpBzQHeRz8KfufT3rDN5axwcq\/gyzPgu9nLu5knlkeRizOcknrXhRubuT7OVAbtq8PInmfIeddeDH9WfH0P8jfsTwA9qu1Vrw86ls1+9uWH4YV5gerZCj1b0r2ox1r+Bw2z9RRwRKqpGERFAVVXYKAMAD0A2rTgb2dMA6AGjiwsi1uPKhoLK2tlPSlQWVNbL5UqCyprQeQo4jsqa0FJodlbWgzsBSoLK2sgelFBZU1gPKjiFlD8PB6U6FZQ\/DR0FKh2Dvwz+mhoaZQ3CgfwilQ7PyfCCzBRso\/Oulv0ZlwXG53xyFRQyvUCzH9Kar2BWzjGQNPl5mjsZ9Gm2o0l+QYSjFVAyNjvR2IHijzasdshjVLo5W90fWx8YH6VVWF2C8Ujzk43prTKi\/QsQlXBG2OdNq0MOVwyg7kHnWMoNCIt4iRj29KcGNFBBNaehlbjbmaBUUnz5flV2q2MkhIcHpRdgNIV721mTmVGtdvKsZadlNaslbx6iDnAArGToy12iyd9AycAVMIX2OgeMSXMgVBn9hXQ2oofSCUiWIYH1xzqG7TbEmccZ\/1o2B9EcEZ86ib9EHLMauIAZzmTf6051GKNfQx43HidXA55B+tcnizttL5ITFGSrDBr0OykzU8E4i09s9vJ8Zxg+eK5fIxuUGo9ikmaXg8+kxOTkA4YenI\/ka8jFP6eZW9PRCb7QBxK47+7YI2qKIkKR18zV+RK3xXSNcuR5GQZ9sVyJW7RmREZbA8\/Sqc6WhJEp1xpUUsbvYy+2XE8APJgw\/8AtNelgl6Lh+5AnaIiHhcm3ichB+\/5CtopWdud1GvkC7MQBo5nPooqpezHCt2Ovs4PQVFM6S+2sTNMkcSqXbYZ5DzJPkNzQ0TKXFWwq8lRRHb23\/p48hTyLHqx9\/0wK8fNm+rK10ujglLm+TF8p+LB2G1TBCB3JSEk83\/IV7XiYuMb9sT0ansbfycFtpZYiyTXGCxU48I5D9TW88lSpHXix\/bb9mpj7bX6HadtuhNT9R\/JpwDIv4gX6AeJWq1lol4wu3\/iXepnvURxn2xVrM\/YvpDGD+J0f\/Xtl+Rp\/WT7QvptDGD+I3C5B97G6Gn9WDFwkg2Dttwab\/q6fc01KD9i4y+A+LtFwqXlcp9aacX7FsITiXDpfguY8+9FJ+wtlyvbyDwSofY0+AciWhGzpdTj1pODDkcNuDvnPtRxY+RB7XNLiFlZtPSlxCyBtBnAHrRxCz8S2zMx8PLHOtG60OrO3D63zk7bUmBFsAeE7e9D+R0Vr4mJK89hnrQwLiWxgkeHypXWhHFByF9fpRaHXwX2q5jlU9GNVG2jjyfuoEde7lB5CrVgqZVekMh5Gjsa0xOw3J50\/RoWQSYBXcjnUTWgLiSGByNqSXoRyUdRVLYWVNyOBn3oQylhjNXsDhG\/z8qaJsZcOl0TIeh2I86ymkXaDIMLGzHYA+fKuWVuRC7ATmaXP4eldS+1DoY8JUC5VBndSPfauZtykmRZKQYZvLNa0BRKdsenWhDK4\/fkaUloTLeEjPEIs8tdKb0X6NHxO2zwu\/dxuksSqfcsT+WK4\/Gjx5P8mXbozEq+fyrsizQlaTPBMrAnwnNaP5HZtLabvLcNFsJRz8vOvF83DwnzXTIaBnbD6Ryrm9WBONu8k9AKX7UJbGES58XyFc0n6HeylzqlYjcCt8a0AZCpM0XoTz9jXZ48v7z+hcP3IRdr5d7WAern9B+9dsFqzfPLaiMOzkPd8MU4+Mk70MvCtWM9OMn86k2YYWFnaEHaeZfFnmqdB89ifTArg83PX91H+pxZp8nS6QsZttW+a89L0Ygjt3hVAfi5+1dvj4+c0v8AMZEA3FyF5L+gFe2nUXIeOPKVDgEjGk4A5VzHorRwsx65FJgR1t1NIZ0Ow6mqEfd4fOpHZ8JWA5n60xaPjK3nTt9ASW4lXGljn3othotXiE64Ac0chUXx8YuU+GWRf8rEVXKhcbC4u0nEVHhvbhfZzTU36YuK+A6DtjxaMjTfzfM5q1ll8k\/TQwg\/iBxZMargN7qBVrNL2S8aDov4i8RHxMhPquar6rF9MMj\/AIj3h5pAfXBp\/VYnjR+aVYImnHLnWtewsgrb5PPG3oKQzqgyHnSYj47HYY9BRQE48s7DpyNMC3c6ccyaljCbQeOUHnqqsZy5U+QLfR4XOOVXX9DOOxdK2qI+3nT9Fp7FhxnFBocGxyM0AEB9WN6zCy5BqAU8z51L0JlLppO3KtQKCPFzxtTT9AQ9frT0ARbtgA7bVL+RoYX0quESPYMoZwPPyrOMUvuBlWBGoX8R3P8AapnIzsYcI\/8AXRD5VlVNE2TuRiVs1rXyNOgaTGT546UIbKoviwfapmLvRdwbe\/iyR8Y\/WjI3o0ZsuLxj\/wArGQc5Jl1e6oR\/auTHJfS\/\/sZLUjHyLgeWD0raD2UmVtGDnG3pmnypaGnsd9nbnZ7ZjzGU361n5EPqwddrYWFXJ0OTXmQV9kvRdYjKZPNqjLpgM\/hT22rjqxsqhGpx710w6DoPt18S79CfyNb+LTyf0Lx\/uRju0Mvf8ckUZxHiMY9Of616KdKy8jubNfZR9zaQx\/yoKH2dMFUUHWka+KaUZih3IP4m\/Cvz6+gNZZcixwc2RmnxjrtgV3I0szMx1EnUSfM14btybfbOP8AUrbc+fX0rSNoKB9emJmz4nOBtyFez4mLhG12xBvC4dMRlOxfl7f7\/AErfI90jswRpcmGHNZHQtHxoaAjjHlSGfU+2L+Tm\/XpSA5+tAHDypgRPnmkB9nlSA+z60DIlsH3pbQvR8GP\/AGpptCJd565qrA73mPKnYqOiU\/zVXIKPOch+YOOZzXd7MT748joOZpNAXgaUOeQ2qf5BJkNyfnin\/Aei5E0kDz51PasC9Fy48sZpd9D9MItB\/wAxIMbEA\/tV4u2c2dU0yviafd7c61ZiuxBKcA5FBotgLc9\/qKCiHXPKnXsLLImwMEbc6mdAEIdxtvUMT2fSuBOVONLAfOnFa\/gEqRXNGVAIzpO2f2NNPY31ZSRk1evQycOc7HnSdNCsY2EJlmGQSoNZN\/ApSDuL2fdFZ4h922FYfyn\/AFFZNEIr4U2L+Ek7Bsc\/Ws5dp\/kEFcQXTcOD1rofYAMh3O1KhlcWdftUz+RMu4P\/AOtiwBjWDSyu6Lelo2N+S\/Z5k\/CsqyH5qy\/rivJwTbjOH5TJrZlHGV9xyrui9iIxjIGKTYdFkLm3uklXoc1pCVlDjiTDKld9W6+xrh4cZtEPsLshhVrkyOm6GGyHEZHrsa5ktjJW4wTjoK3tqLQBqEJlzsEQsfpW\/hq5t\/gvG\/vTMPw9TecUDNuZJNX1Nek\/SFFts3yxSNC8qIzRRnDOB4VzyyeQ+dJW+jvbS7YJNxu2biUPC7VBcQrG5kmDFfGQPGvmBjG\/QVl5OKDg3P11\/wAnFO5XNlMrZIzzx9K8NIz7A521HQB8XP0FdmDF9SSXoLIQobq4WNNk5ZHQdTXtJ8V\/sVCPJ0h6FAACjAAwBWPs9DRw0h9kTyoA+3xSYEdzzp\/yI+\/SgZ8fypICO9OgONyo2K6PgM4pd9gRIyKNAQI32pdMf8HBnlv8qAO5+lMCBOPOpYI+1elFgYAgsSBsBzNeozmLYkIwfOp7Y+iUh6bCgNklGSSM46UvwBei5O+221TYdF4XxCkxlq+CWNz0Ok+x\/wBcURlUkzLNHRPiK\/dZI+VdT62cj7Mvd+Fjil6NlQCaL2URPn6U+wPkJBBHL0oq9CCo89OfnWUq9g\/kruxlUYZ22qod0hWWW0oZDkDOMMp6inJcRshcRd2QR8LfCaItMVn0IywPlvihjRoeGwhEXP8AvNZpezKbt0xozR6jFMAYZfCwoaXRIllgaw4oInOcMCrY2YdDWE7iU6aC+LDFy3pWrYR1sXORgigq7K4RljvvUZNkvRbwkgXkR\/qHOjIVJ+zbhO94fcxDJ1QsR6lfEP0rw8Uv75r5AyPMA4xyr0V2T7IxEDAxz6U5Id\/JORdSHbaoTqVsEw\/WZbK1YndSUPy3\/eqzR3yBjK1OFHoM15mTsFsKkbKryzWMNvYwi1HnyzW0k1ED7i8hi4VdFN2dO7X1LED9K38Jdv0NOjO2Drw371AktzyUkZVT6D8R\/wB711SyO6iJSfou4rdXbw6r2ZmlI0xwgBQgPmBt5bVUZW1Gy7tl3Z7h720bzTgd7KPxcwv+tcXneQpf3cekEnehhcNgEmuKKvRFAUj4XOfG\/wCQr2vGxcY\/liG\/DLfuYAzDDvufQdBWs3bpHbhhxj+WF8\/SoNrs+35cxT6CzhFICLDNKgOAU6C\/k+0+dIZ8BzyKYrOEDpSAgQaAPhQHo+PI0UBAj6VLWwI48qdAiBGOVTuhkTnnSoZ0nbH71Viow0MbsdyNPWvSbOVljMAcDYCkUV7sdvrSbGrL0Q7DnjFJ9gqCVUY386kf5L1XxBuvSgRPuwyFTtqGKn0J77OvmW03+MbMPUV1QfKKZwyjxdGY4guCd6frRcBc3XGdjTRZDlv\/AK0AffP8qYBFu22Kzkq2DLZEDxsu3LIqE6EARv3MoIzzwRjpW\/4GxooEsbR5BDbqfX\/e1Y3TsllVohMmnGP2qpMZpLcYto2I3Y5oRhJ7LOJBjASvxKc0pKh3sCvbgT2lpIf8RCUPtWM1or2W8VbU6t0ZQfyoi7iqBWLWPh\/tVDsjBjXvjGc+dRkTYnpk+GnF0hP8wFPKrLl0b6zcLKmvkGwfY\/8AevnuXHIpP5JZjtGFxnYbV6a\/cSVRczvVzeqD8hIXOV5Cse0HQRZbwzRHcghx8uf5GtZSbhZemMrc+FjvvtXmTEgpz4gDms4bex\/gLthtv7860yriqYdi\/j9yS0drHnOe8b9AP1NdWGLjD8sl7F0Mi2xBTDTfzDcJ7evrWnB\/9pSTGPD+H65BdXW\/VVP6mufPnUF9PH37Y260g+V8KWbmf94rgUbYgCVu8c5PhXdvfyr0PEw8ny9IWyfDYTdXZd\/gTxMOnoK9RtxV+2bYocn+B8M5yayOw4OVAH2AKQEetFDsiw25bUgI5pgcJz51LA5k0D6O74qrEc96QHBjOOlCA+IpiImk0Mgd\/ejYEW26VIEcbYzTQzh+VDsRjB19K9FoworHiG\/TaperAvRAQOdEiqLYwPzNR10HwXY8WOmcUVphHZeo60pEouUDu9XUCnQ10QAxclR8Lrkj2OK0xKrOfyUtMz3F0A7zHQ1o9Myh8CZhhzVGtFZOR7UCPsU6saRKA7gdKTRD\/bYWjHAO2SM1g3cqBIBulCzHHma6I\/tQ2GWDExA53XlWeT4Bdh8CAGcjYhqn2JqkOjtbxkeVP8mJObxRnPWOrlH0THqzPTsRIF6fF86yn0zoroaXniit8nnGKyxK4maADuregrX3RbRyHZyOnP8AKs8j0Q\/ghZNi5XGPiqcm4lyN3GxB6dK+eybkwXRlzt9RXqNezJkYgPEPInFVOTuhlyDce9ZyVRsbYTZ\/+sQeZKn2IqoP0W\/kMtiQvzrhmTe6C23lXPv+dRhVvYxhb7Ln0q8\/oBDxQ4uJ3\/FJIyk+gwABXXi2khpFvA7eN3d3XUUGwPLnS8ybx4vt9lPSHcjFYwR1GTXkdEAMpyD6cq2hsPQEzHRGvQrrPqa93BFKCSJTtj\/hkSxWcenm41E+tOXbPRxpKKoKNQy0cbbFAM+HKgCP4aQIhS9lI4xwPlRLoSKzzx86TGdWmhHx5c6EBHng9aOxneYo9kncbUwI0ARB25CjoD7Gc0n7ArPMCkP0QO4pDR\/\/2Q==" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected-metadata.json new file mode 100644 index 0000000..a11bb0d --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus eaque totam provident obcaecati nisi praesentium iusto velit fuga debitis quidem ut repellat corrupti, eligendi inventore quibusdam perspiciatis delectus omnis pariatur excepturi quasi fugit? A adipisci natus nostrum, qui aperiam, at culpa corrupti autem enim earum vitae. Nostrum et officiis facere ex recusandae tenetur, delectus odit provident soluta id perferendis ducimus quibusdam corporis rerum voluptatem architecto sequi beatae quod mollitia voluptatibus earum tempora inventore ut. Deserunt reprehenderit recusandae nostrum, eaque fuga cum, repellat, perspiciatis ducimus in non consequatur ratione. Sint rerum necessitatibus deleniti odio earum voluptatum eos modi ab dolor minus.", + "Image": null, + "Title": "Document", + "SiteName": null +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected.html b/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected.html new file mode 100644 index 0000000..9ed1e62 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/data-url-image/expected.html @@ -0,0 +1,11 @@ +
        + Illustration for article titled The Spectacular Story Of Metroid +

        Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus eaque totam provident obcaecati nisi praesentium iusto velit fuga debitis quidem ut repellat corrupti, eligendi inventore quibusdam perspiciatis delectus omnis pariatur excepturi quasi fugit? A adipisci natus nostrum, qui aperiam, at culpa corrupti autem enim earum vitae. Nostrum et officiis facere ex recusandae tenetur, delectus odit provident soluta id perferendis ducimus quibusdam corporis rerum voluptatem architecto sequi beatae quod mollitia voluptatibus earum tempora inventore ut. Deserunt reprehenderit recusandae nostrum, eaque fuga cum, repellat, perspiciatis ducimus in non consequatur ratione. Sint rerum necessitatibus deleniti odio earum voluptatum eos modi ab dolor minus.

        + Illustration for article titled The Spectacular Story Of Metroid +

        Quae veniam recusandae vel cupiditate doloribus pariatur, dolorum saepe hic quos mollitia harum nihil molestias magni modi maiores? Ea accusamus velit vel doloremque pariatur voluptate? Consequuntur dolorum fugit facere architecto eveniet beatae eligendi rerum nisi maxime, voluptatum a repellendus perferendis dolores eius repudiandae accusamus animi eum esse adipisci voluptatibus incidunt necessitatibus! Adipisci id, quos libero dolor odit dignissimos et, cum explicabo est facere aliquid mollitia! Iure nihil nobis beatae quibusdam, dolor saepe reiciendis, exercitationem hic accusamus quasi commodi modi molestiae ipsum, maxime non nesciunt deserunt itaque quo cupiditate rerum ipsa ad minus vel quod. Earum dolorum velit aut minus hic?

        + +

        Quidem nam tempore ex harum repellat modi expedita quia rerum est ut ullam, quisquam repudiandae at dolorum. Sint atque fugit facere id blanditiis dolor omnis rem repudiandae, laboriosam unde delectus illo voluptate dolorem consectetur rerum expedita quas debitis deleniti iure amet. At sequi distinctio facere eaque, esse molestiae tenetur, unde sapiente fugit minus eos ex aperiam atque? Animi soluta, dolorem sequi doloremque pariatur in. Impedit, voluptates dolorem natus perspiciatis pariatur eligendi labore rerum facilis est error. Illum eveniet nostrum atque nobis molestiae expedita perferendis, esse ullam corrupti sit explicabo beatae. Sapiente aliquid nesciunt reiciendis incidunt cumque et officiis minus aliquam?

        + +

        Veritatis sit nostrum officiis alias ea quam nulla veniam eos, quidem nisi, magni molestias ut odio. Ea, mollitia nesciunt. Maiores iste quos quas sapiente sit at esse quidem? Laboriosam fugiat nobis voluptatum reiciendis aliquam excepturi ipsum? Perspiciatis expedita sit quod, optio assumenda veritatis culpa, neque explicabo distinctio facere incidunt magnam accusamus, quidem animi delectus doloremque vel molestiae a quae dolorem. Sit, at? Numquam possimus animi esse incidunt quos quibusdam. Ab sit eligendi laborum beatae maxime suscipit, obcaecati enim cum nam autem, dicta nobis corrupti ut aut nostrum ex excepturi perferendis, soluta veniam. Excepturi beatae suscipit enim dignissimos! Quam, esse praesentium!

        + +
        \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/data-url-image/source.html b/vendor/fivefilters/readability.php/test/test-pages/data-url-image/source.html new file mode 100644 index 0000000..4d5ccac --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/data-url-image/source.html @@ -0,0 +1,19 @@ + + + + + + Document + + + Illustration for article titled The Spectacular Story Of Metroid +

        Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus eaque totam provident obcaecati nisi praesentium iusto velit fuga debitis quidem ut repellat corrupti, eligendi inventore quibusdam perspiciatis delectus omnis pariatur excepturi quasi fugit? A adipisci natus nostrum, qui aperiam, at culpa corrupti autem enim earum vitae. Nostrum et officiis facere ex recusandae tenetur, delectus odit provident soluta id perferendis ducimus quibusdam corporis rerum voluptatem architecto sequi beatae quod mollitia voluptatibus earum tempora inventore ut. Deserunt reprehenderit recusandae nostrum, eaque fuga cum, repellat, perspiciatis ducimus in non consequatur ratione. Sint rerum necessitatibus deleniti odio earum voluptatum eos modi ab dolor minus.

        + Illustration for article titled The Spectacular Story Of Metroid +

        Quae veniam recusandae vel cupiditate doloribus pariatur, dolorum saepe hic quos mollitia harum nihil molestias magni modi maiores? Ea accusamus velit vel doloremque pariatur voluptate? Consequuntur dolorum fugit facere architecto eveniet beatae eligendi rerum nisi maxime, voluptatum a repellendus perferendis dolores eius repudiandae accusamus animi eum esse adipisci voluptatibus incidunt necessitatibus! Adipisci id, quos libero dolor odit dignissimos et, cum explicabo est facere aliquid mollitia! Iure nihil nobis beatae quibusdam, dolor saepe reiciendis, exercitationem hic accusamus quasi commodi modi molestiae ipsum, maxime non nesciunt deserunt itaque quo cupiditate rerum ipsa ad minus vel quod. Earum dolorum velit aut minus hic?

        + +

        Quidem nam tempore ex harum repellat modi expedita quia rerum est ut ullam, quisquam repudiandae at dolorum. Sint atque fugit facere id blanditiis dolor omnis rem repudiandae, laboriosam unde delectus illo voluptate dolorem consectetur rerum expedita quas debitis deleniti iure amet. At sequi distinctio facere eaque, esse molestiae tenetur, unde sapiente fugit minus eos ex aperiam atque? Animi soluta, dolorem sequi doloremque pariatur in. Impedit, voluptates dolorem natus perspiciatis pariatur eligendi labore rerum facilis est error. Illum eveniet nostrum atque nobis molestiae expedita perferendis, esse ullam corrupti sit explicabo beatae. Sapiente aliquid nesciunt reiciendis incidunt cumque et officiis minus aliquam?

        + +

        Veritatis sit nostrum officiis alias ea quam nulla veniam eos, quidem nisi, magni molestias ut odio. Ea, mollitia nesciunt. Maiores iste quos quas sapiente sit at esse quidem? Laboriosam fugiat nobis voluptatum reiciendis aliquam excepturi ipsum? Perspiciatis expedita sit quod, optio assumenda veritatis culpa, neque explicabo distinctio facere incidunt magnam accusamus, quidem animi delectus doloremque vel molestiae a quae dolorem. Sit, at? Numquam possimus animi esse incidunt quos quibusdam. Ab sit eligendi laborum beatae maxime suscipit, obcaecati enim cum nam autem, dicta nobis corrupti ut aut nostrum ex excepturi perferendis, soluta veniam. Excepturi beatae suscipit enim dignissimos! Quam, esse praesentium!

        + + + \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-images.json new file mode 100644 index 0000000..12cfc8c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-images.json @@ -0,0 +1,7 @@ +[ + "https:\/\/test\/foo\/bar\/src.jpg", + "https:\/\/test\/foo\/bar\/data-original.jpg", + "https:\/\/test\/foo\/bar\/data-orig.jpg", + "https:\/\/test\/foo\/bar\/data-url.jpg", + "https:\/\/test\/foo\/bar\/data-src.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-metadata.json new file mode 100644 index 0000000..c442d50 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.", + "Image": null, + "Title": "Image sources test", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected.html b/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected.html new file mode 100644 index 0000000..e5a6261 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected.html @@ -0,0 +1,24 @@ +
        +

        Lorem

        +

        + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

        +

        Images

        +

        +

        +

        +

        +

        +

        + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

        +
        \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/source.html b/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/source.html new file mode 100644 index 0000000..8727af6 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/source.html @@ -0,0 +1,33 @@ + + + + + Image sources test + + +
        +

        Lorem

        +
        + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
        +

        Images

        +

        +

        +

        +

        +

        +
        + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
        +
        + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected-images.json new file mode 100644 index 0000000..9a202b5 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected-images.json @@ -0,0 +1,5 @@ +[ + "https:\/\/aem.dropbox.com\/cms\/content\/dam\/dropbox\/tech-blog\/en-us\/2020\/11\/atf\/diagrams\/Techblog-ATF-Social.png", + "http:\/\/fakehost\/cms\/content\/dam\/dropbox\/tech-blog\/en-us\/2020\/11\/atf\/diagrams\/Techblog-ATF-720x844px-1.png", + "http:\/\/fakehost\/cms\/content\/dam\/dropbox\/tech-blog\/en-us\/2020\/11\/atf\/diagrams\/Techblog-ATF-720x225px-2.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected-metadata.json new file mode 100644 index 0000000..d3d9913 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Arun Sai Krishnan", + "Direction": null, + "Excerpt": "I joined Dropbox not long after graduating with a Master\u2019s degree in computer science. Aside from an internship, this was my first big-league engineering job. My team had already begun designing a critical internal service that most of our software would use: It would handle asynchronous computing requests behind the scenes, powering everything from dragging a file into a Dropbox folder to scheduling a marketing campaign.", + "Image": "https:\/\/aem.dropbox.com\/cms\/content\/dam\/dropbox\/tech-blog\/en-us\/2020\/11\/atf\/diagrams\/Techblog-ATF-Social.png", + "Title": "How we designed Dropbox\u2019s ATF - an async task framework", + "SiteName": null +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected.html b/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected.html new file mode 100644 index 0000000..e15acfa --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/expected.html @@ -0,0 +1,527 @@ +
        +
        +

        + I joined Dropbox not long after graduating with a Master’s degree in computer science. Aside from an internship, this was my first big-league engineering job. My team had already begun designing a critical internal service that most of our software would use: It would handle asynchronous computing requests behind the scenes, powering everything from dragging a file into a Dropbox folder to scheduling a marketing campaign. +

        +

        + This Asynchronous Task Framework (ATF) would replace multiple bespoke async systems used by different engineering teams. It would reduce redundant development, incompatibilities, and reliance on legacy software. There were no open-source projects or buy-not-build solutions that worked well for our use case and scale, so we had to create our own. ATF is both an important and interesting challenge, though, so we were happy to design, build and deploy our own in-house service. +

        +

        + ATF not only had to work well, it had to work well at scale: It would be a foundational building block of Dropbox infrastructure. It would need to handle 10,000 async tasks per second from the start, and be architected for future growth. It would need to support nearly 100 unique async task types from the start, again with room to grow. There were at least two dozen engineering teams that would want to use it for entirely different parts of our codebase, for many products and services.  +

        +

        + As any engineer would, we Googled to see what other companies with mega-scale services had done to handle async tasks. We were disappointed to find little material published by engineers who built supersized async services. +

        +

        + Now that ATF is deployed and currently serving 9,000 async tasks scheduled per second and in use by 28 engineering teams internally, we’re glad to fill that information gap. We’ve documented Dropbox ATF thoroughly, as a reference and guide for the engineering community seeking their own async solutions. +

        +
        +
        +

        +

        + Introduction +

        +

        +
        +
        +

        + Scheduling asynchronous tasks on-demand is a critical capability that powers many features and internal platforms at Dropbox. Async Task Framework (ATF) is the infrastructural system that supports this capability at Dropbox through a callback-based architecture. ATF enables developers to define callbacks, and schedule tasks that execute against these pre-defined callbacks. +

        +

        + Since its introduction over a year ago, ATF has gone on to become an important building block in the Dropbox infrastructure, used by nearly 30 internal teams across our codebase. It currently supports 100+ use cases which require either immediate or delayed task scheduling.  +

        +
        +
        +

        +

        + Glossary +

        +

        +
        +
        +

        + Some basic terms repeatedly used in this post, defined as used in the context of this discussion. +

        +

        + Lambda: A callback implementing business logic. +

        +

        + Task: Unit of execution of a lambda. Each asynchronous job scheduled with ATF is a task. +

        +

        + Collection: A labeled subset of tasks belonging to a lambda. If send email is implemented as a lambda, then password reset email and marketing email would be collections. +

        +

        +  Priority: Labels defining priority of execution of tasks within a lambda.  +

        +
        +
        +

        +

        + Features +

        +

        +
        +
        +

        + Task scheduling
        + Clients can schedule tasks to execute at a specified time. Tasks can be scheduled for immediate execution, or delayed to fit the use case. +

        +

        + Priority based execution
        + Tasks should be associated with a priority. Tasks with higher priority should get executed before tasks with a lower priority once they are ready for execution. +

        +

        + Task gating
        + ATF enables the the gating of tasks based on lambda, or a subset of tasks on a lambda based on collection. Tasks can be gated to be completely dropped or paused until a suitable time for execution. +

        +

        + Track task status
        + Clients can query the status of a scheduled task. +

        +
        +
        +

        +

        + System guarantees +

        +

        +
        +
        +

        + At-least once task execution
        The ATF system guarantees that a task is executed at least once after being scheduled. Execution is said to be complete once the user-defined callback signals task completion to the ATF system. +

        +

        + No concurrent task execution
        The ATF system guarantees that at most one instance of a task will be actively executing at any given in point. This helps users write their callbacks without designing for concurrent execution of the same task from different locations. +

        +

        + Isolation
        Tasks in a given lambda are isolated from the tasks in other lambdas. This isolation spans across several dimensions, including worker capacity for task execution and resource use for task scheduling. Tasks on the same lambda but different priority levels are also isolated in their resource use for task scheduling. +

        +

        + Delivery latency
        95% of tasks begin execution within five seconds from their scheduled execution time. +

        +

        + High availability for task scheduling
        The ATF service is 99.9% available to accept task scheduling requests from any client. +

        +
        +
        +

        +

        + Lambda requirements +

        +

        +
        +
        +

        + Following are some restrictions we place on the callback logic (lambda): +

        +

        + Idempotence
        + A single task on a lambda can be executed multiple times within the ATF system. Developers should ensure that their lambda logic and correctness of task execution in clients are not affected by this. +

        +

        + Resiliency
        + Worker processes which execute tasks might die at any point during task execution. ATF retries abruptly interrupted tasks, which could also be retried on different hosts. Lambda owners must design their lambdas such that retries on different hosts do not affect lambda correctness. +

        +

        + Terminal state handling
        ATF retries tasks until they are signaled to be complete from the lambda logic. Client code can mark a task as successfully completed, fatally terminated, or retriable. It is critical that lambda owners design clients to signal task completion appropriately to avoid misbehavior such as infinite retries.  +

        +
        +
        +

        +

        + Architecture +

        +

        +
        +
        +
        + Async Task Framework (ATF) [Fig 1] +
        + Async Task Framework (ATF) [Fig 1] +
        +
        +
        +
        +

        + In this section, we describe the high-level architecture of ATF and give brief description of its different components. (See Fig. 1 above.) In this section, we describe the high-level architecture of ATF and give brief description of its different components. (See Fig. 1 above.) Dropbox uses gRPC for remote calls and our in-house Edgestore to store tasks. +

        +

        + ATF consists of the following components:  +

        +
          +
        • Frontend +
        • +
        • Task Store +
        • +
        • Store Consumer +
        • +
        • Queue +
        • +
        • Controller +
        • +
        • Executor +
        • +
        • Heartbeat and Status Controller (HSC)
          +
        • +
        +

        + Frontend
        + This is the service that schedules requests via an RPC interface. The frontend accepts RPC requests from clients and schedules tasks by interacting with ATF’s task store described below.

        +

        +

        + Task Store
        ATF tasks are stored in and triggered from the task store. The task store could be any generic data store with indexed querying capability. In ATF’s case, We use our in-house metadata store Edgestore to power the task store. More details can be found in the Data Model section below. +

        +

        + Store Consumer
        The Store Consumer is a service that periodically polls the task store to find tasks that are ready for execution and pushes them onto the right queues, as described in the queue section below. These could be tasks that are newly ready for execution, or older tasks that are ready for execution again because they either failed in a retriable way on execution, or were dropped elsewhere within the ATF system.  +

        +

        + Below is a simple walkthrough of the Store Consumer’s function:  +

        +
        +
        +
        repeat every second:
        +  1. poll tasks ready for execution from task store
        +  2. push tasks onto the right queues
        +  3. update task statuses
        +
        +
        +

        + The Store Consumer polls tasks that failed in earlier execution attempts. This helps with the at-least-once guarantee that the ATF system provides. More details on how the Store Consumer polls new and previously failed tasks is presented in the Lifecycle of a task section below. +

        +

        + Queue
        ATF uses AWS Simple Queue Service (SQS) to queue tasks internally. These queues act as a buffer between the Store Consumer and Controllers (described below). Each <lambda, priority>  pair gets a dedicated SQS queue. The total number of SQS queues used by ATF is #lambdas x #priorities. +

        +

        + Controller
        Worker hosts are physical hosts dedicated for task execution. Each worker host has one controller process responsible for polling tasks from SQS queues in a background thread, and then pushing them onto process local buffered queues. The Controller is only aware of the lambdas it is serving and thus polls only the limited set of necessary queues.  +

        +

        + The Controller serves tasks from its process local queue as a response to NextWork RPCs. This is the layer where execution level task prioritization occurs. The Controller has different process level queues for tasks of different priorities and can thus prioritize tasks in response to NextWork RPCs. +

        +

        + Executor
        The Executor is a process with multiple threads, responsible for the actual task execution. Each thread within an Executor process follows this simple loop: +

        +
        +
        +
        while True:
        +  w = get_next_work()
        +  do_work(w)
        +
        +
        +

        + Each worker host has a single Controller process and multiple executor processes. Both the Controller and Executors work in a “pull” model, in which active loops continuously long-poll for new work to be done. +

        +

        + Heartbeat and Status Controller (HSC)
        + The HSC serves RPCs for claiming a task for execution (ClaimTask), setting task status after execution (SetResults) and heartbeats during task execution (Heartbeat). ClaimTask requests originate from the Controllers in response to NextWork requests. Heartbeat and SetResults requests originate from executor processes during and after task execution. The HSC interacts with the task store to update the task status on the kind of request it receives. +

        +
        +
        +

        +

        + Data model +

        +

        +
        +
        +

        + ATF uses our in-house metadata store, Edgestore, as a task store. Edgestore objects can be Entities or Associations (assoc), each of which can have user-defined attributes. Associations are used to represent relationships between entities. Edgestore supports indexing only on attributes of associations. +

        +

        + Based on this design, we have two kinds of ATF-related objects in Edgestore. The ATF association stores scheduling information, such as the next scheduled timestamp at which the Store Consumer should poll a given task (either for the first time or for a retry). The ATF entity stores all task related information that is used to track the task state and payload for task execution. We query on associations from the Store Consumer in a pull model to pick up tasks ready for execution. +

        +
        +
        +

        +

        + Lifecycle of a task +

        +

        +
        +
        +
          +
        1. Client performs a Schedule RPC call to Frontend with task information, including execution time.  +
        2. +
        3. Frontend creates Edgestore entity and assoc for the task.  +
        4. +
        5. When it is time to process the task, Store Consumer pulls the task from Edgestore and pushes it to a related SQS queue.  +
        6. +
        7. + Executor makes NextWork RPC call to Controller, which pulls tasks from the SQS queue, makes a ClaimTask RPC to the HSC and then returns the task to the Executor.  +
        8. +
        9. + Executor invokes the callback for the task. While processing, Executor performs Heartbeat RPC calls to Heartbeat and Status Controller (HSC). Once processing is done, Executor performs TaskStatus RPC call to HSC.  +
        10. +
        11. Upon getting Heartbeat and TaskStatus RPC calls, HSC updates the Edgestore entity and assoc. +
        12. +
        +

        + Every state update in the lifecycle of a task is accompanied by an update to the next trigger timestamp in the assoc. This ensures that the Store Consumer pulls the task again if there is no change in state of the task within the next trigger timestamp. This helps ATF achieve its at-least-once delivery guarantee by ensuring that no task is dropped. +

        +

        + Following are the task entity and association states in ATF and their corresponding timestamp updates: +

        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        +

        + Entity status +

        +
        +

        + Assoc status +

        +
        +

        + next trigger timestamp in Assoc +

        +
        +

        + Comment +

        +
        +

        + new +

        +
        +

        + new +

        +
        +

        + scheduled_timestamp of the task +

        +
        +

        + Pick up new tasks that are ready.  +

        +
        +

        + enqueued +

        +
        +

        + started +

        +
        +

        + enqueued_timestamp + enqueue_timeout +

        +
        +

        + Re-enqueue task if it has been in enqueued state for too long. This can happen if the queue loses data or the controller goes down after polling the queue and before the task is claimed. +

        +
        +

        + claimed +

        +
        +

        + started +

        +
        +

        + claimed_timestamp + claim_timeout +

        +
        +

        + Re-enqueue if task is claimed but never transfered to processing. This can happen if Controller is down after claiming a task. Task status is changed to enqueued after re-enqueue. +

        +
        +

        + processing +

        +
        +

        + started +

        +
        +

        + heartbeat_timestamp + heartbeat_timeout` +

        +
        +

        + Re-enqueue if task hasn’t sent heartbeat for too long. This can happen if Executor is down. Task status is changed to enqueued after re-enqueue.  +

        +
        +

        + retriable failure +

        +
        +

        + started +

        +
        +

        + compute next_timestamp according to backoff logic +

        +
        +

        + Exponential backoff for tasks with retriable failure.  +

        +
        +

        + success +

        +
        +

        + completed +

        +
        +

        + N/A +

        +
        + +
        +

        + fatal_failure +

        +
        +

        + completed +

        +
        +

        + N/A +

        +
        + +
        +

        + The store consumer polls for tasks based on the following query: +

        +

        + assoc_status= && next_timestamp<=time.now()
        +

        +

        + Below is the state machine that defines task state transitions: 
        +

        +
        +
        +
        + Task State Transitions [Fig 2] +
        +
        +
        +

        +

        + Achieving guarantees +

        +

        +
        +
        +

        + At-least-once task execution
        At-least-once execution is guaranteed in ATF by retrying a task until it completes execution (which is signaled by a Success or a FatalFailure state). All ATF system errors are implicitly considered retriable failures, and lambda owners have an option of marking tasks with a RetriableFailure state. Tasks might be dropped from the ATF execution pipeline in different parts of the system through transient RPC failures and failures on dependencies like Edgestore or SQS. These transient failures at different parts of the system do not affect the at-least-once guarantee, though, because of the system of timeouts and re-polling from Store Consumer. +

        +

        + No concurrent task execution
        Concurrent task execution is avoided through a combination of two methods in ATF. First, tasks are explicitly claimed through an exclusive task state (Claimed) before starting execution. Once the task execution is complete, the task status is updated to one of Success, FatalFailure or RetriableFailure. A task can be claimed only if its existing task state is Enqueued (retried tasks go to the Enqueued state as well once they are re-pushed onto SQS). +

        +

        + However, there might be situations where once a long running task starts execution, its heartbeats might fail repeatedly yet the task execution continues. ATF would retry this task by polling it from the store consumer because the heartbeat timeouts would’ve expired. This task can then be claimed by another worker and lead to concurrent execution. 
        +

        +

        + To avoid this situation, there is a termination logic in the Executor processes whereby an Executor process terminates itself as soon as three consecutive heartbeat calls fail. Each heartbeat timeout is large enough to eclipse three consecutive heartbeat failures. This ensures that the Store Consumer cannot pull such tasks before the termination logic ends them—the second method that helps achieve this guarantee. +

        +

        + Isolation
        Isolation of lambdas is achieved through dedicated worker clusters, dedicated queues, and dedicated per-lambda scheduling quotas. In addition, isolation across different priorities within the same lambda is likewise achieved through dedicated queues and scheduling bandwidth. +

        +

        + Delivery latency
        ATF use cases do not require ultra-low task delivery latencies. Task delivery latencies on the order of a couple of seconds are acceptable. Tasks ready for execution are periodically polled by the Store Consumer and this period of polling largely controls the task delivery latency. Using this as a tuning lever, ATF can achieve different delivery latencies as required. Increasing poll frequency reduces task delivery latency and vice versa. Currently, we have calibrated ATF to poll for ready tasks once every two seconds. +

        +
        +
        +

        +

        + Ownership model +

        +

        +
        +

        + ATF is designed to be a self-serve framework for developers at Dropbox. The design is very intentional in driving an ownership model where lambda owners own all aspects of their lambdas’ operations. To promote this, all lambda worker clusters are owned by the lambda owners. They have full control over operations on these clusters, including code deployments and capacity management. Each executor process is bound to one lambda. Owners have the option of deploying multiple lambdas on their worker clusters simply by spawning new executor processes on their hosts. +

        +
        +

        +

        + Extending ATF +

        +

        +
        +
        +

        + As described above, ATF provides an infrastructural building block for scheduling asynchronous tasks. With this foundation established, ATF can be extended to support more generic use cases and provide more features as a framework. Following are some examples of what could be built as an extension to ATF.  +

        +

        + Periodic task execution
        Currently, ATF is a system for one-time task scheduling. Building support for periodic task execution as an extension to this framework would be useful in unlocking new capabilities for our clients. +

        +

        + Better support for task chaining
        Currently, it is possible to chain tasks on ATF by scheduling a task onto ATF that then schedules other tasks onto ATF during its execution. Although it is possible to do this in the current ATF setup, visibility and control on this chaining is absent at the framework level. Another natural extension here would be to better support task chaining through framework-level visibility and control, to make this use case a first class concept in the ATF model. +

        +

        + Dead letter queues for misbehaving tasks
        One common source of maintenance overhead we observe on ATF is that some tasks get stuck in infinite retry loops due to occasional bugs in lambda logic. This requires manual intervention from the ATF framework owners in some cases where there are a large number of tasks stuck in such loops, occupying a lot of the scheduling bandwidth in the system. Typical manual actions in response to such a situation include pausing execution of the lambdas with misbehaving tasks, or dropping them outright. +

        +

        + One way to reduce this operational overhead and provide an easy interface for lambda owners to recover from such incidents would be to create dead letter queues filled with such misbehaving tasks. The ATF framework could impose a maximum number of retries before tasks are pushed onto the dead letter queue. We could create and expose tools that make it easy to reschedule tasks from the dead letter queue back into the ATF system, once the associated lambda bugs are fixed.
        +

        +
        +
        +

        +

        + Conclusion +

        +

        +
        +

        + We hope this post helps engineers elsewhere to develop better async task frameworks of their own. Many thanks to everyone who worked on this project: Anirudh Jayakumar, Deepak Gupta, Dmitry Kopytkov, Koundinya Muppalla, Peng Kang, Rajiv Desai, Ryan Armstrong, Steve Rodrigues, Thomissa Comellas, Xiaonan Zhang and Yuhuan Du.
        +   +

        +
        \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/source.html b/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/source.html new file mode 100644 index 0000000..83f2b05 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/dropbox-blog/source.html @@ -0,0 +1,868 @@ + + + + + + How we designed Dropbox ATF: an async task framework - Dropbox + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        +
        +
        + + + + +
        +
        +
        +
        +
        + +
        +
        +

        + How we designed Dropbox ATF: an async task framework +

        +
        + // By Arun Sai Krishnan • Nov 11, 2020 +
        +
        +
        +
        +
        +
        +
        +
        +
        + +
        +
        +
        +

        + I joined Dropbox not long after graduating with a Master’s degree in computer science. Aside from an internship, this was my first big-league engineering job. My team had already begun designing a critical internal service that most of our software would use: It would handle asynchronous computing requests behind the scenes, powering everything from dragging a file into a Dropbox folder to scheduling a marketing campaign. +

        +

        + This Asynchronous Task Framework (ATF) would replace multiple bespoke async systems used by different engineering teams. It would reduce redundant development, incompatibilities, and reliance on legacy software. There were no open-source projects or buy-not-build solutions that worked well for our use case and scale, so we had to create our own. ATF is both an important and interesting challenge, though, so we were happy to design, build and deploy our own in-house service. +

        +

        + ATF not only had to work well, it had to work well at scale: It would be a foundational building block of Dropbox infrastructure. It would need to handle 10,000 async tasks per second from the start, and be architected for future growth. It would need to support nearly 100 unique async task types from the start, again with room to grow. There were at least two dozen engineering teams that would want to use it for entirely different parts of our codebase, for many products and services.  +

        +

        + As any engineer would, we Googled to see what other companies with mega-scale services had done to handle async tasks. We were disappointed to find little material published by engineers who built supersized async services. +

        +

        + Now that ATF is deployed and currently serving 9,000 async tasks scheduled per second and in use by 28 engineering teams internally, we’re glad to fill that information gap. We’ve documented Dropbox ATF thoroughly, as a reference and guide for the engineering community seeking their own async solutions. +

        +
        +
        +
        +

        + Introduction +

        +
        +
        +
        +

        + Scheduling asynchronous tasks on-demand is a critical capability that powers many features and internal platforms at Dropbox. Async Task Framework (ATF) is the infrastructural system that supports this capability at Dropbox through a callback-based architecture. ATF enables developers to define callbacks, and schedule tasks that execute against these pre-defined callbacks. +

        +

        + Since its introduction over a year ago, ATF has gone on to become an important building block in the Dropbox infrastructure, used by nearly 30 internal teams across our codebase. It currently supports 100+ use cases which require either immediate or delayed task scheduling.  +

        +
        +
        +
        +

        + Glossary +

        +
        +
        +
        +

        + Some basic terms repeatedly used in this post, defined as used in the context of this discussion. +

        +

        + Lambda: A callback implementing business logic. +

        +

        + Task: Unit of execution of a lambda. Each asynchronous job scheduled with ATF is a task. +

        +

        + Collection: A labeled subset of tasks belonging to a lambda. If send email is implemented as a lambda, then password reset email and marketing email would be collections. +

        +

        +  Priority: Labels defining priority of execution of tasks within a lambda.  +

        +
        +
        +
        +

        + Features +

        +
        +
        +
        +

        + Task scheduling
        + Clients can schedule tasks to execute at a specified time. Tasks can be scheduled for immediate execution, or delayed to fit the use case. +

        +

        + Priority based execution
        + Tasks should be associated with a priority. Tasks with higher priority should get executed before tasks with a lower priority once they are ready for execution. +

        +

        + Task gating
        + ATF enables the the gating of tasks based on lambda, or a subset of tasks on a lambda based on collection. Tasks can be gated to be completely dropped or paused until a suitable time for execution. +

        +

        + Track task status
        + Clients can query the status of a scheduled task. +

        +
        +
        +
        +

        + System guarantees +

        +
        +
        +
        +

        + At-least once task execution
        The ATF system guarantees that a task is executed at least once after being scheduled. Execution is said to be complete once the user-defined callback signals task completion to the ATF system. +

        +

        + No concurrent task execution
        The ATF system guarantees that at most one instance of a task will be actively executing at any given in point. This helps users write their callbacks without designing for concurrent execution of the same task from different locations. +

        +

        + Isolation
        Tasks in a given lambda are isolated from the tasks in other lambdas. This isolation spans across several dimensions, including worker capacity for task execution and resource use for task scheduling. Tasks on the same lambda but different priority levels are also isolated in their resource use for task scheduling. +

        +

        + Delivery latency
        95% of tasks begin execution within five seconds from their scheduled execution time. +

        +

        + High availability for task scheduling
        The ATF service is 99.9% available to accept task scheduling requests from any client. +

        +
        +
        +
        +

        + Lambda requirements +

        +
        +
        +
        +

        + Following are some restrictions we place on the callback logic (lambda): +

        +

        + Idempotence
        + A single task on a lambda can be executed multiple times within the ATF system. Developers should ensure that their lambda logic and correctness of task execution in clients are not affected by this. +

        +

        + Resiliency
        + Worker processes which execute tasks might die at any point during task execution. ATF retries abruptly interrupted tasks, which could also be retried on different hosts. Lambda owners must design their lambdas such that retries on different hosts do not affect lambda correctness. +

        +

        + Terminal state handling
        ATF retries tasks until they are signaled to be complete from the lambda logic. Client code can mark a task as successfully completed, fatally terminated, or retriable. It is critical that lambda owners design clients to signal task completion appropriately to avoid misbehavior such as infinite retries.  +

        +
        +
        +
        +

        + Architecture +

        +
        +
        +
        +
        +
        + Async Task Framework (ATF) [Fig 1] +
        + Async Task Framework (ATF) [Fig 1] +
        +
        +
        +
        +
        +

        + In this section, we describe the high-level architecture of ATF and give brief description of its different components. (See Fig. 1 above.) In this section, we describe the high-level architecture of ATF and give brief description of its different components. (See Fig. 1 above.) Dropbox uses gRPC for remote calls and our in-house Edgestore to store tasks. +

        +

        + ATF consists of the following components:  +

        +
          +
        • Frontend +
        • +
        • Task Store +
        • +
        • Store Consumer +
        • +
        • Queue +
        • +
        • Controller +
        • +
        • Executor +
        • +
        • Heartbeat and Status Controller (HSC)
          +
        • +
        +

        + Frontend
        + This is the service that schedules requests via an RPC interface. The frontend accepts RPC requests from clients and schedules tasks by interacting with ATF’s task store described below.

        +

        +

        + Task Store
        ATF tasks are stored in and triggered from the task store. The task store could be any generic data store with indexed querying capability. In ATF’s case, We use our in-house metadata store Edgestore to power the task store. More details can be found in the Data Model section below. +

        +

        + Store Consumer
        The Store Consumer is a service that periodically polls the task store to find tasks that are ready for execution and pushes them onto the right queues, as described in the queue section below. These could be tasks that are newly ready for execution, or older tasks that are ready for execution again because they either failed in a retriable way on execution, or were dropped elsewhere within the ATF system.  +

        +

        + Below is a simple walkthrough of the Store Consumer’s function:  +

        +
        +
        + +
        repeat every second:
        +  1. poll tasks ready for execution from task store
        +  2. push tasks onto the right queues
        +  3. update task statuses
        +
        +
        +

        + The Store Consumer polls tasks that failed in earlier execution attempts. This helps with the at-least-once guarantee that the ATF system provides. More details on how the Store Consumer polls new and previously failed tasks is presented in the Lifecycle of a task section below. +

        +

        + Queue
        ATF uses AWS Simple Queue Service (SQS) to queue tasks internally. These queues act as a buffer between the Store Consumer and Controllers (described below). Each <lambda, priority>  pair gets a dedicated SQS queue. The total number of SQS queues used by ATF is #lambdas x #priorities. +

        +

        + Controller
        Worker hosts are physical hosts dedicated for task execution. Each worker host has one controller process responsible for polling tasks from SQS queues in a background thread, and then pushing them onto process local buffered queues. The Controller is only aware of the lambdas it is serving and thus polls only the limited set of necessary queues.  +

        +

        + The Controller serves tasks from its process local queue as a response to NextWork RPCs. This is the layer where execution level task prioritization occurs. The Controller has different process level queues for tasks of different priorities and can thus prioritize tasks in response to NextWork RPCs. +

        +

        + Executor
        The Executor is a process with multiple threads, responsible for the actual task execution. Each thread within an Executor process follows this simple loop: +

        +
        +
        + +
        while True:
        +  w = get_next_work()
        +  do_work(w)
        +
        +
        +

        + Each worker host has a single Controller process and multiple executor processes. Both the Controller and Executors work in a “pull” model, in which active loops continuously long-poll for new work to be done. +

        +

        + Heartbeat and Status Controller (HSC)
        + The HSC serves RPCs for claiming a task for execution (ClaimTask), setting task status after execution (SetResults) and heartbeats during task execution (Heartbeat). ClaimTask requests originate from the Controllers in response to NextWork requests. Heartbeat and SetResults requests originate from executor processes during and after task execution. The HSC interacts with the task store to update the task status on the kind of request it receives. +

        +
        +
        +
        +

        + Data model +

        +
        +
        +
        +

        + ATF uses our in-house metadata store, Edgestore, as a task store. Edgestore objects can be Entities or Associations (assoc), each of which can have user-defined attributes. Associations are used to represent relationships between entities. Edgestore supports indexing only on attributes of associations. +

        +

        + Based on this design, we have two kinds of ATF-related objects in Edgestore. The ATF association stores scheduling information, such as the next scheduled timestamp at which the Store Consumer should poll a given task (either for the first time or for a retry). The ATF entity stores all task related information that is used to track the task state and payload for task execution. We query on associations from the Store Consumer in a pull model to pick up tasks ready for execution. +

        +
        +
        +
        +

        + Lifecycle of a task +

        +
        +
        +
        +
          +
        1. Client performs a Schedule RPC call to Frontend with task information, including execution time.  +
        2. +
        3. Frontend creates Edgestore entity and assoc for the task.  +
        4. +
        5. When it is time to process the task, Store Consumer pulls the task from Edgestore and pushes it to a related SQS queue.  +
        6. +
        7. + Executor makes NextWork RPC call to Controller, which pulls tasks from the SQS queue, makes a ClaimTask RPC to the HSC and then returns the task to the Executor.  +
        8. +
        9. + Executor invokes the callback for the task. While processing, Executor performs Heartbeat RPC calls to Heartbeat and Status Controller (HSC). Once processing is done, Executor performs TaskStatus RPC call to HSC.  +
        10. +
        11. Upon getting Heartbeat and TaskStatus RPC calls, HSC updates the Edgestore entity and assoc. +
        12. +
        +

        + Every state update in the lifecycle of a task is accompanied by an update to the next trigger timestamp in the assoc. This ensures that the Store Consumer pulls the task again if there is no change in state of the task within the next trigger timestamp. This helps ATF achieve its at-least-once delivery guarantee by ensuring that no task is dropped. +

        +

        + Following are the task entity and association states in ATF and their corresponding timestamp updates: +

        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        +

        + Entity status +

        +
        +

        + Assoc status +

        +
        +

        + next trigger timestamp in Assoc +

        +
        +

        + Comment +

        +
        +

        + new +

        +
        +

        + new +

        +
        +

        + scheduled_timestamp of the task +

        +
        +

        + Pick up new tasks that are ready.  +

        +
        +

        + enqueued +

        +
        +

        + started +

        +
        +

        + enqueued_timestamp + enqueue_timeout +

        +
        +

        + Re-enqueue task if it has been in enqueued state for too long. This can happen if the queue loses data or the controller goes down after polling the queue and before the task is claimed. +

        +
        +

        + claimed +

        +
        +

        + started +

        +
        +

        + claimed_timestamp + claim_timeout +

        +
        +

        + Re-enqueue if task is claimed but never transfered to processing. This can happen if Controller is down after claiming a task. Task status is changed to enqueued after re-enqueue. +

        +
        +

        + processing +

        +
        +

        + started +

        +
        +

        + heartbeat_timestamp + heartbeat_timeout` +

        +
        +

        + Re-enqueue if task hasn’t sent heartbeat for too long. This can happen if Executor is down. Task status is changed to enqueued after re-enqueue.  +

        +
        +

        + retriable failure +

        +
        +

        + started +

        +
        +

        + compute next_timestamp according to backoff logic +

        +
        +

        + Exponential backoff for tasks with retriable failure.  +

        +
        +

        + success +

        +
        +

        + completed +

        +
        +

        + N/A +

        +
        +

        +   +

        +
        +

        + fatal_failure +

        +
        +

        + completed +

        +
        +

        + N/A +

        +
        +

        +   +

        +
        +

        + The store consumer polls for tasks based on the following query: +

        +

        + assoc_status= && next_timestamp<=time.now()
        +

        +

        + Below is the state machine that defines task state transitions: 
        +

        +
        +
        +
        +
        + Task State Transitions [Fig 2] +
        +
        +
        +
        +
        +

        + Achieving guarantees +

        +
        +
        +
        +

        + At-least-once task execution
        At-least-once execution is guaranteed in ATF by retrying a task until it completes execution (which is signaled by a Success or a FatalFailure state). All ATF system errors are implicitly considered retriable failures, and lambda owners have an option of marking tasks with a RetriableFailure state. Tasks might be dropped from the ATF execution pipeline in different parts of the system through transient RPC failures and failures on dependencies like Edgestore or SQS. These transient failures at different parts of the system do not affect the at-least-once guarantee, though, because of the system of timeouts and re-polling from Store Consumer. +

        +

        + No concurrent task execution
        Concurrent task execution is avoided through a combination of two methods in ATF. First, tasks are explicitly claimed through an exclusive task state (Claimed) before starting execution. Once the task execution is complete, the task status is updated to one of Success, FatalFailure or RetriableFailure. A task can be claimed only if its existing task state is Enqueued (retried tasks go to the Enqueued state as well once they are re-pushed onto SQS). +

        +

        + However, there might be situations where once a long running task starts execution, its heartbeats might fail repeatedly yet the task execution continues. ATF would retry this task by polling it from the store consumer because the heartbeat timeouts would’ve expired. This task can then be claimed by another worker and lead to concurrent execution. 
        +

        +

        + To avoid this situation, there is a termination logic in the Executor processes whereby an Executor process terminates itself as soon as three consecutive heartbeat calls fail. Each heartbeat timeout is large enough to eclipse three consecutive heartbeat failures. This ensures that the Store Consumer cannot pull such tasks before the termination logic ends them—the second method that helps achieve this guarantee. +

        +

        + Isolation
        Isolation of lambdas is achieved through dedicated worker clusters, dedicated queues, and dedicated per-lambda scheduling quotas. In addition, isolation across different priorities within the same lambda is likewise achieved through dedicated queues and scheduling bandwidth. +

        +

        + Delivery latency
        ATF use cases do not require ultra-low task delivery latencies. Task delivery latencies on the order of a couple of seconds are acceptable. Tasks ready for execution are periodically polled by the Store Consumer and this period of polling largely controls the task delivery latency. Using this as a tuning lever, ATF can achieve different delivery latencies as required. Increasing poll frequency reduces task delivery latency and vice versa. Currently, we have calibrated ATF to poll for ready tasks once every two seconds. +

        +
        +
        +
        +

        + Ownership model +

        +
        +
        +
        +

        + ATF is designed to be a self-serve framework for developers at Dropbox. The design is very intentional in driving an ownership model where lambda owners own all aspects of their lambdas’ operations. To promote this, all lambda worker clusters are owned by the lambda owners. They have full control over operations on these clusters, including code deployments and capacity management. Each executor process is bound to one lambda. Owners have the option of deploying multiple lambdas on their worker clusters simply by spawning new executor processes on their hosts. +

        +
        +
        +
        +

        + Extending ATF +

        +
        +
        +
        +

        + As described above, ATF provides an infrastructural building block for scheduling asynchronous tasks. With this foundation established, ATF can be extended to support more generic use cases and provide more features as a framework. Following are some examples of what could be built as an extension to ATF.  +

        +

        + Periodic task execution
        Currently, ATF is a system for one-time task scheduling. Building support for periodic task execution as an extension to this framework would be useful in unlocking new capabilities for our clients. +

        +

        + Better support for task chaining
        Currently, it is possible to chain tasks on ATF by scheduling a task onto ATF that then schedules other tasks onto ATF during its execution. Although it is possible to do this in the current ATF setup, visibility and control on this chaining is absent at the framework level. Another natural extension here would be to better support task chaining through framework-level visibility and control, to make this use case a first class concept in the ATF model. +

        +

        + Dead letter queues for misbehaving tasks
        One common source of maintenance overhead we observe on ATF is that some tasks get stuck in infinite retry loops due to occasional bugs in lambda logic. This requires manual intervention from the ATF framework owners in some cases where there are a large number of tasks stuck in such loops, occupying a lot of the scheduling bandwidth in the system. Typical manual actions in response to such a situation include pausing execution of the lambdas with misbehaving tasks, or dropping them outright. +

        +

        + One way to reduce this operational overhead and provide an easy interface for lambda owners to recover from such incidents would be to create dead letter queues filled with such misbehaving tasks. The ATF framework could impose a maximum number of retries before tasks are pushed onto the dead letter queue. We could create and expose tools that make it easy to reschedule tasks from the dead letter queue back into the ATF system, once the associated lambda bugs are fixed.
        +

        +
        +
        +
        +

        + Conclusion +

        +
        +
        +
        +

        + We hope this post helps engineers elsewhere to develop better async task frameworks of their own. Many thanks to everyone who worked on this project: Anirudh Jayakumar, Deepak Gupta, Dmitry Kopytkov, Koundinya Muppalla, Peng Kang, Rajiv Desai, Ryan Armstrong, Steve Rodrigues, Thomissa Comellas, Xiaonan Zhang and Yuhuan Du.
        +   +

        +
        +
        +
        +
        +
        +
        + // Tags
        + +
        +
        + // Copy link
        + +
        + +
        +
        +
        +
        +
        +
        +
        +
        + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected-metadata.json new file mode 100644 index 0000000..f2764b3 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Bradley M. Kuhn (http:\/\/ebb.org\/bkuhn\/)", + "Direction": null, + "Excerpt": "The website of Bradley M. Kuhn, aka Brad, aka bkuhn. This site includes his GPG keys, resume, blog, projects list, software, interviews, speeches and writing.", + "Image": null, + "Title": "On Recent Controversial Events - Bradley M. Kuhn ( Brad ) ( bkuhn )", + "SiteName": null +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected.html b/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected.html new file mode 100644 index 0000000..a13415e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ebb-org/expected.html @@ -0,0 +1,56 @@ +
        + +

        + Tuesday 15 October 2019 by Bradley M. Kuhn +

        +

        + The last 33 days have been unprecedentedly difficult for the software freedom community and for me personally. Folks have been emailing, phoning, texting, tagging me on social media (— the last of which has been funny, because all my social media accounts are placeholder accounts). But, just about everyone has urged me to comment on the serious issues that the software freedom community now faces. Until now, I have stayed silent regarding all these current topics: from Richard M. Stallman (RMS)'s public statements, to his resignation from the Free Software Foundation (FSF), to the Epstein scandal and its connection to MIT. I've also avoided generally commenting on software freedom organizational governance during this period. I did this for good reason, which is explained below. However, in this blog post, I now share my primary comments on the matters that seem to currently be of the utmost attention of the Open Source and Free Software communities. +

        +

        + I have been silent the last month because, until two days ago, I was an at-large member of FSF's Board of Directors, and a Voting Member of the FSF. As a member of FSF's two leadership bodies, I was abiding by a reasonable request from the FSF management and my duty to the organization. Specifically, the FSF asked that all communication during the crisis come directly from FSF officers and not from at-large directors and/or Voting Members. Furthermore, the FSF management asked all Directors and Voting Members to remain silent on this entire matter — even on issues only tangentially related to the current situation, and even when speaking in our own capacity (e.g., on our own blogs like this one). The FSF is an important organization, and I take any request from the FSF seriously — so I abided fully with their request. +

        +

        + The situation was further complicated because folks at my employer, Software Freedom Conservancy (where I also serve on the Board of Directors) had strong opinions about this matter as well. Fortunately, the FSF and Conservancy both had already created clear protocols for what I should do if ever there was a disagreement or divergence of views between Conservancy and FSF. I therefore was recused fully from the planning, drafting, and timing of Conservancy's statement on this matter. I thank my colleagues at the Conservancy for working so carefully to keep me entirely outside the loop on their statement and to diligently assure that it was straight-forward for me to manage any potential organizational disagreements. I also thank those at the FSF who outlined clear protocols (ahead of time, back in March 2019) in case a situation like this ever came up. I also know my colleagues at Conservancy care deeply, as I do, about the health and welfare of the FSF and its mission of fighting for universal software freedom for all. None of us want, nor have, any substantive disagreement over software freedom issues. +

        +

        + I take very seriously my duty to the various organizations where I have (or have had) affiliations. More generally, I champion non-profit organizational transparency. Unfortunately, the current crisis left me in a quandary between the overarching goal of community transparency and abiding by FSF management's directives. Now that I've left the FSF Board of Directors, FSF's Voting Membership, and all my FSF volunteer roles (which ends my 22-year uninterrupted affiliation with the FSF), I can now comment on the substantive issues that face not just the FSF, but the Free Software community as a whole, while continuing to adhere to my past duty of acting in FSF's best interest. In other words, my affiliation with the FSF has come to an end for many good and useful reasons. The end to this affiliation allows me to speak directly about the core issues at the heart of the community's current crisis. +

        +

        + Firstly, all these events — from RMS' public comments on the MIT mailing list, to RMS' resignation from the FSF to RMS' discussions about the next steps for the GNU project — seem to many to have happened ridiculously quickly. But it wasn't actually fast at all. In fact, these events were culmination of issues that were slowly growing in concern to many people, including me. +

        +

        + For the last two years, I had been a loud internal voice in the FSF leadership regarding RMS' Free-Software-unrelated public statements; I felt strongly that it was in the best interest of the FSF to actively seek to limit such statements, and that it was my duty to FSF to speak out about this within the organization. Those who only learned of this story in the last month (understandably) believed Selam G.'s Medium post raised an entirely new issue. In fact, RMS' views and statements posted on stallman.org about sexual morality escalated for the worse over the last few years. When the escalation started, I still considered RMS both a friend and colleague, and I attempted to argue with him at length to convince him that some of his positions were harmful to sexual assault survivors and those who are sex trafficked, and to the people who devote their lives in service to such individuals. More importantly to the FSF, I attempted to persuade RMS that launching a controversial campaign on sexual behavior and morality was counter to his and FSF's mission to advance software freedom, and told RMS that my duty as an FSF Director was to assure the best outcome for the FSF, which IMO didn't include having a leader who made such statements. Not only is human sexual behavior not a topic on which RMS has adequate academic expertise, but also his positions appear to ignore significant research and widely available information on the subject. Many of his comments, while occasionally politically intriguing, lack empathy for people who experienced trauma. +

        +

        + IMO, this is not and has never been a Free Speech issue. I do believe freedom of speech links directly to software freedom: indeed, I see the freedom to publish software under Free licenses as almost a corollary to the freedom of speech. However, we do not need to follow leadership from those whose views we fundamentally disagree. Moreover, organizations need not and should not elevate spokespeople and leaders who speak regularly on unrelated issues that organizations find do not advance their mission, and/or that alienate important constituents. I, like many other software freedom leaders, curtail my public comments on issues not related to FOSS. (Indeed, I would not even be commenting on this issue if it had not become a central issue of concern to the software freedom community.) Leaders have power, and they must exercise the power of their words with restraint, not with impunity. +

        +

        + RMS has consistently argued that there was a campaign of “prudish intimidation” — seeking to keep him quiet about his views on sexuality. After years of conversing with RMS about how his non-software-freedom views were a distraction, an indulgence, and downright problematic, his general response was to make even more public comments of this nature. The issue is not about RMS' right to say what he believes, nor is it even about whether or not you agree or disagree with RMS' statements. The question is whether an organization should have a designated leader who is on a sustained, public campaign advocating about an unrelated issue that many consider controversial. It really doesn't matter what your view about the controversial issue is; a leader who refuses to stop talking loudly about unrelated issues eventually creates an untenable distraction from the radical activism you're actively trying to advance. The message of universal software freedom is a radical cause; it's basically impossible for one individual to effectively push forward two unrelated controversial agendas at once. In short, the radical message of software freedom became overshadowed by RMS' radical views about sexual morality. +

        +

        + And here is where I say the thing that may infuriate many but it's what I believe: I think RMS took a useful step by resigning some of his leadership roles at the FSF. I thank RMS for taking that step, and I wish the FSF Directors well in their efforts to assure that the FSF becomes a welcoming organization to all who care about universal software freedom. The FSF's mission is essential to our technological future, and we should all support that mission. I care deeply about that mission myself and have worked and will continue to work in our community in the best interest of the mission. +

        +

        + I'm admittedly struggling to find a way to work again with RMS, given his views on sexual morality and his behaviors stemming from those views. I explicitly do not agree with this “(re-)definition” of sexual assault. Furthermore, I believe uninformed statements about sexual assault are irresponsible and cause harm to victims. #MeToo is not a “frenzy”; it is a global movement by individuals who have been harmed seeking to hold both bad actors and society-at-large accountable for ignoring systemic wrongs. Nevertheless, I still am proud of the essay that I co-wrote with RMS and still find many of RMS' other essays compelling, important, and relevant. +

        +

        + I want the FSF to succeed in its mission and enter a new era of accomplishments. I've spent the last 22 years, without a break, dedicating substantial time, effort, care and loyalty to the various FSF roles that I've had: including employee, volunteer, at-large Director, and Voting Member. Even though my duties to the FSF are done, and my relationship with the FSF is no longer formal, I still think the FSF is a valuable institution worth helping and saving, specifically because the FSF was founded for a mission that I deeply support. And we should also realize that RMS — a human being (who is flawed like the rest of us) — invented that mission. +

        +

        + As culture change becomes more rapid, I hope we can find reasonable nuance and moderation on our complex analysis about people and their disparate views, while we also hold individuals fully accountable for their actions. That's the difficulty we face in the post-post-modern culture of the early twenty-first century. Most importantly, I believe we must find a way to stand firm for software freedom while also making a safe environment for victims of sexual assault, sexual abuse, gaslighting, and other deplorable actions. +

        +

        + Posted on Tuesday 15 October 2019 at 09:11 by Bradley M. Kuhn. +

        + + +

        + #include <std/disclaimer.h>
        + use Standard::Disclaimer;
        + from standard import disclaimer
        + SELECT full_text FROM standard WHERE type = 'disclaimer'; +

        + Both previously and presently, I have been employed by and/or done work for various organizations that also have views on Free, Libre, and Open Source Software. As should be blatantly obvious, this is my website, not theirs, so please do not assume views and opinions here belong to any such organization. Since I do co-own ebb.org with my wife, it may not be so obvious that these aren't her views and opinions, either. +

        + ebb is a service mark of Bradley M. Kuhn. +

        \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/ebb-org/source.html b/vendor/fivefilters/readability.php/test/test-pages/ebb-org/source.html new file mode 100644 index 0000000..5daa2a0 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ebb-org/source.html @@ -0,0 +1,485 @@ + + + + + + On Recent Controversial Events - Bradley M. Kuhn ( Brad ) ( bkuhn ) + + + + + + + + + + + +
        + +
        +
        +

        + On Recent Controversial Events +

        +

        + Tuesday 15 October 2019 by Bradley M. Kuhn +

        +

        + The last 33 days have been unprecedentedly difficult for the software freedom community and for me personally. Folks have been emailing, phoning, texting, tagging me on social media (— the last of which has been funny, because all my social media accounts are placeholder accounts). But, just about everyone has urged me to comment on the serious issues that the software freedom community now faces. Until now, I have stayed silent regarding all these current topics: from Richard M. Stallman (RMS)'s public statements, to his resignation from the Free Software Foundation (FSF), to the Epstein scandal and its connection to MIT. I've also avoided generally commenting on software freedom organizational governance during this period. I did this for good reason, which is explained below. However, in this blog post, I now share my primary comments on the matters that seem to currently be of the utmost attention of the Open Source and Free Software communities. +

        +

        + I have been silent the last month because, until two days ago, I was an at-large member of FSF's Board of Directors, and a Voting Member of the FSF. As a member of FSF's two leadership bodies, I was abiding by a reasonable request from the FSF management and my duty to the organization. Specifically, the FSF asked that all communication during the crisis come directly from FSF officers and not from at-large directors and/or Voting Members. Furthermore, the FSF management asked all Directors and Voting Members to remain silent on this entire matter — even on issues only tangentially related to the current situation, and even when speaking in our own capacity (e.g., on our own blogs like this one). The FSF is an important organization, and I take any request from the FSF seriously — so I abided fully with their request. +

        +

        + The situation was further complicated because folks at my employer, Software Freedom Conservancy (where I also serve on the Board of Directors) had strong opinions about this matter as well. Fortunately, the FSF and Conservancy both had already created clear protocols for what I should do if ever there was a disagreement or divergence of views between Conservancy and FSF. I therefore was recused fully from the planning, drafting, and timing of Conservancy's statement on this matter. I thank my colleagues at the Conservancy for working so carefully to keep me entirely outside the loop on their statement and to diligently assure that it was straight-forward for me to manage any potential organizational disagreements. I also thank those at the FSF who outlined clear protocols (ahead of time, back in March 2019) in case a situation like this ever came up. I also know my colleagues at Conservancy care deeply, as I do, about the health and welfare of the FSF and its mission of fighting for universal software freedom for all. None of us want, nor have, any substantive disagreement over software freedom issues. +

        +

        + I take very seriously my duty to the various organizations where I have (or have had) affiliations. More generally, I champion non-profit organizational transparency. Unfortunately, the current crisis left me in a quandary between the overarching goal of community transparency and abiding by FSF management's directives. Now that I've left the FSF Board of Directors, FSF's Voting Membership, and all my FSF volunteer roles (which ends my 22-year uninterrupted affiliation with the FSF), I can now comment on the substantive issues that face not just the FSF, but the Free Software community as a whole, while continuing to adhere to my past duty of acting in FSF's best interest. In other words, my affiliation with the FSF has come to an end for many good and useful reasons. The end to this affiliation allows me to speak directly about the core issues at the heart of the community's current crisis. +

        +

        + Firstly, all these events — from RMS' public comments on the MIT mailing list, to RMS' resignation from the FSF to RMS' discussions about the next steps for the GNU project — seem to many to have happened ridiculously quickly. But it wasn't actually fast at all. In fact, these events were culmination of issues that were slowly growing in concern to many people, including me. +

        +

        + For the last two years, I had been a loud internal voice in the FSF leadership regarding RMS' Free-Software-unrelated public statements; I felt strongly that it was in the best interest of the FSF to actively seek to limit such statements, and that it was my duty to FSF to speak out about this within the organization. Those who only learned of this story in the last month (understandably) believed Selam G.'s Medium post raised an entirely new issue. In fact, RMS' views and statements posted on stallman.org about sexual morality escalated for the worse over the last few years. When the escalation started, I still considered RMS both a friend and colleague, and I attempted to argue with him at length to convince him that some of his positions were harmful to sexual assault survivors and those who are sex trafficked, and to the people who devote their lives in service to such individuals. More importantly to the FSF, I attempted to persuade RMS that launching a controversial campaign on sexual behavior and morality was counter to his and FSF's mission to advance software freedom, and told RMS that my duty as an FSF Director was to assure the best outcome for the FSF, which IMO didn't include having a leader who made such statements. Not only is human sexual behavior not a topic on which RMS has adequate academic expertise, but also his positions appear to ignore significant research and widely available information on the subject. Many of his comments, while occasionally politically intriguing, lack empathy for people who experienced trauma. +

        +

        + IMO, this is not and has never been a Free Speech issue. I do believe freedom of speech links directly to software freedom: indeed, I see the freedom to publish software under Free licenses as almost a corollary to the freedom of speech. However, we do not need to follow leadership from those whose views we fundamentally disagree. Moreover, organizations need not and should not elevate spokespeople and leaders who speak regularly on unrelated issues that organizations find do not advance their mission, and/or that alienate important constituents. I, like many other software freedom leaders, curtail my public comments on issues not related to FOSS. (Indeed, I would not even be commenting on this issue if it had not become a central issue of concern to the software freedom community.) Leaders have power, and they must exercise the power of their words with restraint, not with impunity. +

        +

        + RMS has consistently argued that there was a campaign of “prudish intimidation” — seeking to keep him quiet about his views on sexuality. After years of conversing with RMS about how his non-software-freedom views were a distraction, an indulgence, and downright problematic, his general response was to make even more public comments of this nature. The issue is not about RMS' right to say what he believes, nor is it even about whether or not you agree or disagree with RMS' statements. The question is whether an organization should have a designated leader who is on a sustained, public campaign advocating about an unrelated issue that many consider controversial. It really doesn't matter what your view about the controversial issue is; a leader who refuses to stop talking loudly about unrelated issues eventually creates an untenable distraction from the radical activism you're actively trying to advance. The message of universal software freedom is a radical cause; it's basically impossible for one individual to effectively push forward two unrelated controversial agendas at once. In short, the radical message of software freedom became overshadowed by RMS' radical views about sexual morality. +

        +

        + And here is where I say the thing that may infuriate many but it's what I believe: I think RMS took a useful step by resigning some of his leadership roles at the FSF. I thank RMS for taking that step, and I wish the FSF Directors well in their efforts to assure that the FSF becomes a welcoming organization to all who care about universal software freedom. The FSF's mission is essential to our technological future, and we should all support that mission. I care deeply about that mission myself and have worked and will continue to work in our community in the best interest of the mission. +

        +

        + I'm admittedly struggling to find a way to work again with RMS, given his views on sexual morality and his behaviors stemming from those views. I explicitly do not agree with this “(re-)definition” of sexual assault. Furthermore, I believe uninformed statements about sexual assault are irresponsible and cause harm to victims. #MeToo is not a “frenzy”; it is a global movement by individuals who have been harmed seeking to hold both bad actors and society-at-large accountable for ignoring systemic wrongs. Nevertheless, I still am proud of the essay that I co-wrote with RMS and still find many of RMS' other essays compelling, important, and relevant. +

        +

        + I want the FSF to succeed in its mission and enter a new era of accomplishments. I've spent the last 22 years, without a break, dedicating substantial time, effort, care and loyalty to the various FSF roles that I've had: including employee, volunteer, at-large Director, and Voting Member. Even though my duties to the FSF are done, and my relationship with the FSF is no longer formal, I still think the FSF is a valuable institution worth helping and saving, specifically because the FSF was founded for a mission that I deeply support. And we should also realize that RMS — a human being (who is flawed like the rest of us) — invented that mission. +

        +

        + As culture change becomes more rapid, I hope we can find reasonable nuance and moderation on our complex analysis about people and their disparate views, while we also hold individuals fully accountable for their actions. That's the difficulty we face in the post-post-modern culture of the early twenty-first century. Most importantly, I believe we must find a way to stand firm for software freedom while also making a safe environment for victims of sexual assault, sexual abuse, gaslighting, and other deplorable actions. +

        +

        + Posted on Tuesday 15 October 2019 at 09:11 by Bradley M. Kuhn. +

        +

        + Submit comments on this post to <bkuhn@ebb.org>. +

        + +
        +
        + +
        +
        +

        + Creative Commons License This website and all documents on it are licensed under a Creative Commons Attribution-Share Alike 3.0 United States License . +

        +
        +

        + #include <std/disclaimer.h>
        + use Standard::Disclaimer;
        + from standard import disclaimer
        + SELECT full_text FROM standard WHERE type = 'disclaimer'; +

        +

        + Both previously and presently, I have been employed by and/or done work for various organizations that also have views on Free, Libre, and Open Source Software. As should be blatantly obvious, this is my website, not theirs, so please do not assume views and opinions here belong to any such organization. Since I do co-own ebb.org with my wife, it may not be so obvious that these aren't her views and opinions, either. +

        +

        + — bkuhn +

        +
        +

        + ebb is a service mark of Bradley M. Kuhn. +

        +
        + Bradley M. Kuhn <bkuhn@ebb.org> +
        +
        + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-1/config.json b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/config.json new file mode 100644 index 0000000..4bb8990 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/config.json @@ -0,0 +1,3 @@ +{ + "summonCthulhu": true +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-images.json new file mode 100644 index 0000000..d0e6496 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-images.json @@ -0,0 +1,14 @@ +[ + "http:\/\/img-aws.ehowcdn.com\/200x200\/cme\/photography.prod.demandstudios.com\/16149374-814f-40bc-baf3-ca20f149f0ba.jpg", + "http:\/\/img-aws.ehowcdn.com\/640\/cme\/photography.prod.demandstudios.com\/16149374-814f-40bc-baf3-ca20f149f0ba.jpg", + "http:\/\/img-aws.ehowcdn.com\/default\/cme\/photography.prod.demandstudios.com\/fc249ef6-4d27-41b4-8c21-15f7a8512b50.jpg", + "http:\/\/img-aws.ehowcdn.com\/default\/cme\/photography.prod.demandstudios.com\/aae11d4d-a4aa-4251-a4d9-41023ebf6d84.jpg", + "http:\/\/img-aws.ehowcdn.com\/default\/cme\/photography.prod.demandstudios.com\/7afdfa1e-da74-44b5-b89c-ca8123516272.jpg", + "http:\/\/img-aws.ehowcdn.com\/default\/cme\/photography.prod.demandstudios.com\/4f6612c0-316a-4c74-bb03-cb4e778f6d72.jpg", + "http:\/\/img-aws.ehowcdn.com\/default\/cme\/photography.prod.demandstudios.com\/eeb1e0b4-e573-40a3-8db1-2c76f0b13b84.jpg", + "http:\/\/img-aws.ehowcdn.com\/default\/cme\/photography.prod.demandstudios.com\/812d4649-4152-4363-97c0-f181d02e709a.jpg", + "http:\/\/img-aws.ehowcdn.com\/default\/cme\/photography.prod.demandstudios.com\/0cb3988c-9318-47d6-bc9c-c798da1ede72.jpg", + "http:\/\/img-aws.ehowcdn.com\/640\/cme\/photography.prod.demandstudios.com\/e3e18f0b-ab2c-4ffb-9988-a1ea63faef8b.jpg", + "http:\/\/img-aws.ehowcdn.com\/640\/cme\/photography.prod.demandstudios.com\/2cd79f8d-0d16-4573-8861-e47fb74b0638.jpg", + "http:\/\/img-aws.ehowcdn.com\/640\/cme\/photography.prod.demandstudios.com\/78670312-8636-4c42-a75c-3029f7aa6c73.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-metadata.json new file mode 100644 index 0000000..4de1448 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Lucy Akins", + "Direction": null, + "Excerpt": "Glass cloche terrariums are not only appealing to the eye, but they also preserve a bit of nature in your home and serve as a simple, yet beautiful, piece of art. Closed terrariums are easy to care for, as they retain much of their own moisture and provide a warm environment with a consistent level of humidity. You won’t have to water the...", + "Image": "http:\/\/img-aws.ehowcdn.com\/200x200\/cme\/photography.prod.demandstudios.com\/16149374-814f-40bc-baf3-ca20f149f0ba.jpg", + "Title": "How to Build a Terrarium | eHow", + "SiteName": "eHow" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected.html new file mode 100644 index 0000000..d73c3c5 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected.html @@ -0,0 +1,102 @@ +
        +
        + + + +
        +
        +

        Glass cloche terrariums are not only appealing to the eye, but they also preserve a bit of nature in your home and serve as a simple, yet beautiful, piece of art. Closed terrariums are easy to care for, as they retain much of their own moisture and provide a warm environment with a consistent level of humidity. You won’t have to water the terrariums unless you see that the walls are not misting up. Small growing plants that don’t require a lot of light work best such as succulents, ferns, moss, even orchids.

        +
        Glass cloche terrariums
        +
        Glass cloche terrariums (Lucy Akins)
        +
        +
        +
        +

        Other People Are Reading

        + +
        +

        What You'll Need:

          +
        • Cloche
        • +
        • Planter saucer, small shallow dish or desired platform
        • +
        • Floral foam oasis
        • +
        • Ruler
        • +
        • Spoon
        • +
        • Floral wire pins or paper clips
        • +
        • Small plants (from a florist or nursery)
        • +
        • Moss
        • +
        • Tweezers
        • +
        • Other small decorative items (optional)
        • +
        +
        +
        +

        Step 1

        Measure the circumference of your cloche and cut the foam oasis about 3/4 inch (2 cm) smaller. Place the foam oasis into a container full of water and allow to soak until it sinks to the bottom. Dig out a hole on the oasis large enough to fit your plant, being careful not to pierce all the way through to the bottom.

        +
        +
        Dig a hole in the oasis.
        +
        Dig a hole in the oasis. (Lucy Akins)
        +
        + + +
        +

        Step 2

        Insert your plant into the hole.

        +
        +
        Orchid in foam oasis
        +
        Orchid in foam oasis (Lucy Akins)
        +
        +
        +

        Step 3

        You can add various plants if you wish.

        +
        +
        Various foliage
        +
        Various foliage (Lucy Akins)
        +
        +
        +

        Step 4

        Using floral pins, attach enough moss around the oasis to cover it.

        +
        +
        Attach moss.
        +
        Attach moss. (Lucy Akins)
        +
        +
        +

        Step 5

        Gently place the cloche over the oasis. The glass may push some of the moss upward, exposing some of the foam.

        +
        +
        Place cloche over oasis.
        +
        Place cloche over oasis. (Lucy Akins)
        +
        +
        +

        Step 6

        Simply pull down the moss with tweezers or insert more moss to fill in the empty spaces.

        +
        +
        Rearrange moss.
        +
        Rearrange moss. (Lucy Akins)
        +
        +
        +

        Step 7

        You can use any platform you wish. In this case, a small saucer was used.

        +
        +
        Place cloche on a platform to sit on.
        +
        Place cloche on a platform to sit on. (Lucy Akins)
        +
        +
        +

        Step 8

        This particular terrarium rests on a planter saucer and features a small white pumpkin.

        +
        +
        Cloche placed on a terracotta saucer
        +
        Cloche placed on a terracotta saucer (Lucy Akins)
        +
        +
        +

        Step 9

        This particular terrarium was placed on a wood slice and a little toy squirrel was placed inside to add a little whimsy.

        +
        +
        Placed on a wooden slice
        +
        Placed on a wooden slice (Lucy Akins)
        +
        +
        +

        Finished Terrarium

        Displayed alone or in a group, these pretty arrangements allow you to add a little nature to your decor or tablescape.

        +
        +
        Cloche terrarium
        +
        Cloche terrarium (Lucy Akins)
        +
        + + + + + + +
        +

        Featured

        + +
        +
        \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/source.html new file mode 100644 index 0000000..f5c9afe --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-1/source.html @@ -0,0 +1,934 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + How to Build a Terrarium (with Pictures) | eHow + + + + + + + + + + + + + + + + + + + + +
        + +
        + +
        + +
        + +
        +
        +
        + + + +
        +
        +

        +How to Build a Terrarium

        + +
        + +
        Found This Helpful
        +
        +
        +
        +
        +
        +

        Glass cloche terrariums are not only appealing to the eye, but they also preserve a bit of nature in your home and serve as a simple, yet beautiful, piece of art. Closed terrariums are easy to care for, as they retain much of their own moisture and provide a warm environment with a consistent level of humidity. You won’t have to water the terrariums unless you see that the walls are not misting up. Small growing plants that don’t require a lot of light work best such as succulents, ferns, moss, even orchids.

        +
        +
        Glass cloche terrariums
        +
        Glass cloche terrariums (Lucy Akins)
        +
        +
        + +
        +
        +
        What You'll Need: +
          +
        • Cloche
        • +
        • Planter saucer, small shallow dish or desired platform
        • +
        • Floral foam oasis
        • +
        • Ruler
        • +
        • Spoon
        • +
        • Floral wire pins or paper clips
        • +
        • Small plants (from a florist or nursery)
        • +
        • Moss
        • +
        • Tweezers
        • +
        • Other small decorative items (optional)
        • +
        +
        +
        +
        +
        +
        +
        Step 1 +

        Measure the circumference of your cloche and cut the foam oasis about 3/4 inch (2 cm) smaller. Place the foam oasis into a container full of water and allow to soak until it sinks to the bottom. Dig out a hole on the oasis large enough to fit your plant, being careful not to pierce all the way through to the bottom.

        +
        +
        Dig a hole in the oasis.
        +
        Dig a hole in the oasis. (Lucy Akins)
        +
        +
        +
        +
        +
        +
        + +
        +
        +
        +
        +
        Step 2 +

        Insert your plant into the hole.

        +
        +
        Orchid in foam oasis
        +
        Orchid in foam oasis (Lucy Akins)
        +
        +
        +
        +
        +
        Step 3 +

        You can add various plants if you wish.

        +
        +
        Various foliage
        +
        Various foliage (Lucy Akins)
        +
        +
        +
        +
        +
        Step 4 +

        Using floral pins, attach enough moss around the oasis to cover it.

        +
        +
        Attach moss.
        +
        Attach moss. (Lucy Akins)
        +
        +
        +
        +
        +
        Step 5 +

        Gently place the cloche over the oasis. The glass may push some of the moss upward, exposing some of the foam.

        +
        +
        Place cloche over oasis.
        +
        Place cloche over oasis. (Lucy Akins)
        +
        +
        +
        +
        +
        Step 6 +

        Simply pull down the moss with tweezers or insert more moss to fill in the empty spaces.

        +
        +
        Rearrange moss.
        +
        Rearrange moss. (Lucy Akins)
        +
        +
        +
        +
        +
        Step 7 +

        You can use any platform you wish. In this case, a small saucer was used.

        +
        +
        Place cloche on a platform to sit on.
        +
        Place cloche on a platform to sit on. (Lucy Akins)
        +
        +
        +
        +
        +
        Step 8 +

        This particular terrarium rests on a planter saucer and features a small white pumpkin.

        +
        +
        Cloche placed on a terracotta saucer
        +
        Cloche placed on a terracotta saucer (Lucy Akins)
        +
        +
        +
        +
        +
        Step 9 +

        This particular terrarium was placed on a wood slice and a little toy squirrel was placed inside to add a little whimsy.

        +
        +
        Placed on a wooden slice
        +
        Placed on a wooden slice (Lucy Akins)
        +
        +
        +
        +
        +
        Finished Terrarium +

        Displayed alone or in a group, these pretty arrangements allow you to add a little nature to your decor or tablescape.

        +
        +
        Cloche terrarium
        +
        Cloche terrarium (Lucy Akins)
        +
        +
        +
        +
        +
        + +
        +
        +
        Related Searches
        +
        +
        +
        + +
        + +
        +
        +
        +
        +

        Featured

        + +
        +
        +
        + +
        + +
        + +
        +

        Related Ads

        +
        +
        + +
        +
        +
        +
        Related Searches
        +
        +
        + +Read Article + +

        +How to Make Paper Sunflowers

        +
        + +
        +
        + + + + +
        + + + + + + + + + + + + + + + +
        +
        + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-images.json new file mode 100644 index 0000000..a6dcad5 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-images.json @@ -0,0 +1,13 @@ +[ + "http:\/\/img-aws.ehowcdn.com\/200x200\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/2F\/86\/5547EF62-EAF5-4256-945D-0496F61C862F\/5547EF62-EAF5-4256-945D-0496F61C862F.jpg", + "http:\/\/img-aws.ehowcdn.com\/60x60\/cme\/cme_public_images\/www_demandstudios_com\/sitelife.studiod.com\/ver1.0\/Content\/images\/store\/9\/2\/d9dd6f61-b183-4893-927f-5b540e45be91.Small.jpg", + "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/2F\/86\/5547EF62-EAF5-4256-945D-0496F61C862F\/5547EF62-EAF5-4256-945D-0496F61C862F.jpg", + "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/FE\/CB\/121569D2-6984-4B2F-83C4-9D2D9A27CBFE\/121569D2-6984-4B2F-83C4-9D2D9A27CBFE.jpg", + "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/DF\/FC\/A05B0252-BD73-4BC7-A09A-96F0A504FCDF\/A05B0252-BD73-4BC7-A09A-96F0A504FCDF.jpg", + "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/EB\/DB\/8A04CCA7-3255-4225-B59A-C41441F8DBEB\/8A04CCA7-3255-4225-B59A-C41441F8DBEB.jpg", + "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/94\/10\/08035476-0167-4A03-AADC-13A7E7AA1094\/08035476-0167-4A03-AADC-13A7E7AA1094.jpg", + "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/06\/49\/4AD62696-FC95-4DA2-8351-42740C7B4906\/4AD62696-FC95-4DA2-8351-42740C7B4906.jpg", + "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/D0\/51\/B6AED06C-5E19-4A26-9AAD-0E175F6251D0\/B6AED06C-5E19-4A26-9AAD-0E175F6251D0.jpg", + "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/35\/B4\/DD5FD05A-B631-4AFE-BC8F-FDACAD1EB435\/DD5FD05A-B631-4AFE-BC8F-FDACAD1EB435.jpg", + "http:\/\/img-aws.ehowcdn.com\/640\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/A1\/FA\/2C368B34-8F6A-45F6-9DFC-0B0C4E33FAA1\/2C368B34-8F6A-45F6-9DFC-0B0C4E33FAA1.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-metadata.json new file mode 100644 index 0000000..756b8c1 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Gina Roberts-Grey", + "Direction": null, + "Excerpt": "Graduation parties are a great way to commemorate the years of hard work teens and college co-eds devote to education. They’re also costly for mom and dad.The average cost of a graduation party in 2013 was a whopping $1,200, according to Graduationparty.com; $700 of that was allocated for food. However that budget was based on Midwestern...", + "Image": "http:\/\/img-aws.ehowcdn.com\/200x200\/cme\/cme_public_images\/www_ehow_com\/cdn-write.demandstudios.com\/upload\/image\/2F\/86\/5547EF62-EAF5-4256-945D-0496F61C862F\/5547EF62-EAF5-4256-945D-0496F61C862F.jpg", + "Title": "How to Throw a Graduation Party on a Budget | eHow", + "SiteName": "eHow" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected.html new file mode 100644 index 0000000..48823ad --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected.html @@ -0,0 +1,148 @@ +
        +
        +

        +

        +
        + +

        +

        + +
        +
        +
        +
        +

        Graduation parties are a great way to commemorate the years of hard work teens and college co-eds devote to education. They’re also costly for mom and dad.

        +

        The average cost of a graduation party in 2013 was a whopping $1,200, according to Graduationparty.com; $700 of that was allocated for food. However that budget was based on Midwestern statistics, and parties in urban areas like New York City are thought to have a much higher price tag.

        +

        Thankfully, there are plenty of creative ways to trim a little grad party fat without sacrificing any of the fun or celebratory spirit.

        +
        +
        + Graduation +
        +
        + (Mike Watson Images/Moodboard/Getty) +
        +
        + + + + +
        +

        Parties hosted at restaurants, clubhouses and country clubs eliminate the need to spend hours cleaning up once party guests have gone home. But that convenience comes with a price tag. A country club may charge as much as $2,000 for room rental and restaurant food and beverage will almost always cost more than food prepped and served at home.

        +
        + Save money hosting the party at home. +
        +
        + Thomas Jackson/Digital Vision/Getty Images
        +
        +
        +
        + + +
        +

        Instead of hiring a DJ, use your iPod or Smartphone to spin the tunes. Both easily hook up to most speakers or mp3 compatible docks to play music from your music library. Or download Pandora, the free online radio app, and play hours of music for free.

        +

        Personalize the music with a playlist of the grad’s favorite songs or songs that were big hits during his or her years in school.

        +
        + Online radio can take the place of a hired DJ. +
        +
        + Spencer Platt/Getty Images News/Getty Images
        +
        +
        +
        + + +
        +

        Avoid canned drinks, which guests often open, but don't finish. Serve pitchers of tap water with lemon and cucumber slices or sliced strawberries for an interesting and refreshing flavor. Opt for punches and non-alcoholic drinks for high school graduates that allow guests to dole out the exact amount they want to drink.

        +
        + Serve drinks in pitchers, not in cans. +
        +
        + evgenyb/iStock/Getty Images
        +
        + +
        +
        + + +
        +

        Instead of inviting everyone you – and the graduate – know or ever knew, scale back the guest list. Forgo inviting guests that you or your grad haven't seen for eons. There is no reason to provide provisions for people who are essentially out of your lives. Sticking to a small, but personal, guest list allows more time to mingle with loved ones during the party, too.

        +
        + Limit guests to those close to the graduate. +
        +
        + Kane Skennar/Photodisc/Getty Images
        +
        +
        +
        + + +
        +

        See if your grad and his best friend, girlfriend or close family member would consider hosting a joint party. You can split some of the expenses, especially when the two graduates share mutual friends. You'll also have another parent to bounce ideas off of and to help you stick to your budget when you're tempted to splurge.

        +
        + Throw a joint bash for big savings. +
        +
        + Mike Watson Images/Moodboard/Getty
        +
        +
        +
        + + +
        +

        Skip carving stations of prime rib and jumbo shrimp as appetizers, especially for high school graduation parties. Instead, serve some of the graduate's favorite side dishes that are cost effective, like a big pot of spaghetti with breadsticks. Opt for easy and simple food such as pizza, finger food and mini appetizers.

        +

        Avoid pre-packaged foods and pre-made deli platters. These can be quite costly. Instead, make your own cheese and deli platters for less than half the cost of pre-made.

        +
        + Cost effective appetizers are just as satisfying as pre-made deli platters. +
        +
        + Mark Stout/iStock/Getty Images
        +
        +
        +
        + + +
        +

        Instead of an evening dinner party, host a grad lunch or all appetizers party. Brunch and lunch fare or finger food costs less than dinner. Guests also tend to consume less alcohol in the middle of the day, which keeps cost down.

        +
        + A brunch gathering will cost less than a dinner party. +
        +
        + Mark Stout/iStock/Getty Images
        +
        +
        +
        +

        Other People Are Reading

        +
        + +
        + +
        +
        + + +
        +

        Decorate your party in the graduate's current school colors or the colors of the school he or she will be headed to next. Décor that is not specifically graduation-themed may cost a bit less, and any leftovers can be re-used for future parties, picnics and events.

        +
        + Theme the party by color without graduation-specific decor. +
        +
        + jethuynh/iStock/Getty Images
        +
        +
        +
        + + +

        + Related Searches +

        + + +

        Promoted By Zergnet

        + +
        +
        \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/ehow-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/ehow-2/source.html new file mode 100644 index 0000000..6976de3 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ehow-2/source.html @@ -0,0 +1,1621 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + How to Throw a Graduation Party on a Budget (with Pictures) | eHow + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        +
        + +
        + +
        + +
        + +
        +
        +
        + +
        + +
        +
        + + +
        +

        + How to Throw a Graduation Party on a Budget

        +
        + + + +
        +
        +
        + + +
        +
        + Save +
        +
        + + + +
        +
        +
        +
        + +
        +
        +
        +
        +
        +

        Graduation parties are a great way to commemorate the years of hard work teens and college co-eds devote to education. They’re also costly for mom and dad.

        +

        The average cost of a graduation party in 2013 was a whopping $1,200, according to Graduationparty.com; $700 of that was allocated for food. However that budget was based on Midwestern statistics, and parties in urban areas like New York City are thought to have a much higher price tag.

        +

        Thankfully, there are plenty of creative ways to trim a little grad party fat without sacrificing any of the fun or celebratory spirit.

        +
        +
        + Graduation +
        +
        + (Mike Watson Images/Moodboard/Getty) +
        +
        +
        + +
        + +
        + + +
        +
        +
        +

        Parties hosted at restaurants, clubhouses and country clubs eliminate the need to spend hours cleaning up once party guests have gone home. But that convenience comes with a price tag. A country club may charge as much as $2,000 for room rental and restaurant food and beverage will almost always cost more than food prepped and served at home.

        +
        + Save money hosting the party at home. +
        +
        + Thomas Jackson/Digital Vision/Getty Images
        +
        +
        +
        +
        + + +
        +
        +
        +

        Instead of hiring a DJ, use your iPod or Smartphone to spin the tunes. Both easily hook up to most speakers or mp3 compatible docks to play music from your music library. Or download Pandora, the free online radio app, and play hours of music for free.

        +

        Personalize the music with a playlist of the grad’s favorite songs or songs that were big hits during his or her years in school.

        +
        + Online radio can take the place of a hired DJ. +
        +
        + Spencer Platt/Getty Images News/Getty Images
        +
        +
        +
        +
        + + +
        +
        +
        +

        Avoid canned drinks, which guests often open, but don't finish. Serve pitchers of tap water with lemon and cucumber slices or sliced strawberries for an interesting and refreshing flavor. Opt for punches and non-alcoholic drinks for high school graduates that allow guests to dole out the exact amount they want to drink.

        +
        + Serve drinks in pitchers, not in cans. +
        +
        + evgenyb/iStock/Getty Images
        +
        +
        +
        +
        +
        + +
        +
        +
        +
        + + +
        +
        +
        +

        Instead of inviting everyone you – and the graduate – know or ever knew, scale back the guest list. Forgo inviting guests that you or your grad haven't seen for eons. There is no reason to provide provisions for people who are essentially out of your lives. Sticking to a small, but personal, guest list allows more time to mingle with loved ones during the party, too.

        +
        + Limit guests to those close to the graduate. +
        +
        + Kane Skennar/Photodisc/Getty Images
        +
        +
        +
        +
        + + +
        +
        +
        +

        See if your grad and his best friend, girlfriend or close family member would consider hosting a joint party. You can split some of the expenses, especially when the two graduates share mutual friends. You'll also have another parent to bounce ideas off of and to help you stick to your budget when you're tempted to splurge.

        +
        + Throw a joint bash for big savings. +
        +
        + Mike Watson Images/Moodboard/Getty
        +
        +
        +
        +
        + + +
        +
        +
        +

        Skip carving stations of prime rib and jumbo shrimp as appetizers, especially for high school graduation parties. Instead, serve some of the graduate's favorite side dishes that are cost effective, like a big pot of spaghetti with breadsticks. Opt for easy and simple food such as pizza, finger food and mini appetizers.

        +

        Avoid pre-packaged foods and pre-made deli platters. These can be quite costly. Instead, make your own cheese and deli platters for less than half the cost of pre-made.

        +
        + Cost effective appetizers are just as satisfying as pre-made deli platters. +
        +
        + Mark Stout/iStock/Getty Images
        +
        +
        +
        +
        + + +
        +
        +
        +

        Instead of an evening dinner party, host a grad lunch or all appetizers party. Brunch and lunch fare or finger food costs less than dinner. Guests also tend to consume less alcohol in the middle of the day, which keeps cost down.

        +
        + A brunch gathering will cost less than a dinner party. +
        +
        + Mark Stout/iStock/Getty Images
        +
        +
        + +
        +
        +
        + + +
        +
        +
        +

        Decorate your party in the graduate's current school colors or the colors of the school he or she will be headed to next. Décor that is not specifically graduation-themed may cost a bit less, and any leftovers can be re-used for future parties, picnics and events.

        +
        + Theme the party by color without graduation-specific decor. +
        +
        + jethuynh/iStock/Getty Images
        +
        +
        +
        +
        +
        +
        +
        + +
        +

        + Related Searches +

        +
        +
        +
        +
        +
        Promoted By Zergnet
        +
        +

        Comments

        +
        + + +
        +
        +
        + +
        + +
        + +
        + +

        + Related Searches +

        +
        +
        +
        +
        + + +Check It Out + + +

        + 13 Delicious Thanksgiving Sides That'll Make Turkey Insignificant

        +
        +
        + + +
        + +
        +
        +
        +
        + +
        +
        M
        +
        +
        Is DIY in your DNA? Become part of our maker community.
        + Submit Your Work! +
        +
        + + +
        + + + +
        + + + + + + + + + + + + + + + +
        + + + + + + + + \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-metadata.json new file mode 100644 index 0000000..e0e8859 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.", + "Image": null, + "Title": "Embedded videos test", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected.html b/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected.html new file mode 100644 index 0000000..4dc9164 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected.html @@ -0,0 +1,26 @@ +
        +

        Lorem

        +

        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

        + +

        At root

        + + + +

        In a paragraph

        +

        +

        In a div

        +

        +

        Foo

        +

        + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

        +
        \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/source.html b/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/source.html new file mode 100644 index 0000000..ff43acf --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/source.html @@ -0,0 +1,43 @@ + + + + + Embedded videos test + + +
        +

        Lorem

        +
        +

        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

        +
        +

        Videos

        +

        At root

        + + + +

        In a paragraph

        +

        +

        In a div

        +
        +

        Foo

        +
        + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
        +
        + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-images.json new file mode 100644 index 0000000..315467f --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-images.json @@ -0,0 +1,13 @@ +[ + "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C943%2C0%2C0&quality=85&format=jpg&resize=1600%2C943&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Fd457f269d1400106a402302a310de800%2F205826071%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B1.jpg&client=a1acac3e1b3290917d92&signature=9fa7b29452763464190c6edff6822489df516d1b", + "https:\/\/o.aolcdn.com\/images\/dims?thumbnail=980%2C653&quality=80&image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F208%2F8%2FS7142088%2Fslug%2Fl%2Fxbox-one-x-review-gallery-1-1.jpg&client=cbc79c14efcebee57402&signature=9bb08b52e12de8e4060f863a52c613489529818d", + "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C1067%2C0%2C0&quality=85&format=jpg&resize=1600%2C1067&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F93beb86758ae1cf95721699e1e006e35%2F205826074%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B7.jpg&client=a1acac3e1b3290917d92&signature=c0f2d36259c2c1decfb60aae364527cda2560d4a", + "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C949%2C0%2C0&quality=85&format=jpg&resize=1600%2C949&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F9ece7fdad1e7025dec06ac9bf98688d0%2F205826075%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B5.jpg&client=a1acac3e1b3290917d92&signature=9913883753141e7df322616bfe0bc41c6ecd80c8", + "https:\/\/o.aolcdn.com\/images\/dims?resize=980%2C640&quality=100&image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1599%252C1043%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1043%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F8b98ec8f6649158fe7448ac2f2695ac5%252F205826072%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B6.jpg%26client%3Da1acac3e1b3290917d92%26signature%3D353dad1308f98c2c9dfc82c58a540a8b2f1fe63c&client=cbc79c14efcebee57402&signature=60b7c061460d0d45f5d367b8a9c62978af6b76ce", + "https:\/\/o.aolcdn.com\/images\/dims?resize=980%2C640&quality=100&image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C900%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C900%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252F1885534bd201fc37481b806645c1fc8b%252F205828119%252FXbox%252Bone%252BX%252Bscreenshot%252Bgallery%252B8.jpg%26client%3Da1acac3e1b3290917d92%26signature%3Df63cf67c88b37fd9424855984e45f6b950c8c11a&client=cbc79c14efcebee57402&signature=0adca80fc8ee26a7353be639082881450a5ad49f", + "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C900%2C0%2C0&quality=85&format=jpg&resize=1600%2C900&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F8352a8a14e88e2ca2ba5be4d8381a055%2F205828115%2FXbox%2Bone%2BX%2Bscreenshot%2Bgallery%2B1.jpg&client=a1acac3e1b3290917d92&signature=d2ccb22e0eaabeb05bfe46e83dbe26fd07f01da8", + "https:\/\/o.aolcdn.com\/images\/dims?thumbnail=980%2C653&quality=80&image_uri=https%3A%2F%2Fs.blogcdn.com%2Fslideshows%2Fimages%2Fslides%2F714%2F292%2F4%2FS7142924%2Fslug%2Fl%2Fxbox-one-x-screenshot-gallery-2-1.jpg&client=cbc79c14efcebee57402&signature=38c95635c7aad58a8a48038e05589f5cf35b1e28", + "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C900%2C0%2C0&quality=85&format=jpg&resize=1600%2C900&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Facb08903fbe26ad77b80db8c8e7e8fb1%2F205828118%2FXbox%2Bone%2BX%2Bscreenshot%2Bgallery%2B7.jpg&client=a1acac3e1b3290917d92&signature=21630fa5ec6d8fdce2c35f7e1f652636a2d8efe7", + "https:\/\/o.aolcdn.com\/images\/dims?resize=980%2C640&quality=100&image_uri=https%3A%2F%2Fo.aolcdn.com%2Fimages%2Fdims%3Fcrop%3D1600%252C1027%252C0%252C0%26quality%3D85%26format%3Djpg%26resize%3D1600%252C1027%26image_uri%3Dhttp%253A%252F%252Fo.aolcdn.com%252Fhss%252Fstorage%252Fmidas%252Fa2c8ba1caccdbb9e0559797e5141eafd%252F205826078%252FXbox%252BOne%252BX%252Breview%252Bgallery%252B11.jpg%26client%3Da1acac3e1b3290917d92%26signature%3Da11bcddced805c6e3698f8ce0494102aef057265&client=cbc79c14efcebee57402&signature=1e9bd192add2772bc842a34e67b7572cfd1b265a", + "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C1028%2C0%2C0&quality=85&format=jpg&resize=1600%2C1028&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2F5396460ef8b6bde7fb7272d9e66a7701%2F205826076%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B9.jpg&client=a1acac3e1b3290917d92&signature=f5b5b4b986c2f8b5031a4469ae0ecec82aff65b0" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-metadata.json new file mode 100644 index 0000000..3eb49be --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "The Xbox One X is the most powerful gaming console ever, but it's not for everyone yet.", + "Image": "https:\/\/o.aolcdn.com\/images\/dims?crop=1600%2C943%2C0%2C0&quality=85&format=jpg&resize=1600%2C943&image_uri=http%3A%2F%2Fo.aolcdn.com%2Fhss%2Fstorage%2Fmidas%2Fd457f269d1400106a402302a310de800%2F205826071%2FXbox%2BOne%2BX%2Breview%2Bgallery%2B1.jpg&client=a1acac3e1b3290917d92&signature=9fa7b29452763464190c6edff6822489df516d1b", + "Title": "Xbox One X review: A console that keeps up with gaming PCs", + "SiteName": "Engadget" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/engadget/expected.html b/vendor/fivefilters/readability.php/test/test-pages/engadget/expected.html new file mode 100644 index 0000000..17496cc --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/engadget/expected.html @@ -0,0 +1,331 @@ +
        +

        The Xbox + One X is the ultimate video game system. It sports + more horsepower than any system ever. And it plays more + titles in native 4K than Sony's + PlayStation 4 Pro. It's just about everything + you could want without investing in a gaming PC. The + only problem? It's now been a year since the PS4 Pro + launched, and the One X costs $500, while Sony's console + launched at $400. That high price limits the Xbox One X + to diehard Microsoft fans who don't mind paying a bit + more to play the console's exclusive titles in 4K. + Everyone else might be better off waiting, or opting for + the $279 Xbox + One S.

        + +
        +

        Gallery: Xbox One + X | 14 Photos

        +

        + +

        + +
        +
        + + +
        +
        + +
          +
        • Most + powerful hardware ever in a home console +
        • +
        • Solid + selection of enhanced titles +
        • +
        • 4K Blu-ray + drive is great for movie fans +
        • +
        +
        +
        + +
          +
        • Expensive +
        • +
        • Not worth + it if you don’t have a 4K TV +
        • +
        • Still no VR + support +
        • +
        +
        +
        +
        + +

        As promised, the Xbox One X is the + most powerful game console ever. In practice, though, it + really just puts Microsoft on equal footing with Sony’s + PlayStation 4 Pro. 4K/HDR enhanced games look great, but + it’s lack of VR is disappointing in 2017.

        +
        +
        + +
        +

        Hardware

        +

        +

        Despite all the power inside, the One X is + Microsoft's smallest console to date. It looks + similar to the Xbox One S, except it has an entirely + matte black case and is slightly slimmer. It's also + surprisingly dense -- the console weighs 8.4 pounds, + but it feels far heavier than you'd expect for its + size, thanks to all of its new hardware. The One S, + in comparison, weighs two pounds less.

        +

        The Xbox One X's real upgrades are under the hood. It + features an 8-core CPU running at 2.3Ghz, 12GB of + GDDR5 RAM, a 1 terabyte hard drive and an upgraded + AMD Polaris GPU with 6 teraflops of computing power. + The PS4 Pro has only 8GB of RAM and tops out at 4.2 + teraflops. Microsoft's console is clearly faster. + That additional horsepower means the Xbox One X can + run more games in full native 4K than the Sony's + console.

        +

        +

        Along the front, there's the slot-loading 4K Blu-ray + drive, a physical power button, a single USB port + and a controller pairing button. And around back, + there are HDMI out and in ports, the latter of which + lets you plug in your cable box. Additionally, there + are two USB ports, connections for optical audio, IR + out, and gigabit Ethernet. If you've still got a + Kinect around, you'll need to use a USB adapter to + plug it in.

        +
        +
        +
        +
        Devindra Hardawar/AOL +
        +
        +
        +
        +

        The console's controller hasn't changed since its + last mini-upgrade with the Xbox One S. That revision + rounded out its seams, improved bumper performance + and added a 3.5mm headphone jack. It's still a great + controller, though I'm annoyed Microsoft is sticking + with AA batteries as their default power source. + Sure, you could just pick up some renewable + batteries, or the Play and Charge kit, but that's an + extra expense. And manually swapping batteries feels + like a bad user experience when every other console + has rechargeable controllers.

        +

        In use

        +
        +
        +
        +
        Devindra Hardawar/AOL +
        +
        +
        +
        +

        You won't find any major differences between the One + X and the last Xbox at first — aside from a more + dramatic startup sequence. Navigating the Xbox + interface is fast and zippy, but mostly that's due + to a recent OS upgrade. If you're moving over from + an older Xbox One, you can use the backup tool to + transfer your games and settings to an external hard + drive. Just plug that into the new console during + setup and it'll make it feel just like your old + machine. It's also a lot faster than waiting for + everything to download from Xbox Live.

        +

        You'll still have to set aside some time if you want + to play an Xbox One X-enhanced title, though. Those + 4K textures will make games significantly larger, + but Microsoft says it's come up with a few ways to + help developers make downloading them more + efficient. For example, language packs and other + optional content won't get installed by default.

        +

        We only had a few enhanced titles to test out during + our review: Gears of War 4, Killer + Instinct and Super Lucky's Tale. + They each took advantage of the console in different + ways. Gears of War 4 runs natively in 4K at + 30 FPS with Dolby Atmos and HDR (high dynamic range + lighting) support. It looked great -- especially + with HDR, which highlighted bright elements like + lightning strikes -- but I noticed the frame rate + dip occasionally. I was also surprised that load + times were on-par with what I've seen with the game + on the Xbox One S.

        +
        +
        + +
        + +
        +
        +
        +

        You can also play in Performance mode, which bumps + the frame rate up to 60FPS and uses higher quality + graphical effects, while rendering it lower in + 1080p. Personally, I preferred this, since it makes + the game much smoother -- as if you're playing it on + a high-end gaming PC, not a console. Some + PlayStation 4 Pro games also let you choose how you + wanted to distribute its power, so in some ways + Microsoft is just following in its footsteps.

        +

        I've been playing Gears of War 4 on my + gaming PC (which is connected to my home theater) + over the past year, and I was impressed that the + Xbox One X is able to deliver a similar experience. + It didn't quite match my rig though, which is + powered by Intel Core i7 4790k CPU running at 4GHz, + 16GB DDR3 RAM and an NVIDIA GTX 1080 GPU. Typically, + I play at 1,440p (2,560 by 1,440 pixels) with HDR + and all of the graphical settings set to their + highest level, and I can easily maintain a 60FPS + frame rate. The One X felt just as solid at 1080p, + but there were clearly plenty of graphics settings + it couldn't take advantage of, in particular higher + levels of bloom lighting and shadow detail.

        + +
        + +
        +

        Gallery: Xbox + One X screenshots | 9 Photos

        +

        + +

        + +
        +
        +
        +

        Killer Instinct and Super Lucky's + Tale run in 4K at a smooth 60FPS. They both + looked and played better than their standard + versions, though I was surprised they didn't take + advantage of HDR. As usual, I noticed the + improvement in frame rates more than the higher + resolution. Unless you're sitting very close to a TV + above 50-inches, you'd likely have a hard time + telling between 4K and 1080p.

        +

        That poses a problem for Microsoft: It's betting that + gamers will actually want true 4K rendering. In + practice, though, PlayStation 4 Pro titles running + in HDR and resolutions between 1080p and 4K often + look just as good to the naked eye. The Xbox One X's + big advantage is that its hardware could let more + games reach 60FPS compared to Sony's console.

        +

        Microsoft says over 130 Xbox One X-enhanced titles + are in the works. That includes already-released + games like Forza Motorsport 7 and Assassin's + Creed Origins, as well as upcoming titles + like Call of Duty: WW2. You'll be able to + find them easily in a special section in the Xbox + store. There is also a handful of Xbox 360 games + that'll get enhanced eventually, including Halo + 3 and Fallout 3. Some of those + titles will get bumped up to a higher resolution, + while others will get HDR support. Microsoft + describes these upgrades as a bonus for developers + who were prescient about how they built their games. + Basically, don't expect your entire 360 library to + get enhanced.

        +
        +
        + +
        + +
        +
        +
        +

        Even if a game isn't specifically tuned for the new + console, Microsoft says you might still see some + performance improvements. The PlayStation 4 Pro, + meanwhile, has over one hundred games built for its + hardware, and its boost mode can speed up some older + games.

        +

        Microsoft is still pushing the Xbox as more than just + a game console, though. 4K Blu-rays loaded up + quickly, and I didn't notice many delays as I + skipped around films. Planet Earth II, in + particular, looked fantastic thanks to its brilliant + use of HDR. Unfortunately, the One X doesn't support + Dolby Vision, so you're stuck with the slightly less + capable HDR 10 standard. That makes sense since it's + more widely supported, but it would have been nice + to see Dolby's, too.

        +

        + +

        +

        And speaking of Dolby technology, Microsoft is also + highlighting Atmos support on the One X, just like + it did with the One S. The company's app lets you + configure the console to pass audio Atmos signals to + your audio receiver. You can also shell out $15 to + get Atmos support for headphones, which simulates + immersive surround sound. It's strange to pay money + to unlock Dolby features, but it's worth it since + it's significantly better than Microsoft's audio + virtualization technology. The Netflix app also + supports Atmos for a handful of films (something + that the Xbox One S and PlayStation 4 offer, as + well).

        +

        One thing you won't find in the new Xbox is VR + support. Microsoft has mentioned that the console + will offer some sort of mixed reality, but it hasn't + offered up any details yet. It's technically + powerful enough to work with any of the Windows + Mixed Reality headsets launching this fall. It's a + shame that Microsoft is being so wishy-washy because + Sony has had a very successful head start with the + PlayStation VR.

        +

        Pricing and the competition

        +
        +
        +
        +
        Devindra Hardawar/AOL +
        +
        +
        +
        +

        The biggest knock against the Xbox One X is its $500 + price. The PS4 Pro launched at $400 last year, and + there's a good chance we'll see plenty of deals + around the holidays. If your friends are on Xbox + Live, or you're a devotee of Microsoft's first party + franchises, then the X makes more sense. If you just + want to play third-party titles that come to both + platforms, though, the PS4 Pro is clearly the better + deal.

        +

        If you're looking to upgrade from an original Xbox + One, and you have a new TV, the One X might be more + compelling. It's faster and offers more features + than the One S, and more importantly, it'll last you + much longer without needing an upgrade. There's also + plenty of wisdom in simply waiting a while before + you buy the One X, especially if you haven't moved + to a 4K TV yet. The new console can make games look + better on 1080p sets, since it'll supersample + high-res textures and have more graphical effects, + but it's simply not worth the upgrade since those + TVs don't support HDR.

        +

        If price isn't a huge concern for you, it's worth + considering investing in a gaming PC. A decent one + costs between $600 and $800, plus the price of a + monitor, but it'll easily be more powerful than the + One X. And you have the added benefit of upgrading + components down the line. Now that Microsoft and + game publishers are offering most major titles on + PC, you won't be missing out on much by ditching + consoles.

        +

        Wrap-up

        +

        +

        Ultimately, the Xbox One X offers some major + performance upgrades that gamers will notice -- + especially if you're coming from an original Xbox + One. But it's also a bit disappointing since it's + coming a year after the PS4 Pro, and it doesn't + offer VR yet. For Microsoft fans, though, none of + that will matter. It's exactly what the company + promised: the fastest game console ever made.

        +
        + + +
        \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/engadget/source.html b/vendor/fivefilters/readability.php/test/test-pages/engadget/source.html new file mode 100644 index 0000000..2bed808 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/engadget/source.html @@ -0,0 +1,3513 @@ + + + + + + + + + + + + + + + + + Xbox One X review: A console that keeps up with gaming PCs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        +
        + +
        +
        +
        + +
        +
        +
        +
        + + + +
        + + +
        + + + + + +
        +
        +
        + +
        + +
        + +
        +
        +
        +

        + Xbox One X review: A console that keeps up with gaming PCs

        +

        But only hardcore + gamers will appreciate it.

        +
        +
        +
        +
        + + + +
        + +
        + 2192 Shares
        +
        + +
        + +
        +
        +
        +
        Share
        +
        +
        +
        +
        +
        +
        +
        Tweet
        +
        +
        +
        +
        +
        +
        +
        Share
        +
        +
        +
        +
        + + + + +
        +
        +
        Save
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
        +
          +
          +
          +
          +
          +
          +
          + +
          +
          + +
          +
          +
          + + + +
          + + +
          +
          +
          + +
          +
          +
          +
          +

          The Xbox + One X is the ultimate video game system. It sports + more horsepower than any system ever. And it plays more + titles in native 4K than Sony's + PlayStation 4 Pro. It's just about everything + you could want without investing in a gaming PC. The + only problem? It's now been a year since the PS4 Pro + launched, and the One X costs $500, while Sony's console + launched at $400. That high price limits the Xbox One X + to diehard Microsoft fans who don't mind paying a bit + more to play the console's exclusive titles in 4K. + Everyone else might be better off waiting, or opting for + the $279 Xbox + One S.

          + +
          +
          +
          +
          + +
          +
          +
          +
          +

          Gallery: Xbox One + X | 14 Photos

          +
          + + +
          + + + + 14 +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          +

          +
          +
          +
          +
          + +
          +
          +
          +

          Engadget Score +
          + +
          +
          Poor +
          +
          +
          Uninspiring +
          +
          +
          Good +
          +
          +
          Excellent +
          +
          +
          Key
          +
          +
          +

          +
          +
          +
          + +
          Xbox +
          +
          +
          +
          +
          +
          from $610.00 +
          +
          + +
          +
          +
          + +
          +
          + 87 +
          +
          +
          +
          +
          +
          + +
          +
          +
          Pros
          +
            +
          • Most + powerful hardware ever in a home console +
          • +
          • Solid + selection of enhanced titles +
          • +
          • 4K Blu-ray + drive is great for movie fans +
          • +
          +
          +
          +
          Cons
          +
            +
          • Expensive +
          • +
          • Not worth + it if you don’t have a 4K TV +
          • +
          • Still no VR + support +
          • +
          +
          +
          +
          +
          +

          Summary

          +

          As promised, the Xbox One X is the + most powerful game console ever. In practice, though, it + really just puts Microsoft on equal footing with Sony’s + PlayStation 4 Pro. 4K/HDR enhanced games look great, but + it’s lack of VR is disappointing in 2017.

          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +

          Hardware

          +

          +

          Despite all the power inside, the One X is + Microsoft's smallest console to date. It looks + similar to the Xbox One S, except it has an entirely + matte black case and is slightly slimmer. It's also + surprisingly dense -- the console weighs 8.4 pounds, + but it feels far heavier than you'd expect for its + size, thanks to all of its new hardware. The One S, + in comparison, weighs two pounds less.

          +

          The Xbox One X's real upgrades are under the hood. It + features an 8-core CPU running at 2.3Ghz, 12GB of + GDDR5 RAM, a 1 terabyte hard drive and an upgraded + AMD Polaris GPU with 6 teraflops of computing power. + The PS4 Pro has only 8GB of RAM and tops out at 4.2 + teraflops. Microsoft's console is clearly faster. + That additional horsepower means the Xbox One X can + run more games in full native 4K than the Sony's + console.

          +

          +

          Along the front, there's the slot-loading 4K Blu-ray + drive, a physical power button, a single USB port + and a controller pairing button. And around back, + there are HDMI out and in ports, the latter of which + lets you plug in your cable box. Additionally, there + are two USB ports, connections for optical audio, IR + out, and gigabit Ethernet. If you've still got a + Kinect around, you'll need to use a USB adapter to + plug it in.

          +
          +
          +
          +
          +
          +
          + + +
          +
          +
          Devindra Hardawar/AOL +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          The console's controller hasn't changed since its + last mini-upgrade with the Xbox One S. That revision + rounded out its seams, improved bumper performance + and added a 3.5mm headphone jack. It's still a great + controller, though I'm annoyed Microsoft is sticking + with AA batteries as their default power source. + Sure, you could just pick up some renewable + batteries, or the Play and Charge kit, but that's an + extra expense. And manually swapping batteries feels + like a bad user experience when every other console + has rechargeable controllers.

          +

          In use

          +
          +
          +
          +
          +
          +
          + + +
          +
          +
          Devindra Hardawar/AOL +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          You won't find any major differences between the One + X and the last Xbox at first — aside from a more + dramatic startup sequence. Navigating the Xbox + interface is fast and zippy, but mostly that's due + to a recent OS upgrade. If you're moving over from + an older Xbox One, you can use the backup tool to + transfer your games and settings to an external hard + drive. Just plug that into the new console during + setup and it'll make it feel just like your old + machine. It's also a lot faster than waiting for + everything to download from Xbox Live.

          +

          You'll still have to set aside some time if you want + to play an Xbox One X-enhanced title, though. Those + 4K textures will make games significantly larger, + but Microsoft says it's come up with a few ways to + help developers make downloading them more + efficient. For example, language packs and other + optional content won't get installed by default.

          +

          We only had a few enhanced titles to test out during + our review: Gears of War 4, Killer + Instinct and Super Lucky's Tale. + They each took advantage of the console in different + ways. Gears of War 4 runs natively in 4K at + 30 FPS with Dolby Atmos and HDR (high dynamic range + lighting) support. It looked great -- especially + with HDR, which highlighted bright elements like + lightning strikes -- but I noticed the frame rate + dip occasionally. I was also surprised that load + times were on-par with what I've seen with the game + on the Xbox One S.

          +
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          You can also play in Performance mode, which bumps + the frame rate up to 60FPS and uses higher quality + graphical effects, while rendering it lower in + 1080p. Personally, I preferred this, since it makes + the game much smoother -- as if you're playing it on + a high-end gaming PC, not a console. Some + PlayStation 4 Pro games also let you choose how you + wanted to distribute its power, so in some ways + Microsoft is just following in its footsteps.

          +

          I've been playing Gears of War 4 on my + gaming PC (which is connected to my home theater) + over the past year, and I was impressed that the + Xbox One X is able to deliver a similar experience. + It didn't quite match my rig though, which is + powered by Intel Core i7 4790k CPU running at 4GHz, + 16GB DDR3 RAM and an NVIDIA GTX 1080 GPU. Typically, + I play at 1,440p (2,560 by 1,440 pixels) with HDR + and all of the graphical settings set to their + highest level, and I can easily maintain a 60FPS + frame rate. The One X felt just as solid at 1080p, + but there were clearly plenty of graphics settings + it couldn't take advantage of, in particular higher + levels of bloom lighting and shadow detail.

          + +
          +
          +
          +
          + +
          +
          +
          +
          +

          Gallery: Xbox + One X screenshots | 9 Photos

          +
          + + +
          + + + + 9 +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          Killer Instinct and Super Lucky's + Tale run in 4K at a smooth 60FPS. They both + looked and played better than their standard + versions, though I was surprised they didn't take + advantage of HDR. As usual, I noticed the + improvement in frame rates more than the higher + resolution. Unless you're sitting very close to a TV + above 50-inches, you'd likely have a hard time + telling between 4K and 1080p.

          +

          That poses a problem for Microsoft: It's betting that + gamers will actually want true 4K rendering. In + practice, though, PlayStation 4 Pro titles running + in HDR and resolutions between 1080p and 4K often + look just as good to the naked eye. The Xbox One X's + big advantage is that its hardware could let more + games reach 60FPS compared to Sony's console.

          +

          Microsoft says over 130 Xbox One X-enhanced titles + are in the works. That includes already-released + games like Forza Motorsport 7 and Assassin's + Creed Origins, as well as upcoming titles + like Call of Duty: WW2. You'll be able to + find them easily in a special section in the Xbox + store. There is also a handful of Xbox 360 games + that'll get enhanced eventually, including Halo + 3 and Fallout 3. Some of those + titles will get bumped up to a higher resolution, + while others will get HDR support. Microsoft + describes these upgrades as a bonus for developers + who were prescient about how they built their games. + Basically, don't expect your entire 360 library to + get enhanced.

          +
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          Even if a game isn't specifically tuned for the new + console, Microsoft says you might still see some + performance improvements. The PlayStation 4 Pro, + meanwhile, has over one hundred games built for its + hardware, and its boost mode can speed up some older + games.

          +

          Microsoft is still pushing the Xbox as more than just + a game console, though. 4K Blu-rays loaded up + quickly, and I didn't notice many delays as I + skipped around films. Planet Earth II, in + particular, looked fantastic thanks to its brilliant + use of HDR. Unfortunately, the One X doesn't support + Dolby Vision, so you're stuck with the slightly less + capable HDR 10 standard. That makes sense since it's + more widely supported, but it would have been nice + to see Dolby's, too.

          +

          + +

          +

          And speaking of Dolby technology, Microsoft is also + highlighting Atmos support on the One X, just like + it did with the One S. The company's app lets you + configure the console to pass audio Atmos signals to + your audio receiver. You can also shell out $15 to + get Atmos support for headphones, which simulates + immersive surround sound. It's strange to pay money + to unlock Dolby features, but it's worth it since + it's significantly better than Microsoft's audio + virtualization technology. The Netflix app also + supports Atmos for a handful of films (something + that the Xbox One S and PlayStation 4 offer, as + well).

          +

          One thing you won't find in the new Xbox is VR + support. Microsoft has mentioned that the console + will offer some sort of mixed reality, but it hasn't + offered up any details yet. It's technically + powerful enough to work with any of the Windows + Mixed Reality headsets launching this fall. It's a + shame that Microsoft is being so wishy-washy because + Sony has had a very successful head start with the + PlayStation VR.

          +

          Pricing and the competition

          +
          +
          +
          +
          +
          +
          + + +
          +
          +
          Devindra Hardawar/AOL +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          The biggest knock against the Xbox One X is its $500 + price. The PS4 Pro launched at $400 last year, and + there's a good chance we'll see plenty of deals + around the holidays. If your friends are on Xbox + Live, or you're a devotee of Microsoft's first party + franchises, then the X makes more sense. If you just + want to play third-party titles that come to both + platforms, though, the PS4 Pro is clearly the better + deal.

          +

          If you're looking to upgrade from an original Xbox + One, and you have a new TV, the One X might be more + compelling. It's faster and offers more features + than the One S, and more importantly, it'll last you + much longer without needing an upgrade. There's also + plenty of wisdom in simply waiting a while before + you buy the One X, especially if you haven't moved + to a 4K TV yet. The new console can make games look + better on 1080p sets, since it'll supersample + high-res textures and have more graphical effects, + but it's simply not worth the upgrade since those + TVs don't support HDR.

          +

          If price isn't a huge concern for you, it's worth + considering investing in a gaming PC. A decent one + costs between $600 and $800, plus the price of a + monitor, but it'll easily be more powerful than the + One X. And you have the added benefit of upgrading + components down the line. Now that Microsoft and + game publishers are offering most major titles on + PC, you won't be missing out on much by ditching + consoles.

          +

          Wrap-up

          +

          +

          Ultimately, the Xbox One X offers some major + performance upgrades that gamers will notice -- + especially if you're coming from an original Xbox + One. But it's also a bit disappointing since it's + coming a year after the PS4 Pro, and it doesn't + offer VR yet. For Microsoft fans, though, none of + that will matter. It's exactly what the company + promised: the fastest game console ever made.

          +
          +
          +
          +
          + + +
          +
          +
          +
          +
          +
          +
          +
          + + + +
          +

          From around the web

          +
          +
          +
          +
          +
          + +
          +
          +
          +
          + +
          + + +
          + + +
          +
          +
          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ear icon + + + + + + + + + + eye icon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text file + + + + + + + + + + + + + + + + + + + + + + + + vr + + + + + + + + + + + + + +
          +
          +
          + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/folha/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/folha/expected-images.json new file mode 100644 index 0000000..a449683 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/folha/expected-images.json @@ -0,0 +1,3 @@ +[ + "https:\/\/f.i.uol.com.br\/fotografia\/2018\/12\/21\/15454034955c1cfc67131dc_1545403495_3x2_rt.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/folha/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/folha/expected-metadata.json new file mode 100644 index 0000000..4d12641 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/folha/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Bruno (Henrique Zecchin) Rodrigues", + "Direction": null, + "Excerpt": "Na ocasi\u00e3o, t\u00e9cnico do Corinthians entregou r\u00e9plica do trof\u00e9u ao ex-presidente", + "Image": "https:\/\/f.i.uol.com.br\/fotografia\/2018\/12\/21\/15454034955c1cfc67131dc_1545403495_3x2_rt.jpg", + "Title": "Tite diz que errou ao levar ta\u00e7a da Libertadores a Lula em 2012", + "SiteName": "Folha de S.Paulo" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/folha/expected.html b/vendor/fivefilters/readability.php/test/test-pages/folha/expected.html new file mode 100644 index 0000000..13f3ac3 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/folha/expected.html @@ -0,0 +1,24 @@ +
          +

          + Após rechaçar um encontro da seleção brasileira com o presidente eleito Jair Bolsonaro, o técnico Tite declarou que errou ao levar a taça da Copa Libertadores de 2012, conquistada pelo Corinthians, ao ex-presidente Luiz Inácio Lula da Silva. +

          +

          + Ao lado de representantes do clube paulista, o atual comandante do Brasil ainda entregou uma réplica do troféu a Lula. +

          +

          + "Em 2012 eu errei. Ele não era presidente, mas fui ao Instituto e mandei felicitações por um aniversário. Não me posicionei politicamente. Não tenho partido político, tenho sim a torcida para que o Brasil seja melhor em igualdade social. E que nossas prioridades sejam educação e punição. Que seja dada a possibilidade de estudo ao garoto de São Braz, que não tem chão batido para ir à escola, ou da periferia de Caixas ou do morro do Rio de Janeiro. Seja dada a ele a prioridade de estudo e não a outras situações", falou Tite ao programa "Grande Círculo", que ainda irá ao ar no SporTV. +

          +

          + Na ocasião, Tite e outros representantes do Corinthians foram ao Instituto Lula para mostrar a taça original da Libertadores ao ex-presidente. +

          + +

          + O assunto foi levantado porque recentemente Tite foi questionado se aceitaria um encontro da seleção brasileira com Bolsonaro em uma conquista de título ou antes da Copa América de 2019, por exemplo. O treinador deixou claro que preferiria evitar esse tipo de formalidade. +

          +

          + Apesar disso, Tite não questionou a ação de Palmeiras e CBF, que convidaram Bolsonaro para a festa do título do Campeonato Brasileiro. O presidente eleito até levantou a taça conquistada pelo clube alviverde. +

          +

          + "Em 2012 eu fiz e errei. O protocolo e a situação gerada no jogo do Palmeiras são fatos de opinião pessoal. CBF e Palmeiras, enquanto instituições têm a opinião. Errei lá atrás, não faria com o presidente antes da Copa e nem agora porque entendo que misturar esporte e política não é legal. Fiz errado lá atrás? Sim. Faria de novo? Não", acrescentou o comandante. +

          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/folha/source.html b/vendor/fivefilters/readability.php/test/test-pages/folha/source.html new file mode 100644 index 0000000..03f749c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/folha/source.html @@ -0,0 +1,2518 @@ + + + + + + + + Tite diz que errou ao levar taça da Libertadores a Lula em 2012 - 21/12/2018 - Esporte - Folha + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + +
          +
          + + +
          +
          + +
          + +
          +
          +
          +
          + +
          +
          +
          + +
          +
          +
          +
          +
          + + + +
          + +
          + + + +
          +
          + +
          + + + +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          + Tite diz que errou ao levar taça da Libertadores a Lula em 2012 +

          +

          + Na ocasião, técnico do Corinthians entregou réplica do troféu ao ex-presidente +

          +
          +
          +
          +
            +
          • + +
          • +
          • +
            + + +
            +
          • +
          +
          +
          +
          +
          +
          + Luiz Inácio Lula da Silva (ao centro) recebe de Tite e outros representantes do Corinthians réplica da taça da Libertadores +
          + Luiz Inácio Lula da Silva (ao centro) recebe de Tite e outros representantes do Corinthians réplica da taça da Libertadores - Heinrich Aikawa/Instituto Lula +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + +
          + +
          +
          +
          +
          +
          + São Paulo +
          +
          +

          + Após rechaçar um encontro da seleção brasileira com o presidente eleito Jair Bolsonaro, o técnico Tite declarou que errou ao levar a taça da Copa Libertadores de 2012, conquistada pelo Corinthians, ao ex-presidente Luiz Inácio Lula da Silva. +

          +

          + Ao lado de representantes do clube paulista, o atual comandante do Brasil ainda entregou uma réplica do troféu a Lula. +

          +

          + "Em 2012 eu errei. Ele não era presidente, mas fui ao Instituto e mandei felicitações por um aniversário. Não me posicionei politicamente. Não tenho partido político, tenho sim a torcida para que o Brasil seja melhor em igualdade social. E que nossas prioridades sejam educação e punição. Que seja dada a possibilidade de estudo ao garoto de São Braz, que não tem chão batido para ir à escola, ou da periferia de Caixas ou do morro do Rio de Janeiro. Seja dada a ele a prioridade de estudo e não a outras situações", falou Tite ao programa "Grande Círculo", que ainda irá ao ar no SporTV. +

          +

          + Na ocasião, Tite e outros representantes do Corinthians foram ao Instituto Lula para mostrar a taça original da Libertadores ao ex-presidente. +

          +
          + +
          +

          + O assunto foi levantado porque recentemente Tite foi questionado se aceitaria um encontro da seleção brasileira com Bolsonaro em uma conquista de título ou antes da Copa América de 2019, por exemplo. O treinador deixou claro que preferiria evitar esse tipo de formalidade. +

          +

          + Apesar disso, Tite não questionou a ação de Palmeiras e CBF, que convidaram Bolsonaro para a festa do título do Campeonato Brasileiro. O presidente eleito até levantou a taça conquistada pelo clube alviverde. +

          +

          + "Em 2012 eu fiz e errei. O protocolo e a situação gerada no jogo do Palmeiras são fatos de opinião pessoal. CBF e Palmeiras, enquanto instituições têm a opinião. Errei lá atrás, não faria com o presidente antes da Copa e nem agora porque entendo que misturar esporte e política não é legal. Fiz errado lá atrás? Sim. Faria de novo? Não", acrescentou o comandante. +

          +
          +
          + UOL +
          +
          + +
          +
          + Tópicos relacionados + +
          + + +
          +
          +

          + Comentários +

          +

          + Os comentários não representam a opinião do jornal; a responsabilidade é do autor da mensagem. +

          + +
          + +
          + + +
          +
          +
          +
          + +
          +
          +
          +
          + + + +
          +
          +
          + +
          +
          +
          +
          + +
          +
          +
          + NEWSLETTER +
          + +
          +
          +
          + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/config.json b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/config.json new file mode 100644 index 0000000..0ac6816 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/config.json @@ -0,0 +1,3 @@ +{ + "ArticleByLine": true +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-images.json new file mode 100644 index 0000000..5f0cd49 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-images.json @@ -0,0 +1,4 @@ +[ + "http:\/\/www.fortressofsolitude.co.za\/wp-content\/uploads\/2018\/05\/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack.jpg", + "http:\/\/www.fortressofsolitude.co.za\/wp-content\/uploads\/2018\/05\/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack-750x400.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-metadata.json new file mode 100644 index 0000000..6eaca95 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Just when you think the marketing behind the film couldn't get any more amazing, they go and release a music video from the Deadpool 2 soundtrack starring Canadian singer Céline Dion.", + "Image": "http:\/\/www.fortressofsolitude.co.za\/wp-content\/uploads\/2018\/05\/Céline-Dion-Belches-Her-Way-Onto-Deadpool-2s-Soundtrack.jpg", + "Title": "Céline Dion Belches Her Way Onto Deadpool 2's Soundtrack", + "SiteName": "Fortress of Solitude" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected.html b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected.html new file mode 100644 index 0000000..fc178ad --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected.html @@ -0,0 +1 @@ +

          Céline Dion Belches Her Way Onto Deadpool 2's Soundtrack


          Ryan Reynolds never stops surprising fans with his Deadpool, a.k.a. the Merc with the Mouth, persona. Just when you think the marketing behind the film couldn’t get any more amazing, they go and release a music video from the Deadpool 2 soundtrack starring Canadian singer Céline Dion. Yes, the one who sang the Titanic theme song. Your eyes do not deceive you.

          Showtime, Mama. #EffortMaximal #Deadpool2 pic.twitter.com/ZKLrucXJO4

          — Ryan Reynolds (@VancityReynolds) May 3, 2018

          “What’s left to say? These prayers ain’t working anymore. Every word shot down in flames. What’s left to do with these broken pieces on the floor? I’m losing my voice calling on you,” Dion croons in the video for “Ashes”. Near the end of it, the filthy, foul-mouthed Deadpool shows up in a surprising twist mentioning that he should have gotten N’sync instead.

          Deadpool 2 opens in theatres on May 18.


          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/source.html b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/source.html new file mode 100644 index 0000000..af8f61a --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/source.html @@ -0,0 +1,141 @@ + Céline Dion Belches Her Way Onto Deadpool 2's Soundtrack
          Games Festival
          diff --git a/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-images.json new file mode 100644 index 0000000..79181b2 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-images.json @@ -0,0 +1,6 @@ +[ + "http:\/\/imgtech.gmw.cn\/attachement\/jpg\/site2\/20170310\/448a5bc1e2861a2c4e5929.jpg", + "http:\/\/imgtech.gmw.cn\/attachement\/jpg\/site2\/20170310\/448a5bc1e2861a2c4e592a.jpg", + "http:\/\/imgtech.gmw.cn\/attachement\/jpg\/site2\/20170310\/448a5bc1e2861a2c4e592d.jpg", + "https:\/\/img.gmw.cn\/pic\/content_logo.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-metadata.json new file mode 100644 index 0000000..65cd6ab --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "肖春芳", + "Direction": null, + "Excerpt": "不幸的是,对于希望能喝上一杯的太空探险者,那些将他们送上太空的政府机构普遍禁止他们染指包括酒在内的含酒精饮料。", + "Image": null, + "Title": "宇航员在太空中喝酒会怎么样?后果很严重 _探索者 _光明网", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/gmw/expected.html b/vendor/fivefilters/readability.php/test/test-pages/gmw/expected.html new file mode 100644 index 0000000..119205b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/gmw/expected.html @@ -0,0 +1,58 @@ +
          +

          2017-03-10 09:58 来源:网易科学人 

          + + + +

            翱翔于距地球数千公里的太空中,进入广袤漆黑的未知领域,是一项艰苦卓绝的工作。这让人感到巨大压力和极度恐慌。那么,为什么不能让宇航员来一杯“地球末日”鸡尾酒来放松一下?

          +

            不幸的是,对于希望能喝上一杯的太空探险者,那些将他们送上太空的政府机构普遍禁止他们染指包括酒在内的含酒精饮料。

          +

            但是,很快普通人都会有机会向人类“最终的边疆”出发——以平民化旅行的形式,去探索和殖民火星。确实,火星之旅将是一次令人感到痛苦的旅行,可能一去不复返并要几年时间才能完成,但是否应该允许参与者在旅程中痛饮一番?或至少携带能在火星上发酵自制酒精饮料的设备?

          +

          (Credit: Nasa)

          +

          +   图注:巴兹?奥尔德林(Buzz Aldrin)可能是第二个在月球上行走的人,但他是第一个在月球上喝酒的人 +

          +

            事实是,历史上酒与太空探险有一种复杂的关系。让我们来看看喝了酒的航天员究竟会发生什么—— 如果我们开始给予进入太空的人类更大的自由度,又可能会发生什么。

          +

            人们普遍认为,当一个人所处的海拔越高,喝醉后会越容易感到头昏。因此,人们自然地想到,当人身处地球轨道上时,饮酒会对人体有更强烈的致眩作用。但这种说法可能不是正确的。

          +

            事实上,有证据表明,早在上世纪八十年代就澄清了这一传言。1985年,美国联邦航空管理局(UFAA)开展了一项研究,以验证人在不同的海拔高度饮酒,是否会影响执行复杂任务时的表现和酒精测定仪的读数。

          +

            在这项研究中,17名男子被要求在地面和一间模拟海拔3.7公里的房间内喝下一些伏特加。然后,他们被要求完成各种任务,包括心算口算问题、用操纵杆在示波器上跟踪灯光以及各种其它测试。研究人员发现,“酒精和海拔高度对酒精测定仪读数或完成任务的表现情况没有交互作用”。

          +

            所以,人乘坐飞机时醉得更快是个传说?纽约州立大学(State University of New York,SUNY)社会学荣誉教授戴夫·汉森(Dave Hanson)研究酒精和饮酒超过40年,他认为确实如此。他说:“我不认为它(在太空中饮酒)会有任何不同。”

          +

            他认为高原反应可能类似于宿醉,但它也可能类似于中毒。他说:“如果人们没有感受到充分的大气压力,他们也会觉得喝醉了一样。”

          +

            相反,那些声称在飞机上比在地面上醉得更快的人,可能只是经历了“自认喝醉(think-drink)”效应,这种效应多年来已被广泛研究。它表明,如果人们认为自己喝醉了,那他们的一举一动会真的像喝醉了一样—— 而不是实际上他们真的醉了。

          +

            汉森指出:“如果人们脑子里一直认为在飞机上酒精会对他们产生与平常不同的作用,那么他们乘坐飞机时真的会觉得酒精对他们产生了不同的作用。”

          +

            所以,如果酒精对人体的物理效应与海拔高度无关,那么在国际空间站上睡前小饮一杯不应该是一个大问题,对吧?错了。

          +

            美国宇航局约翰逊航天中心发言人丹尼尔·霍特(Daniel Huot)表示:“国际空间站上的宇航员不允许喝酒。在国际空间站上,酒精和其它挥发性化合物的使用受到控制,因为它们的挥发物可能对该站的水回收系统产生影响。”

          +

            为此,国际空间站上的宇航员甚至没有被提供含有酒精的产品,例如漱口水、香水或须后水。如果在国际空间站上饮酒狂欢,溢出的啤酒也可能存在损坏设备的风险。

          +

          (Credit: iStock)

          +

          +   图注:测试表明,有关人在高空中喝酒更容易醉的传言是不正确的 +

          +

            然后是责任的问题。我们不允许汽车司机或飞机飞行员喝醉后驾驶,所以并不奇怪同样的规则适用于国际空间站上的宇航员。毕竟国际空间站的造价高达1500亿美元,而且在接近真空的太空中其运行速度达到了每小时27680公里。

          +

            然而,2007年,美国宇航局(NASA)成立了一个负责调查宇航员健康状况的独立小组,称历史上该机构至少有两名宇航员在即将飞行前喝了大量的酒,但仍然被允许飞行。Nasa安全负责人随后的审查发现并没有证据支持这一指控。宇航员在飞行前12小时是严禁饮酒的,因为他们需要充分的思维能力和清醒的意识。

          +

            出台这一规则的原因很清楚。在1985年UFAA开展的关于酒精在不同海拔高度影响的研究中,研究人员得出结论,酒精的影响与海拔高度无关。无论参与测试的人员在什么海拔高度喝酒,其酒精测量仪的读数都是一样的。他们的行为表现受到的影响也相同,但如果提供给测试人员的是安慰剂,则身处高空比身处海平面的行为表现要更差一些。这表明,无论是否摄入酒精,海拔高度可能对心理表现有轻微的影响。

          +

            国际空间站禁止享用啤酒等有大量泡沫的饮料,可能有另一个原因:没有重力的帮助,液体和气体会在宇航员的胃里不停地翻滚,导致他们不断地打嗝。

          +

            然而,尽管有严格的规则,这并不意味着太空中的人类不会接触发酵液体。在国际空间站上进行了大量有关酒精的实验—— 但没有发生让众人去饮酒的情况,所以没有人真正了解太空中人体对酒精具体有怎样的反应。

          +

            NASA发言人斯蒂芬妮?席尔霍尔茨(Stephanie Schierhol)表示:“我们研究了太空中宇航员身体的各种变化,包括微生物层面的。我们有一个营养计划,以确保他们的身体获得保持健康所需要的营养。显然,在实施‘天空实验室(skylab)’项目时,他们曾将雪利酒与宇航员一起送到太空中,但宇航员在零重力飞行时使用雪利酒的测试结果不太好。”天空实验室是美国第一座空间站。

          +

            席尔霍尔茨补充说,在测试中使用雪利酒“引发呕吐反射,公众也反对”。

          +

            也许最令人惊讶的是,人类在月球表面上喝的第一种液体是葡萄酒。前NASA宇航员巴兹·奥尔德林(Buzz Aldrin)在采访和他撰写的书中表示,1969年,在和尼尔·阿姆斯特朗(Neil Armstrong)走出登月舱之前的圣餐仪式上,他喝了少量葡萄酒。举行这一仪式时与地面的通信出现了暂停,因此这一过程从来没有播出。

          +

            虽然Nasa对太空中酒精的使用有严格的规定,但在这方面俄罗斯过去似乎更为宽松。在其“和平号”空间站上,宇航员允许喝点干邑和伏特加。当他们发现国际空间站将严格禁止饮酒时,显然有不少怨言。

          +

            然而,奇怪的是,酒仍然能通过各种方式出现在国际空间站上。2015年,日本酿酒商三得利(Suntory)的全球创新中心将该公司一些获奖的威士忌运送到国际空间站,参与一项旨在验证“能否通过利用微重力环境增强酒精饮料醇厚性”的实验。换句话说,在微重力下酒的陈酿过程可能不同,导致它的陈酿进程更快、味道更好。对此,地球上的每家酿酒商都想进一步地了解。

          +

            几年前,即2011年9月至2014年9月,Nasa赞助了一个试验,研究微重力环境对威士忌中未发酵麦芽与烧焦橡木颗粒的影响,这两种物质能对威士忌的陈酿起帮助作用。在太空中逗留将近1000天后,用于测试的威士忌的单宁成分保持不变——但是太空中橡木颗粒产生了更高浓度的木质素分解产物,这种物质能赋予威士忌特别的风味。

          +

            Nasa表示:“这种试验不仅对麦芽威士忌行业有影响,而且对整个食品和饮料行业也有影响。送上太空的威士忌与对照样品之间的风味差异是如此显著,需要进一步分析以破解不同口味产生的原因。”

          +

            因此,即使宇航员自己被禁止在地球轨道上饮酒,但他们正在做的工作可以提高在地上消费的酒的质量。

          +

            相比之下,执行登陆火星任务的人将远离家乡几年,而不是几个月,因此可能会有人提出有关禁止饮酒的规定可以放松一些。

          +

            然而,像戴夫?汉森这样的专家认为,继续禁止饮酒并没有什么害处。除了实际的安全问题,饮酒还可能有其它挑战。汉森认为,地球人存在许多社会文化方面的差异,而且人连续几年时间呆在一个狭小的空间里,很容易突然发怒,这些因素都使饮酒问题变得很棘手。

          +

          (Credit: David Frohman/Peachstate Historical Consulting Inc)

          +

          +   图注:奥尔德林的圣餐杯回到了地球上 +

          +

            他说:“这是一个政治问题,也是一个文化方面的问题,但不是一个科学上的问题。这将是未来一个可能产生冲突领域,因为人们具有不同的文化背景,他们对饮酒的态度不同。”他进一步指出,如果你与穆斯林、摩门教徒或禁酒主义者分配在同一间宿舍怎么办?面对未来人们可能在一个没有期限的时间内呆在一个有限的空间里,需要“尽早解决”如何协调不同文化观点的问题。

          +

            所以,当宇航员在地球轨道上时,将还不得不满足于通过欣赏外面的景色来振作精神,而不要指望沉溺于烈酒中。我们留在地球上的人,则可以准备好适量的香槟酒,以迎接他们的归来。

          +

            原标题:他晚于阿姆斯特朗登月 却是首个敢在月球喝酒的人

          +

            出品︱网易科学人栏目组 胖胖

          +

            作者︱春春 + +

          + +

          [责任编辑:肖春芳]

          + + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/gmw/source.html b/vendor/fivefilters/readability.php/test/test-pages/gmw/source.html new file mode 100644 index 0000000..048d101 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/gmw/source.html @@ -0,0 +1,2103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 宇航员在太空中喝酒会怎么样?后果很严重 _探索者 _光明网 + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + + + + + + + + + + + + + + + + + + + + + +
          + +
          + + + + +
          +
          +
          + +
          + + + + + + + + + + +
          + +
          +
          +
          + 首页 + > 科技频道 + > 探索者 + > + 正文 +
          + +

          宇航员在太空中喝酒会怎么样?后果很严重

          + +
          + 2017-03-10 09:58 来源:网易科学人  +
          +
          + 2017-03-10 09:58:03来源:网易科学人作者:责任编辑:肖春芳 +
          +
          + + + +

            翱翔于距地球数千公里的太空中,进入广袤漆黑的未知领域,是一项艰苦卓绝的工作。这让人感到巨大压力和极度恐慌。那么,为什么不能让宇航员来一杯“地球末日”鸡尾酒来放松一下?

          +

            不幸的是,对于希望能喝上一杯的太空探险者,那些将他们送上太空的政府机构普遍禁止他们染指包括酒在内的含酒精饮料。

          +

            但是,很快普通人都会有机会向人类“最终的边疆”出发——以平民化旅行的形式,去探索和殖民火星。确实,火星之旅将是一次令人感到痛苦的旅行,可能一去不复返并要几年时间才能完成,但是否应该允许参与者在旅程中痛饮一番?或至少携带能在火星上发酵自制酒精饮料的设备?

          +

          (Credit: Nasa)

          +

          +   图注:巴兹?奥尔德林(Buzz Aldrin)可能是第二个在月球上行走的人,但他是第一个在月球上喝酒的人 +

          +

            事实是,历史上酒与太空探险有一种复杂的关系。让我们来看看喝了酒的航天员究竟会发生什么—— 如果我们开始给予进入太空的人类更大的自由度,又可能会发生什么。

          +

            人们普遍认为,当一个人所处的海拔越高,喝醉后会越容易感到头昏。因此,人们自然地想到,当人身处地球轨道上时,饮酒会对人体有更强烈的致眩作用。但这种说法可能不是正确的。

          +

            事实上,有证据表明,早在上世纪八十年代就澄清了这一传言。1985年,美国联邦航空管理局(UFAA)开展了一项研究,以验证人在不同的海拔高度饮酒,是否会影响执行复杂任务时的表现和酒精测定仪的读数。

          +

            在这项研究中,17名男子被要求在地面和一间模拟海拔3.7公里的房间内喝下一些伏特加。然后,他们被要求完成各种任务,包括心算口算问题、用操纵杆在示波器上跟踪灯光以及各种其它测试。研究人员发现,“酒精和海拔高度对酒精测定仪读数或完成任务的表现情况没有交互作用”。

          +

            所以,人乘坐飞机时醉得更快是个传说?纽约州立大学(State University of New York,SUNY)社会学荣誉教授戴夫·汉森(Dave Hanson)研究酒精和饮酒超过40年,他认为确实如此。他说:“我不认为它(在太空中饮酒)会有任何不同。”

          +

            他认为高原反应可能类似于宿醉,但它也可能类似于中毒。他说:“如果人们没有感受到充分的大气压力,他们也会觉得喝醉了一样。”

          +

            相反,那些声称在飞机上比在地面上醉得更快的人,可能只是经历了“自认喝醉(think-drink)”效应,这种效应多年来已被广泛研究。它表明,如果人们认为自己喝醉了,那他们的一举一动会真的像喝醉了一样—— 而不是实际上他们真的醉了。

          +

            汉森指出:“如果人们脑子里一直认为在飞机上酒精会对他们产生与平常不同的作用,那么他们乘坐飞机时真的会觉得酒精对他们产生了不同的作用。”

          +

            所以,如果酒精对人体的物理效应与海拔高度无关,那么在国际空间站上睡前小饮一杯不应该是一个大问题,对吧?错了。

          +

            美国宇航局约翰逊航天中心发言人丹尼尔·霍特(Daniel Huot)表示:“国际空间站上的宇航员不允许喝酒。在国际空间站上,酒精和其它挥发性化合物的使用受到控制,因为它们的挥发物可能对该站的水回收系统产生影响。”

          +

            为此,国际空间站上的宇航员甚至没有被提供含有酒精的产品,例如漱口水、香水或须后水。如果在国际空间站上饮酒狂欢,溢出的啤酒也可能存在损坏设备的风险。

          +

          (Credit: iStock)

          +

          +   图注:测试表明,有关人在高空中喝酒更容易醉的传言是不正确的 +

          +

            然后是责任的问题。我们不允许汽车司机或飞机飞行员喝醉后驾驶,所以并不奇怪同样的规则适用于国际空间站上的宇航员。毕竟国际空间站的造价高达1500亿美元,而且在接近真空的太空中其运行速度达到了每小时27680公里。

          +

            然而,2007年,美国宇航局(NASA)成立了一个负责调查宇航员健康状况的独立小组,称历史上该机构至少有两名宇航员在即将飞行前喝了大量的酒,但仍然被允许飞行。Nasa安全负责人随后的审查发现并没有证据支持这一指控。宇航员在飞行前12小时是严禁饮酒的,因为他们需要充分的思维能力和清醒的意识。

          +

            出台这一规则的原因很清楚。在1985年UFAA开展的关于酒精在不同海拔高度影响的研究中,研究人员得出结论,酒精的影响与海拔高度无关。无论参与测试的人员在什么海拔高度喝酒,其酒精测量仪的读数都是一样的。他们的行为表现受到的影响也相同,但如果提供给测试人员的是安慰剂,则身处高空比身处海平面的行为表现要更差一些。这表明,无论是否摄入酒精,海拔高度可能对心理表现有轻微的影响。

          +

            国际空间站禁止享用啤酒等有大量泡沫的饮料,可能有另一个原因:没有重力的帮助,液体和气体会在宇航员的胃里不停地翻滚,导致他们不断地打嗝。

          +

            然而,尽管有严格的规则,这并不意味着太空中的人类不会接触发酵液体。在国际空间站上进行了大量有关酒精的实验—— 但没有发生让众人去饮酒的情况,所以没有人真正了解太空中人体对酒精具体有怎样的反应。

          +

            NASA发言人斯蒂芬妮?席尔霍尔茨(Stephanie Schierhol)表示:“我们研究了太空中宇航员身体的各种变化,包括微生物层面的。我们有一个营养计划,以确保他们的身体获得保持健康所需要的营养。显然,在实施‘天空实验室(skylab)’项目时,他们曾将雪利酒与宇航员一起送到太空中,但宇航员在零重力飞行时使用雪利酒的测试结果不太好。”天空实验室是美国第一座空间站。

          +

            席尔霍尔茨补充说,在测试中使用雪利酒“引发呕吐反射,公众也反对”。

          +

            也许最令人惊讶的是,人类在月球表面上喝的第一种液体是葡萄酒。前NASA宇航员巴兹·奥尔德林(Buzz Aldrin)在采访和他撰写的书中表示,1969年,在和尼尔·阿姆斯特朗(Neil Armstrong)走出登月舱之前的圣餐仪式上,他喝了少量葡萄酒。举行这一仪式时与地面的通信出现了暂停,因此这一过程从来没有播出。

          +

            虽然Nasa对太空中酒精的使用有严格的规定,但在这方面俄罗斯过去似乎更为宽松。在其“和平号”空间站上,宇航员允许喝点干邑和伏特加。当他们发现国际空间站将严格禁止饮酒时,显然有不少怨言。

          +

            然而,奇怪的是,酒仍然能通过各种方式出现在国际空间站上。2015年,日本酿酒商三得利(Suntory)的全球创新中心将该公司一些获奖的威士忌运送到国际空间站,参与一项旨在验证“能否通过利用微重力环境增强酒精饮料醇厚性”的实验。换句话说,在微重力下酒的陈酿过程可能不同,导致它的陈酿进程更快、味道更好。对此,地球上的每家酿酒商都想进一步地了解。

          +

            几年前,即2011年9月至2014年9月,Nasa赞助了一个试验,研究微重力环境对威士忌中未发酵麦芽与烧焦橡木颗粒的影响,这两种物质能对威士忌的陈酿起帮助作用。在太空中逗留将近1000天后,用于测试的威士忌的单宁成分保持不变——但是太空中橡木颗粒产生了更高浓度的木质素分解产物,这种物质能赋予威士忌特别的风味。

          +

            Nasa表示:“这种试验不仅对麦芽威士忌行业有影响,而且对整个食品和饮料行业也有影响。送上太空的威士忌与对照样品之间的风味差异是如此显著,需要进一步分析以破解不同口味产生的原因。”

          +

            因此,即使宇航员自己被禁止在地球轨道上饮酒,但他们正在做的工作可以提高在地上消费的酒的质量。

          +

            相比之下,执行登陆火星任务的人将远离家乡几年,而不是几个月,因此可能会有人提出有关禁止饮酒的规定可以放松一些。

          +

            然而,像戴夫?汉森这样的专家认为,继续禁止饮酒并没有什么害处。除了实际的安全问题,饮酒还可能有其它挑战。汉森认为,地球人存在许多社会文化方面的差异,而且人连续几年时间呆在一个狭小的空间里,很容易突然发怒,这些因素都使饮酒问题变得很棘手。

          +

          (Credit: David Frohman/Peachstate Historical Consulting Inc)

          +

          +   图注:奥尔德林的圣餐杯回到了地球上 +

          +

            他说:“这是一个政治问题,也是一个文化方面的问题,但不是一个科学上的问题。这将是未来一个可能产生冲突领域,因为人们具有不同的文化背景,他们对饮酒的态度不同。”他进一步指出,如果你与穆斯林、摩门教徒或禁酒主义者分配在同一间宿舍怎么办?面对未来人们可能在一个没有期限的时间内呆在一个有限的空间里,需要“尽早解决”如何协调不同文化观点的问题。

          +

            所以,当宇航员在地球轨道上时,将还不得不满足于通过欣赏外面的景色来振作精神,而不要指望沉溺于烈酒中。我们留在地球上的人,则可以准备好适量的香槟酒,以迎接他们的归来。

          +

            原标题:他晚于阿姆斯特朗登月 却是首个敢在月球喝酒的人

          +

            出品︱网易科学人栏目组 胖胖

          +

            作者︱春春 + +

          + +
          [责任编辑:肖春芳]
          + +
          +
          + +
          + +
          + + +
          +
          +
          + + + + + + + + + +
          + + + + + + + + +
          + + + + +
          + + + +
          + +
          +
          +
          +
          +
          +
          分享
          +
          +
          +
          +
          +
          +
          0
          +
          +
          + +
          +
          +
          + + + + + + +
          + + +
          +
          +
          您此时的心情
          +
          新闻表情排行 /
          +
          +
          + +
          +
          + + + + +
          + + + + + + + + + +
          + + + + + +
          +
          +
          + +
          +
          + + +
          +
          +
          + + +
          +
          +
          + + +
          +
          +
          + + +
          +
          +
          + + +
          +
          +
          + + + + + +
          +
          +
          +
          +
          +
          + + +
          +
          +
          + + +
          +
          +
          + + +
          +
          +
          + + +
          +
          +
          + + +
          +
          +
          + + + + + +
          +
          +
          +
          +
          +
          + + +
          +
          +
          + + +
          +
          +
          + + +
          +
          +
          + + +
          +
          +
          + + +
          +
          +
          + + + + + +
          +
          +
          +
          + + + + +
          + + + + + +
          +
          +

          [值班总编推荐] + 想想童乞的遭遇,谁都会坐立不安
          +

          +

          [值班总编推荐] + 网络慈善:珍视每一份爱心
          +

          +

          [值班总编推荐] + 被村上春树打脸,日本右翼急了
          +

          +
          +
          + +
          +
          + + +
          + + + + + +
          +
          + + + + + + +
          +
          +
          + + +
          + + + + + +
          +
          + + + + + +
          +
          + + + + + + + +
          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + +
          + + + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + +
          +
          + + +
          +

          手机光明网

          +

          光明网版权所有

          +
          +
          + +
          +
          + + + + + + + + + + + + + +
          + + +
          + +
          + 立即打开
          + +
          + + + + + + + + + + + + + + + + +
          + + + + + + + + +
          + + +
          +
          X
          +
          +
          选择其他平台 >>
          分享到
          +
          + +
          +
          +
          + +
          + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected-metadata.json new file mode 100644 index 0000000..41b1ff7 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Written by Rob Ewaschuk\n Edited by Betsy Beyer", + "Direction": null, + "Excerpt": "Google\u2019s SRE teams have some basic principles and best practices for building successful monitoring and alerting systems. This chapter offers guidelines for what issues should interrupt a human via a page, and how to deal with issues that aren\u2019t serious enough to trigger a page.", + "Image": null, + "Title": "Google - Site Reliability Engineering", + "SiteName": null +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected.html new file mode 100644 index 0000000..1461f27 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/expected.html @@ -0,0 +1,458 @@ +
          +

          + Monitoring Distributed Systems +

          + +

          + Google’s SRE teams have some basic principles and best practices for building successful monitoring and alerting systems. This chapter offers guidelines for what issues should interrupt a human via a page, and how to deal with issues that aren’t serious enough to trigger a page. +

          +
          +

          + Definitions +

          +

          + There’s no uniformly shared vocabulary for discussing all topics related to monitoring. Even within Google, usage of the following terms varies, but the most common interpretations are listed here. +

          +
          + +
          +

          + Collecting, processing, aggregating, and displaying real-time quantitative data about a system, such as query counts and types, error counts and types, processing times, and server lifetimes. +

          +
          + +
          +

          + Monitoring based on metrics exposed by the internals of the system, including logs, interfaces like the Java Virtual Machine Profiling Interface, or an HTTP handler that emits internal statistics. +

          +
          + +
          +

          + Testing externally visible behavior as a user would see it. +

          +
          + +
          +

          + An application (usually web-based) that provides a summary view of a service’s core metrics. A dashboard may have filters, selectors, and so on, but is prebuilt to expose the metrics most important to its users. The dashboard might also display team information such as ticket queue length, a list of high-priority bugs, the current on-call engineer for a given area of responsibility, or recent pushes. +

          +
          + +
          +

          + A notification intended to be read by a human and that is pushed to a system such as a bug or ticket queue, an email alias, or a pager. Respectively, these alerts are classified as tickets, email alerts,22 and pages. +

          +
          + +
          +

          + A defect in a software or human system that, if repaired, instills confidence that this event won’t happen again in the same way. A given incident might have multiple root causes: for example, perhaps it was caused by a combination of insufficient process automation, software that crashed on bogus input, and insufficient testing of the script used to generate the configuration. Each of these factors might stand alone as a root cause, and each should be repaired. +

          +
          +
          + Node and machine +
          +
          +

          + Used interchangeably to indicate a single instance of a running kernel in either a physical server, virtual machine, or container. There might be multiple services worth monitoring on a single machine. The services may either be: +

          +
            +
          • Related to each other: for example, a caching server and a web server +
          • +
          • Unrelated services sharing hardware: for example, a code repository and a master for a configuration system like Puppet or Chef +
          • +
          +
          + +
          +

          + Any change to a service’s running software or its configuration. +

          +
          +
          +
          +
          +

          + Why Monitor? +

          +

          + There are many reasons to monitor a system, including: +

          +
          + +
          +

          + How big is my database and how fast is it growing? How quickly is my daily-active user count growing? +

          +
          + +
          +

          + Are queries faster with Acme Bucket of Bytes 2.72 versus Ajax DB 3.14? How much better is my memcache hit rate with an extra node? Is my site slower than it was last week? +

          +
          + +
          +

          + Something is broken, and somebody needs to fix it right now! Or, something might break soon, so somebody should look soon. +

          +
          + +
          +

          + Dashboards should answer basic questions about your service, and normally include some form of the four golden signals (discussed in The Four Golden Signals). +

          +
          + +
          +

          + Our latency just shot up; what else happened around the same time? +

          +
          +
          +

          + System monitoring is also helpful in supplying raw input into business analytics and in facilitating analysis of security breaches. Because this book focuses on the engineering domains in which SRE has particular expertise, we won’t discuss these applications of monitoring here. +

          +

          + Monitoring and alerting enables a system to tell us when it’s broken, or perhaps to tell us what’s about to break. When the system isn’t able to automatically fix itself, we want a human to investigate the alert, determine if there’s a real problem at hand, mitigate the problem, and determine the root cause of the problem. Unless you’re performing security auditing on very narrowly scoped components of a system, you should never trigger an alert simply because "something seems a bit weird." +

          +

          + Paging a human is a quite expensive use of an employee’s time. If an employee is at work, a page interrupts their workflow. If the employee is at home, a page interrupts their personal time, and perhaps even their sleep. When pages occur too frequently, employees second-guess, skim, or even ignore incoming alerts, sometimes even ignoring a "real" page that’s masked by the noise. Outages can be prolonged because other noise interferes with a rapid diagnosis and fix. Effective alerting systems have good signal and very low noise. +

          +
          +
          +

          + Setting Reasonable Expectations for Monitoring +

          +

          + Monitoring a complex application is a significant engineering endeavor in and of itself. Even with substantial existing infrastructure for instrumentation, collection, display, and alerting in place, a Google SRE team with 10–12 members typically has one or sometimes two members whose primary assignment is to build and maintain monitoring systems for their service. This number has decreased over time as we generalize and centralize common monitoring infrastructure, but every SRE team typically has at least one “monitoring person.” (That being said, while it can be fun to have access to traffic graph dashboards and the like, SRE teams carefully avoid any situation that requires someone to “stare at a screen to watch for problems.”) +

          +

          + In general, Google has trended toward simpler and faster monitoring systems, with better tools for post hoc analysis. We avoid "magic" systems that try to learn thresholds or automatically detect causality. Rules that detect unexpected changes in end-user request rates are one counterexample; while these rules are still kept as simple as possible, they give a very quick detection of a very simple, specific, severe anomaly. Other uses of monitoring data such as capacity planning and traffic prediction can tolerate more fragility, and thus, more complexity. Observational experiments conducted over a very long time horizon (months or years) with a low sampling rate (hours or days) can also often tolerate more fragility because occasional missed samples won’t hide a long-running trend. +

          +

          + Google SRE has experienced only limited success with complex dependency hierarchies. We seldom use rules such as, "If I know the database is slow, alert for a slow database; otherwise, alert for the website being generally slow." Dependency-reliant rules usually pertain to very stable parts of our system, such as our system for draining user traffic away from a datacenter. For example, "If a datacenter is drained, then don’t alert me on its latency" is one common datacenter alerting rule. Few teams at Google maintain complex dependency hierarchies because our infrastructure has a steady rate of continuous refactoring. +

          +

          + Some of the ideas described in this chapter are still aspirational: there is always room to move more rapidly from symptom to root cause(s), especially in ever-changing systems. So while this chapter sets out some goals for monitoring systems, and some ways to achieve these goals, it’s important that monitoring systems—especially the critical path from the onset of a production problem, through a page to a human, through basic triage and deep debugging—be kept simple and comprehensible by everyone on the team. +

          +

          + Similarly, to keep noise low and signal high, the elements of your monitoring system that direct to a pager need to be very simple and robust. Rules that generate alerts for humans should be simple to understand and represent a clear failure. +

          +
          +
          +

          + Symptoms Versus Causes +

          +

          + Your monitoring system should address two questions: what’s broken, and why? +

          +

          + The "what’s broken" indicates the symptom; the "why" indicates a (possibly intermediate) cause. Table 6-1 lists some hypothetical symptoms and corresponding causes. +

          + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + Table 6-1. Example symptoms and causes +
          + Symptom + + Cause +
          +

          + I’m serving HTTP 500s or 404s +

          +
          +

          + Database servers are refusing connections +

          +
          +

          + My responses are slow +

          +
          +

          + CPUs are overloaded by a bogosort, or an Ethernet cable is crimped under a rack, visible as partial packet loss +

          +
          +

          + Users in Antarctica aren’t receiving animated cat GIFs +

          +
          +

          + Your Content Distribution Network hates scientists and felines, and thus blacklisted some client IPs +

          +
          +

          + Private content is world-readable +

          +
          +

          + A new software push caused ACLs to be forgotten and allowed all requests +

          +
          +

          + "What" versus "why" is one of the most important distinctions in writing good monitoring with maximum signal and minimum noise. +

          +
          +
          +

          + Black-Box Versus White-Box +

          +

          + We combine heavy use of white-box monitoring with modest but critical uses of black-box monitoring. The simplest way to think about black-box monitoring versus white-box monitoring is that black-box monitoring is symptom-oriented and represents active—not predicted—problems: "The system isn’t working correctly, right now." White-box monitoring depends on the ability to inspect the innards of the system, such as logs or HTTP endpoints, with instrumentation. White-box monitoring therefore allows detection of imminent problems, failures masked by retries, and so forth. +

          +

          + Note that in a multilayered system, one person’s symptom is another person’s cause. For example, suppose that a database’s performance is slow. Slow database reads are a symptom for the database SRE who detects them. However, for the frontend SRE observing a slow website, the same slow database reads are a cause. Therefore, white-box monitoring is sometimes symptom-oriented, and sometimes cause-oriented, depending on just how informative your white-box is. +

          +

          + When collecting telemetry for debugging, white-box monitoring is essential. If web servers seem slow on database-heavy requests, you need to know both how fast the web server perceives the database to be, and how fast the database believes itself to be. Otherwise, you can’t distinguish an actually slow database server from a network problem between your web server and your database. +

          +

          + For paging, black-box monitoring has the key benefit of forcing discipline to only nag a human when a problem is both already ongoing and contributing to real symptoms. On the other hand, for not-yet-occurring but imminent problems, black-box monitoring is fairly useless. +

          +
          +
          +

          + The Four Golden Signals +

          +

          + The four golden signals of monitoring are latency, traffic, errors, and saturation. If you can only measure four metrics of your user-facing system, focus on these four. +

          +
          + +
          +

          + The time it takes to service a request. It’s important to distinguish between the latency of successful requests and the latency of failed requests. For example, an HTTP 500 error triggered due to loss of connection to a database or other critical backend might be served very quickly; however, as an HTTP 500 error indicates a failed request, factoring 500s into your overall latency might result in misleading calculations. On the other hand, a slow error is even worse than a fast error! Therefore, it’s important to track error latency, as opposed to just filtering out errors. +

          +
          + +
          +

          + A measure of how much demand is being placed on your system, measured in a high-level system-specific metric. For a web service, this measurement is usually HTTP requests per second, perhaps broken out by the nature of the requests (e.g., static versus dynamic content). For an audio streaming system, this measurement might focus on network I/O rate or concurrent sessions. For a key-value storage system, this measurement might be transactions and retrievals per second. +

          +
          + +
          +

          + The rate of requests that fail, either explicitly (e.g., HTTP 500s), implicitly (for example, an HTTP 200 success response, but coupled with the wrong content), or by policy (for example, "If you committed to one-second response times, any request over one second is an error"). Where protocol response codes are insufficient to express all failure conditions, secondary (internal) protocols may be necessary to track partial failure modes. Monitoring these cases can be drastically different: catching HTTP 500s at your load balancer can do a decent job of catching all completely failed requests, while only end-to-end system tests can detect that you’re serving the wrong content. +

          +
          + +
          +

          + How "full" your service is. A measure of your system fraction, emphasizing the resources that are most constrained (e.g., in a memory-constrained system, show memory; in an I/O-constrained system, show I/O). Note that many systems degrade in performance before they achieve 100% utilization, so having a utilization target is essential. +

          +

          + In complex systems, saturation can be supplemented with higher-level load measurement: can your service properly handle double the traffic, handle only 10% more traffic, or handle even less traffic than it currently receives? For very simple services that have no parameters that alter the complexity of the request (e.g., "Give me a nonce" or "I need a globally unique monotonic integer") that rarely change configuration, a static value from a load test might be adequate. As discussed in the previous paragraph, however, most services need to use indirect signals like CPU utilization or network bandwidth that have a known upper bound. Latency increases are often a leading indicator of saturation. Measuring your 99th percentile response time over some small window (e.g., one minute) can give a very early signal of saturation. +

          +

          + Finally, saturation is also concerned with predictions of impending saturation, such as "It looks like your database will fill its hard drive in 4 hours." +

          +
          +
          +

          + If you measure all four golden signals and page a human when one signal is problematic (or, in the case of saturation, nearly problematic), your service will be at least decently covered by monitoring. +

          +
          +
          +

          + Worrying About Your Tail (or, Instrumentation and Performance) +

          +

          + When building a monitoring system from scratch, it’s tempting to design a system based upon the mean of some quantity: the mean latency, the mean CPU usage of your nodes, or the mean fullness of your databases. The danger presented by the latter two cases is obvious: CPUs and databases can easily be utilized in a very imbalanced way. The same holds for latency. If you run a web service with an average latency of 100 ms at 1,000 requests per second, 1% of requests might easily take 5 seconds.23 If your users depend on several such web services to render their page, the 99th percentile of one backend can easily become the median response of your frontend. +

          +

          + The simplest way to differentiate between a slow average and a very slow "tail" of requests is to collect request counts bucketed by latencies (suitable for rendering a histogram), rather than actual latencies: how many requests did I serve that took between 0 ms and 10 ms, between 10 ms and 30 ms, between 30 ms and 100 ms, between 100 ms and 300 ms, and so on? Distributing the histogram boundaries approximately exponentially (in this case by factors of roughly 3) is often an easy way to visualize the distribution of your requests. +

          +
          +
          +

          + Choosing an Appropriate Resolution for Measurements +

          +

          + Different aspects of a system should be measured with different levels of granularity. For example: +

          +
            +
          • Observing CPU load over the time span of a minute won’t reveal even quite long-lived spikes that drive high tail latencies. +
          • +
          • On the other hand, for a web service targeting no more than 9 hours aggregate downtime per year (99.9% annual uptime), probing for a 200 (success) status more than once or twice a minute is probably unnecessarily frequent. +
          • +
          • Similarly, checking hard drive fullness for a service targeting 99.9% availability more than once every 1–2 minutes is probably unnecessary. +
          • +
          +

          + Take care in how you structure the granularity of your measurements. Collecting per-second measurements of CPU load might yield interesting data, but such frequent measurements may be very expensive to collect, store, and analyze. If your monitoring goal calls for high resolution but doesn’t require extremely low latency, you can reduce these costs by performing internal sampling on the server, then configuring an external system to collect and aggregate that distribution over time or across servers. You might: +

          +
            +
          1. Record the current CPU utilization each second. +
          2. +
          3. Using buckets of 5% granularity, increment the appropriate CPU utilization bucket each second. +
          4. +
          5. Aggregate those values every minute. +
          6. +
          +

          + This strategy allows you to observe brief CPU hotspots without incurring very high cost due to collection and retention. +

          +
          +
          +

          + As Simple as Possible, No Simpler +

          +

          + Piling all these requirements on top of each other can add up to a very complex monitoring system—your system might end up with the following levels of complexity: +

          +
            +
          • Alerts on different latency thresholds, at different percentiles, on all kinds of different metrics +
          • +
          • Extra code to detect and expose possible causes +
          • +
          • Associated dashboards for each of these possible causes +
          • +
          +

          + The sources of potential complexity are never-ending. Like all software systems, monitoring can become so complex that it’s fragile, complicated to change, and a maintenance burden. +

          +

          + Therefore, design your monitoring system with an eye toward simplicity. In choosing what to monitor, keep the following guidelines in mind: +

          +
            +
          • The rules that catch real incidents most often should be as simple, predictable, and reliable as possible. +
          • +
          • Data collection, aggregation, and alerting configuration that is rarely exercised (e.g., less than once a quarter for some SRE teams) should be up for removal. +
          • +
          • Signals that are collected, but not exposed in any prebaked dashboard nor used by any alert, are candidates for removal. +
          • +
          +

          + In Google’s experience, basic collection and aggregation of metrics, paired with alerting and dashboards, has worked well as a relatively standalone system. (In fact Google’s monitoring system is broken up into several binaries, but typically people learn about all aspects of these binaries.) It can be tempting to combine monitoring with other aspects of inspecting complex systems, such as detailed system profiling, single-process debugging, tracking details about exceptions or crashes, load testing, log collection and analysis, or traffic inspection. While most of these subjects share commonalities with basic monitoring, blending together too many results in overly complex and fragile systems. As in many other aspects of software engineering, maintaining distinct systems with clear, simple, loosely coupled points of integration is a better strategy (for example, using web APIs for pulling summary data in a format that can remain constant over an extended period of time). +

          +
          +
          +

          + Tying These Principles Together +

          +

          + The principles discussed in this chapter can be tied together into a philosophy on monitoring and alerting that’s widely endorsed and followed within Google SRE teams. While this monitoring philosophy is a bit aspirational, it’s a good starting point for writing or reviewing a new alert, and it can help your organization ask the right questions, regardless of the size of your organization or the complexity of your service or system. +

          +

          + When creating rules for monitoring and alerting, asking the following questions can help you avoid false positives and pager burnout:24 +

          +
            +
          • Does this rule detect an otherwise undetected condition that is urgent, actionable, and actively or imminently user-visible?25 +
          • +
          • Will I ever be able to ignore this alert, knowing it’s benign? When and why will I be able to ignore this alert, and how can I avoid this scenario? +
          • +
          • Does this alert definitely indicate that users are being negatively affected? Are there detectable cases in which users aren’t being negatively impacted, such as drained traffic or test deployments, that should be filtered out? +
          • +
          • Can I take action in response to this alert? Is that action urgent, or could it wait until morning? Could the action be safely automated? Will that action be a long-term fix, or just a short-term workaround? +
          • +
          • Are other people getting paged for this issue, therefore rendering at least one of the pages unnecessary? +
          • +
          +

          + These questions reflect a fundamental philosophy on pages and pagers: +

          +
            +
          • Every time the pager goes off, I should be able to react with a sense of urgency. I can only react with a sense of urgency a few times a day before I become fatigued. +
          • +
          • Every page should be actionable. +
          • +
          • Every page response should require intelligence. If a page merely merits a robotic response, it shouldn’t be a page. +
          • +
          • Pages should be about a novel problem or an event that hasn’t been seen before. +
          • +
          +

          + Such a perspective dissipates certain distinctions: if a page satisfies the preceding four bullets, it’s irrelevant whether the page is triggered by white-box or black-box monitoring. This perspective also amplifies certain distinctions: it’s better to spend much more effort on catching symptoms than causes; when it comes to causes, only worry about very definite, very imminent causes. +

          +
          +
          +

          + Monitoring for the Long Term +

          +

          + In modern production systems, monitoring systems track an ever-evolving system with changing software architecture, load characteristics, and performance targets. An alert that’s currently exceptionally rare and hard to automate might become frequent, perhaps even meriting a hacked-together script to resolve it. At this point, someone should find and eliminate the root causes of the problem; if such resolution isn’t possible, the alert response deserves to be fully automated. +

          +

          + It’s important that decisions about monitoring be made with long-term goals in mind. Every page that happens today distracts a human from improving the system for tomorrow, so there is often a case for taking a short-term hit to availability or performance in order to improve the long-term outlook for the system. Let’s take a look at two case studies that illustrate this trade-off. +

          +
          + +

          + Google’s internal infrastructure is typically offered and measured against a service level objective (SLO; see Service Level Objectives). Many years ago, the Bigtable service’s SLO was based on a synthetic well-behaved client’s mean performance. Because of problems in Bigtable and lower layers of the storage stack, the mean performance was driven by a "large" tail: the worst 5% of requests were often significantly slower than the rest. +

          +

          + Email alerts were triggered as the SLO approached, and paging alerts were triggered when the SLO was exceeded. Both types of alerts were firing voluminously, consuming unacceptable amounts of engineering time: the team spent significant amounts of time triaging the alerts to find the few that were really actionable, and we often missed the problems that actually affected users, because so few of them did. Many of the pages were non-urgent, due to well-understood problems in the infrastructure, and had either rote responses or received no response. +

          +

          + To remedy the situation, the team used a three-pronged approach: while making great efforts to improve the performance of Bigtable, we also temporarily dialed back our SLO target, using the 75th percentile request latency. We also disabled email alerts, as there were so many that spending time diagnosing them was infeasible. +

          +

          + This strategy gave us enough breathing room to actually fix the longer-term problems in Bigtable and the lower layers of the storage stack, rather than constantly fixing tactical problems. On-call engineers could actually accomplish work when they weren’t being kept up by pages at all hours. Ultimately, temporarily backing off on our alerts allowed us to make faster progress toward a better service. +

          +
          +
          + +

          + In the very early days of Gmail, the service was built on a retrofitted distributed process management system called Workqueue, which was originally created for batch processing of pieces of the search index. Workqueue was "adapted" to long-lived processes and subsequently applied to Gmail, but certain bugs in the relatively opaque codebase in the scheduler proved hard to beat. +

          +

          + At that time, the Gmail monitoring was structured such that alerts fired when individual tasks were “de-scheduled” by Workqueue. This setup was less than ideal because even at that time, Gmail had many, many thousands of tasks, each task representing a fraction of a percent of our users. We cared deeply about providing a good user experience for Gmail users, but such an alerting setup was unmaintainable. +

          +

          + To address this problem, Gmail SRE built a tool that helped “poke” the scheduler in just the right way to minimize impact to users. The team had several discussions about whether or not we should simply automate the entire loop from detecting the problem to nudging the rescheduler, until a better long-term solution was achieved, but some worried this kind of workaround would delay a real fix. +

          +

          + This kind of tension is common within a team, and often reflects an underlying mistrust of the team’s self-discipline: while some team members want to implement a “hack” to allow time for a proper fix, others worry that a hack will be forgotten or that the proper fix will be deprioritized indefinitely. This concern is credible, as it’s easy to build layers of unmaintainable technical debt by patching over problems instead of making real fixes. Managers and technical leaders play a key role in implementing true, long-term fixes by supporting and prioritizing potentially time-consuming long-term fixes even when the initial “pain” of paging subsides. +

          +

          + Pages with rote, algorithmic responses should be a red flag. Unwillingness on the part of your team to automate such pages implies that the team lacks confidence that they can clean up their technical debt. This is a major problem worth escalating. +

          +
          +
          + +

          + A common theme connects the previous examples of Bigtable and Gmail: a tension between short-term and long-term availability. Often, sheer force of effort can help a rickety system achieve high availability, but this path is usually short-lived and fraught with burnout and dependence on a small number of heroic team members. Taking a controlled, short-term decrease in availability is often a painful, but strategic trade for the long-run stability of the system. It’s important not to think of every page as an event in isolation, but to consider whether the overall level of paging leads toward a healthy, appropriately available system with a healthy, viable team and long-term outlook. We review statistics about page frequency (usually expressed as incidents per shift, where an incident might be composed of a few related pages) in quarterly reports with management, ensuring that decision makers are kept up to date on the pager load and overall health of their teams. +

          +
          +
          +
          +

          + Conclusion +

          +

          + A healthy monitoring and alerting pipeline is simple and easy to reason about. It focuses primarily on symptoms for paging, reserving cause-oriented heuristics to serve as aids to debugging problems. Monitoring symptoms is easier the further "up" your stack you monitor, though monitoring saturation and performance of subsystems such as databases often must be performed directly on the subsystem itself. Email alerts are of very limited value and tend to easily become overrun with noise; instead, you should favor a dashboard that monitors all ongoing subcritical problems for the sort of information that typically ends up in email alerts. A dashboard might also be paired with a log, in order to analyze historical correlations. +

          +

          + Over the long haul, achieving a successful on-call rotation and product includes choosing to alert on symptoms or imminent real problems, adapting your targets to goals that are actually achievable, and making sure that your monitoring supports rapid diagnosis. +

          +
          + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/source.html new file mode 100644 index 0000000..6fb2024 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/google-sre-book-1/source.html @@ -0,0 +1,742 @@ + + + + + + + Google - Site Reliability Engineering + + + + + + + + + + + + +
          +
          + +
          + +

          + Chapter 6 - Monitoring Distributed Systems +

          +
          +
          + + +
          +
          +
          +
          +
          +
          +

          + Monitoring Distributed Systems +

          + +

          + Google’s SRE teams have some basic principles and best practices for building successful monitoring and alerting systems. This chapter offers guidelines for what issues should interrupt a human via a page, and how to deal with issues that aren’t serious enough to trigger a page. +

          +
          +

          + Definitions +

          +

          + There’s no uniformly shared vocabulary for discussing all topics related to monitoring. Even within Google, usage of the following terms varies, but the most common interpretations are listed here. +

          +
          +
          + Monitoring +
          +
          +

          + Collecting, processing, aggregating, and displaying real-time quantitative data about a system, such as query counts and types, error counts and types, processing times, and server lifetimes. +

          +
          +
          + White-box monitoring +
          +
          +

          + Monitoring based on metrics exposed by the internals of the system, including logs, interfaces like the Java Virtual Machine Profiling Interface, or an HTTP handler that emits internal statistics. +

          +
          +
          + Black-box monitoring +
          +
          +

          + Testing externally visible behavior as a user would see it. +

          +
          +
          + Dashboard +
          +
          +

          + An application (usually web-based) that provides a summary view of a service’s core metrics. A dashboard may have filters, selectors, and so on, but is prebuilt to expose the metrics most important to its users. The dashboard might also display team information such as ticket queue length, a list of high-priority bugs, the current on-call engineer for a given area of responsibility, or recent pushes. +

          +
          +
          + Alert +
          +
          +

          + A notification intended to be read by a human and that is pushed to a system such as a bug or ticket queue, an email alias, or a pager. Respectively, these alerts are classified as tickets, email alerts,22 and pages. +

          +
          +
          + Root cause +
          +
          +

          + A defect in a software or human system that, if repaired, instills confidence that this event won’t happen again in the same way. A given incident might have multiple root causes: for example, perhaps it was caused by a combination of insufficient process automation, software that crashed on bogus input, and insufficient testing of the script used to generate the configuration. Each of these factors might stand alone as a root cause, and each should be repaired. +

          +
          +
          + Node and machine +
          +
          +

          + Used interchangeably to indicate a single instance of a running kernel in either a physical server, virtual machine, or container. There might be multiple services worth monitoring on a single machine. The services may either be: +

          +
            +
          • Related to each other: for example, a caching server and a web server +
          • +
          • Unrelated services sharing hardware: for example, a code repository and a master for a configuration system like Puppet or Chef +
          • +
          +
          +
          + Push +
          +
          +

          + Any change to a service’s running software or its configuration. +

          +
          +
          +
          +
          +

          + Why Monitor? +

          +

          + There are many reasons to monitor a system, including: +

          +
          + +
          +

          + How big is my database and how fast is it growing? How quickly is my daily-active user count growing? +

          +
          +
          + Comparing over time or experiment groups +
          +
          +

          + Are queries faster with Acme Bucket of Bytes 2.72 versus Ajax DB 3.14? How much better is my memcache hit rate with an extra node? Is my site slower than it was last week? +

          +
          +
          + Alerting +
          +
          +

          + Something is broken, and somebody needs to fix it right now! Or, something might break soon, so somebody should look soon. +

          +
          +
          + Building dashboards +
          +
          +

          + Dashboards should answer basic questions about your service, and normally include some form of the four golden signals (discussed in The Four Golden Signals). +

          +
          +
          + Conducting ad hoc retrospective analysis (i.e., debugging) +
          +
          +

          + Our latency just shot up; what else happened around the same time? +

          +
          +
          +

          + System monitoring is also helpful in supplying raw input into business analytics and in facilitating analysis of security breaches. Because this book focuses on the engineering domains in which SRE has particular expertise, we won’t discuss these applications of monitoring here. +

          +

          + Monitoring and alerting enables a system to tell us when it’s broken, or perhaps to tell us what’s about to break. When the system isn’t able to automatically fix itself, we want a human to investigate the alert, determine if there’s a real problem at hand, mitigate the problem, and determine the root cause of the problem. Unless you’re performing security auditing on very narrowly scoped components of a system, you should never trigger an alert simply because "something seems a bit weird." +

          +

          + Paging a human is a quite expensive use of an employee’s time. If an employee is at work, a page interrupts their workflow. If the employee is at home, a page interrupts their personal time, and perhaps even their sleep. When pages occur too frequently, employees second-guess, skim, or even ignore incoming alerts, sometimes even ignoring a "real" page that’s masked by the noise. Outages can be prolonged because other noise interferes with a rapid diagnosis and fix. Effective alerting systems have good signal and very low noise. +

          +
          +
          +

          + Setting Reasonable Expectations for Monitoring +

          +

          + Monitoring a complex application is a significant engineering endeavor in and of itself. Even with substantial existing infrastructure for instrumentation, collection, display, and alerting in place, a Google SRE team with 10–12 members typically has one or sometimes two members whose primary assignment is to build and maintain monitoring systems for their service. This number has decreased over time as we generalize and centralize common monitoring infrastructure, but every SRE team typically has at least one “monitoring person.” (That being said, while it can be fun to have access to traffic graph dashboards and the like, SRE teams carefully avoid any situation that requires someone to “stare at a screen to watch for problems.”) +

          +

          + In general, Google has trended toward simpler and faster monitoring systems, with better tools for post hoc analysis. We avoid "magic" systems that try to learn thresholds or automatically detect causality. Rules that detect unexpected changes in end-user request rates are one counterexample; while these rules are still kept as simple as possible, they give a very quick detection of a very simple, specific, severe anomaly. Other uses of monitoring data such as capacity planning and traffic prediction can tolerate more fragility, and thus, more complexity. Observational experiments conducted over a very long time horizon (months or years) with a low sampling rate (hours or days) can also often tolerate more fragility because occasional missed samples won’t hide a long-running trend. +

          +

          + Google SRE has experienced only limited success with complex dependency hierarchies. We seldom use rules such as, "If I know the database is slow, alert for a slow database; otherwise, alert for the website being generally slow." Dependency-reliant rules usually pertain to very stable parts of our system, such as our system for draining user traffic away from a datacenter. For example, "If a datacenter is drained, then don’t alert me on its latency" is one common datacenter alerting rule. Few teams at Google maintain complex dependency hierarchies because our infrastructure has a steady rate of continuous refactoring. +

          +

          + Some of the ideas described in this chapter are still aspirational: there is always room to move more rapidly from symptom to root cause(s), especially in ever-changing systems. So while this chapter sets out some goals for monitoring systems, and some ways to achieve these goals, it’s important that monitoring systems—especially the critical path from the onset of a production problem, through a page to a human, through basic triage and deep debugging—be kept simple and comprehensible by everyone on the team. +

          +

          + Similarly, to keep noise low and signal high, the elements of your monitoring system that direct to a pager need to be very simple and robust. Rules that generate alerts for humans should be simple to understand and represent a clear failure. +

          +
          +
          +

          + Symptoms Versus Causes +

          +

          + Your monitoring system should address two questions: what’s broken, and why? +

          +

          + The "what’s broken" indicates the symptom; the "why" indicates a (possibly intermediate) cause. Table 6-1 lists some hypothetical symptoms and corresponding causes. +

          + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + Table 6-1. Example symptoms and causes +
          + Symptom + + Cause +
          +

          + I’m serving HTTP 500s or 404s +

          +
          +

          + Database servers are refusing connections +

          +
          +

          + My responses are slow +

          +
          +

          + CPUs are overloaded by a bogosort, or an Ethernet cable is crimped under a rack, visible as partial packet loss +

          +
          +

          + Users in Antarctica aren’t receiving animated cat GIFs +

          +
          +

          + Your Content Distribution Network hates scientists and felines, and thus blacklisted some client IPs +

          +
          +

          + Private content is world-readable +

          +
          +

          + A new software push caused ACLs to be forgotten and allowed all requests +

          +
          +

          + "What" versus "why" is one of the most important distinctions in writing good monitoring with maximum signal and minimum noise. +

          +
          +
          +

          + Black-Box Versus White-Box +

          +

          + We combine heavy use of white-box monitoring with modest but critical uses of black-box monitoring. The simplest way to think about black-box monitoring versus white-box monitoring is that black-box monitoring is symptom-oriented and represents active—not predicted—problems: "The system isn’t working correctly, right now." White-box monitoring depends on the ability to inspect the innards of the system, such as logs or HTTP endpoints, with instrumentation. White-box monitoring therefore allows detection of imminent problems, failures masked by retries, and so forth. +

          +

          + Note that in a multilayered system, one person’s symptom is another person’s cause. For example, suppose that a database’s performance is slow. Slow database reads are a symptom for the database SRE who detects them. However, for the frontend SRE observing a slow website, the same slow database reads are a cause. Therefore, white-box monitoring is sometimes symptom-oriented, and sometimes cause-oriented, depending on just how informative your white-box is. +

          +

          + When collecting telemetry for debugging, white-box monitoring is essential. If web servers seem slow on database-heavy requests, you need to know both how fast the web server perceives the database to be, and how fast the database believes itself to be. Otherwise, you can’t distinguish an actually slow database server from a network problem between your web server and your database. +

          +

          + For paging, black-box monitoring has the key benefit of forcing discipline to only nag a human when a problem is both already ongoing and contributing to real symptoms. On the other hand, for not-yet-occurring but imminent problems, black-box monitoring is fairly useless. +

          +
          +
          +

          + The Four Golden Signals +

          +

          + The four golden signals of monitoring are latency, traffic, errors, and saturation. If you can only measure four metrics of your user-facing system, focus on these four. +

          +
          +
          + Latency +
          +
          +

          + The time it takes to service a request. It’s important to distinguish between the latency of successful requests and the latency of failed requests. For example, an HTTP 500 error triggered due to loss of connection to a database or other critical backend might be served very quickly; however, as an HTTP 500 error indicates a failed request, factoring 500s into your overall latency might result in misleading calculations. On the other hand, a slow error is even worse than a fast error! Therefore, it’s important to track error latency, as opposed to just filtering out errors. +

          +
          +
          + Traffic +
          +
          +

          + A measure of how much demand is being placed on your system, measured in a high-level system-specific metric. For a web service, this measurement is usually HTTP requests per second, perhaps broken out by the nature of the requests (e.g., static versus dynamic content). For an audio streaming system, this measurement might focus on network I/O rate or concurrent sessions. For a key-value storage system, this measurement might be transactions and retrievals per second. +

          +
          +
          + Errors +
          +
          +

          + The rate of requests that fail, either explicitly (e.g., HTTP 500s), implicitly (for example, an HTTP 200 success response, but coupled with the wrong content), or by policy (for example, "If you committed to one-second response times, any request over one second is an error"). Where protocol response codes are insufficient to express all failure conditions, secondary (internal) protocols may be necessary to track partial failure modes. Monitoring these cases can be drastically different: catching HTTP 500s at your load balancer can do a decent job of catching all completely failed requests, while only end-to-end system tests can detect that you’re serving the wrong content. +

          +
          +
          + Saturation +
          +
          +

          + How "full" your service is. A measure of your system fraction, emphasizing the resources that are most constrained (e.g., in a memory-constrained system, show memory; in an I/O-constrained system, show I/O). Note that many systems degrade in performance before they achieve 100% utilization, so having a utilization target is essential. +

          +

          + In complex systems, saturation can be supplemented with higher-level load measurement: can your service properly handle double the traffic, handle only 10% more traffic, or handle even less traffic than it currently receives? For very simple services that have no parameters that alter the complexity of the request (e.g., "Give me a nonce" or "I need a globally unique monotonic integer") that rarely change configuration, a static value from a load test might be adequate. As discussed in the previous paragraph, however, most services need to use indirect signals like CPU utilization or network bandwidth that have a known upper bound. Latency increases are often a leading indicator of saturation. Measuring your 99th percentile response time over some small window (e.g., one minute) can give a very early signal of saturation. +

          +

          + Finally, saturation is also concerned with predictions of impending saturation, such as "It looks like your database will fill its hard drive in 4 hours." +

          +
          +
          +

          + If you measure all four golden signals and page a human when one signal is problematic (or, in the case of saturation, nearly problematic), your service will be at least decently covered by monitoring. +

          +
          +
          +

          + Worrying About Your Tail (or, Instrumentation and Performance) +

          +

          + When building a monitoring system from scratch, it’s tempting to design a system based upon the mean of some quantity: the mean latency, the mean CPU usage of your nodes, or the mean fullness of your databases. The danger presented by the latter two cases is obvious: CPUs and databases can easily be utilized in a very imbalanced way. The same holds for latency. If you run a web service with an average latency of 100 ms at 1,000 requests per second, 1% of requests might easily take 5 seconds.23 If your users depend on several such web services to render their page, the 99th percentile of one backend can easily become the median response of your frontend. +

          +

          + The simplest way to differentiate between a slow average and a very slow "tail" of requests is to collect request counts bucketed by latencies (suitable for rendering a histogram), rather than actual latencies: how many requests did I serve that took between 0 ms and 10 ms, between 10 ms and 30 ms, between 30 ms and 100 ms, between 100 ms and 300 ms, and so on? Distributing the histogram boundaries approximately exponentially (in this case by factors of roughly 3) is often an easy way to visualize the distribution of your requests. +

          +
          +
          +

          + Choosing an Appropriate Resolution for Measurements +

          +

          + Different aspects of a system should be measured with different levels of granularity. For example: +

          +
            +
          • Observing CPU load over the time span of a minute won’t reveal even quite long-lived spikes that drive high tail latencies. +
          • +
          • On the other hand, for a web service targeting no more than 9 hours aggregate downtime per year (99.9% annual uptime), probing for a 200 (success) status more than once or twice a minute is probably unnecessarily frequent. +
          • +
          • Similarly, checking hard drive fullness for a service targeting 99.9% availability more than once every 1–2 minutes is probably unnecessary. +
          • +
          +

          + Take care in how you structure the granularity of your measurements. Collecting per-second measurements of CPU load might yield interesting data, but such frequent measurements may be very expensive to collect, store, and analyze. If your monitoring goal calls for high resolution but doesn’t require extremely low latency, you can reduce these costs by performing internal sampling on the server, then configuring an external system to collect and aggregate that distribution over time or across servers. You might: +

          +
            +
          1. Record the current CPU utilization each second. +
          2. +
          3. Using buckets of 5% granularity, increment the appropriate CPU utilization bucket each second. +
          4. +
          5. Aggregate those values every minute. +
          6. +
          +

          + This strategy allows you to observe brief CPU hotspots without incurring very high cost due to collection and retention. +

          +
          +
          +

          + As Simple as Possible, No Simpler +

          +

          + Piling all these requirements on top of each other can add up to a very complex monitoring system—your system might end up with the following levels of complexity: +

          +
            +
          • Alerts on different latency thresholds, at different percentiles, on all kinds of different metrics +
          • +
          • Extra code to detect and expose possible causes +
          • +
          • Associated dashboards for each of these possible causes +
          • +
          +

          + The sources of potential complexity are never-ending. Like all software systems, monitoring can become so complex that it’s fragile, complicated to change, and a maintenance burden. +

          +

          + Therefore, design your monitoring system with an eye toward simplicity. In choosing what to monitor, keep the following guidelines in mind: +

          +
            +
          • The rules that catch real incidents most often should be as simple, predictable, and reliable as possible. +
          • +
          • Data collection, aggregation, and alerting configuration that is rarely exercised (e.g., less than once a quarter for some SRE teams) should be up for removal. +
          • +
          • Signals that are collected, but not exposed in any prebaked dashboard nor used by any alert, are candidates for removal. +
          • +
          +

          + In Google’s experience, basic collection and aggregation of metrics, paired with alerting and dashboards, has worked well as a relatively standalone system. (In fact Google’s monitoring system is broken up into several binaries, but typically people learn about all aspects of these binaries.) It can be tempting to combine monitoring with other aspects of inspecting complex systems, such as detailed system profiling, single-process debugging, tracking details about exceptions or crashes, load testing, log collection and analysis, or traffic inspection. While most of these subjects share commonalities with basic monitoring, blending together too many results in overly complex and fragile systems. As in many other aspects of software engineering, maintaining distinct systems with clear, simple, loosely coupled points of integration is a better strategy (for example, using web APIs for pulling summary data in a format that can remain constant over an extended period of time). +

          +
          +
          +

          + Tying These Principles Together +

          +

          + The principles discussed in this chapter can be tied together into a philosophy on monitoring and alerting that’s widely endorsed and followed within Google SRE teams. While this monitoring philosophy is a bit aspirational, it’s a good starting point for writing or reviewing a new alert, and it can help your organization ask the right questions, regardless of the size of your organization or the complexity of your service or system. +

          +

          + When creating rules for monitoring and alerting, asking the following questions can help you avoid false positives and pager burnout:24 +

          +
            +
          • Does this rule detect an otherwise undetected condition that is urgent, actionable, and actively or imminently user-visible?25 +
          • +
          • Will I ever be able to ignore this alert, knowing it’s benign? When and why will I be able to ignore this alert, and how can I avoid this scenario? +
          • +
          • Does this alert definitely indicate that users are being negatively affected? Are there detectable cases in which users aren’t being negatively impacted, such as drained traffic or test deployments, that should be filtered out? +
          • +
          • Can I take action in response to this alert? Is that action urgent, or could it wait until morning? Could the action be safely automated? Will that action be a long-term fix, or just a short-term workaround? +
          • +
          • Are other people getting paged for this issue, therefore rendering at least one of the pages unnecessary? +
          • +
          +

          + These questions reflect a fundamental philosophy on pages and pagers: +

          +
            +
          • Every time the pager goes off, I should be able to react with a sense of urgency. I can only react with a sense of urgency a few times a day before I become fatigued. +
          • +
          • Every page should be actionable. +
          • +
          • Every page response should require intelligence. If a page merely merits a robotic response, it shouldn’t be a page. +
          • +
          • Pages should be about a novel problem or an event that hasn’t been seen before. +
          • +
          +

          + Such a perspective dissipates certain distinctions: if a page satisfies the preceding four bullets, it’s irrelevant whether the page is triggered by white-box or black-box monitoring. This perspective also amplifies certain distinctions: it’s better to spend much more effort on catching symptoms than causes; when it comes to causes, only worry about very definite, very imminent causes. +

          +
          +
          +

          + Monitoring for the Long Term +

          +

          + In modern production systems, monitoring systems track an ever-evolving system with changing software architecture, load characteristics, and performance targets. An alert that’s currently exceptionally rare and hard to automate might become frequent, perhaps even meriting a hacked-together script to resolve it. At this point, someone should find and eliminate the root causes of the problem; if such resolution isn’t possible, the alert response deserves to be fully automated. +

          +

          + It’s important that decisions about monitoring be made with long-term goals in mind. Every page that happens today distracts a human from improving the system for tomorrow, so there is often a case for taking a short-term hit to availability or performance in order to improve the long-term outlook for the system. Let’s take a look at two case studies that illustrate this trade-off. +

          +
          +

          + Bigtable SRE: A Tale of Over-Alerting +

          +

          + Google’s internal infrastructure is typically offered and measured against a service level objective (SLO; see Service Level Objectives). Many years ago, the Bigtable service’s SLO was based on a synthetic well-behaved client’s mean performance. Because of problems in Bigtable and lower layers of the storage stack, the mean performance was driven by a "large" tail: the worst 5% of requests were often significantly slower than the rest. +

          +

          + Email alerts were triggered as the SLO approached, and paging alerts were triggered when the SLO was exceeded. Both types of alerts were firing voluminously, consuming unacceptable amounts of engineering time: the team spent significant amounts of time triaging the alerts to find the few that were really actionable, and we often missed the problems that actually affected users, because so few of them did. Many of the pages were non-urgent, due to well-understood problems in the infrastructure, and had either rote responses or received no response. +

          +

          + To remedy the situation, the team used a three-pronged approach: while making great efforts to improve the performance of Bigtable, we also temporarily dialed back our SLO target, using the 75th percentile request latency. We also disabled email alerts, as there were so many that spending time diagnosing them was infeasible. +

          +

          + This strategy gave us enough breathing room to actually fix the longer-term problems in Bigtable and the lower layers of the storage stack, rather than constantly fixing tactical problems. On-call engineers could actually accomplish work when they weren’t being kept up by pages at all hours. Ultimately, temporarily backing off on our alerts allowed us to make faster progress toward a better service. +

          +
          +
          +

          + Gmail: Predictable, Scriptable Responses from Humans +

          +

          + In the very early days of Gmail, the service was built on a retrofitted distributed process management system called Workqueue, which was originally created for batch processing of pieces of the search index. Workqueue was "adapted" to long-lived processes and subsequently applied to Gmail, but certain bugs in the relatively opaque codebase in the scheduler proved hard to beat. +

          +

          + At that time, the Gmail monitoring was structured such that alerts fired when individual tasks were “de-scheduled” by Workqueue. This setup was less than ideal because even at that time, Gmail had many, many thousands of tasks, each task representing a fraction of a percent of our users. We cared deeply about providing a good user experience for Gmail users, but such an alerting setup was unmaintainable. +

          +

          + To address this problem, Gmail SRE built a tool that helped “poke” the scheduler in just the right way to minimize impact to users. The team had several discussions about whether or not we should simply automate the entire loop from detecting the problem to nudging the rescheduler, until a better long-term solution was achieved, but some worried this kind of workaround would delay a real fix. +

          +

          + This kind of tension is common within a team, and often reflects an underlying mistrust of the team’s self-discipline: while some team members want to implement a “hack” to allow time for a proper fix, others worry that a hack will be forgotten or that the proper fix will be deprioritized indefinitely. This concern is credible, as it’s easy to build layers of unmaintainable technical debt by patching over problems instead of making real fixes. Managers and technical leaders play a key role in implementing true, long-term fixes by supporting and prioritizing potentially time-consuming long-term fixes even when the initial “pain” of paging subsides. +

          +

          + Pages with rote, algorithmic responses should be a red flag. Unwillingness on the part of your team to automate such pages implies that the team lacks confidence that they can clean up their technical debt. This is a major problem worth escalating. +

          +
          +
          +

          + The Long Run +

          +

          + A common theme connects the previous examples of Bigtable and Gmail: a tension between short-term and long-term availability. Often, sheer force of effort can help a rickety system achieve high availability, but this path is usually short-lived and fraught with burnout and dependence on a small number of heroic team members. Taking a controlled, short-term decrease in availability is often a painful, but strategic trade for the long-run stability of the system. It’s important not to think of every page as an event in isolation, but to consider whether the overall level of paging leads toward a healthy, appropriately available system with a healthy, viable team and long-term outlook. We review statistics about page frequency (usually expressed as incidents per shift, where an incident might be composed of a few related pages) in quarterly reports with management, ensuring that decision makers are kept up to date on the pager load and overall health of their teams. +

          +
          +
          +
          +

          + Conclusion +

          +

          + A healthy monitoring and alerting pipeline is simple and easy to reason about. It focuses primarily on symptoms for paging, reserving cause-oriented heuristics to serve as aids to debugging problems. Monitoring symptoms is easier the further "up" your stack you monitor, though monitoring saturation and performance of subsystems such as databases often must be performed directly on the subsystem itself. Email alerts are of very limited value and tend to easily become overrun with noise; instead, you should favor a dashboard that monitors all ongoing subcritical problems for the sort of information that typically ends up in email alerts. A dashboard might also be paired with a log, in order to analyze historical correlations. +

          +

          + Over the long haul, achieving a successful on-call rotation and product includes choosing to alert on symptoms or imminent real problems, adapting your targets to goals that are actually achievable, and making sure that your monitoring supports rapid diagnosis. +

          +
          +
          +

          + 22Sometimes known as "alert spam," as they are rarely read or acted on. +

          +

          + 23If 1% of your requests are 50x the average, it means that the rest of your requests are about twice as fast as the average. But if you’re not measuring your distribution, the idea that most of your requests are near the mean is just hopeful thinking. +

          +

          + 24See Applying Cardiac Alarm Management Techniques to Your On-Call [Hol14] for an example of alert fatigue in another context. +

          +

          + 25Zero-redundancy (N + 0) situations count as imminent, as do "nearly full" parts of your service! For more details about the concept of redundancy, see https://en.wikipedia.org/wiki/N%2B1_redundancy. +

          +
          +
          +
          +
          + +
          + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected-images.json new file mode 100644 index 0000000..e99978b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected-images.json @@ -0,0 +1,16 @@ +[ + "https:\/\/i.guim.co.uk\/img\/media\/df84b519a877d652e950ecd4248320eec985934e\/0_320_4800_2880\/master\/4800.jpg?width=1200&height=630&quality=85&auto=format&fit=crop&overlay-align=bottom%2Cleft&overlay-width=100p&overlay-base64=L2ltZy9zdGF0aWMvb3ZlcmxheXMvdGctZGVmYXVsdC5wbmc&s=af41545b21b557e4f57dd4221b6a7f89", + "https:\/\/i.guim.co.uk\/img\/media\/05cb692c634cd90e5411aab92ca3e649474ff786\/0_0_4800_3200\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=575838a657b26493e956c7f84b058080", + "https:\/\/i.guim.co.uk\/img\/media\/98c683a7df9c83b2c13de2d93ca1825199ed5150\/0_0_4800_3166\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=2f198e1958f140f3ac664a3fdd87177c", + "https:\/\/i.guim.co.uk\/img\/media\/0447972cf47ca67882fcfc648edf7e574b0853bc\/0_0_4800_3200\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=718132fd888108a18383c24a8425523b", + "https:\/\/i.guim.co.uk\/img\/media\/416800b8d06039780c3e6de28564e6f277b4e7b7\/0_0_4800_3200\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=c5a53178ebbe54490c97fad6b5e032c4", + "https:\/\/i.guim.co.uk\/img\/media\/8c207197c0a9e6f407dcddfded5f868a142c9cab\/0_0_4800_3200\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=0dd659ae339b1aea9a99ed7f6f8eadeb", + "https:\/\/i.guim.co.uk\/img\/media\/0d13adeb0790af5c5fa317ce477c323d0e1c773c\/0_0_4800_2334\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=41b88ee343b9be76688b88443c7a8958", + "https:\/\/i.guim.co.uk\/img\/media\/4973b41f53b8ade499f99a305b01157eca659ca5\/0_0_1200_900\/master\/1200.jpg?width=300&quality=85&auto=format&fit=max&s=7c255bf6f8a27c56365a86813cdd1517", + "https:\/\/i.guim.co.uk\/img\/media\/d1941b6a6908314fab28f44da222a4c892213341\/0_0_4800_3120\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=76a26a289728e3d625e57d32eced57d8", + "https:\/\/i.guim.co.uk\/img\/media\/14b462f5d9489def554e0f9f436f13aec332f7b8\/0_0_4278_4800\/master\/4278.jpg?width=300&quality=85&auto=format&fit=max&s=a45ec7578a392eec201d2f6920b609a0", + "https:\/\/i.guim.co.uk\/img\/media\/e2cf54c36f17c6894844ea0cdd4346288a002da9\/915_0_3172_3189\/master\/3172.jpg?width=300&quality=85&auto=format&fit=max&s=0bd8e9f51bdf79a6e0a15ed176cfb57d", + "https:\/\/i.guim.co.uk\/img\/media\/b5f3736b2ba2ef4df364258b0efcaba26f571d6e\/0_0_4800_3073\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=7fcadc35b3a44ebafe3c469c6e89241d", + "https:\/\/i.guim.co.uk\/img\/media\/d5aaf60e3a427f278747acf0c3e7ba39b39ef923\/0_0_4800_3200\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=1b74b488aedb864287ff160f86d74c9d", + "https:\/\/i.guim.co.uk\/img\/media\/3766106f73e858d5b140ae3cdd2eef84060180cd\/0_0_4800_3200\/master\/4800.jpg?width=300&quality=85&auto=format&fit=max&s=d2f5bb7c3c3642ac8733ca40509f6e20" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected-metadata.json new file mode 100644 index 0000000..47af67c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Eleanor Ainge Roy", + "Direction": null, + "Excerpt": "New Zealand\u2019s whale whisperers worry that manmade changes in the ocean are behind the spike in beachings", + "Image": "https:\/\/i.guim.co.uk\/img\/media\/df84b519a877d652e950ecd4248320eec985934e\/0_320_4800_2880\/master\/4800.jpg?width=1200&height=630&quality=85&auto=format&fit=crop&overlay-align=bottom%2Cleft&overlay-width=100p&overlay-base64=L2ltZy9zdGF0aWMvb3ZlcmxheXMvdGctZGVmYXVsdC5wbmc&s=af41545b21b557e4f57dd4221b6a7f89", + "Title": "'What is the sea telling us?': M\u0101ori tribes fearful over whale strandings | Eleanor Ainge Roy", + "SiteName": "the Guardian" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected.html new file mode 100644 index 0000000..b7faebd --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/guardian-1/expected.html @@ -0,0 +1,297 @@ +
          +

          + Whale whisperer Hori Parata was just seven years old when he attended his first mass stranding, a beaching of porpoises in New Zealand’s Northland, their cries screeching through the air on the deserted stretch of sand. +

          +

          + Seven decades later, Parata, 75, has now overseen more than 500 strandings and is renowned in New Zealand as the leading Māori whale expert, called on by tribes around the country for cultural guidance as marine strandings become increasingly complex and fatal. +

          +

          + “Man’s greed in the ocean is hurting the whales,” says Parata, a fierce and uncompromising elder of the Ngātiwai tribe of eastern Northland. +

          +
          + + + +
          + + + Hori Parata at his Pātaua farm, the place where he was born and grew up. +
          +
          +
          + +

          + “We’re having to put up with a lot of stuff today. The public want to hug the whales, they want to touch them, they want to feel good – that’s not the thing. We feel that is ridiculous.” +

          +

          + Whale experts regard New Zealand – or Aotearoa as it is called by Māori – as the whale stranding capital of the world, with more than 5,000 incidents recorded since 1840, and an average of 300 individual animals beaching themselves each year. +

          +
          + + + +
          + + + Kauri (Tekaurinui Robert) Parata, watched by his father Hori Parata, carves a traditional Maōri design at their home in Whangārei. Kauri is a member of the Manu Taupunga group that is the organising arm of the whale-body recovery operation started by his father, Hori Parata +
          +
          +
          + +

          + Concrete information on why whales strand remains elusive, but “sickness, navigational error, geographical features, a rapidly falling tide, being chased by a predator, or extreme weather” are all thought to contribute, according to the New Zealand Department of Conservation. +

          +

          + Climate change is to blame too, scientists think, with warming ocean temperatures moving whales’ prey closer to the shore and forcing them to pursue their food into shallow waters. +

          +
          + + + +
          + + + A bin of small whale bones. +
          +
          +
          +
          + + + +
          + + + The baleen recovered from a stranded Pygmy Right Whale. +
          +
          +
          +
          + + + +
          + + + Squid beaks, from the stomach of a Sperm Whale. +
          +
          +
          + +

          + ‘Unprecedented’ strandings +

          +

          + November marked the beginning of whale stranding season, and it started with a surge in incidents, according to whale rescue group Project Jonah, with 140 pilot whales beaching and dying on Stewart Island, 10 rare pygmy whales on Ninety Mile beach, 51 stranded and dead on the Chatham Islands and a spate of individual cases around the country. +

          +

          + And as more whales beach and die – from exhaustion, heat stroke or seagulls feasting on their flesh – an acute sense of grief is growing among New Zealand’s indigenous people, who regard whales as their ancestors and taonga (treasures). +

          +

          + “These days it is like a zoo. People just want to come and gawk at us, without even trying to understand what is happening with the animals and the environment,” says Parata, bristling with anger. +

          +
          + whale strandings +
          +

          + “When will we talk about what is hurting these animals out on the sea? They are drowning out there, they can’t breathe, they beach themselves to be with the Aunties.” +

          +

          + Ngātiwai believe the whales beach when they are ready to die and want to return to their families, the Māori people. Then, their human families use the whales’ gift of their bodies for sacred carvings, for traditional medicines, and even for compost. +

          +

          + There are marked tribal differences across New Zealand and while some tribes work to refloat stranded whales, others like Parata’s Ngātiwai stand back and allow the Department of Conservation and volunteer groups to take the lead in rescue efforts. +

          +

          + Then the tribe moves in en masse and holds a karakia (prayer), names each animal and sets to work removing their bones, blubber, eyes and teeth for cultural purposes. +

          +
          + + + +
          + + + Buck Cullen with his daughter Kaiarahi (10 months) in his back yard where he is storing a pair of massive Sperm Whale jawbones. Buck is a integral member of the whale recovery team, alongside Hori Parata. +
          +
          +
          + +

          + But indigenous elders say they aren’t being listened to when they tell the government their whale kin are sick, and trying to escape an increasingly polluted and unpredictable ocean. +

          +

          + Earlier this year in South Taranaki, a mass stranding that was described as “unprecedented” left the local Māori tribe scrambling. Security was brought in when thieves attacked a sperm whale with an axe, trying to remove valuable teeth from its jaw. +

          +
          + + + +
          + + + 12 Parāoa Whales (Sperm Whales) recently stranded on the South Taranaki coast of Kaupokonui, on a scale not seen on their coast in recent memory. +
          +
          +
          + +

          + Parata and his 22-year-old son, Te Kaurinui Robert Parata, were called in to assist. Te Kaurinui was called after the first whale his father ever named, and left university this year to return to Whangārei and study whale tikanga (protocol) and carving. +

          +

          + He says mass strandings are getting more local and international attention and money from donations, but traditional knowledge is being dismissed as overly spiritual. +

          +
          + + + +
          + + + Kauri (Tekaurinui Robert) Parata, of the New Zealand Māori tribe Ngāti Wai, in front of the carving shed at Hihiaua Cultural Centre in Whangarei +
          +
          +
          + +

          + ‘We need to listen’ +

          +

          + Māori harvest rights over dead whales have only been officially recognised since 1998, and the practice still elicits horror from some New Zealanders and visitors. +

          +

          + “Our own ancestors wouldn’t say to go down there and hug the whales. That’s a modern thing,” says Te Kaurinui. +

          +
          + + + +
          + + + The Pou in front of the carving shed at Hihiaua Cultural centre +
          +
          +
          +
          + + + +
          + + + Kauri (Tekaurinui Robert) Parata, holds three whale teeth recovered from a beached whale. The middle tooth shows the marks where a poacher had attempted to hack it out with an axe before the recovery group arrived. Kauri is a member of the Manu Taupunga group that is the organising arm of the whale-body recovery operation started by his father, Hori Parata. +
          +
          +
          +

          + The Ngātiwai are investigating a possible link between the crisis of the dieback disease killing New Zealand’s native kauri trees – and threatening the giant Tāne Mahuta, which may be 2,000 years old – and the increase in whale strandings. +

          +

          + Parata and his family believe whale oil and byproducts could be used to try to cure Kauri dieback, and want more government money and attention directed towards indigenous knowledge of the interconnectedness of the New Zealand environment, and possible indigenous solutions. +

          +

          + “People dismiss us when we tell them our spiritual understanding of whales – why they are beaching, why they are hurting,” says Te Kaurinui. +

          +
          + + + +
          + + + Whangārei Harbour from Tamaterau, looking south through Mangrove sprouts coming up through the harbourside silt. +
          +
          +
          + +

          + “We are not foreigners in this land. We did not take this land off anyone else. We were not lost waiting for some bullheads to tell us what was going on.” +

          +

          + Kaitaia conservation department ranger Jamie Werner of Ngātiwai recently attended his first mass beaching on Ninety Mile Beach. It was the first recorded time pygmy whales had stranded on New Zealand shores. +

          +

          + “I arrived at the beach and we leapfrogged between the animals. They were calling out to each other and reassuring each other,” says Werner. “It was a shock. We’re working to adapt but the ocean is changing so fast.” +

          +
          + + + +
          + + + The skull of a Brydes whale, in the storage container at Hihiaua Cultural Centre, Whangārei. +
          +
          +
          + +
          + + + +
          + + + A large calibre bullet of the type that the New Zealand Department of Conservation (DOC) uses for euthanasing stranded whales that are beyond rescue. +
          +
          +
          +

          + The recent spate of mass strandings has been described as “heartbreaking” by the conservation department. +

          +

          + But for Parata and his family the slow, painful deaths of their ancestors are personal – and ultimately devastating – for the health of the tribe and the sea. +

          +

          + “It’s very emotional. Our ancestors tell us the strandings are a sign from the sea. So what is the sea telling us? We need to listen.” +

          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/guardian-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/guardian-1/source.html new file mode 100644 index 0000000..a613162 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/guardian-1/source.html @@ -0,0 +1,1369 @@ + + + + + 'What is the sea telling us?': Māori tribes fearful over whale strandings | Eleanor Ainge Roy | Environment | The Guardian + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + +
          +
          + + + +
          +
          +
          + +
          +
          +
          +
          + +

          + New Zealand’s whale whisperers worry that manmade changes in the ocean are behind the spike in beachings +

          +

          + by (reporting) and Adrian Malloch (photography) +

          +
          +
          + Main image: Whale expert Hori Parata. Photograph: Adrian Malloch for the Guardian +
          +
          +
          +
          +
          +
          +
          +
          + +
          + + +
          +
          +

          + 'What is the sea telling us?': Māori tribes fearful over whale strandings +

          +
          +
          +
          +
          + +
          +

          + Whale whisperer Hori Parata was just seven years old when he attended his first mass stranding, a beaching of porpoises in New Zealand’s Northland, their cries screeching through the air on the deserted stretch of sand. +

          +

          + Seven decades later, Parata, 75, has now overseen more than 500 strandings and is renowned in New Zealand as the leading Māori whale expert, called on by tribes around the country for cultural guidance as marine strandings become increasingly complex and fatal. +

          +

          + “Man’s greed in the ocean is hurting the whales,” says Parata, a fierce and uncompromising elder of the Ngātiwai tribe of eastern Northland. +

          +
          + + + +
          + + + Hori Parata at his Pātaua farm, the place where he was born and grew up. +
          +
          +
          +
            +
          • +

            + Hori Parata at his Pātaua farm, the place where he was born and grew up +

            +
          • +
          +

          + “We’re having to put up with a lot of stuff today. The public want to hug the whales, they want to touch them, they want to feel good – that’s not the thing. We feel that is ridiculous.” +

          +

          + Whale experts regard New Zealand – or Aotearoa as it is called by Māori – as the whale stranding capital of the world, with more than 5,000 incidents recorded since 1840, and an average of 300 individual animals beaching themselves each year. +

          +
          + + + +
          + + + Kauri (Tekaurinui Robert) Parata, watched by his father Hori Parata, carves a traditional Maōri design at their home in Whangārei. Kauri is a member of the Manu Taupunga group that is the organising arm of the whale-body recovery operation started by his father, Hori Parata +
          +
          +
          +
            +
          • +

            + Kauri (Te Kaurinui Robert) Parata, watched by his father, Hori Parata, carves a traditional Māori design at their home in Whangārei. Kauri is a member of the Manu Taupunga group that is the organising arm of the whale-body recovery operation started by his father +

            +
          • +
          +

          + Concrete information on why whales strand remains elusive, but “sickness, navigational error, geographical features, a rapidly falling tide, being chased by a predator, or extreme weather” are all thought to contribute, according to the New Zealand Department of Conservation. +

          +

          + Climate change is to blame too, scientists think, with warming ocean temperatures moving whales’ prey closer to the shore and forcing them to pursue their food into shallow waters. +

          +
          + + + +
          + + + A bin of small whale bones. +
          +
          +
          +
          + + + +
          + + + The baleen recovered from a stranded Pygmy Right Whale. +
          +
          +
          +
          + + + +
          + + + Squid beaks, from the stomach of a Sperm Whale. +
          +
          +
          +
            +
          • +

            + Clockwise from top: small whale bones; squid beaks, from the stomach of a sperm whale; the baleen filter-feeder system recovered from a stranded pygmy right whale. +

            +
          • +
          +

          + ‘Unprecedented’ strandings +

          +

          + November marked the beginning of whale stranding season, and it started with a surge in incidents, according to whale rescue group Project Jonah, with 140 pilot whales beaching and dying on Stewart Island, 10 rare pygmy whales on Ninety Mile beach, 51 stranded and dead on the Chatham Islands and a spate of individual cases around the country. +

          +

          + And as more whales beach and die – from exhaustion, heat stroke or seagulls feasting on their flesh – an acute sense of grief is growing among New Zealand’s indigenous people, who regard whales as their ancestors and taonga (treasures). +

          +

          + “These days it is like a zoo. People just want to come and gawk at us, without even trying to understand what is happening with the animals and the environment,” says Parata, bristling with anger. +

          +
          + whale strandings +
          +

          + “When will we talk about what is hurting these animals out on the sea? They are drowning out there, they can’t breathe, they beach themselves to be with the Aunties.” +

          +

          + Ngātiwai believe the whales beach when they are ready to die and want to return to their families, the Māori people. Then, their human families use the whales’ gift of their bodies for sacred carvings, for traditional medicines, and even for compost. +

          +

          + There are marked tribal differences across New Zealand and while some tribes work to refloat stranded whales, others like Parata’s Ngātiwai stand back and allow the Department of Conservation and volunteer groups to take the lead in rescue efforts. +

          +

          + Then the tribe moves in en masse and holds a karakia (prayer), names each animal and sets to work removing their bones, blubber, eyes and teeth for cultural purposes. +

          +
          + + + +
          + + + Buck Cullen with his daughter Kaiarahi (10 months) in his back yard where he is storing a pair of massive Sperm Whale jawbones. Buck is a integral member of the whale recovery team, alongside Hori Parata. +
          +
          +
          +
            +
          • +

            + Buck Cullen with his daughter Kaiarahi (10 months) in his backyard, where he is storing a pair of massive sperm whale jawbones. Cullen is an integral member of Hori Parata’s whale recovery team +

            +
          • +
          +

          + But indigenous elders say they aren’t being listened to when they tell the government their whale kin are sick, and trying to escape an increasingly polluted and unpredictable ocean. +

          +

          + Earlier this year in South Taranaki, a mass stranding that was described as “unprecedented” left the local Māori tribe scrambling. Security was brought in when thieves attacked a sperm whale with an axe, trying to remove valuable teeth from its jaw. +

          +
          + + + +
          + + + 12 Parāoa Whales (Sperm Whales) recently stranded on the South Taranaki coast of Kaupokonui, on a scale not seen on their coast in recent memory. +
          +
          +
          +
            +
          • +

            + 12 parāoa whales (sperm whales) recently stranded on the South Taranaki coast of Kaupokonui, on a scale not seen near this location in recent memory +

            +
          • +
          +

          + Parata and his 22-year-old son, Te Kaurinui Robert Parata, were called in to assist. Te Kaurinui was called after the first whale his father ever named, and left university this year to return to Whangārei and study whale tikanga (protocol) and carving. +

          +

          + He says mass strandings are getting more local and international attention and money from donations, but traditional knowledge is being dismissed as overly spiritual. +

          +
          + + + +
          + + + Kauri (Tekaurinui Robert) Parata, of the New Zealand Māori tribe Ngāti Wai, in front of the carving shed at Hihiaua Cultural Centre in Whangarei +
          +
          +
          +
            +
          • +

            + Clockwise from top: Te Kaurinui Parata, in front of the carving shed at Hihiaua Cultural Centre in Whangārei; Parata holds three whale teeth recovered from a beached whale – the middle one shows marks where a poacher had attempted to hack it out with an axe before the recovery group arrived; the Pou, a tribal identifier, in front of the carving shed. +

            +
          • +
          +

          + ‘We need to listen’ +

          +

          + Māori harvest rights over dead whales have only been officially recognised since 1998, and the practice still elicits horror from some New Zealanders and visitors. +

          +

          + “Our own ancestors wouldn’t say to go down there and hug the whales. That’s a modern thing,” says Te Kaurinui. +

          +
          + + + +
          + + + The Pou in front of the carving shed at Hihiaua Cultural centre +
          +
          +
          +
          + + + +
          + + + Kauri (Tekaurinui Robert) Parata, holds three whale teeth recovered from a beached whale. The middle tooth shows the marks where a poacher had attempted to hack it out with an axe before the recovery group arrived. Kauri is a member of the Manu Taupunga group that is the organising arm of the whale-body recovery operation started by his father, Hori Parata. +
          +
          +
          +

          + The Ngātiwai are investigating a possible link between the crisis of the dieback disease killing New Zealand’s native kauri trees – and threatening the giant Tāne Mahuta, which may be 2,000 years old – and the increase in whale strandings. +

          +

          + Parata and his family believe whale oil and byproducts could be used to try to cure Kauri dieback, and want more government money and attention directed towards indigenous knowledge of the interconnectedness of the New Zealand environment, and possible indigenous solutions. +

          +

          + “People dismiss us when we tell them our spiritual understanding of whales – why they are beaching, why they are hurting,” says Te Kaurinui. +

          +
          + + + +
          + + + Whangārei Harbour from Tamaterau, looking south through Mangrove sprouts coming up through the harbourside silt. +
          +
          +
          +
            +
          • +

            + Whangārei Harbour seen from Tamaterau, with mangrove sprouts coming up through the harbourside silt +

            +
          • +
          +

          + “We are not foreigners in this land. We did not take this land off anyone else. We were not lost waiting for some bullheads to tell us what was going on.” +

          +

          + Kaitaia conservation department ranger Jamie Werner of Ngātiwai recently attended his first mass beaching on Ninety Mile Beach. It was the first recorded time pygmy whales had stranded on New Zealand shores. +

          +

          + “I arrived at the beach and we leapfrogged between the animals. They were calling out to each other and reassuring each other,” says Werner. “It was a shock. We’re working to adapt but the ocean is changing so fast.” +

          +
          + + + +
          + + + The skull of a Brydes whale, in the storage container at Hihiaua Cultural Centre, Whangārei. +
          +
          +
          +
            +
          • +

            + Above, the skull of a bryde’s whale; right, a large-calibre bullet of the type that the New Zealand Department of Conservation uses for euthanasing stranded whales that are beyond rescue +

            +
          • +
          +
          + + + +
          + + + A large calibre bullet of the type that the New Zealand Department of Conservation (DOC) uses for euthanasing stranded whales that are beyond rescue. +
          +
          +
          +

          + The recent spate of mass strandings has been described as “heartbreaking” by the conservation department. +

          +

          + But for Parata and his family the slow, painful deaths of their ancestors are personal – and ultimately devastating – for the health of the tribe and the sea. +

          +

          + “It’s very emotional. Our ancestors tell us the strandings are a sign from the sea. So what is the sea telling us? We need to listen.” +

          +
          + +
          +
          + +
          +
          +
          + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/heise/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/heise/expected-images.json new file mode 100644 index 0000000..07cba8b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/heise/expected-images.json @@ -0,0 +1,4 @@ +[ + "http:\/\/www.heise.de\/imgs\/18\/1\/4\/6\/2\/3\/5\/1\/Barcode-Scanner-With-Border-f0c62350bd8d9d96.jpeg", + "http:\/\/3.f.ix.de\/scale\/geometry\/600\/q75\/imgs\/18\/1\/4\/6\/2\/3\/5\/1\/Barcode-Scanner-With-Border-fc08c913da5cea5d.jpeg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/heise/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/heise/expected-metadata.json new file mode 100644 index 0000000..bb8e4c4 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/heise/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Mac & i", + "Direction": null, + "Excerpt": "Das in der iOS-Version bereits enthaltene TOTP-Feature ist nun auch für OS X 10.10 verfügbar. Zudem gibt es neue Zusatzfelder in der Datenbank und weitere Verbesserungen.", + "Image": "http:\/\/www.heise.de\/imgs\/18\/1\/4\/6\/2\/3\/5\/1\/Barcode-Scanner-With-Border-f0c62350bd8d9d96.jpeg", + "Title": "1Password für Mac generiert Einmal-Passwörter", + "SiteName": "Mac & i" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/heise/expected.html b/vendor/fivefilters/readability.php/test/test-pages/heise/expected.html new file mode 100644 index 0000000..35c7971 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/heise/expected.html @@ -0,0 +1,34 @@ +
          + + +
          + + +
          + +

          1Password scannt auch QR-Codes.

          + + +

          (Bild: Hersteller)

          + +
          + +
          + + + +

          Das in der iOS-Version bereits enthaltene TOTP-Feature ist nun auch für OS X 10.10 verfügbar. Zudem gibt es neue Zusatzfelder in der Datenbank und weitere Verbesserungen.

          +

          AgileBits hat Version 5.3 seines bekannten Passwortmanagers 1Password für OS X freigegeben. Mit dem Update wird eine praktische Funktion nachgereicht, die die iOS-Version der Anwendung bereits seit längerem beherrscht: Das direkte Erstellen von Einmal-Passwörtern. Unterstützt wird dabei der TOTP-Standard (Time-Based One-Time Passwords), den unter anderem Firmen wie Evernote, Dropbox oder Google einsetzen, um ihre Zugänge besser abzusichern. Neben Account und regulärem Passwort wird dabei dann ein Zusatzcode verlangt, der nur kurze Zeit gilt.

          +

          Zur TOTP-Nutzung muss zunächst ein Startwert an 1Password übergeben werden. Das geht unter anderem per QR-Code, den die App über ein neues Scanfenster selbst einlesen kann – etwa aus dem Webbrowser. Eine Einführung in die Technik gibt ein kurzes Video. Die TOTP-Unterstützung in 1Password erlaubt es, auf ein zusätzliches Gerät (z.B. ein iPhone) neben dem Mac zu verzichten, das den Code liefert – was allerdings auch die Sicherheit verringert, weil es keinen "echten" zweiten Faktor mehr gibt.

          +

          Update 5.3 des Passwortmanagers liefert auch noch weitere Verbesserungen. So gibt es die Möglichkeit, FaceTime-Audio- oder Skype-Anrufe aus 1Password zu starten, die Zahl der Zusatzfelder in der Datenbank wurde erweitert und der Umgang mit unterschiedlichen Zeitzonen klappt besser. Die Engine zur Passworteingabe im Browser soll beschleunigt worden sein.

          +

          1Password kostet aktuell knapp 50 Euro im Mac App Store und setzt in seiner aktuellen Version mindestens OS X 10.10 voraus. + + + +(bsc) +
          + + +

          + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/heise/source.html b/vendor/fivefilters/readability.php/test/test-pages/heise/source.html new file mode 100644 index 0000000..5ac581f --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/heise/source.html @@ -0,0 +1,887 @@ + + + 1Password für Mac generiert Einmal-Passwörter | Mac & i + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + +
          +
          + + + + + + +
          +
          +
          + +
          + + +
            +
          • Mac & i Twitter
          • +
          • Mac & i Facebook
          • +
          • Mac & i Google+
          • +
          • Mac & i YouTube
          • +
          • +
            +
            Mac & i Apps
            +
            Mac & i für das iPhone
            +
            Mac & i für das iPad
            +
            +
          • +
          + + + + +
          + +
          + + +
          Anzeige
          + +
          + + + + + + + + + + + +
          +
          Webcode:
          www.mac-and-i.de/
          +
          + + + +
          +
          + + + + + + + + + + + + + + + + +

          + Anzeige
          + + + +

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +
          +
          +
          +
          + +
          +
          +
          + +
          +
          +
          + + + + +
          + + + + + + + + + + + + + + + + + + + + +
          + + + + + + + + + + + + + + +
          + + + + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-images.json new file mode 100644 index 0000000..a26021c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/api.news.com.au\/content\/1.0\/heraldsun\/images\/1227261885862?format=jpg&group=iphone&size=medium" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-metadata.json new file mode 100644 index 0000000..1024132 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "JOE HILDEBRAND", + "Direction": null, + "Excerpt": "A HIGH-powered federal government team has been doing the rounds of media organisations in the past few days in an attempt to allay concerns about the impact of new surveillance legislation on press freedom. It failed.", + "Image": "http:\/\/api.news.com.au\/content\/1.0\/heraldsun\/images\/1227261885862?format=jpg&group=iphone&size=medium", + "Title": "Angry media won’t buckle over new surveillance laws", + "SiteName": "HeraldSun" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected.html new file mode 100644 index 0000000..988c78c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected.html @@ -0,0 +1,21 @@ +
          +
          +

          A new Bill would require telecommunications service providers to store so-called ‘metadat +

          +

          + A new Bill would require telecommunications service providers to store so-called ‘metadata’ for two years. + Source: + Supplied +

          +
          +

          + A HIGH-powered federal government team has been doing the rounds of media organisations in the past few days in an attempt to allay concerns about the impact of new surveillance legislation on press freedom. It failed. +

          +

          The roadshow featured the Prime Minister’s national security adviser, Andrew Shearer, Justin Bassi, who advises Attorney-General George Brandis on crime and security matters, and Australian Federal Police Commissioner Andrew Colvin. Staffers from the office of Communications Minister Malcolm Turnbull also took part.

          They held meetings with executives from News Corporation and Fairfax, representatives of the TV networks, the ABC top brass and a group from the media union and the Walkley journalism foundation. I was involved as a member of the Walkley board.

          The initiative, from Tony Abbott’s office, is evidence that the Government has been alarmed by the strength of criticism from media of the Data Retention Bill it wants passed before Parliament rises in a fortnight. Bosses, journalists, even the Press Council, are up in arms, not only over this measure, but also over aspects of two earlier pieces of national security legislation that interfere with the ability of the media to hold government to account.

          + + + +
          +

          The Bill would require telecommunications service providers to store so-called “metadata” — the who, where, when and how of a communication, but not its content — for two years so security and law enforcement agencies can access it without warrant. Few would argue against the use of such material to catch criminals or terrorists. But, as Parliament’s Joint Committee on Intelligence and Security has pointed out, it would also be used “for the purpose of determining the identity of a journalist’s sources”.

          And that should ring warning bells for anyone genuinely concerned with the health of our democracy. Without the ability to protect the identity of sources, journalists would be greatly handicapped in exposing corruption, dishonesty, waste, incompetence and misbehaviour by public officials.

          The Press Council is concerned the laws would crush investigative journalism.

          “These legitimate concerns cannot be addressed effectively short of exempting journalists and media organisations,” says president David Weisbrot.

          The media union is adamant journalists’ metadata must be exempted from the law. That’s what media bosses want, too, though they have a fallback position based on new safeguards being implemented in Britain.

          That would prevent access to the metadata of journalists or media organisations without a judicial warrant. There would be a code including — according to the explanatory notes of the British Bill — “provision to protect the public interest in the confidentiality of journalistic sources”.

          In their meetings this week, the government team boasted of concessions in the new Data Retention Bill. The number of agencies able to access metadata will be reduced by excluding such organisations as the RSPCA and local councils. And whenever an authorisation is issued for access to information about a journalist’s sources, the Ombudsman (or, where ASIO is involved, the Inspector-General of Intelligence and Security) will receive a copy.

          That does nothing to solve the problem. The Government has effectively admitted as much by agreeing that the parliamentary committee should conduct a separate review of how to deal with the issue of journalists’ sources.

          But another inquiry would be a waste of time — the committee has already received and considered dozens of submissions on the subject. The bottom line is that the Government does not deny that the legislation is flawed, but is demanding it be passed anyway with the possibility left open of a repair job down the track. That is a ridiculous approach.

          Claims that immediate action is imperative do not stand up. These are measures that won’t come into full effect for two years. Anyway, amending the Bill to either exempt journalists or adopt the UK model could be done quickly, without any risk to national security.

          AS Opposition Leader Bill Shorten said in a letter to Abbott last month: “Press freedom concerns about mandatory data retention would ideally be addressed in this Bill to avoid the need for future additional amendments or procedures to be put in place in the future.”

          The Data Retention Bill will be debated in the House of Representatives this week. Then, on Friday, CEOs from leading media organisations will front the parliamentary committee to air their concerns before the legislation goes to the Senate.

          Those CEOs should make it clear they are just as angry about this as they were about Stephen Conroy’s attempt to impinge on press freedom through media regulation under the previous Labor government.

          Memories of the grief Conroy brought down on his head would undoubtedly make Abbott sit up and take notice.

          LAURIE OAKES IS THE NINE NETWORK POLITICAL EDITOR

          +
          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/source.html new file mode 100644 index 0000000..050bed4 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/source.html @@ -0,0 +1,1193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Angry media won’t buckle over new surveillance laws + | Herald Sun + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + +
          +
          + +
          +
          + +
          +
          +

          +

          Laurie Oakes

          +

          +
          +
          +

          + Angry media won’t buckle over new surveillance laws +

          +
          + +
          +
          +
          +
          +
          + A new Bill would require telecommunications service providers to store so-called ‘metadat +
          +

          + A new Bill would require telecommunications service providers to store so-called ‘metadata’ for two years. + Source: + Supplied +

          +
          +
          +
          +

          + A HIGH-powered federal government team has been doing the rounds of media organisations in the past few days in an attempt to allay concerns about the impact of new surveillance legislation on press freedom. It failed. +

          +
          +

          The roadshow featured the Prime Minister’s national security adviser, Andrew Shearer, Justin Bassi, who advises Attorney-General George Brandis on crime and security matters, and Australian Federal Police Commissioner Andrew Colvin. Staffers from the office of Communications Minister Malcolm Turnbull also took part.

          They held meetings with executives from News Corporation and Fairfax, representatives of the TV networks, the ABC top brass and a group from the media union and the Walkley journalism foundation. I was involved as a member of the Walkley board.

          The initiative, from Tony Abbott’s office, is evidence that the Government has been alarmed by the strength of criticism from media of the Data Retention Bill it wants passed before Parliament rises in a fortnight. Bosses, journalists, even the Press Council, are up in arms, not only over this measure, but also over aspects of two earlier pieces of national security legislation that interfere with the ability of the media to hold government to account.

          + +
          +
          + +
          + +
          + +
          +
          +
          +

          The Bill would require telecommunications service providers to store so-called “metadata” — the who, where, when and how of a communication, but not its content — for two years so security and law enforcement agencies can access it without warrant. Few would argue against the use of such material to catch criminals or terrorists. But, as Parliament’s Joint Committee on Intelligence and Security has pointed out, it would also be used “for the purpose of determining the identity of a journalist’s sources”.

          And that should ring warning bells for anyone genuinely concerned with the health of our democracy. Without the ability to protect the identity of sources, journalists would be greatly handicapped in exposing corruption, dishonesty, waste, incompetence and misbehaviour by public officials.

          The Press Council is concerned the laws would crush investigative journalism.

          “These legitimate concerns cannot be addressed effectively short of exempting journalists and media organisations,” says president David Weisbrot.

          The media union is adamant journalists’ metadata must be exempted from the law. That’s what media bosses want, too, though they have a fallback position based on new safeguards being implemented in Britain.

          That would prevent access to the metadata of journalists or media organisations without a judicial warrant. There would be a code including — according to the explanatory notes of the British Bill — “provision to protect the public interest in the confidentiality of journalistic sources”.

          In their meetings this week, the government team boasted of concessions in the new Data Retention Bill. The number of agencies able to access metadata will be reduced by excluding such organisations as the RSPCA and local councils. And whenever an authorisation is issued for access to information about a journalist’s sources, the Ombudsman (or, where ASIO is involved, the Inspector-General of Intelligence and Security) will receive a copy.

          That does nothing to solve the problem. The Government has effectively admitted as much by agreeing that the parliamentary committee should conduct a separate review of how to deal with the issue of journalists’ sources.

          But another inquiry would be a waste of time — the committee has already received and considered dozens of submissions on the subject. The bottom line is that the Government does not deny that the legislation is flawed, but is demanding it be passed anyway with the possibility left open of a repair job down the track. That is a ridiculous approach.

          Claims that immediate action is imperative do not stand up. These are measures that won’t come into full effect for two years. Anyway, amending the Bill to either exempt journalists or adopt the UK model could be done quickly, without any risk to national security.

          AS Opposition Leader Bill Shorten said in a letter to Abbott last month: “Press freedom concerns about mandatory data retention would ideally be addressed in this Bill to avoid the need for future additional amendments or procedures to be put in place in the future.”

          The Data Retention Bill will be debated in the House of Representatives this week. Then, on Friday, CEOs from leading media organisations will front the parliamentary committee to air their concerns before the legislation goes to the Senate.

          Those CEOs should make it clear they are just as angry about this as they were about Stephen Conroy’s attempt to impinge on press freedom through media regulation under the previous Labor government.

          Memories of the grief Conroy brought down on his head would undoubtedly make Abbott sit up and take notice.

          LAURIE OAKES IS THE NINE NETWORK POLITICAL EDITOR

          +
          +
          +
          + + +
          + +
          +
          + + +
          +
          + + + + +
          +
          +
          +
          +
          +
          +
          +
          +
          + + + + + + + +
          +
          +

          Other Opinion Columns

          +
          +
          +
          +
          +
          +
          + + + +

          + Editorial + Fraser’s lasting legacy +

          + Fraser’s lasting legacy + +

          + + MALCOLM Fraser — an effective prime minister controversially installed, soundly elected and re-elected, a relentless contributor, thinker and reformer, a blue-blooded egalitarian. +

          + + +
          +
          + + + +

          + Wave of stupidity + Doctor knows best, not Starbeam Fantapants +

          + Doctor knows best, not Starbeam Fantapants + +

          + + HOW is it that ideas and philosophies that are patently absurd capture people’s imagination? It seems we’re being swamped by a wave of stupidity. +

          + + +
          +
          + + + +

          + Ikea challenge + Good for some, but I’m not buying it +

          + Good for some, but I’m not buying it + +

          + + THE good thing about Ikea is that it’s cheap and good quality. The bad thing is the whole, exhausting business of shopping at their stores. +

          + + +
          +
          + + + +

          + True liberal + Ex-PM a man of contrasts +

          + Ex-PM a man of contrasts + +

          + + IT was said that Malcolm Fraser moved to the Left after losing office but the former PM didn’t change - he was always a “small l” liberal. +

          + + +
          +
          + + + +

          + Own backyard + Let’s make local issues a priority +

          + Let’s make local issues a priority + +

          + + IT’S nice to think Australia is a player on the world stage but, really, we’re not. So forget global posturing and let’s sort out our own backyard. +

          + + +
          +
          +
          +
          +
          +
          + + + + + +
          +
          + +
          + + + + + + + + + + + + + + + + +
          +
          + + + + +
          +
          + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-metadata.json new file mode 100644 index 0000000..332533a --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.", + "Image": null, + "Title": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected.html b/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected.html new file mode 100644 index 0000000..4315329 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected.html @@ -0,0 +1,14 @@ +
          + +

          + Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. +

          +

          + Secondary header +

          + +

          + Third header +

          + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/source.html b/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/source.html new file mode 100644 index 0000000..e0699a0 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/source.html @@ -0,0 +1,29 @@ + + + + + + Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt + + + +

          + Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt +

          +

          + Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. +

          +

          + Secondary header +

          +

          + Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. +

          +

          + Third header +

          + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-images.json new file mode 100644 index 0000000..1e62b57 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-images.json @@ -0,0 +1,10 @@ +[ + "http:\/\/fakehost\/366\/logo_bana\/corner_1.gif", + "http:\/\/fakehost\/366\/logo_bana\/corner_2.gif", + "http:\/\/fakehost\/gazou\/pc_gazou\/aesop\/aesop052.jpg", + "http:\/\/fakehost\/gazou\/origami_gazou\/kantan\/dogface.gif", + "http:\/\/fakehost\/gazou\/origami_gazou\/kantan\/dog.gif", + "http:\/\/fakehost\/gazou\/pc_gazou\/all\/top_bana\/back_logo_r.gif", + "file:\/\/\/C|\/Documents%20and%20Settings\/%E7%A6%8F%E5%A8%98note\/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97\/company_website15\/image\/spacer.gif", + "file:\/\/\/C|\/Documents%20and%20Settings\/%E7%A6%8F%E5%A8%98note\/%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-metadata.json new file mode 100644 index 0000000..b16149a --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "福娘童話集 > きょうのイソップ童話 > 1月のイソップ童話 > 欲張りなイヌ", + "Image": null, + "Title": "欲張りなイヌ <福娘童話集 きょうのイソップ童話>", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected.html b/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected.html new file mode 100644 index 0000000..1d63a9e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected.html @@ -0,0 +1,227 @@ +
          + + + + + + + + + +
          + + + +
          + + + + + + + + + +
          + + +
          +   +
          + + +

          + 福娘童話集 > きょうのイソップ童話 > 1月のイソップ童話 > 欲張りなイヌ +

          +
          +

          元旦のイソップ童話

          よくばりなイヌ

          + 欲張りなイヌ

          ひらがな ←→ 日本語・英語 ←→ English

          +
          + + + + + + + + + + + + +
          + + + おりがみをつくろう + + ( おりがみくらぶ より) + + +
          +

          + 犬の顔の折り紙いぬのかお   犬の顔の紙いぬ +

          +
          +
          + + + + + + + + + + + + +
          + ♪音声配信(html5) +
          + +
          + 亜姫の朗読☆ イソップ童話より +
          +

          +  肉をくわえたイヌが、橋を渡っていました。  ふと下を見ると、川の中にも肉をくわえたイヌがいます。 イヌはそれを見て、思いました。(あいつの肉の方が、大きそうだ)  イヌは、くやしくてたまりません。 (そうだ、あいつをおどかして、あの肉を取ってやろう)  そこでイヌは、川の中のイヌに向かって思いっきり吠えました。 「ウゥー、ワン!!」  そのとたん、くわえていた肉はポチャンと川の中に落ちてしまいました。 「ああー、ぁぁー」  川の中には、がっかりしたイヌの顔がうつっています。  さっきの川の中のイヌは、水にうつった自分の顔だったのです。  同じ物を持っていても、人が持っている物の方が良く見え、また、欲張るとけっきょく損をするというお話しです。 +

          +

          + おしまい +

          +
          +

          前のページへ戻る

          + + + + + + + + + + + + + +
          + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +      1月 1日の豆知識

          + 366日への旅

          +
          + きょうの記念日元旦 +
          + きょうの誕生花松(まつ) +
          + きょうの誕生日・出来事1949年 Mr.マリック(マジシャン) +
          + 恋の誕生日占い自分の考えをしっかりと持った女の子。 +
          + なぞなぞ小学校○(丸)を取ったらお母さんになってしまう男の人は? +
          + あこがれの職業紹介歌手 +
          + 恋の魔法とおまじない 001両思いになれる おまじない +
          +   1月 1日の童話・昔話

          + 福娘童話集

          +
          + きょうの日本昔話ネコがネズミを追いかける訳 +
          + きょうの世界昔話モンゴルの十二支話 +
          + きょうの日本民話仕事の取替えっこ +
          + きょうのイソップ童話欲張りなイヌ +
          + きょうの江戸小話ぞうきんとお年玉 +
          + きょうの百物語百物語の幽霊 +
          + + + + + + + + + + + + + + + + + + + + + +
          + 福娘のサイト +
          + 366日への旅

          毎日の記念日・誕生花 ・有名人の誕生日と性格判断

          +
          + 福娘童話集

          世界と日本の童話と昔話

          +
          + 女の子応援サイト -さくら-

          誕生日占い、お仕事紹介、おまじない、など

          +
          + 子どもの病気相談所

          病気検索と対応方法、症状から検索するWEB問診

          +
          + 世界60秒巡り

          国旗国歌や世界遺産など、世界の国々の豆知識

          +
          + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/hukumusume/source.html b/vendor/fivefilters/readability.php/test/test-pages/hukumusume/source.html new file mode 100644 index 0000000..7cbaacd --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/hukumusume/source.html @@ -0,0 +1,356 @@ + + + + + 欲張りなイヌ <福娘童話集 きょうのイソップ童話> + + + + + + + + + + + + + + + + +
          +
          + + + + + + + + +
          + 福娘童話集 > きょうのイソップ童話 + + 福娘童話集 きょうのイソップ童話 + + 童話・昔話・おとぎ話の福娘童話集 +
          +
          +
          + + + + + + + + +
          + + + +
          + + + + + + + + + +
          + + +
          +   +
          +
          +

          + 福娘童話集 > きょうのイソップ童話 > 1月のイソップ童話 > 欲張りなイヌ +

          +

          + 元旦のイソップ童話
          +
          +
          +
          + よくばりなイヌ
          +
          +
          +
          + 欲張りなイヌ
          +
          +
          +
          + ひらがな ←→ 日本語・英語 ←→ English +

          + + + + + + +
          + + + + + + + + + + + + +
          + + + おりがみをつくろう + + ( おりがみくらぶ より) + + +
          + + + + + + +
          + 犬の顔の折り紙いぬのかお   犬の顔の紙いぬ +
          +
          +
          + + + + + + + + + + + + +
          + ♪音声配信(html5) +
          + +
          + 亜姫の朗読☆ イソップ童話より +
          +

          +  肉をくわえたイヌが、橋を渡っていました。  ふと下を見ると、川の中にも肉をくわえたイヌがいます。 イヌはそれを見て、思いました。(あいつの肉の方が、大きそうだ)  イヌは、くやしくてたまりません。 (そうだ、あいつをおどかして、あの肉を取ってやろう)  そこでイヌは、川の中のイヌに向かって思いっきり吠えました。 「ウゥー、ワン!!」  そのとたん、くわえていた肉はポチャンと川の中に落ちてしまいました。 「ああー、ぁぁー」  川の中には、がっかりしたイヌの顔がうつっています。  さっきの川の中のイヌは、水にうつった自分の顔だったのです。  同じ物を持っていても、人が持っている物の方が良く見え、また、欲張るとけっきょく損をするというお話しです。 +

          +

          + おしまい +

          +

          + 前のページへ戻る
          +
          +
          +
          + + +

          +
          + + + + + + + + + + +
          + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +      1月 1日の豆知識
          +
          +
          +
          + 366日への旅
          +
          + きょうの記念日
          +
          + 元旦 +
          + きょうの誕生花
          +
          + 松(まつ) +
          + きょうの誕生日・出来事
          +
          + 1949年 Mr.マリック(マジシャン) +
          + 恋の誕生日占い
          +
          + 自分の考えをしっかりと持った女の子。 +
          + なぞなぞ小学校
          +
          + ○(丸)を取ったらお母さんになってしまう男の人は? +
          + あこがれの職業紹介
          +
          + 歌手 +
          + 恋の魔法とおまじない 001
          +
          + 両思いになれる おまじない +
          +   1月 1日の童話・昔話
          +
          +
          +
          + 福娘童話集
          +
          + きょうの日本昔話
          +
          + ネコがネズミを追いかける訳 +
          + きょうの世界昔話
          +
          + モンゴルの十二支話 +
          + きょうの日本民話
          +
          + 仕事の取替えっこ +
          + きょうのイソップ童話
          +
          + 欲張りなイヌ +
          + きょうの江戸小話
          +
          + ぞうきんとお年玉 +
          + きょうの百物語
          +
          + 百物語の幽霊 +
          + + + + + + + + + + + + + + + + + + + + + +
          + 福娘のサイト +
          + 366日への旅
          +
          + 毎日の記念日・誕生花 ・有名人の誕生日と性格判断
          +
          + 福娘童話集
          +
          + 世界と日本の童話と昔話
          +
          + 女の子応援サイト -さくら-
          +
          + 誕生日占い、お仕事紹介、おまじない、など
          +
          + 子どもの病気相談所
          +
          + 病気検索と対応方法、症状から検索するWEB問診
          +
          + 世界60秒巡り
          +
          + 国旗国歌や世界遺産など、世界の国々の豆知識
          +
          +
          + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-images.json new file mode 100644 index 0000000..105a380 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-images.json @@ -0,0 +1,4 @@ +[ + "http:\/\/www.iab.com\/wp-content\/uploads\/2015\/10\/getting-lean-with-digital-ad-ux-300x250.jpg", + "http:\/\/www.iab.com\/wp-content\/uploads\/2015\/05\/auto-draft-16-150x150.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-metadata.json new file mode 100644 index 0000000..a8d6766 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "By\n\t\t\tScott Cunningham", + "Direction": null, + "Excerpt": "We messed up. As technologists, tasked with delivering content and services to users, we lost track of the user experience. Twenty years ago we saw an explosion of websites, built by developers around the world, providing all forms of content. This was the beginning of an age of enlightenment, the intersection of content and technology. … Continued", + "Image": "http:\/\/www.iab.com\/wp-content\/uploads\/2015\/10\/getting-lean-with-digital-ad-ux-300x250.jpg", + "Title": "Getting LEAN with Digital Ad UX | IAB", + "SiteName": "IAB" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected.html new file mode 100644 index 0000000..ea619a9 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected.html @@ -0,0 +1,29 @@ +
          +

          We messed up. As technologists, tasked with delivering content and services to users, we lost track of the user experience.

          +

          Twenty years ago we saw an explosion of websites, built by developers around the world, providing all forms of content. This was the beginning of an age of enlightenment, the intersection of content and technology. Many of us in the technical field felt compelled, and even empowered, to produce information as the distribution means for mass communication were no longer restricted by a high barrier to entry.

          +

          In 2000, the dark ages came when the dot-com bubble burst. We were told that our startups were gone or that our divisions sustained by corporate parent companies needed to be in the black. It was a wakeup call that led to a renaissance age. Digital advertising became the foundation of an economic engine that, still now, sustains the free and democratic World Wide Web. In digital publishing, we strived to balance content, commerce, and technology. The content management systems and communication gateways we built to inform and entertain populations around the world disrupted markets and in some cases governments, informed communities of imminent danger, and liberated new forms of art and entertainment—all while creating a digital middle class of small businesses.

          +

          We engineered not just the technical, but also the social and economic foundation that users around the world came to lean on for access to real time information. And users came to expect this information whenever and wherever they needed it. And more often than not, for anybody with a connected device, it was free.

          +

          This was choice—powered by digital advertising—and premised on user experience.

          +

          But we messed up.

          +

          Through our pursuit of further automation and maximization of margins during the industrial age of media technology, we built advertising technology to optimize publishers’ yield of marketing budgets that had eroded after the last recession. Looking back now, our scraping of dimes may have cost us dollars in consumer loyalty. The fast, scalable systems of targeting users with ever-heftier advertisements have slowed down the public internet and drained more than a few batteries. We were so clever and so good at it that we over-engineered the capabilities of the plumbing laid down by, well, ourselves. This steamrolled the users, depleted their devices, and tried their patience.

          +

          The rise of ad blocking poses a threat to the internet and could potentially drive users to an enclosed platform world dominated by a few companies. We have let the fine equilibrium of content, commerce, and technology get out of balance in the open web. We had, and still do have, a responsibility to educate the business side, and in some cases to push back. We lost sight of our social and ethical responsibility to provide a safe, usable experience for anyone and everyone wanting to consume the content of their choice.

          +

          We need to bring that back into alignment, starting right now.

          +

          Getting LEAN with Digital Ad UXToday, the IAB Tech Lab is launching the L.E.A.N. Ads program. Supported by the Executive Committee of the IAB Tech Lab Board, IABs around the world, and hundreds of member companies, L.E.A.N. stands for Light, Encrypted, Ad choice supported, Non-invasive ads. These are principles that will help guide the next phases of advertising technical standards for the global digital advertising supply chain.

          +

          As with any other industry, standards should be created by non-profit standards-setting bodies, with many diverse voices providing input. We will invite all parties for public comment, and make sure consumer interest groups have the opportunity to provide input.

          +

          L.E.A.N. Ads do not replace the current advertising standards many consumers still enjoy and engage with while consuming content on our sites across all IP enabled devices. Rather, these principles will guide an alternative set of standards that provide choice for marketers, content providers, and consumers.

          +

          Among the many areas of concentration, we must also address frequency capping on retargeting in Ad Tech and make sure a user is targeted appropriately before, but never AFTER they make a purchase. If we are so good at reach and scale, we can be just as good, if not better, at moderation. Additionally, we must address volume of ads per page as well as continue on the path to viewability. The dependencies here are critical to an optimized user experience.

          +

          The consumer is demanding these actions, challenging us to do better, and we must respond.

          +

          The IAB Tech Lab will continue to provide the tools for publishers in the digital supply chain to have a dialogue with users about their choices so that content providers can generate revenue while creating value. Publishers should have the opportunity to provide rich advertising experiences, L.E.A.N. advertising experiences, and subscription services. Or publishers can simply deny their service to users who choose to keep on blocking ads. That is all part of elasticity of consumer tolerance and choice.

          +

          Finally, we must do this in an increasingly fragmented market, across screens. We must do this in environments where entire sites are blocked, purposefully or not. Yes, it is disappointing that our development efforts will have to manage with multiple frameworks while we work to supply the economic engine to sustain an open internet. However, our goal is still to provide diverse content and voices to as many connected users as possible around the world.

          +

          That is user experience.

          + +

          IAB Tech Lab Members can join the IAB Tech Lab Ad Blocking Working Group, please email adblocking@iab.com for more information.

          +

          Read more about ad blocking here.

          +
          +
          Auto Draft 14
          +
          +

          About the author

          +

          Scott Cunningham

          +

          Senior Vice President of Technology and Ad Operations at IAB, and General Manager of the IAB Tech Lab

          +
          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/iab-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/iab-1/source.html new file mode 100644 index 0000000..a8c36b9 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/iab-1/source.html @@ -0,0 +1,1103 @@ + + + + + Getting LEAN with Digital Ad UX | IAB + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + arrow-downarrow-leftarrow-rightarrow-upbiocircleclosedownloadfacebookgplusinstagramlinkedinmailmenuphoneplaysearchsharespinnertwitteryoutube +
          + + + +
          + +
          + +
          + +
          + +
          +
          + + +
          +

          Getting LEAN with Digital Ad UX

          + + +
          + +
          + Getting LEAN with Digital Ad UX 1 + + +
          + +
          +
          +

          We messed up. As technologists, tasked with delivering content and services to users, we lost track of the user experience.

          +

          Twenty years ago we saw an explosion of websites, built by developers around the world, providing all forms of content. This was the beginning of an age of enlightenment, the intersection of content and technology. Many of us in the technical field felt compelled, and even empowered, to produce information as the distribution means for mass communication were no longer restricted by a high barrier to entry.

          +

          In 2000, the dark ages came when the dot-com bubble burst. We were told that our startups were gone or that our divisions sustained by corporate parent companies needed to be in the black. It was a wakeup call that led to a renaissance age. Digital advertising became the foundation of an economic engine that, still now, sustains the free and democratic World Wide Web. In digital publishing, we strived to balance content, commerce, and technology. The content management systems and communication gateways we built to inform and entertain populations around the world disrupted markets and in some cases governments, informed communities of imminent danger, and liberated new forms of art and entertainment—all while creating a digital middle class of small businesses.

          +

          We engineered not just the technical, but also the social and economic foundation that users around the world came to lean on for access to real time information. And users came to expect this information whenever and wherever they needed it. And more often than not, for anybody with a connected device, it was free.

          +

          This was choice—powered by digital advertising—and premised on user experience.

          +

          But we messed up.

          +

          Through our pursuit of further automation and maximization of margins during the industrial age of media technology, we built advertising technology to optimize publishers’ yield of marketing budgets that had eroded after the last recession. Looking back now, our scraping of dimes may have cost us dollars in consumer loyalty. The fast, scalable systems of targeting users with ever-heftier advertisements have slowed down the public internet and drained more than a few batteries. We were so clever and so good at it that we over-engineered the capabilities of the plumbing laid down by, well, ourselves. This steamrolled the users, depleted their devices, and tried their patience.

          +

          The rise of ad blocking poses a threat to the internet and could potentially drive users to an enclosed platform world dominated by a few companies. We have let the fine equilibrium of content, commerce, and technology get out of balance in the open web. We had, and still do have, a responsibility to educate the business side, and in some cases to push back. We lost sight of our social and ethical responsibility to provide a safe, usable experience for anyone and everyone wanting to consume the content of their choice.

          +

          We need to bring that back into alignment, starting right now.

          +

          Getting LEAN with Digital Ad UXToday, the IAB Tech Lab is launching the L.E.A.N. Ads program. Supported by the Executive Committee of the IAB Tech Lab Board, IABs around the world, and hundreds of member companies, L.E.A.N. stands for Light, Encrypted, Ad choice supported, Non-invasive ads. These are principles that will help guide the next phases of advertising technical standards for the global digital advertising supply chain.

          +

          As with any other industry, standards should be created by non-profit standards-setting bodies, with many diverse voices providing input. We will invite all parties for public comment, and make sure consumer interest groups have the opportunity to provide input.

          +

          L.E.A.N. Ads do not replace the current advertising standards many consumers still enjoy and engage with while consuming content on our sites across all IP enabled devices. Rather, these principles will guide an alternative set of standards that provide choice for marketers, content providers, and consumers.

          +

          Among the many areas of concentration, we must also address frequency capping on retargeting in Ad Tech and make sure a user is targeted appropriately before, but never AFTER they make a purchase. If we are so good at reach and scale, we can be just as good, if not better, at moderation. Additionally, we must address volume of ads per page as well as continue on the path to viewability. The dependencies here are critical to an optimized user experience.

          +

          The consumer is demanding these actions, challenging us to do better, and we must respond.

          +

          The IAB Tech Lab will continue to provide the tools for publishers in the digital supply chain to have a dialogue with users about their choices so that content providers can generate revenue while creating value. Publishers should have the opportunity to provide rich advertising experiences, L.E.A.N. advertising experiences, and subscription services. Or publishers can simply deny their service to users who choose to keep on blocking ads. That is all part of elasticity of consumer tolerance and choice.

          +

          Finally, we must do this in an increasingly fragmented market, across screens. We must do this in environments where entire sites are blocked, purposefully or not. Yes, it is disappointing that our development efforts will have to manage with multiple frameworks while we work to supply the economic engine to sustain an open internet. However, our goal is still to provide diverse content and voices to as many connected users as possible around the world.

          +

          That is user experience.

          +

           

          + + + + + + +
          IAB Tech Lab Members can join the IAB Tech Lab Ad Blocking Working Group, please email adblocking@iab.com for more information.
          +

          Read more about ad blocking here.

          +
          +
          + + + +
          +
          + + + + + + + +
          +
          + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-metadata.json new file mode 100644 index 0000000..ddf0094 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Jong, Michiel de", + "Direction": null, + "Excerpt": null, + "Image": null, + "Title": "remoteStorage", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected.html new file mode 100644 index 0000000..ab794ec --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected.html @@ -0,0 +1,1115 @@ +
          + +[Docs] [txt|pdf] [Tracker] [Email] [Diff1] [Diff2] [Nits]
          +
          +Versions: 00 01 02 03 04
          +
          +
          INTERNET DRAFT                                      Michiel B. de Jong
          +Document: draft-dejong-remotestorage-04                   IndieHosters
          +                                                             F. Kooman
          +Intended Status: Proposed Standard                       (independent)
          +Expires: 18 June 2015                                 15 December 2014
          +
          +
          +                            remoteStorage
          +
          +Abstract
          +
          +    This draft describes a protocol by which client-side applications,
          +    running inside a web browser, can communicate with a data storage
          +    server that is hosted on a different domain name. This way, the
          +    provider of a web application need not also play the role of data
          +    storage provider. The protocol supports storing, retrieving, and
          +    removing individual documents, as well as listing the contents of an
          +    individual folder, and access control is based on bearer tokens.
          +
          +Status of this Memo
          +
          +   This Internet-Draft is submitted in full conformance with the
          +   provisions of BCP 78 and BCP 79.
          +
          +   Internet-Drafts are working documents of the Internet Engineering
          +   Task Force (IETF).  Note that other groups may also distribute
          +   working documents as Internet-Drafts.  The list of current Internet-
          +   Drafts is at http://datatracker.ietf.org/drafts/current/.
          +
          +   Internet-Drafts are draft documents valid for a maximum of six months
          +   and may be updated, replaced, or obsoleted by other documents at any
          +   time.  It is inappropriate to use Internet-Drafts as reference
          +   material or to cite them other than as "work in progress."
          +
          +   This Internet-Draft will expire on 15 December 2014.
          +
          +Copyright Notice
          +
          +   Copyright (c) 2014 IETF Trust and the persons identified as the
          +   document authors. All rights reserved.
          +
          +   This document is subject to BCP 78 and the IETF Trust's Legal
          +   Provisions Relating to IETF Documents
          +   (http://trustee.ietf.org/license-info) in effect on the date of
          +   publication of this document.  Please review these documents
          +   carefully, as they describe your rights and restrictions with respect
          +   to this document.  Code Components extracted from this document must
          +   include Simplified BSD License text as described in Section 4.e of
          +   the Trust Legal Provisions and are provided without warranty as
          +   described in the Simplified BSD License.
          +
          +
          +de Jong                                                         [Page 1]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +Table of Contents
          +
          +   1. Introduction...................................................2
          +   2. Terminology....................................................3
          +   3. Storage model..................................................3
          +   4. Requests.......................................................4
          +   5. Response codes.................................................7
          +   6. Versioning.....................................................7
          +   7. CORS headers...................................................8
          +   8. Session description............................................8
          +   9. Bearer tokens and access control...............................9
          +  10. Application-first bearer token issuance.......................10
          +  11. Storage-first bearer token issuance...........................11
          +  12. Example wire transcripts......................................12
          +     12.1. WebFinger................................................12
          +     12.2. OAuth dialog form........................................13
          +     12.3. OAuth dialog form submission.............................14
          +     12.4. OPTIONS preflight........................................15
          +     12.5. Initial PUT..............................................15
          +     12.6. Subsequent PUT...........................................16
          +     12.7. GET......................................................16
          +     12.8. DELETE...................................................17
          +  13. Distributed versioning........................................17
          +  14. Security Considerations.......................................19
          +  15. IANA Considerations...........................................20
          +  16. Acknowledgments...............................................20
          +  17. References....................................................21
          +     17.1. Normative References.....................................21
          +     17.2. Informative References...................................21
          +  18. Authors' addresses............................................22
          +
          +
          +1.  Introduction
          +
          +    Many services for data storage are available over the internet. This
          +    specification describes a vendor-independent interface for such
          +    services. It is based on https, CORS and bearer tokens. The
          +    metaphor for addressing data on the storage is that of folders
          +    containing documents and subfolders. The actions the interface
          +    exposes are:
          +
          +       *  GET a folder: retrieve the names and current versions of the
          +          documents and subfolders currently contained by the folder
          +
          +
          +de Jong                                                         [Page 2]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +       *  GET a document: retrieve its content type, current version,
          +          and contents
          +
          +       *  PUT a document: store a new version, its content type, and
          +          contents, conditional on the current version
          +
          +       *  DELETE a document: remove it from the storage, conditional on
          +          the current version
          +
          +       *  HEAD a folder or document: like GET, but omitting the response
          +          body
          +
          +    The exact details of these four actions are described in this
          +    specification.
          +
          +2. Terminology
          +
          +    The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
          +    "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
          +    document are to be interpreted as described in RFC 2119 [WORDS].
          +
          +    "SHOULD" and "SHOULD NOT" are appropriate when valid exceptions to a
          +    general requirement are known to exist or appear to exist, and it is
          +    infeasible or impractical to enumerate all of them.  However, they
          +    should not be interpreted as permitting implementors to fail to
          +    implement the general requirement when such failure would result in
          +    interoperability failure.
          +
          +3. Storage model
          +
          +    The server stores data in nodes that form a tree structure.
          +    Internal nodes are called 'folders' and leaf nodes are called
          +    'documents'. For a folder, the server stores references to nodes
          +    contained in the folder, and it should be able to produce a list of
          +    them, with for each contained item:
          +
          +       * item name
          +       * item type (folder or document)
          +       * current version
          +       * content type
          +       * content length
          +
          +    For a document, the server stores, and should be able to produce:
          +
          +
          +de Jong                                                         [Page 3]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +
          +       * current version
          +       * content type
          +       * content length
          +       * content
          +
          +4. Requests
          +
          +    Client-to-server requests SHOULD be made over https [HTTPS], and
          +    servers MUST comply with HTTP/1.1 [HTTP]. Specifically, they
          +    MUST support chunked transfer coding on PUT requests. Servers MAY
          +    also offer an optional switch from https to SPDY [SPDY].
          +
          +    A request is considered successful if the HTTP response code is in
          +    the 2xx range (e.g. 200 OK, 201 Created), and unsuccessful if an
          +    error occurred or a condition was not met (response code e.g. 404
          +    Not Found, 304 Not Modified).
          +
          +    The root folder of the storage tree is represented by the following
          +    URL:
          +
          +        URI_ENCODE( <storage_root> '/' )
          +
          +    Subsequently, if <parent_folder> is the URL of a folder, then the
          +    URL of an item contained in it is:
          +
          +        URI_ENCODE( <parent_folder> <document_name> )
          +
          +    for a document, or:
          +
          +        URI_ENCODE( <parent_folder> <folder_name> '/' )
          +
          +    for a folder. Item names MAY contain all characters except '/' and
          +    the null character, and MUST NOT have zero length.
          +
          +    A document description is a map containing one string-valued 'ETag'
          +    field, one string-valued 'Content-Type' and one integer-valued
          +    'Content-Length' field. They represent the document's current
          +    version, its content type, and its content length respectively. Note
          +    that content length is measured in octets (bytes), not in
          +    characters.
          +
          +    A folder description is a map containing a string-valued 'ETag'
          +
          +
          +de Jong                                                         [Page 4]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +    field, representing the folder's current version.
          +
          +    A successful GET request to a folder MUST be responded to with a
          +    JSON-LD [JSON-LD] document (content type 'application/ld+json'),
          +    containing as its 'items' field a map in which contained documents
          +    appear as entries <item_name> to a document description, and
          +    contained non-empty folders appear as entries <item_name> '/' to a
          +    folder description. It MUST also contain an '@context' field with
          +    the value 'http://remotestorage.io/spec/folder-description'. For
          +    instance:
          +
          +       {
          +         "@context": "http://remotestorage.io/spec/folder-description",
          +         "items": {
          +           "abc": {
          +             "ETag": "DEADBEEFDEADBEEFDEADBEEF",
          +             "Content-Type": "image/jpeg",
          +             "Content-Length": 82352
          +           },
          +           "def/": {
          +             "ETag": "1337ABCD1337ABCD1337ABCD"
          +           }
          +         }
          +       }
          +
          +    All folders are treated as existing, and therefore GET requests to
          +    untouched folders SHOULD be responded to with a folder description
          +    with no items (the items field set to '{}'). However, an empty
          +    folder MUST NOT be listed as an item in its parent folder.
          +
          +    Also, since folders exist automatically, PUT and DELETE requests
          +    only need to be made to documents, and never to folders. A document
          +    PUT will make all ancestor folders along its path become non-empty;
          +    deleting the last document from a subtree will make that whole
          +    subtree become empty. Folders will therefore show up in their parent
          +    folder descriptions if and only if their subtree contains at least
          +    one document.
          +
          +    A successful GET request to a document SHOULD be responded to with
          +    the full document contents in the body, the document's content type
          +    in a 'Content-Type' header, its content length in octets (not in
          +    characters) in a 'Content-Length' header, and the document's current
          +    version as a strong ETag in an 'ETag' header.
          +
          +
          +de Jong                                                         [Page 5]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +
          +    Note that the use of strong ETags prohibits changing the response
          +    body based on request headers; in particular, the server will not be
          +    able to serve the same document uncompressed to some clients and
          +    gzipped when requested by the client, since the two bodies would not
          +    be identical byte-for-byte.
          +
          +    Servers MAY support Content-Range headers [RANGE] on GET requests,
          +    but whether or not they do SHOULD be announced through the <ranges>
          +    variable mentioned below in section 10.
          +
          +    A successful PUT request to a document MUST result in:
          +
          +       * the request body being stored as the document's new content,
          +       * parent and further ancestor folders being silently created as
          +         necessary, with the document (name and version) being added to
          +         its parent folder, and each folder added to its subsequent
          +         parent,
          +       * the value of its Content-Type header being stored as the
          +         document's new content type,
          +       * its version being updated, as well as that of its parent folder
          +         and further ancestor folders, using a strong validator [HTTP,
          +         section 7.2].
          +
          +    The response MUST contain a strong ETag header, with the document's
          +    new version (for instance a hash of its contents) as its value.
          +
          +    A successful DELETE request to a document MUST result in:
          +
          +       * the deletion of that document from the storage, and from its
          +         parent folder,
          +       * silent deletion of the parent folder if it is left empty by
          +         this, and so on for further ancestor folders,
          +       * the version of its parent folder being updated, as well as that
          +         of further ancestor folders.
          +
          +    A successful OPTIONS request SHOULD be responded to as described in
          +    the CORS section below.
          +
          +    A successful HEAD request SHOULD be responded to like to the
          +    equivalent GET request, but omitting the response body.
          +
          +
          +
          +
          +de Jong                                                         [Page 6]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +5. Response codes
          +
          +    Response codes SHOULD be given as defined by [HTTP, section 6] and
          +    [BEARER, section 3.1]. The following is a non-normative checklist
          +    of status codes that are likely to occur in practice:
          +
          +       * 500 if an internal server error occurs,
          +       * 429 if the client makes too frequent requests or is suspected
          +             of malicious activity,
          +       * 414 if the request URI is too long,
          +       * 416 if Range requests are supported by the server and the Range
          +             request can not be satisfied,
          +       * 401 for all requests that don't have a bearer token with
          +             sufficient permissions,
          +       * 404 for all DELETE and GET requests to documents that do not
          +             exist on the storage,
          +       * 304 for a conditional GET request whose pre-condition
          +             fails (see "Versioning" below),
          +       * 409 for a PUT request where any folder name in the path
          +             clashes with an existing document's name at the same
          +             level, or where the document name coincides with an
          +             existing folder's name at the same level.
          +       * 412 for a conditional PUT or DELETE request whose pre-condition
          +             fails (see "Versioning" below),
          +       * 507 in case the account is over its storage quota,
          +       * 4xx for all malformed requests (e.g. foreign characters in the
          +             path), as well as for all PUT and DELETE requests to
          +             folders,
          +       * 2xx for all successful requests.
          +
          +    Clients SHOULD also handle the case where a response takes too long
          +    to arrive, or where no response is received at all.
          +
          +6. Versioning
          +
          +    All successful requests MUST return an 'ETag' header [HTTP] with, in
          +    the case of GET, the current version, in the case of PUT, the new
          +    version, and in case of DELETE, the version that was deleted. All
          +    successful GET requests MUST return an 'Expires: 0' header. PUT and
          +    DELETE requests MAY have an 'If-Match' request header [COND], and
          +    MUST fail with a 412 response code if that doesn't match the
          +    document's current version.
          +
          +
          +
          +de Jong                                                         [Page 7]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +    GET requests MAY have a comma-separated list of revisions in an
          +    'If-None-Match' header [COND], and SHOULD be responded to with a 304
          +    response if that list includes the document or folder's current
          +    version. A PUT request MAY have an 'If-None-Match: *' header [COND],
          +    in which case it MUST fail with a 412 response code if the document
          +    already exists.
          +
          +    In all 'ETag', 'If-Match' and 'If-None-Match' headers, revision
          +    strings should appear inside double quotes (").
          +
          +    A provider MAY offer version rollback functionality to its users,
          +    but this specification does not define the user interface for that.
          +
          +7. CORS headers
          +
          +    All responses MUST carry CORS headers [CORS]. The server MUST also
          +    reply to OPTIONS requests as per CORS. For GET requests, a wildcard
          +    origin MAY be returned, but for PUT and DELETE requests, the
          +    response MUST echo back the Origin header sent by the client.
          +
          +8. Session description
          +
          +    The information that a client needs to receive in order to be able
          +    to connect to a server SHOULD reach the client as described in the
          +    'bearer token issuance' sections below. It consists of:
          +
          +       * <storage_root>, consisting of 'https://' followed by a server
          +         host, and optionally a server port and a path prefix as per
          +         [IRI]. Examples:
          +         * 'https://example.com' (host only)
          +         * 'https://example.com:8080' (host and port)
          +         * 'https://example.com/path/to/storage' (host, port and
          +           path prefix; note there is no trailing slash)
          +       * <access_token> as per [OAUTH]. The token SHOULD be hard to
          +         guess and SHOULD NOT be reused from one client to another. It
          +         can however be reused in subsequent interactions with the same
          +         client, as long as that client is still trusted. Example:
          +         * 'ofb24f1ac3973e70j6vts19qr9v2eei'
          +       * <storage_api>, always 'draft-dejong-remotestorage-04' for this
          +         alternative version of the specification.
          +
          +    The client can make its requests using https with CORS and bearer
          +    tokens, to the URL that is the concatenation of <storage_root> with
          +
          +
          +de Jong                                                         [Page 8]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +    '/' plus one or more <folder> '/' strings indicating a path in the
          +    folder tree, followed by zero or one <document> strings, indicating
          +    a document. For example, if <storage_root> is
          +    "https://storage.example.com/bob", then to retrieve the folder
          +    contents of the /public/documents/ folder, or to retrieve a
          +    'draft.txt' document from that folder, the client would make
          +    requests to, respectively:
          +
          +    * https://storage.example.com/bob/public/documents/
          +    * https://storage.example.com/bob/public/documents/draft.txt
          +
          +9. Bearer tokens and access control
          +
          +    A bearer token represents one or more access scopes. These access
          +    scopes are represented as strings of the form <module> <level>,
          +    where the <module> string SHOULD be lower-case alphanumerical, other
          +    than the reserved word 'public', and <level> can be ':r' or ':rw'.
          +    The access the bearer token gives is the sum of its access scopes,
          +    with each access scope representing the following permissions:
          +
          +    '*:rw') any request,
          +
          +    '*:r') any GET or HEAD request,
          +
          +    <module> ':rw') any requests to paths that start with
          +                    '/' <module> '/' or '/public/' <module> '/',
          +
          +    <module> ':r') any GET or HEAD requests to paths that start with
          +                   '/' <module> '/' or '/public/' <module> '/',
          +
          +    As a special exceptions, GET requests to a document (but not a
          +    folder) whose path starts with '/public/' are always allowed. They,
          +    as well as OPTIONS requests, can be made without a bearer token.
          +    Unless [KERBEROS] is used (see section 10 below), all other requests
          +    SHOULD present a bearer token with sufficient access scope, using a
          +    header of the following form (no double quotes here):
          +
          +       Authorization: Bearer <access_token>
          +
          +    In addition, providing the access token via a HTTP query parameter
          +    for GET requests MAY be supported by the server, although its use
          +    is not recommended, due to its security deficiencies; see [BEARER,
          +    section 2.3].
          +
          +
          +de Jong                                                         [Page 9]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +
          +10. Application-first bearer token issuance
          +
          +    To make a remoteStorage server available as 'the remoteStorage of
          +    <account> at <host>', exactly one link of the following format
          +    SHOULD be added to the WebFinger record [WEBFINGER] of <account> at
          +    <host>:
          +
          +    {
          +      "href": <storage_root>,
          +      "rel": "remotestorage",
          +      "properties": {
          +        "http://remotestorage.io/spec/version": <storage_api>,
          +        "http://tools.ietf.org/html/rfc6749#section-4.2": <auth-dialog>,
          +        ... : ... ,
          +      }
          +    }
          +
          +    Here <storage_root> and <storage_api> are as per "Session
          +    description" above, and <auth-dialog> SHOULD be either null or a
          +    URL where an OAuth 2.0 implicit-grant flow dialog [OAUTH] is
          +    presented.
          +
          +    If <auth-dialog> is a URL, the user can supply their credentials
          +    for accessing the account (how, is out of scope), and allow or
          +    reject a request by the connecting application to obtain a bearer
          +    token for a certain list of access scopes. Note that an account
          +    will often belong to just one human user, but may also belong to a
          +    group of multiple users (the remoteStorage of <group> at <host>).
          +
          +    If <auth-dialog> is null, the client will not have a way to obtain
          +    an access token, and SHOULD send all requests without Authorization
          +    header, and rely on Kerberos [KERBEROS] instead for requests that
          +    would normally be sent with a bearer token, but servers SHOULD NOT
          +    impose any such access barriers for resources that would normally
          +    not require an access token.
          +
          +    The '...' ellipses indicate that more properties may be present.
          +    Non-breaking examples that have been proposed so far, include a
          +    "http://tools.ietf.org/html/rfc6750#section-2.3" property, set to
          +    the string value "true" if the server supports passing the bearer
          +    token in the URI query parameter as per section 2.3 of [BEARER],
          +    instead of in the request header.
          +
          +
          +de Jong                                                        [Page 10]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +
          +    Another example is "http://tools.ietf.org/html/rfc7233" with a
          +    string value of "GET" if Content-Range headers are supported for
          +    GET requests as per [RANGE], "PUT" if they are supported for PUT
          +    requests, and "GET,PUT" if supported for both.
          +
          +    Both these proposals are non-breaking extensions, since the client
          +    will have a way to work around it if these features are not present
          +    (e.g. retrieve the protected resource asynchronously in the first
          +    case, or request the entire resource in the second case).
          +
          +    A "http://remotestorage.io/spec/web-authoring" property has been
          +    proposed with a string value of the fully qualified domain name to
          +    which web authoring content is published if the server supports web
          +    authoring as per [AUTHORING]. Note that this extension is a breaking
          +    extension in the sense that it divides users into "haves", whose
          +    remoteStorage accounts allow them to author web content, and
          +    "have-nots", whose remoteStorage account does not support this
          +    functionality.
          +
          +    The server MAY expire bearer tokens, and MAY require the user to
          +    register applications as OAuth clients before first use; if no
          +    client registration is required, then the server MAY ignore the
          +    client_id parameter in favor of relying on the redirect_uri
          +    parameter for client identification.
          +
          +11. Storage-first bearer token issuance
          +
          +    The provider MAY also present a dashboard to the user, where they
          +    have some way to add open web app manifests [MANIFEST]. Adding a
          +    manifest to the dashboard is considered equivalent to clicking
          +    'accept' in the dialog of the application-first flow. Removing one
          +    is considered equivalent to revoking its access token.
          +
          +    As an equivalent to OAuth's 'scope' parameter, a 'datastores-access'
          +    field SHOULD be present in the root of such an application manifest
          +    document, with entries <module> -> '{"access": "readonly"}' for
          +    <level> 'r' or '{"access": "readwrite"}' for <level> 'rw', as
          +    prescribed in [DATASTORE].
          +
          +    When the user gestures they want to use a certain application whose
          +    manifest is present on the dashboard, the dashboard SHOULD redirect
          +    to the application or open it in a new window. To mimic coming back
          +
          +
          +de Jong                                                        [Page 11]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +    from the OAuth dialog, it MAY add 'access_token' and 'scope'
          +    fields to the URL fragment.
          +
          +    Regardless of whether 'access_token' and 'scope' are specified, it
          +    SHOULD add a 'remotestorage' field to the URL fragment, with a
          +    value of the form <account> '@' <host>. When the application detects
          +    this parameter, it SHOULD resolve the WebFinger record for <account>
          +    at <host> and extract the <storage_root> and <storage_api>
          +    information.
          +
          +    If no access_token was given, then the application SHOULD also
          +    extract the <auth_endpoint> information from WebFinger, and continue
          +    as per application-first bearer token issuance.
          +
          +    Note that whereas a remoteStorage server SHOULD offer support for
          +    the application-first flow with WebFinger and OAuth, it MAY choose
          +    not to support the storage-first flow, provided that users will
          +    easily remember their <account> '@' <host> WebFinger address at that
          +    provider. Applications SHOULD, however, support both flows, which
          +    means checking the URL for a 'remotestorage' parameter, but giving
          +    the user a way to specify the WebFinger address if there is none.
          +
          +    If a server provides an application manifest dashboard, then it
          +    SHOULD merge the list of applications there with the list of
          +    issued access tokens as specified by OAuth into one list. Also,
          +    the interface for revoking an access token as specified by OAuth
          +    SHOULD coincide with removing an application from the dashboard.
          +
          +    Servers MAY also provide a way to create access tokens directly from
          +    their user interface. Such functionality would be aimed mainly at
          +    developers, to manually copy and paste a token into a script or
          +    debug tool, thus bypassing the need for an OAuth dance. Clients
          +    SHOULD NOT rely on this in production.
          +
          +12. Example wire transcripts
          +
          +    The following examples are not normative ("\" indicates a line was
          +    wrapped).
          +
          +12.1. WebFinger
          +
          +    In application-first, an in-browser application might issue the
          +    following request, using XMLHttpRequest and CORS:
          +
          +
          +de Jong                                                        [Page 12]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +
          +         GET /.well-known/webfinger?resource=acct:michiel@michielbdejon\
          +g.com HTTP/1.1
          +         Host: michielbdejong.com
          +
          +    and the server's response might look like this:
          +
          +         HTTP/1.1 200 OK
          +         Access-Control-Allow-Origin: *
          +         Access-Control-Allow-Methods: GET
          +         Access-Control-Allow-Headers: If-Match, If-None-Match
          +         Access-Control-Expose-Headers: ETag, Content-Length
          +         Content-Type: application/jrd+json
          +
          +         {
          +           "links":[{
          +             "href": "https://michielbdejong.com:7678/inbox",
          +             "rel": "post-me-anything"
          +           }, {
          +             "href": "https://michielbdejong.com/me.jpg",
          +             "rel": "avatar"
          +           }, {
          +             "href": "https://3pp.io:4439/storage/michiel",
          +             "rel": "remotestorage",
          +             "properties": {
          +               "http://remotestorage.io/spec/version": "draft-dejong-re\
          +motestorage-04",
          +               "http://tools.ietf.org/html/rfc6749#section-4.2": "https\
          +://3pp.io:4439/oauth/michiel",
          +               "http://tools.ietf.org/html/rfc6750#section-2.3": false,
          +               "http://tools.ietf.org/html/rfc7233": false,
          +               "http://remotestorage.io/spec/web-authoring": false
          +             }
          +           }]
          +         }
          +
          +12.2. OAuth dialog form
          +
          +    Once the in-browser application has discovered the server's OAuth
          +    end-point, it will typically redirect the user to this URL, in
          +    order to obtain a bearer token. Say the application is hosted on
          +    https://drinks-unhosted.5apps.com/ and wants read-write access to
          +    the account's "myfavoritedrinks" scope:
          +
          +
          +de Jong                                                        [Page 13]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +
          +        GET /oauth/michiel?redirect_uri=https%3A%2F%2Fdrinks-unhosted.5\
          +apps.com%2F&scope=myfavoritedrinks%3Arw&client_id=https%3A%2F%2Fdrinks-\
          +unhosted.5apps.com&response_type=token HTTP/1.1
          +        Host: 3pp.io
          +
          +    The server's response might look like this (truncated for brevity):
          +
          +        HTTP/1.1 200 OK
          +
          +        <!DOCTYPE html>
          +        <html lang="en">
          +          <head>
          +            <title>Allow access?</title>
          +        ...
          +
          +12.3. OAuth dialog form submission
          +
          +    When the user submits the form, the request would look something
          +    like this:
          +
          +        POST /oauth HTTP/1.1
          +        Host: 3pp.io:4439
          +        Origin: https://3pp.io:4439
          +        Content-Type: application/x-www-form-urlencoded
          +        Referer: https://3pp.io:4439/oauth/michiel?redirect_uri=https%3\
          +A%2F%2Fdrinks-unhosted.5apps.com%2F&scope=myfavoritedrinks%3Arw&client_\
          +id=https%3A%2F%2Fdrinks-unhosted.5apps.com&response_type=token
          +
          +        client_id=https%3A%2F%2Fdrinks-unhosted.5apps.com&redirect_uri=\
          +https%3A%2F%2Fdrinks-unhosted.5apps.com%2F&response_type=token&scope=my\
          +favoritedrinks%3Arw&state=&username=michiel&password=something&allow=Al\
          +low
          +
          +    To which the server could respond with a 302 redirect, back to the
          +    origin of the requesting application:
          +
          +        HTTP/1.1 302 Found
          +        Location:https://drinks-unhosted.5apps.com/#access_token=j2YnGt\
          +XjzzzHNjkd1CJxoQubA1o%3D&token_type=bearer&state=
          +
          +12.4. OPTIONS preflight
          +
          +
          +
          +de Jong                                                        [Page 14]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +    When an in-browser application makes a cross-origin request which
          +    may affect the server-state, the browser will make a preflight
          +    request first, with the OPTIONS verb, for instance:
          +
          +        OPTIONS /storage/michiel/myfavoritedrinks/ HTTP/1.1
          +        Host: 3pp.io:4439
          +        Access-Control-Request-Method: GET
          +        Origin: https://drinks-unhosted.5apps.com
          +        Access-Control-Request-Headers: Authorization
          +        Referer: https://drinks-unhosted.5apps.com/
          +
          +    To which the server can for instance respond:
          +
          +        HTTP/1.1 200 OK
          +        Access-Control-Allow-Origin: https://drinks-unhosted.5apps.com
          +        Access-Control-Allow-Methods: GET, PUT, DELETE
          +        Access-Control-Allow-Headers: Authorization, Content-Length, Co\
          +ntent-Type, Origin, X-Requested-With, If-Match, If-None-Match
          +
          +12.5. Initial PUT
          +
          +    An initial PUT may contain an 'If-None-Match: *' header, like this:
          +
          +        PUT /storage/michiel/myfavoritedrinks/test HTTP/1.1
          +        Host: 3pp.io:4439
          +        Content-Length: 91
          +        Origin: https://drinks-unhosted.5apps.com
          +        Authorization: Bearer j2YnGtXjzzzHNjkd1CJxoQubA1o=
          +        Content-Type: application/json; charset=UTF-8
          +        Referer: https://drinks-unhosted.5apps.com/?
          +        If-None-Match: *
          +
          +        {"name":"test","@context":"http://remotestorage.io/spec/modules\
          +/myfavoritedrinks/drink"}
          +
          +    And the server may respond with either a 201 Created or a 200 OK
          +    status:
          +
          +        HTTP/1.1 201 Created
          +        Access-Control-Allow-Origin: https://drinks-unhosted.5apps.com
          +        ETag: "1382694045000"
          +
          +12.6. Subsequent PUT
          +
          +
          +de Jong                                                        [Page 15]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +
          +    A subsequent PUT may contain an 'If-Match' header referring to the
          +    ETag previously returned, like this:
          +
          +        PUT /storage/michiel/myfavoritedrinks/test HTTP/1.1
          +        Host: 3pp.io:4439
          +        Content-Length: 91
          +        Origin: https://drinks-unhosted.5apps.com
          +        Authorization: Bearer j2YnGtXjzzzHNjkd1CJxoQubA1o=
          +        Content-Type: application/json; charset=UTF-8
          +        Referer: https://drinks-unhosted.5apps.com/?
          +        If-Match: "1382694045000"
          +
          +        {"name":"test", "updated":true, "@context":"http://remotestorag\
          +e.io/spec/modules/myfavoritedrinks/drink"}
          +
          +    And the server may respond with a 412 Conflict or a 200 OK status:
          +
          +        HTTP/1.1 200 OK
          +        Access-Control-Allow-Origin: https://drinks-unhosted.5apps.com
          +        ETag: "1382694048000"
          +
          +12.7. GET
          +
          +    A GET request would also include the bearer token, and optionally
          +    an If-None-Match header:
          +
          +        GET /storage/michiel/myfavoritedrinks/test HTTP/1.1
          +        Host: 3pp.io:4439
          +        Origin: https://drinks-unhosted.5apps.com
          +        Authorization: Bearer j2YnGtXjzzzHNjkd1CJxoQubA1o=
          +        Referer: https://drinks-unhosted.5apps.com/?
          +        If-None-Match: "1382694045000", "1382694048000"
          +
          +    And the server may respond with a 304 Not Modified status:
          +
          +        HTTP/1.1 304 Not Modified
          +        Access-Control-Allow-Origin: https://drinks-unhosted.5apps.com
          +        ETag: "1382694048000"
          +
          +    Or a 200 OK status, plus a response body:
          +
          +        HTTP/1.1 200 OK
          +
          +
          +de Jong                                                        [Page 16]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +        Access-Control-Allow-Origin: https://drinks-unhosted.5apps.com
          +        Content-Type: application/json; charset=UTF-8
          +        Content-Length: 106
          +        ETag: "1382694048000"
          +        Expires: 0
          +
          +        {"name":"test", "updated":true, "@context":"http://remotestora\
          +ge.io/spec/modules/myfavoritedrinks/drink"}
          +
          +    If the GET URL would have been "/storage/michiel/myfavoritedrinks/",
          +    a 200 OK response would have a folder description as the response
          +    body:
          +
          +        HTTP/1.1 200 OK
          +        Access-Control-Allow-Origin: https://drinks-unhosted.5apps.com
          +        Content-Type: application/ld+json
          +        Content-Length: 171
          +        ETag: "1382694048000"
          +        Expires: 0
          +
          +        {"@context":"http://remotestorage.io/spec/folder-version","ite\
          +ms":{"test":{"ETag":"1382694048000","Content-Type":"application/json; \
          +charset=UTF-8","Content-Length":106}}}
          +
          +    If the GET URL would have been a non-existing document like
          +    "/storage/michiel/myfavoritedrinks/x", the response would have a 404
          +    Not Found status, and no ETag header:
          +
          +        HTTP/1.1 404 Not Found
          +        Access-Control-Allow-Origin: https://drinks-unhosted.5apps.com
          +
          +12.8. DELETE
          +
          +    A DELETE request may look like this:
          +
          +        DELETE /storage/michiel/myfavoritedrinks/test HTTP/1.1
          +        Host: 3pp.io:4439
          +        Origin: https://drinks-unhosted.5apps.com
          +        Authorization: Bearer j2YnGtXjzzzHNjkd1CJxoQubA1o=
          +        Content-Type: application/json; charset=UTF-8
          +        Referer: https://drinks-unhosted.5apps.com/?
          +        If-Match: "1382694045000"
          +
          +
          +
          +de Jong                                                        [Page 17]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +    And the server may respond with a 412 Conflict or a 200 OK status:
          +
          +        HTTP/1.1 412 Conflict
          +        Access-Control-Allow-Origin: https://drinks-unhosted.5apps.com
          +        ETag: "1382694048000"
          +
          +13. Distributed versioning
          +
          +    This section is non-normative, and is intended to explain some of
          +    the design choices concerning ETags and folder listings. At the
          +    same time it will hopefully help readers who intend to develop an
          +    application that uses remoteStorage as its per-user data storage.
          +    When multiple clients have read/write access to the same document,
          +    versioning conflicts may occur. For instance, client A may make
          +    a PUT request that changes the document from version 1 to version
          +    2, after which client B may make a PUT request attempting to change
          +    the same document from version 1 to version 3.
          +
          +    In this case, client B can add an 'If-Match: "1"' header, which
          +    would trigger a 412 Conflict response code, since the current
          +    version ("2") does not match the version required as a condition by
          +    the header If-Match header ("1").
          +
          +    Client B is now aware of the conflict, and may consult the user,
          +    saying the update to version 3 failed. The user may then choose,
          +    through the user interface of client B, whether version 2 or
          +    version 3 should be kept, or maybe the document should be reverted
          +    on the server to version 1, or a merged version 4 is needed. Client
          +    B may then make a request that puts the document to the version the
          +    user wishes; this time setting an 'If-Match: "2"' header instead.
          +
          +    Both client A and client B would periodically poll the root
          +    folder of each scope they have access to, to see if the version
          +    of the root folder changed. If it did, then one of the versions
          +    listed in there will necessarily have changed, and the client can
          +    make a GET request to that child folder or document, to obtain
          +    its latest version.
          +
          +    Because an update in a document will result in a version change of
          +    its containing folder, and that change will propagate all the way
          +    to the root folder, it is not necessary to poll each document for
          +    changes individually.
          +
          +
          +
          +de Jong                                                        [Page 18]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +    As an example, the root folder may contain 10 directories,
          +    each of which contain 10 directories, which each contain 10
          +    documents, so their paths would be for instance '/0/0/1', '/0/0/2',
          +    etcetera. Then one GET request to the root folder '/' will be
          +    enough to know if any of these 1000 documents has changed.
          +
          +    Say document '/7/9/2' has changed; then the GET request to '/' will
          +    come back with a different ETag, and entry '7/' will have a
          +    different value in its JSON content. The client could then request
          +    '/7/', '/7/9/', and '/7/9/2' to narrow down the one document that
          +    caused the root folder's ETag to change.
          +
          +    Note that the remoteStorage server does not get involved in the
          +    conflict resolution. It keeps the canonical current version at all
          +    times, and allows clients to make conditional GET and PUT requests,
          +    but it is up to whichever client discovers a given version
          +    conflict, to resolve it.
          +
          +14. Security Considerations
          +
          +    To prevent man-in-the-middle attacks, the use of https instead of
          +    http is important for both the interface itself and all end-points
          +    involved in WebFinger, OAuth, and (if present) the storage-first
          +    application launch dashboard.
          +
          +    A malicious party could link to an application, but specifying a
          +    remoteStorage account address that it controls, thus tricking the
          +    user into using a trusted application to send sensitive data to the
          +    wrong remoteStorage server. To mitigate this, applications SHOULD
          +    clearly display to which remoteStorage server they are sending the
          +    user's data.
          +
          +    Applications could request scopes that the user did not intend to
          +    give access to. The user SHOULD always be prompted to carefully
          +    review which scopes an application is requesting.
          +
          +    An application may upload malicious html pages and then trick the
          +    user into visiting them, or upload malicious client-side scripts,
          +    that take advantage of being hosted on the user's domain name. The
          +    origin on which the remoteStorage server has its interface SHOULD
          +    therefore NOT be used for anything else, and the user SHOULD be
          +    warned not to visit any web pages on that origin. In particular, the
          +    OAuth dialog and launch dashboard or token revokation interface
          +
          +
          +de Jong                                                        [Page 19]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +    SHOULD be on a different origin than the remoteStorage interface.
          +
          +    Where the use of bearer tokens is impractical, a user may choose to
          +    store documents on hard-to-guess URLs whose path after
          +    <storage_root> starts with '/public/', while sharing this URL only
          +    with the intended audience. That way, only parties who know the
          +    document's hard-to-guess URL, can access it. The server SHOULD
          +    therefore make an effort to detect and stop brute-force attacks that
          +    attempt to guess the location of such documents.
          +
          +    The server SHOULD also detect and stop denial-of-service attacks
          +    that aim to overwhelm its interface with too much traffic.
          +
          +15. IANA Considerations
          +
          +    This document registers the 'remotestorage' link relation, as well
          +    as the following WebFinger properties:
          +      * "http://remotestorage.io/spec/version"
          +      * "http://tools.ietf.org/html/rfc6749#section-4.2"
          +      * "http://tools.ietf.org/html/rfc6750#section-2.3"
          +      * "http://tools.ietf.org/html/rfc7233"
          +      * "http://remotestorage.io/spec/web-authoring"
          +
          +16. Acknowledgements
          +
          +    The authors would like to thank everybody who contributed to the
          +    development of this protocol, including Kenny Bentley, Javier Diaz,
          +    Daniel Groeber, Bjarni Runar, Jan Wildeboer, Charles Schultz, Peter
          +    Svensson, Valer Mischenko, Michiel Leenaars, Jan-Christoph
          +    Borchardt, Garret Alfert, Sebastian Kippe, Max Wiehle, Melvin
          +    Carvalho, Martin Stadler, Geoffroy Couprie, Niklas Cathor, Marco
          +    Stahl, James Coglan, Ken Eucker, Daniel Brolund, elf Pavlik, Nick
          +    Jennings, Markus Sabadello, Steven te Brinke, Matthias Treydte,
          +    Rick van Rein, Mark Nottingham, Julian Reschke, and Markus
          +    Lanthaler, among many others.
          +
          +17. References
          +
          +17.1. Normative References
          +
          +    [WORDS]
          +        Bradner, S., "Key words for use in RFCs to Indicate Requirement
          +        Levels", BCP 14, RFC 2119, March 1997.
          +
          +
          +de Jong                                                        [Page 20]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +
          +    [IRI]
          +        Duerst, M., "Internationalized Resource Identifiers (IRIs)",
          +        RFC 3987, January 2005.
          +
          +    [WEBFINGER]
          +        Jones, P., Salguerio, G., Jones, M, and Smarr, J.,
          +        "WebFinger", RFC7033, September 2013.
          +
          +    [OAUTH]
          +        "Section 4.2: Implicit Grant", in: Hardt, D. (ed), "The OAuth
          +        2.0 Authorization Framework", RFC6749, October 2012.
          +
          +17.2. Informative References
          +
          +    [HTTPS]
          +        Rescorla, E., "HTTP Over TLS", RFC2818, May 2000.
          +
          +    [HTTP]
          +        Fielding et al., "Hypertext Transfer Protocol (HTTP/1.1):
          +        Semantics and Content", RFC7231, June 2014.
          +
          +    [COND]
          +        Fielding et al., "Hypertext Transfer Protocol (HTTP/1.1):
          +        Conditional Requests", RFC7232, June 2014.
          +
          +    [RANGE]
          +        Fielding et al., "Hypertext Transfer Protocol (HTTP/1.1):
          +        Conditional Requests", RFC7233, June 2014.
          +
          +    [SPDY]
          +        Mark Belshe, Roberto Peon, "SPDY Protocol - Draft 3.1", http://
          +        www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1,
          +        September 2013.
          +
          +    [JSON-LD]
          +        M. Sporny, G. Kellogg, M. Lanthaler, "JSON-LD 1.0", W3C
          +        Proposed Recommendation,
          +        http://www.w3.org/TR/2014/REC-json-ld-20140116/, January 2014.
          +
          +    [CORS]
          +        van Kesteren, Anne (ed), "Cross-Origin Resource Sharing --
          +        W3C Candidate Recommendation 29 January 2013",
          +
          +
          +de Jong                                                        [Page 21]
          +
           
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +        http://www.w3.org/TR/cors/, January 2013.
          +
          +    [MANIFEST]
          +        Mozilla Developer Network (ed), "App manifest -- Revision
          +        330541", https://developer.mozilla.org/en-
          +        US/Apps/Build/Manifest$revision/566677, April 2014.
          +
          +    [DATASTORE]
          +        "WebAPI/DataStore", MozillaWiki, retrieved May 2014.
          +        https://wiki.mozilla.org/WebAPI/DataStore#Manifest
          +
          +    [KERBEROS]
          +        C. Neuman et al., "The Kerberos Network Authentication Service
          +        (V5)", RFC4120, July 2005.
          +
          +    [BEARER]
          +        M. Jones, D. Hardt, "The OAuth 2.0 Authorization Framework:
          +        Bearer Token Usage", RFC6750, October 2012.
          +
          +    [AUTHORING]
          +        "Using remoteStorage for web authoring", reSite wiki, retrieved
          +        September 2014. https://github.com/michielbdejong/resite/wiki
          +        /Using-remoteStorage-for-web-authoring
          +
          +18. Authors' addresses
          +
          +    Michiel B. de Jong
          +    IndieHosters
          +
          +    Email: michiel@michielbdejong.com
          +
          +
          +    F. Kooman
          +    (independent)
          +
          +    Email: fkooman@tuxed.net
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +de Jong                                                        [Page 22]
          +
          +

          +Html markup produced by rfcmarkup 1.111, available from +https://tools.ietf.org/tools/rfcmarkup/ + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/ietf-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/ietf-1/source.html new file mode 100644 index 0000000..ded744e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/ietf-1/source.html @@ -0,0 +1,1269 @@ + + + + + + + + + + + + + + + + + draft-dejong-remotestorage-04 - remoteStorage + + + + + + + + +
          +
          + +
          +[Docs] [txt|pdf] [Tracker] [Email] [Diff1] [Diff2] [Nits]
          +
          +Versions: 00 01 02 03 04
          +
          +
          INTERNET DRAFT                                      Michiel B. de Jong
          +Document: draft-dejong-remotestorage-04                   IndieHosters
          +                                                             F. Kooman
          +Intended Status: Proposed Standard                       (independent)
          +Expires: 18 June 2015                                 15 December 2014
          +
          +
          +                            remoteStorage
          +
          +Abstract
          +
          +    This draft describes a protocol by which client-side applications,
          +    running inside a web browser, can communicate with a data storage
          +    server that is hosted on a different domain name. This way, the
          +    provider of a web application need not also play the role of data
          +    storage provider. The protocol supports storing, retrieving, and
          +    removing individual documents, as well as listing the contents of an
          +    individual folder, and access control is based on bearer tokens.
          +
          +Status of this Memo
          +
          +   This Internet-Draft is submitted in full conformance with the
          +   provisions of BCP 78 and BCP 79.
          +
          +   Internet-Drafts are working documents of the Internet Engineering
          +   Task Force (IETF).  Note that other groups may also distribute
          +   working documents as Internet-Drafts.  The list of current Internet-
          +   Drafts is at http://datatracker.ietf.org/drafts/current/.
          +
          +   Internet-Drafts are draft documents valid for a maximum of six months
          +   and may be updated, replaced, or obsoleted by other documents at any
          +   time.  It is inappropriate to use Internet-Drafts as reference
          +   material or to cite them other than as "work in progress."
          +
          +   This Internet-Draft will expire on 15 December 2014.
          +
          +Copyright Notice
          +
          +   Copyright (c) 2014 IETF Trust and the persons identified as the
          +   document authors. All rights reserved.
          +
          +   This document is subject to BCP 78 and the IETF Trust's Legal
          +   Provisions Relating to IETF Documents
          +   (http://trustee.ietf.org/license-info) in effect on the date of
          +   publication of this document.  Please review these documents
          +   carefully, as they describe your rights and restrictions with respect
          +   to this document.  Code Components extracted from this document must
          +   include Simplified BSD License text as described in Section 4.e of
          +   the Trust Legal Provisions and are provided without warranty as
          +   described in the Simplified BSD License.
          +
          +
          +de Jong                                                         [Page 1]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +Table of Contents
          +
          +   1. Introduction...................................................2
          +   2. Terminology....................................................3
          +   3. Storage model..................................................3
          +   4. Requests.......................................................4
          +   5. Response codes.................................................7
          +   6. Versioning.....................................................7
          +   7. CORS headers...................................................8
          +   8. Session description............................................8
          +   9. Bearer tokens and access control...............................9
          +  10. Application-first bearer token issuance.......................10
          +  11. Storage-first bearer token issuance...........................11
          +  12. Example wire transcripts......................................12
          +     12.1. WebFinger................................................12
          +     12.2. OAuth dialog form........................................13
          +     12.3. OAuth dialog form submission.............................14
          +     12.4. OPTIONS preflight........................................15
          +     12.5. Initial PUT..............................................15
          +     12.6. Subsequent PUT...........................................16
          +     12.7. GET......................................................16
          +     12.8. DELETE...................................................17
          +  13. Distributed versioning........................................17
          +  14. Security Considerations.......................................19
          +  15. IANA Considerations...........................................20
          +  16. Acknowledgments...............................................20
          +  17. References....................................................21
          +     17.1. Normative References.....................................21
          +     17.2. Informative References...................................21
          +  18. Authors' addresses............................................22
          +
          +
          +1.  Introduction
          +
          +    Many services for data storage are available over the internet. This
          +    specification describes a vendor-independent interface for such
          +    services. It is based on https, CORS and bearer tokens. The
          +    metaphor for addressing data on the storage is that of folders
          +    containing documents and subfolders. The actions the interface
          +    exposes are:
          +
          +       *  GET a folder: retrieve the names and current versions of the
          +          documents and subfolders currently contained by the folder
          +
          +
          +de Jong                                                         [Page 2]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +       *  GET a document: retrieve its content type, current version,
          +          and contents
          +
          +       *  PUT a document: store a new version, its content type, and
          +          contents, conditional on the current version
          +
          +       *  DELETE a document: remove it from the storage, conditional on
          +          the current version
          +
          +       *  HEAD a folder or document: like GET, but omitting the response
          +          body
          +
          +    The exact details of these four actions are described in this
          +    specification.
          +
          +2. Terminology
          +
          +    The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
          +    "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
          +    document are to be interpreted as described in RFC 2119 [WORDS].
          +
          +    "SHOULD" and "SHOULD NOT" are appropriate when valid exceptions to a
          +    general requirement are known to exist or appear to exist, and it is
          +    infeasible or impractical to enumerate all of them.  However, they
          +    should not be interpreted as permitting implementors to fail to
          +    implement the general requirement when such failure would result in
          +    interoperability failure.
          +
          +3. Storage model
          +
          +    The server stores data in nodes that form a tree structure.
          +    Internal nodes are called 'folders' and leaf nodes are called
          +    'documents'. For a folder, the server stores references to nodes
          +    contained in the folder, and it should be able to produce a list of
          +    them, with for each contained item:
          +
          +       * item name
          +       * item type (folder or document)
          +       * current version
          +       * content type
          +       * content length
          +
          +    For a document, the server stores, and should be able to produce:
          +
          +
          +de Jong                                                         [Page 3]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +
          +       * current version
          +       * content type
          +       * content length
          +       * content
          +
          +4. Requests
          +
          +    Client-to-server requests SHOULD be made over https [HTTPS], and
          +    servers MUST comply with HTTP/1.1 [HTTP]. Specifically, they
          +    MUST support chunked transfer coding on PUT requests. Servers MAY
          +    also offer an optional switch from https to SPDY [SPDY].
          +
          +    A request is considered successful if the HTTP response code is in
          +    the 2xx range (e.g. 200 OK, 201 Created), and unsuccessful if an
          +    error occurred or a condition was not met (response code e.g. 404
          +    Not Found, 304 Not Modified).
          +
          +    The root folder of the storage tree is represented by the following
          +    URL:
          +
          +        URI_ENCODE( <storage_root> '/' )
          +
          +    Subsequently, if <parent_folder> is the URL of a folder, then the
          +    URL of an item contained in it is:
          +
          +        URI_ENCODE( <parent_folder> <document_name> )
          +
          +    for a document, or:
          +
          +        URI_ENCODE( <parent_folder> <folder_name> '/' )
          +
          +    for a folder. Item names MAY contain all characters except '/' and
          +    the null character, and MUST NOT have zero length.
          +
          +    A document description is a map containing one string-valued 'ETag'
          +    field, one string-valued 'Content-Type' and one integer-valued
          +    'Content-Length' field. They represent the document's current
          +    version, its content type, and its content length respectively. Note
          +    that content length is measured in octets (bytes), not in
          +    characters.
          +
          +    A folder description is a map containing a string-valued 'ETag'
          +
          +
          +de Jong                                                         [Page 4]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +    field, representing the folder's current version.
          +
          +    A successful GET request to a folder MUST be responded to with a
          +    JSON-LD [JSON-LD] document (content type 'application/ld+json'),
          +    containing as its 'items' field a map in which contained documents
          +    appear as entries <item_name> to a document description, and
          +    contained non-empty folders appear as entries <item_name> '/' to a
          +    folder description. It MUST also contain an '@context' field with
          +    the value 'http://remotestorage.io/spec/folder-description'. For
          +    instance:
          +
          +       {
          +         "@context": "http://remotestorage.io/spec/folder-description",
          +         "items": {
          +           "abc": {
          +             "ETag": "DEADBEEFDEADBEEFDEADBEEF",
          +             "Content-Type": "image/jpeg",
          +             "Content-Length": 82352
          +           },
          +           "def/": {
          +             "ETag": "1337ABCD1337ABCD1337ABCD"
          +           }
          +         }
          +       }
          +
          +    All folders are treated as existing, and therefore GET requests to
          +    untouched folders SHOULD be responded to with a folder description
          +    with no items (the items field set to '{}'). However, an empty
          +    folder MUST NOT be listed as an item in its parent folder.
          +
          +    Also, since folders exist automatically, PUT and DELETE requests
          +    only need to be made to documents, and never to folders. A document
          +    PUT will make all ancestor folders along its path become non-empty;
          +    deleting the last document from a subtree will make that whole
          +    subtree become empty. Folders will therefore show up in their parent
          +    folder descriptions if and only if their subtree contains at least
          +    one document.
          +
          +    A successful GET request to a document SHOULD be responded to with
          +    the full document contents in the body, the document's content type
          +    in a 'Content-Type' header, its content length in octets (not in
          +    characters) in a 'Content-Length' header, and the document's current
          +    version as a strong ETag in an 'ETag' header.
          +
          +
          +de Jong                                                         [Page 5]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +
          +    Note that the use of strong ETags prohibits changing the response
          +    body based on request headers; in particular, the server will not be
          +    able to serve the same document uncompressed to some clients and
          +    gzipped when requested by the client, since the two bodies would not
          +    be identical byte-for-byte.
          +
          +    Servers MAY support Content-Range headers [RANGE] on GET requests,
          +    but whether or not they do SHOULD be announced through the <ranges>
          +    variable mentioned below in section 10.
          +
          +    A successful PUT request to a document MUST result in:
          +
          +       * the request body being stored as the document's new content,
          +       * parent and further ancestor folders being silently created as
          +         necessary, with the document (name and version) being added to
          +         its parent folder, and each folder added to its subsequent
          +         parent,
          +       * the value of its Content-Type header being stored as the
          +         document's new content type,
          +       * its version being updated, as well as that of its parent folder
          +         and further ancestor folders, using a strong validator [HTTP,
          +         section 7.2].
          +
          +    The response MUST contain a strong ETag header, with the document's
          +    new version (for instance a hash of its contents) as its value.
          +
          +    A successful DELETE request to a document MUST result in:
          +
          +       * the deletion of that document from the storage, and from its
          +         parent folder,
          +       * silent deletion of the parent folder if it is left empty by
          +         this, and so on for further ancestor folders,
          +       * the version of its parent folder being updated, as well as that
          +         of further ancestor folders.
          +
          +    A successful OPTIONS request SHOULD be responded to as described in
          +    the CORS section below.
          +
          +    A successful HEAD request SHOULD be responded to like to the
          +    equivalent GET request, but omitting the response body.
          +
          +
          +
          +
          +de Jong                                                         [Page 6]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +5. Response codes
          +
          +    Response codes SHOULD be given as defined by [HTTP, section 6] and
          +    [BEARER, section 3.1]. The following is a non-normative checklist
          +    of status codes that are likely to occur in practice:
          +
          +       * 500 if an internal server error occurs,
          +       * 429 if the client makes too frequent requests or is suspected
          +             of malicious activity,
          +       * 414 if the request URI is too long,
          +       * 416 if Range requests are supported by the server and the Range
          +             request can not be satisfied,
          +       * 401 for all requests that don't have a bearer token with
          +             sufficient permissions,
          +       * 404 for all DELETE and GET requests to documents that do not
          +             exist on the storage,
          +       * 304 for a conditional GET request whose pre-condition
          +             fails (see "Versioning" below),
          +       * 409 for a PUT request where any folder name in the path
          +             clashes with an existing document's name at the same
          +             level, or where the document name coincides with an
          +             existing folder's name at the same level.
          +       * 412 for a conditional PUT or DELETE request whose pre-condition
          +             fails (see "Versioning" below),
          +       * 507 in case the account is over its storage quota,
          +       * 4xx for all malformed requests (e.g. foreign characters in the
          +             path), as well as for all PUT and DELETE requests to
          +             folders,
          +       * 2xx for all successful requests.
          +
          +    Clients SHOULD also handle the case where a response takes too long
          +    to arrive, or where no response is received at all.
          +
          +6. Versioning
          +
          +    All successful requests MUST return an 'ETag' header [HTTP] with, in
          +    the case of GET, the current version, in the case of PUT, the new
          +    version, and in case of DELETE, the version that was deleted. All
          +    successful GET requests MUST return an 'Expires: 0' header. PUT and
          +    DELETE requests MAY have an 'If-Match' request header [COND], and
          +    MUST fail with a 412 response code if that doesn't match the
          +    document's current version.
          +
          +
          +
          +de Jong                                                         [Page 7]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +    GET requests MAY have a comma-separated list of revisions in an
          +    'If-None-Match' header [COND], and SHOULD be responded to with a 304
          +    response if that list includes the document or folder's current
          +    version. A PUT request MAY have an 'If-None-Match: *' header [COND],
          +    in which case it MUST fail with a 412 response code if the document
          +    already exists.
          +
          +    In all 'ETag', 'If-Match' and 'If-None-Match' headers, revision
          +    strings should appear inside double quotes (").
          +
          +    A provider MAY offer version rollback functionality to its users,
          +    but this specification does not define the user interface for that.
          +
          +7. CORS headers
          +
          +    All responses MUST carry CORS headers [CORS]. The server MUST also
          +    reply to OPTIONS requests as per CORS. For GET requests, a wildcard
          +    origin MAY be returned, but for PUT and DELETE requests, the
          +    response MUST echo back the Origin header sent by the client.
          +
          +8. Session description
          +
          +    The information that a client needs to receive in order to be able
          +    to connect to a server SHOULD reach the client as described in the
          +    'bearer token issuance' sections below. It consists of:
          +
          +       * <storage_root>, consisting of 'https://' followed by a server
          +         host, and optionally a server port and a path prefix as per
          +         [IRI]. Examples:
          +         * 'https://example.com' (host only)
          +         * 'https://example.com:8080' (host and port)
          +         * 'https://example.com/path/to/storage' (host, port and
          +           path prefix; note there is no trailing slash)
          +       * <access_token> as per [OAUTH]. The token SHOULD be hard to
          +         guess and SHOULD NOT be reused from one client to another. It
          +         can however be reused in subsequent interactions with the same
          +         client, as long as that client is still trusted. Example:
          +         * 'ofb24f1ac3973e70j6vts19qr9v2eei'
          +       * <storage_api>, always 'draft-dejong-remotestorage-04' for this
          +         alternative version of the specification.
          +
          +    The client can make its requests using https with CORS and bearer
          +    tokens, to the URL that is the concatenation of <storage_root> with
          +
          +
          +de Jong                                                         [Page 8]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +    '/' plus one or more <folder> '/' strings indicating a path in the
          +    folder tree, followed by zero or one <document> strings, indicating
          +    a document. For example, if <storage_root> is
          +    "https://storage.example.com/bob", then to retrieve the folder
          +    contents of the /public/documents/ folder, or to retrieve a
          +    'draft.txt' document from that folder, the client would make
          +    requests to, respectively:
          +
          +    * https://storage.example.com/bob/public/documents/
          +    * https://storage.example.com/bob/public/documents/draft.txt
          +
          +9. Bearer tokens and access control
          +
          +    A bearer token represents one or more access scopes. These access
          +    scopes are represented as strings of the form <module> <level>,
          +    where the <module> string SHOULD be lower-case alphanumerical, other
          +    than the reserved word 'public', and <level> can be ':r' or ':rw'.
          +    The access the bearer token gives is the sum of its access scopes,
          +    with each access scope representing the following permissions:
          +
          +    '*:rw') any request,
          +
          +    '*:r') any GET or HEAD request,
          +
          +    <module> ':rw') any requests to paths that start with
          +                    '/' <module> '/' or '/public/' <module> '/',
          +
          +    <module> ':r') any GET or HEAD requests to paths that start with
          +                   '/' <module> '/' or '/public/' <module> '/',
          +
          +    As a special exceptions, GET requests to a document (but not a
          +    folder) whose path starts with '/public/' are always allowed. They,
          +    as well as OPTIONS requests, can be made without a bearer token.
          +    Unless [KERBEROS] is used (see section 10 below), all other requests
          +    SHOULD present a bearer token with sufficient access scope, using a
          +    header of the following form (no double quotes here):
          +
          +       Authorization: Bearer <access_token>
          +
          +    In addition, providing the access token via a HTTP query parameter
          +    for GET requests MAY be supported by the server, although its use
          +    is not recommended, due to its security deficiencies; see [BEARER,
          +    section 2.3].
          +
          +
          +de Jong                                                         [Page 9]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +
          +10. Application-first bearer token issuance
          +
          +    To make a remoteStorage server available as 'the remoteStorage of
          +    <account> at <host>', exactly one link of the following format
          +    SHOULD be added to the WebFinger record [WEBFINGER] of <account> at
          +    <host>:
          +
          +    {
          +      "href": <storage_root>,
          +      "rel": "remotestorage",
          +      "properties": {
          +        "http://remotestorage.io/spec/version": <storage_api>,
          +        "http://tools.ietf.org/html/rfc6749#section-4.2": <auth-dialog>,
          +        ... : ... ,
          +      }
          +    }
          +
          +    Here <storage_root> and <storage_api> are as per "Session
          +    description" above, and <auth-dialog> SHOULD be either null or a
          +    URL where an OAuth 2.0 implicit-grant flow dialog [OAUTH] is
          +    presented.
          +
          +    If <auth-dialog> is a URL, the user can supply their credentials
          +    for accessing the account (how, is out of scope), and allow or
          +    reject a request by the connecting application to obtain a bearer
          +    token for a certain list of access scopes. Note that an account
          +    will often belong to just one human user, but may also belong to a
          +    group of multiple users (the remoteStorage of <group> at <host>).
          +
          +    If <auth-dialog> is null, the client will not have a way to obtain
          +    an access token, and SHOULD send all requests without Authorization
          +    header, and rely on Kerberos [KERBEROS] instead for requests that
          +    would normally be sent with a bearer token, but servers SHOULD NOT
          +    impose any such access barriers for resources that would normally
          +    not require an access token.
          +
          +    The '...' ellipses indicate that more properties may be present.
          +    Non-breaking examples that have been proposed so far, include a
          +    "http://tools.ietf.org/html/rfc6750#section-2.3" property, set to
          +    the string value "true" if the server supports passing the bearer
          +    token in the URI query parameter as per section 2.3 of [BEARER],
          +    instead of in the request header.
          +
          +
          +de Jong                                                        [Page 10]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +
          +    Another example is "http://tools.ietf.org/html/rfc7233" with a
          +    string value of "GET" if Content-Range headers are supported for
          +    GET requests as per [RANGE], "PUT" if they are supported for PUT
          +    requests, and "GET,PUT" if supported for both.
          +
          +    Both these proposals are non-breaking extensions, since the client
          +    will have a way to work around it if these features are not present
          +    (e.g. retrieve the protected resource asynchronously in the first
          +    case, or request the entire resource in the second case).
          +
          +    A "http://remotestorage.io/spec/web-authoring" property has been
          +    proposed with a string value of the fully qualified domain name to
          +    which web authoring content is published if the server supports web
          +    authoring as per [AUTHORING]. Note that this extension is a breaking
          +    extension in the sense that it divides users into "haves", whose
          +    remoteStorage accounts allow them to author web content, and
          +    "have-nots", whose remoteStorage account does not support this
          +    functionality.
          +
          +    The server MAY expire bearer tokens, and MAY require the user to
          +    register applications as OAuth clients before first use; if no
          +    client registration is required, then the server MAY ignore the
          +    client_id parameter in favor of relying on the redirect_uri
          +    parameter for client identification.
          +
          +11. Storage-first bearer token issuance
          +
          +    The provider MAY also present a dashboard to the user, where they
          +    have some way to add open web app manifests [MANIFEST]. Adding a
          +    manifest to the dashboard is considered equivalent to clicking
          +    'accept' in the dialog of the application-first flow. Removing one
          +    is considered equivalent to revoking its access token.
          +
          +    As an equivalent to OAuth's 'scope' parameter, a 'datastores-access'
          +    field SHOULD be present in the root of such an application manifest
          +    document, with entries <module> -> '{"access": "readonly"}' for
          +    <level> 'r' or '{"access": "readwrite"}' for <level> 'rw', as
          +    prescribed in [DATASTORE].
          +
          +    When the user gestures they want to use a certain application whose
          +    manifest is present on the dashboard, the dashboard SHOULD redirect
          +    to the application or open it in a new window. To mimic coming back
          +
          +
          +de Jong                                                        [Page 11]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +    from the OAuth dialog, it MAY add 'access_token' and 'scope'
          +    fields to the URL fragment.
          +
          +    Regardless of whether 'access_token' and 'scope' are specified, it
          +    SHOULD add a 'remotestorage' field to the URL fragment, with a
          +    value of the form <account> '@' <host>. When the application detects
          +    this parameter, it SHOULD resolve the WebFinger record for <account>
          +    at <host> and extract the <storage_root> and <storage_api>
          +    information.
          +
          +    If no access_token was given, then the application SHOULD also
          +    extract the <auth_endpoint> information from WebFinger, and continue
          +    as per application-first bearer token issuance.
          +
          +    Note that whereas a remoteStorage server SHOULD offer support for
          +    the application-first flow with WebFinger and OAuth, it MAY choose
          +    not to support the storage-first flow, provided that users will
          +    easily remember their <account> '@' <host> WebFinger address at that
          +    provider. Applications SHOULD, however, support both flows, which
          +    means checking the URL for a 'remotestorage' parameter, but giving
          +    the user a way to specify the WebFinger address if there is none.
          +
          +    If a server provides an application manifest dashboard, then it
          +    SHOULD merge the list of applications there with the list of
          +    issued access tokens as specified by OAuth into one list. Also,
          +    the interface for revoking an access token as specified by OAuth
          +    SHOULD coincide with removing an application from the dashboard.
          +
          +    Servers MAY also provide a way to create access tokens directly from
          +    their user interface. Such functionality would be aimed mainly at
          +    developers, to manually copy and paste a token into a script or
          +    debug tool, thus bypassing the need for an OAuth dance. Clients
          +    SHOULD NOT rely on this in production.
          +
          +12. Example wire transcripts
          +
          +    The following examples are not normative ("\" indicates a line was
          +    wrapped).
          +
          +12.1. WebFinger
          +
          +    In application-first, an in-browser application might issue the
          +    following request, using XMLHttpRequest and CORS:
          +
          +
          +de Jong                                                        [Page 12]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +
          +         GET /.well-known/webfinger?resource=acct:michiel@michielbdejon\
          +g.com HTTP/1.1
          +         Host: michielbdejong.com
          +
          +    and the server's response might look like this:
          +
          +         HTTP/1.1 200 OK
          +         Access-Control-Allow-Origin: *
          +         Access-Control-Allow-Methods: GET
          +         Access-Control-Allow-Headers: If-Match, If-None-Match
          +         Access-Control-Expose-Headers: ETag, Content-Length
          +         Content-Type: application/jrd+json
          +
          +         {
          +           "links":[{
          +             "href": "https://michielbdejong.com:7678/inbox",
          +             "rel": "post-me-anything"
          +           }, {
          +             "href": "https://michielbdejong.com/me.jpg",
          +             "rel": "avatar"
          +           }, {
          +             "href": "https://3pp.io:4439/storage/michiel",
          +             "rel": "remotestorage",
          +             "properties": {
          +               "http://remotestorage.io/spec/version": "draft-dejong-re\
          +motestorage-04",
          +               "http://tools.ietf.org/html/rfc6749#section-4.2": "https\
          +://3pp.io:4439/oauth/michiel",
          +               "http://tools.ietf.org/html/rfc6750#section-2.3": false,
          +               "http://tools.ietf.org/html/rfc7233": false,
          +               "http://remotestorage.io/spec/web-authoring": false
          +             }
          +           }]
          +         }
          +
          +12.2. OAuth dialog form
          +
          +    Once the in-browser application has discovered the server's OAuth
          +    end-point, it will typically redirect the user to this URL, in
          +    order to obtain a bearer token. Say the application is hosted on
          +    https://drinks-unhosted.5apps.com/ and wants read-write access to
          +    the account's "myfavoritedrinks" scope:
          +
          +
          +de Jong                                                        [Page 13]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +
          +        GET /oauth/michiel?redirect_uri=https%3A%2F%2Fdrinks-unhosted.5\
          +apps.com%2F&scope=myfavoritedrinks%3Arw&client_id=https%3A%2F%2Fdrinks-\
          +unhosted.5apps.com&response_type=token HTTP/1.1
          +        Host: 3pp.io
          +
          +    The server's response might look like this (truncated for brevity):
          +
          +        HTTP/1.1 200 OK
          +
          +        <!DOCTYPE html>
          +        <html lang="en">
          +          <head>
          +            <title>Allow access?</title>
          +        ...
          +
          +12.3. OAuth dialog form submission
          +
          +    When the user submits the form, the request would look something
          +    like this:
          +
          +        POST /oauth HTTP/1.1
          +        Host: 3pp.io:4439
          +        Origin: https://3pp.io:4439
          +        Content-Type: application/x-www-form-urlencoded
          +        Referer: https://3pp.io:4439/oauth/michiel?redirect_uri=https%3\
          +A%2F%2Fdrinks-unhosted.5apps.com%2F&scope=myfavoritedrinks%3Arw&client_\
          +id=https%3A%2F%2Fdrinks-unhosted.5apps.com&response_type=token
          +
          +        client_id=https%3A%2F%2Fdrinks-unhosted.5apps.com&redirect_uri=\
          +https%3A%2F%2Fdrinks-unhosted.5apps.com%2F&response_type=token&scope=my\
          +favoritedrinks%3Arw&state=&username=michiel&password=something&allow=Al\
          +low
          +
          +    To which the server could respond with a 302 redirect, back to the
          +    origin of the requesting application:
          +
          +        HTTP/1.1 302 Found
          +        Location:https://drinks-unhosted.5apps.com/#access_token=j2YnGt\
          +XjzzzHNjkd1CJxoQubA1o%3D&token_type=bearer&state=
          +
          +12.4. OPTIONS preflight
          +
          +
          +
          +de Jong                                                        [Page 14]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +    When an in-browser application makes a cross-origin request which
          +    may affect the server-state, the browser will make a preflight
          +    request first, with the OPTIONS verb, for instance:
          +
          +        OPTIONS /storage/michiel/myfavoritedrinks/ HTTP/1.1
          +        Host: 3pp.io:4439
          +        Access-Control-Request-Method: GET
          +        Origin: https://drinks-unhosted.5apps.com
          +        Access-Control-Request-Headers: Authorization
          +        Referer: https://drinks-unhosted.5apps.com/
          +
          +    To which the server can for instance respond:
          +
          +        HTTP/1.1 200 OK
          +        Access-Control-Allow-Origin: https://drinks-unhosted.5apps.com
          +        Access-Control-Allow-Methods: GET, PUT, DELETE
          +        Access-Control-Allow-Headers: Authorization, Content-Length, Co\
          +ntent-Type, Origin, X-Requested-With, If-Match, If-None-Match
          +
          +12.5. Initial PUT
          +
          +    An initial PUT may contain an 'If-None-Match: *' header, like this:
          +
          +        PUT /storage/michiel/myfavoritedrinks/test HTTP/1.1
          +        Host: 3pp.io:4439
          +        Content-Length: 91
          +        Origin: https://drinks-unhosted.5apps.com
          +        Authorization: Bearer j2YnGtXjzzzHNjkd1CJxoQubA1o=
          +        Content-Type: application/json; charset=UTF-8
          +        Referer: https://drinks-unhosted.5apps.com/?
          +        If-None-Match: *
          +
          +        {"name":"test","@context":"http://remotestorage.io/spec/modules\
          +/myfavoritedrinks/drink"}
          +
          +    And the server may respond with either a 201 Created or a 200 OK
          +    status:
          +
          +        HTTP/1.1 201 Created
          +        Access-Control-Allow-Origin: https://drinks-unhosted.5apps.com
          +        ETag: "1382694045000"
          +
          +12.6. Subsequent PUT
          +
          +
          +de Jong                                                        [Page 15]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +
          +    A subsequent PUT may contain an 'If-Match' header referring to the
          +    ETag previously returned, like this:
          +
          +        PUT /storage/michiel/myfavoritedrinks/test HTTP/1.1
          +        Host: 3pp.io:4439
          +        Content-Length: 91
          +        Origin: https://drinks-unhosted.5apps.com
          +        Authorization: Bearer j2YnGtXjzzzHNjkd1CJxoQubA1o=
          +        Content-Type: application/json; charset=UTF-8
          +        Referer: https://drinks-unhosted.5apps.com/?
          +        If-Match: "1382694045000"
          +
          +        {"name":"test", "updated":true, "@context":"http://remotestorag\
          +e.io/spec/modules/myfavoritedrinks/drink"}
          +
          +    And the server may respond with a 412 Conflict or a 200 OK status:
          +
          +        HTTP/1.1 200 OK
          +        Access-Control-Allow-Origin: https://drinks-unhosted.5apps.com
          +        ETag: "1382694048000"
          +
          +12.7. GET
          +
          +    A GET request would also include the bearer token, and optionally
          +    an If-None-Match header:
          +
          +        GET /storage/michiel/myfavoritedrinks/test HTTP/1.1
          +        Host: 3pp.io:4439
          +        Origin: https://drinks-unhosted.5apps.com
          +        Authorization: Bearer j2YnGtXjzzzHNjkd1CJxoQubA1o=
          +        Referer: https://drinks-unhosted.5apps.com/?
          +        If-None-Match: "1382694045000", "1382694048000"
          +
          +    And the server may respond with a 304 Not Modified status:
          +
          +        HTTP/1.1 304 Not Modified
          +        Access-Control-Allow-Origin: https://drinks-unhosted.5apps.com
          +        ETag: "1382694048000"
          +
          +    Or a 200 OK status, plus a response body:
          +
          +        HTTP/1.1 200 OK
          +
          +
          +de Jong                                                        [Page 16]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +        Access-Control-Allow-Origin: https://drinks-unhosted.5apps.com
          +        Content-Type: application/json; charset=UTF-8
          +        Content-Length: 106
          +        ETag: "1382694048000"
          +        Expires: 0
          +
          +        {"name":"test", "updated":true, "@context":"http://remotestora\
          +ge.io/spec/modules/myfavoritedrinks/drink"}
          +
          +    If the GET URL would have been "/storage/michiel/myfavoritedrinks/",
          +    a 200 OK response would have a folder description as the response
          +    body:
          +
          +        HTTP/1.1 200 OK
          +        Access-Control-Allow-Origin: https://drinks-unhosted.5apps.com
          +        Content-Type: application/ld+json
          +        Content-Length: 171
          +        ETag: "1382694048000"
          +        Expires: 0
          +
          +        {"@context":"http://remotestorage.io/spec/folder-version","ite\
          +ms":{"test":{"ETag":"1382694048000","Content-Type":"application/json; \
          +charset=UTF-8","Content-Length":106}}}
          +
          +    If the GET URL would have been a non-existing document like
          +    "/storage/michiel/myfavoritedrinks/x", the response would have a 404
          +    Not Found status, and no ETag header:
          +
          +        HTTP/1.1 404 Not Found
          +        Access-Control-Allow-Origin: https://drinks-unhosted.5apps.com
          +
          +12.8. DELETE
          +
          +    A DELETE request may look like this:
          +
          +        DELETE /storage/michiel/myfavoritedrinks/test HTTP/1.1
          +        Host: 3pp.io:4439
          +        Origin: https://drinks-unhosted.5apps.com
          +        Authorization: Bearer j2YnGtXjzzzHNjkd1CJxoQubA1o=
          +        Content-Type: application/json; charset=UTF-8
          +        Referer: https://drinks-unhosted.5apps.com/?
          +        If-Match: "1382694045000"
          +
          +
          +
          +de Jong                                                        [Page 17]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +    And the server may respond with a 412 Conflict or a 200 OK status:
          +
          +        HTTP/1.1 412 Conflict
          +        Access-Control-Allow-Origin: https://drinks-unhosted.5apps.com
          +        ETag: "1382694048000"
          +
          +13. Distributed versioning
          +
          +    This section is non-normative, and is intended to explain some of
          +    the design choices concerning ETags and folder listings. At the
          +    same time it will hopefully help readers who intend to develop an
          +    application that uses remoteStorage as its per-user data storage.
          +    When multiple clients have read/write access to the same document,
          +    versioning conflicts may occur. For instance, client A may make
          +    a PUT request that changes the document from version 1 to version
          +    2, after which client B may make a PUT request attempting to change
          +    the same document from version 1 to version 3.
          +
          +    In this case, client B can add an 'If-Match: "1"' header, which
          +    would trigger a 412 Conflict response code, since the current
          +    version ("2") does not match the version required as a condition by
          +    the header If-Match header ("1").
          +
          +    Client B is now aware of the conflict, and may consult the user,
          +    saying the update to version 3 failed. The user may then choose,
          +    through the user interface of client B, whether version 2 or
          +    version 3 should be kept, or maybe the document should be reverted
          +    on the server to version 1, or a merged version 4 is needed. Client
          +    B may then make a request that puts the document to the version the
          +    user wishes; this time setting an 'If-Match: "2"' header instead.
          +
          +    Both client A and client B would periodically poll the root
          +    folder of each scope they have access to, to see if the version
          +    of the root folder changed. If it did, then one of the versions
          +    listed in there will necessarily have changed, and the client can
          +    make a GET request to that child folder or document, to obtain
          +    its latest version.
          +
          +    Because an update in a document will result in a version change of
          +    its containing folder, and that change will propagate all the way
          +    to the root folder, it is not necessary to poll each document for
          +    changes individually.
          +
          +
          +
          +de Jong                                                        [Page 18]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +    As an example, the root folder may contain 10 directories,
          +    each of which contain 10 directories, which each contain 10
          +    documents, so their paths would be for instance '/0/0/1', '/0/0/2',
          +    etcetera. Then one GET request to the root folder '/' will be
          +    enough to know if any of these 1000 documents has changed.
          +
          +    Say document '/7/9/2' has changed; then the GET request to '/' will
          +    come back with a different ETag, and entry '7/' will have a
          +    different value in its JSON content. The client could then request
          +    '/7/', '/7/9/', and '/7/9/2' to narrow down the one document that
          +    caused the root folder's ETag to change.
          +
          +    Note that the remoteStorage server does not get involved in the
          +    conflict resolution. It keeps the canonical current version at all
          +    times, and allows clients to make conditional GET and PUT requests,
          +    but it is up to whichever client discovers a given version
          +    conflict, to resolve it.
          +
          +14. Security Considerations
          +
          +    To prevent man-in-the-middle attacks, the use of https instead of
          +    http is important for both the interface itself and all end-points
          +    involved in WebFinger, OAuth, and (if present) the storage-first
          +    application launch dashboard.
          +
          +    A malicious party could link to an application, but specifying a
          +    remoteStorage account address that it controls, thus tricking the
          +    user into using a trusted application to send sensitive data to the
          +    wrong remoteStorage server. To mitigate this, applications SHOULD
          +    clearly display to which remoteStorage server they are sending the
          +    user's data.
          +
          +    Applications could request scopes that the user did not intend to
          +    give access to. The user SHOULD always be prompted to carefully
          +    review which scopes an application is requesting.
          +
          +    An application may upload malicious html pages and then trick the
          +    user into visiting them, or upload malicious client-side scripts,
          +    that take advantage of being hosted on the user's domain name. The
          +    origin on which the remoteStorage server has its interface SHOULD
          +    therefore NOT be used for anything else, and the user SHOULD be
          +    warned not to visit any web pages on that origin. In particular, the
          +    OAuth dialog and launch dashboard or token revokation interface
          +
          +
          +de Jong                                                        [Page 19]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +    SHOULD be on a different origin than the remoteStorage interface.
          +
          +    Where the use of bearer tokens is impractical, a user may choose to
          +    store documents on hard-to-guess URLs whose path after
          +    <storage_root> starts with '/public/', while sharing this URL only
          +    with the intended audience. That way, only parties who know the
          +    document's hard-to-guess URL, can access it. The server SHOULD
          +    therefore make an effort to detect and stop brute-force attacks that
          +    attempt to guess the location of such documents.
          +
          +    The server SHOULD also detect and stop denial-of-service attacks
          +    that aim to overwhelm its interface with too much traffic.
          +
          +15. IANA Considerations
          +
          +    This document registers the 'remotestorage' link relation, as well
          +    as the following WebFinger properties:
          +      * "http://remotestorage.io/spec/version"
          +      * "http://tools.ietf.org/html/rfc6749#section-4.2"
          +      * "http://tools.ietf.org/html/rfc6750#section-2.3"
          +      * "http://tools.ietf.org/html/rfc7233"
          +      * "http://remotestorage.io/spec/web-authoring"
          +
          +16. Acknowledgements
          +
          +    The authors would like to thank everybody who contributed to the
          +    development of this protocol, including Kenny Bentley, Javier Diaz,
          +    Daniel Groeber, Bjarni Runar, Jan Wildeboer, Charles Schultz, Peter
          +    Svensson, Valer Mischenko, Michiel Leenaars, Jan-Christoph
          +    Borchardt, Garret Alfert, Sebastian Kippe, Max Wiehle, Melvin
          +    Carvalho, Martin Stadler, Geoffroy Couprie, Niklas Cathor, Marco
          +    Stahl, James Coglan, Ken Eucker, Daniel Brolund, elf Pavlik, Nick
          +    Jennings, Markus Sabadello, Steven te Brinke, Matthias Treydte,
          +    Rick van Rein, Mark Nottingham, Julian Reschke, and Markus
          +    Lanthaler, among many others.
          +
          +17. References
          +
          +17.1. Normative References
          +
          +    [WORDS]
          +        Bradner, S., "Key words for use in RFCs to Indicate Requirement
          +        Levels", BCP 14, RFC 2119, March 1997.
          +
          +
          +de Jong                                                        [Page 20]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +
          +    [IRI]
          +        Duerst, M., "Internationalized Resource Identifiers (IRIs)",
          +        RFC 3987, January 2005.
          +
          +    [WEBFINGER]
          +        Jones, P., Salguerio, G., Jones, M, and Smarr, J.,
          +        "WebFinger", RFC7033, September 2013.
          +
          +    [OAUTH]
          +        "Section 4.2: Implicit Grant", in: Hardt, D. (ed), "The OAuth
          +        2.0 Authorization Framework", RFC6749, October 2012.
          +
          +17.2. Informative References
          +
          +    [HTTPS]
          +        Rescorla, E., "HTTP Over TLS", RFC2818, May 2000.
          +
          +    [HTTP]
          +        Fielding et al., "Hypertext Transfer Protocol (HTTP/1.1):
          +        Semantics and Content", RFC7231, June 2014.
          +
          +    [COND]
          +        Fielding et al., "Hypertext Transfer Protocol (HTTP/1.1):
          +        Conditional Requests", RFC7232, June 2014.
          +
          +    [RANGE]
          +        Fielding et al., "Hypertext Transfer Protocol (HTTP/1.1):
          +        Conditional Requests", RFC7233, June 2014.
          +
          +    [SPDY]
          +        Mark Belshe, Roberto Peon, "SPDY Protocol - Draft 3.1", http://
          +        www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1,
          +        September 2013.
          +
          +    [JSON-LD]
          +        M. Sporny, G. Kellogg, M. Lanthaler, "JSON-LD 1.0", W3C
          +        Proposed Recommendation,
          +        http://www.w3.org/TR/2014/REC-json-ld-20140116/, January 2014.
          +
          +    [CORS]
          +        van Kesteren, Anne (ed), "Cross-Origin Resource Sharing --
          +        W3C Candidate Recommendation 29 January 2013",
          +
          +
          +de Jong                                                        [Page 21]
          +
          
          +Internet-Draft              remoteStorage                  December 2014
          +
          +
          +        http://www.w3.org/TR/cors/, January 2013.
          +
          +    [MANIFEST]
          +        Mozilla Developer Network (ed), "App manifest -- Revision
          +        330541", https://developer.mozilla.org/en-
          +        US/Apps/Build/Manifest$revision/566677, April 2014.
          +
          +    [DATASTORE]
          +        "WebAPI/DataStore", MozillaWiki, retrieved May 2014.
          +        https://wiki.mozilla.org/WebAPI/DataStore#Manifest
          +
          +    [KERBEROS]
          +        C. Neuman et al., "The Kerberos Network Authentication Service
          +        (V5)", RFC4120, July 2005.
          +
          +    [BEARER]
          +        M. Jones, D. Hardt, "The OAuth 2.0 Authorization Framework:
          +        Bearer Token Usage", RFC6750, October 2012.
          +
          +    [AUTHORING]
          +        "Using remoteStorage for web authoring", reSite wiki, retrieved
          +        September 2014. https://github.com/michielbdejong/resite/wiki
          +        /Using-remoteStorage-for-web-authoring
          +
          +18. Authors' addresses
          +
          +    Michiel B. de Jong
          +    IndieHosters
          +
          +    Email: michiel@michielbdejong.com
          +
          +
          +    F. Kooman
          +    (independent)
          +
          +    Email: fkooman@tuxed.net
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +de Jong                                                        [Page 22]
          +
          +

          +Html markup produced by rfcmarkup 1.111, available from +https://tools.ietf.org/tools/rfcmarkup/ + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-images.json new file mode 100644 index 0000000..785f182 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-images.json @@ -0,0 +1,7 @@ +[ + "https:\/\/www.infobae.com\/new-resizer\/shi8E0F5ldd8a7vtvFaJomRURqU=\/1200x0\/filters:quality(100)\/s3.amazonaws.com\/arc-wordpress-client-uploads\/infobae-wp\/wp-content\/uploads\/2017\/12\/01154429\/Rugbier-golpeado-1920.jpg", + "https:\/\/www.infobae.com\/new-resizer\/b_LU5bsrOM_BmZtNMzegvdNoPNE=\/600x0\/filters:quality(100)\/s3.amazonaws.com\/arc-wordpress-client-uploads\/infobae-wp\/wp-content\/uploads\/2017\/12\/01154429\/Rugbier-golpeado-1920.jpg", + "https:\/\/www.infobae.com\/new-resizer\/PUJQSwJZOtaetM7tXKqic4Ib1Wg=\/600x0\/filters:quality(100)\/s3.amazonaws.com\/arc-wordpress-client-uploads\/infobae-wp\/wp-content\/uploads\/2017\/12\/01161934\/Jonathan-Castellani-SF-2.jpg", + "https:\/\/www.infobae.com\/new-resizer\/yS5kphJxw_CBn1mycqbcrMjoNmQ=\/600x0\/filters:quality(100)\/s3.amazonaws.com\/arc-wordpress-client-uploads\/infobae-wp\/wp-content\/uploads\/2017\/12\/01163101\/JonathanGay2.jpg", + "https:\/\/www.infobae.com\/new-resizer\/cFidtpanVMHP25zNoWF78I4qjMA=\/600x0\/filters:quality(100)\/s3.amazonaws.com\/arc-wordpress-client-uploads\/infobae-wp\/wp-content\/uploads\/2017\/12\/01161927\/Jonathan-Castellani-1920.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-metadata.json new file mode 100644 index 0000000..b6d2597 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Por Mauricio Luna 1 de diciembre de 2017", + "Direction": null, + "Excerpt": "Jonathan Castellari fue salvajemente golpeado en un local de comidas rápidas, mientras esperaba el desayuno junto a un amigo. Podría perder un ojo", + "Image": "https:\/\/www.infobae.com\/new-resizer\/shi8E0F5ldd8a7vtvFaJomRURqU=\/1200x0\/filters:quality(100)\/s3.amazonaws.com\/arc-wordpress-client-uploads\/infobae-wp\/wp-content\/uploads\/2017\/12\/01154429\/Rugbier-golpeado-1920.jpg", + "Title": "Una patota de varones atacó a un rugbier gay: \"Te vamos a matar por puto\"", + "SiteName": "Infobae" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/infobae/expected.html b/vendor/fivefilters/readability.php/test/test-pages/infobae/expected.html new file mode 100644 index 0000000..f28c689 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/infobae/expected.html @@ -0,0 +1 @@ +

          Jonathan Castellari tiene 25 años y fue golpeado por una patota de 8 hombres

          Jonathan Castellari tiene 25 años y fue golpeado por una patota de 8 hombres

          Eran casi las 6:30 de la mañana. Jonathan Castellari, de 25 años, volvía de bailar junto a Sebastián, su amigo. Les pareció una buena idea detenerse en el Mc Donald's de Avenida Córdoba al 3100 con el objetivo de desayunar y continuar el viaje hasta sus hogares. Mientras esperaban la comida, un grupo de 8 chicos de entre 20 y 25 años ingresó al local con el mismo objetivo, aunque adoptaron otro plan: mirarlos fijamente, reírse de ellos y hacer chistes sobre la sexualidad de ambos.

          Sebastián relató a Infobae: "Estábamos esperando nuestro pedido, haciéndonos chistes, riéndonos de lo sucedido durante la noche. Hablábamos entre nosotros. En ese momento entró un grupo de 8 chicos, de contextura grande, y notamos que estaban alcoholizados. Nos miraban, hacían chistes, se reían de nosotros. Fue ahí cuando decidimos salir con Jonathan a fumar un cigarrillo y esperar que se fueran. Él salió primero y vi que uno de estos pibes lo abrazó y se lo llevó. Instantáneamente se metieron los demás a pegarle. Le pegaron mucho. Quise pararlos y no pude. Ligué yo también, pero nada en comparación a lo que sufrió Jonathan. Cuando lo soltaron lo agarré como pude y justo una enfermera del Sanatorio Güemes (está a dos cuadras del local) estaba tomando un café y le dio los primeros auxilios".

          "Fuimos a verlo recién, no paraba de llorar y de decirnos que le pegaron por puto", dijo a Infobae María Rachid, titular del Instituto contra la Discriminación de la Defensoría del Pueblo CABA. "Lamentablemente su situación es delicada. Recién nos informaron que lo van a intervenir quirúrgicamente porque podría perder un ojo".

          Como Jonathan no conoce a los agresores, desde la Defensoría y la Federación LGBT se comunicaron con autoridades del Ministerio de Seguridad para que soliciten las cámaras de seguridad del Mc Donald's, del sanatorio Güemes y de otros negocios de la cuadra para poder identificarlos.

          Gastón Llopart, abogado de Sebastián, le detalló a Infobae que Jonathan está "próximo a recibir una intervención quirúrgica, ya que tuvo fractura en el hueso del pómulo derecho de su rostro. Sebastián llamó al 911 dos veces y no fueron. Me contaron que los agresores los siguieron hasta el sanatorio mientras los insultaban: la gente de seguridad tuvo que echarlos".

          Llopart agregó que la patota, mientras lo golpeaban, le gritaba: "Te vamos a matar por puto". La familia de Jonathan está en el sanatorio a la espera de la intervención quirúrgica. Llopart dijo que "harán la denuncia el lunes por la mañana, cuando existan mayores precisiones de lo ocurrido".

          Jonathan y Sebastián forman parte de Ciervos Pampas Rugby Club, un equipo que nació hace cinco años como el primer equipo de la Argentina por la diversidad sexual. Se trata de un combinado que no está integrado en un 100% por varones gays, pero en el que estos encuentran un lugar en el cual expresar libremente su orientación sexual, sin miedo a los prejuicios o a la discriminación. El club emitió un comunicado en su cuenta de Facebook, relatando los hechos y solidarizándose con Jonathan.

          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/infobae/source.html b/vendor/fivefilters/readability.php/test/test-pages/infobae/source.html new file mode 100644 index 0000000..8d6832e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/infobae/source.html @@ -0,0 +1,35 @@ + Una patota de varones atacó a un rugbier gay: "Te vamos a matar por puto" - Infobae + +

          Una patota de varones atacó a un rugbier gay: "Te vamos a matar por puto"

          Jonathan Castellari fue salvajemente golpeado en un local de comidas rápidas, mientras esperaba el desayuno junto a un amigo. Podría perder un ojo
          Jonathan Castellari tiene 25 años y fue golpeado por una patota de 8 hombres
          Jonathan Castellari tiene 25 años y fue golpeado por una patota de 8 hombres

          Eran casi las 6:30 de la mañana. Jonathan Castellari, de 25 años, volvía de bailar junto a Sebastián, su amigo. Les pareció una buena idea detenerse en el Mc Donald's de Avenida Córdoba al 3100 con el objetivo de desayunar y continuar el viaje hasta sus hogares. Mientras esperaban la comida, un grupo de 8 chicos de entre 20 y 25 años ingresó al local con el mismo objetivo, aunque adoptaron otro plan: mirarlos fijamente, reírse de ellos y hacer chistes sobre la sexualidad de ambos.

          Sebastián relató a Infobae: "Estábamos esperando nuestro pedido, haciéndonos chistes, riéndonos de lo sucedido durante la noche. Hablábamos entre nosotros. En ese momento entró un grupo de 8 chicos, de contextura grande, y notamos que estaban alcoholizados. Nos miraban, hacían chistes, se reían de nosotros. Fue ahí cuando decidimos salir con Jonathan a fumar un cigarrillo y esperar que se fueran. Él salió primero y vi que uno de estos pibes lo abrazó y se lo llevó. Instantáneamente se metieron los demás a pegarle. Le pegaron mucho. Quise pararlos y no pude. Ligué yo también, pero nada en comparación a lo que sufrió Jonathan. Cuando lo soltaron lo agarré como pude y justo una enfermera del Sanatorio Güemes (está a dos cuadras del local) estaba tomando un café y le dio los primeros auxilios".

          "Fuimos a verlo recién, no paraba de llorar y de decirnos que le pegaron por puto", dijo a Infobae María Rachid, titular del Instituto contra la Discriminación de la Defensoría del Pueblo CABA. "Lamentablemente su situación es delicada. Recién nos informaron que lo van a intervenir quirúrgicamente porque podría perder un ojo".

          Como Jonathan no conoce a los agresores, desde la Defensoría y la Federación LGBT se comunicaron con autoridades del Ministerio de Seguridad para que soliciten las cámaras de seguridad del Mc Donald's, del sanatorio Güemes y de otros negocios de la cuadra para poder identificarlos.

          Gastón Llopart, abogado de Sebastián, le detalló a Infobae que Jonathan está "próximo a recibir una intervención quirúrgica, ya que tuvo fractura en el hueso del pómulo derecho de su rostro. Sebastián llamó al 911 dos veces y no fueron. Me contaron que los agresores los siguieron hasta el sanatorio mientras los insultaban: la gente de seguridad tuvo que echarlos".

          Llopart agregó que la patota, mientras lo golpeaban, le gritaba: "Te vamos a matar por puto". La familia de Jonathan está en el sanatorio a la espera de la intervención quirúrgica. Llopart dijo que "harán la denuncia el lunes por la mañana, cuando existan mayores precisiones de lo ocurrido".

          Jonathan y Sebastián forman parte de Ciervos Pampas Rugby Club, un equipo que nació hace cinco años como el primer equipo de la Argentina por la diversidad sexual. Se trata de un combinado que no está integrado en un 100% por varones gays, pero en el que estos encuentran un lugar en el cual expresar libremente su orientación sexual, sin miedo a los prejuicios o a la discriminación. El club emitió un comunicado en su cuenta de Facebook, relatando los hechos y solidarizándose con Jonathan.

          LEA MÁS:

          Permite ver las noticias en menos de un segundo.

          Mas Noticias

          Comentarios

          🍿🍿🍿 Buena
          🍿🍿🍿🍿 Muy Buena
          🍿🍿🍿🍿🍿 Excelente
          🍿🍿🍿 Buena
          Cerrar
          Now Playing
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected-metadata.json new file mode 100644 index 0000000..611a155 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "abc", + "Image": null, + "Title": "Replace javascript: links", + "SiteName": null +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected.html b/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected.html new file mode 100644 index 0000000..2e73a80 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/expected.html @@ -0,0 +1,7 @@ +
          + +

          abc

          +

          def

          + ghi +
          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/source.html b/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/source.html new file mode 100644 index 0000000..ee63fc8 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/js-link-replacement/source.html @@ -0,0 +1,14 @@ + + + + + Replace javascript: links + + + +

          abc

          +

          def

          + ghi +
          + + \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-images.json new file mode 100644 index 0000000..e5097f4 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-images.json @@ -0,0 +1,17 @@ +[ + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*sLDnS1UWEFIS33uLMxq3cw.jpeg", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*sLDnS1UWEFIS33uLMxq3cw.jpeg", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*3vIhkoHIzcxvUdijoCVx6w.png", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*4gN1-fzOwCniw-DbqQjDeQ.jpeg", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*2KPmZkIBUrhps-2uwDvYFQ.jpeg", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*PU40bbbox2Ompc5I3RE99A.jpeg", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*ohyycinH18fz98TCyUzVgQ.png", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*mKvUNOAVQxl6atCbxbCZsg.jpeg", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*knT10_FNVUmqQIBLnutmzQ.jpeg", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*Vr61dyCTRwk6CemmVF8YAQ.jpeg", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*a-1_13xE6_ErQ-QSlz6myw.jpeg", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*IWXhtSsVv0gNnCwnDEXk-Q.jpeg", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*NGcrjfkV0l37iQH2uyYjEw.jpeg", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/2000\/1*WRlKt3q3mt7utmwxcbl3sQ.jpeg", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*320_4I0lxbn5x3bx4XPI5Q.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-metadata.json new file mode 100644 index 0000000..3b705f9 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Joseph Cox", + "Direction": null, + "Excerpt": "Welcome to DoctorX’s Barcelona lab, where the drugs you bought online are tested for safety and purity. No questions ask…", + "Image": "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*sLDnS1UWEFIS33uLMxq3cw.jpeg", + "Title": "Inside the Deep Web Drug Lab", + "SiteName": "Medium" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected.html b/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected.html new file mode 100644 index 0000000..ca16b4e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected.html @@ -0,0 +1,434 @@ +
          +
          +
          +
          + +

          +

          +
          +
          +
          + + +

          Welcome to DoctorX’s Barcelona lab, where the drugs you bought online are tested for safety and purity. No questions asked.

          + +
          +
          + +

          +

          +
          +

          Standing at a table in a chemistry lab in Barcelona, Cristina Gil Lladanosa + tears open a silver, smell-proof protective envelope. She slides out a + transparent bag full of crystals. Around her, machines whir and hum, and + other researchers mill around in long, white coats.

          +

          She is holding the lab’s latest delivery of a drug bought from the “deep + web,” the clandestine corner of the internet that isn’t reachable by normal + search engines, and is home to some sites that require special software + to access. Labeled as MDMA (the street + term is ecstasy), this sample has been shipped from Canada. Lladanosa and + her colleague Iván Fornís Espinosa have also received drugs, anonymously, + from people in China, Australia, Europe and the United States.

          +

          “Here we have speed, MDMA, cocaine, pills,” Lladanosa says, pointing to + vials full of red, green, blue and clear solutions sitting in labeled boxes.

          +
          +
          +
          +
          + +

          +

          +
          Cristina Gil Lladanosa, at the Barcelona testing lab | photo by Joan Bardeletti
          +
          +
          +
          +

          Since 2011, with the launch of Silk Road, anybody has been able to safely buy illegal + drugs from the deep web and have them delivered to their door. Though the + FBI shut down that black market in October 2013, other outlets have emerged + to fill its role. For the last 10 months the lab at which Lladanosa and + Espinosa work has offered a paid testing service of those drugs. By sending + in samples for analysis, users can know exactly what it is they are buying, + and make a more informed decision about whether to ingest the substance. + The group, called Energy Control, + which has being running “harm reduction” programs since 1999, is the first + to run a testing service explicitly geared towards verifying those purchases + from the deep web.

          +

          Before joining Energy Control, Lladanosa briefly worked at a pharmacy, + whereas Espinosa spent 14 years doing drug analysis. Working at Energy + Control is “more gratifying,” and “rewarding” than her previous jobs, Lladanosa + told me. They also receive help from a group of volunteers, made up of + a mixture of “squatters,” as Espinosa put it, and medical students, who + prepare the samples for testing.

          +

          After weighing out the crystals, aggressively mixing it with methanol + until dissolved, and delicately pouring the liquid into a tiny brown bottle, + Lladanosa, a petite woman who is nearly engulfed by her lab coat, is now + ready to test the sample. She loads a series of three trays on top of a + large white appliance sitting on a table, called a gas chromatograph (GC). + A jungle of thick pipes hang from the lab’s ceiling behind it.

          +
          +
          +
          +
          + +

          +

          +
          Photo by Joan Bardeletti
          +
          +
          +
          +

          “Chromatography separates all the substances,” Lladanosa says as she loads + the machine with an array of drugs sent from the deep web and local Spanish + users. It can tell whether a sample is pure or contaminated, and if the + latter, with what.

          +

          Rushes of hot air blow across the desk as the gas chromatograph blasts + the sample at 280 degrees Celsius. Thirty minutes later the machine’s robotic + arm automatically moves over to grip another bottle. The machine will continue + cranking through the 150 samples in the trays for most of the work week.

          +
          +
          +
          +
          + +

          +

          +
          Photo by Joan Bardeletti
          +
          +
          +
          +

          To get the drugs to Barcelona, a user mails at least 10 milligrams of + a substance to the offices of the Asociación Bienestar y Desarrollo, the + non-government organization that oversees Energy Control. The sample then + gets delivered to the testing service’s laboratory, at the Barcelona Biomedical + Research Park, a futuristic, seven story building sitting metres away from + the beach. Energy Control borrows its lab space from a biomedical research + group for free.

          +

          The tests cost 50 Euro per sample. Users pay, not surprisingly, with Bitcoin. + In the post announcing Energy Control’s service on the deep web, the group + promised that “All profits of this service are set aside of maintenance + of this project.”

          +

          About a week after testing, those results are sent in a PDF to an email + address provided by the anonymous client.

          +

          “The process is quite boring, because you are in a routine,” Lladanosa + says. But one part of the process is consistently surprising: that moment + when the results pop up on the screen. “Every time it’s something different.” + For instance, one cocaine sample she had tested also contained phenacetin, + a painkiller added to increase the product’s weight; lidocaine, an anesthetic + that numbs the gums, giving the impression that the user is taking higher + quality cocaine; and common caffeine.

          +
          +
          + +

          +

          +
          +

          The deep web drug lab is the brainchild of Fernando Caudevilla, a Spanish + physician who is better known as “DoctorX” on the deep web, a nickname + given to him by his Energy Control co-workers because of his earlier writing + about the history, risks and recreational culture of MDMA. In the physical + world, Caudevilla has worked for over a decade with Energy Control on various + harm reduction focused projects, most of which have involved giving Spanish + illegal drug users medical guidance, and often writing leaflets about the + harms of certain substances.

          +
          +
          +
          +
          + +

          +

          +
          Fernando Caudevilla, AKA DoctorX. Photo: Joseph Cox
          +
          +
          +
          +

          Caudevilla first ventured into Silk Road forums in April 2013. “I would + like to contribute to this forum offering professional advice in topics + related to drug use and health,” he wrote in an introductory post, + using his DoctorX alias. Caudevilla offered to provide answers to questions + that a typical doctor is not prepared, or willing, to respond to, at least + not without a lecture or a judgment. “This advice cannot replace a complete + face-to-face medical evaluation,” he wrote, “but I know how difficult it + can be to talk frankly about these things.”

          +

          The requests flooded in. A diabetic asked what effect MDMA has on blood + sugar; another what the risks of frequent psychedelic use were for a young + person. Someone wanted to know whether amphetamine use should be avoided + during lactation. In all, Fernando’s thread received over 50,000 visits + and 300 questions before the FBI shut down Silk Road.

          +

          “He’s amazing. A gift to this community,” one user wrote on the Silk Road + 2.0 forum, a site that sprang up after the original. “His knowledge is + invaluable, and never comes with any judgment.” Up until recently, Caudevilla + answered questions on the marketplace “Evolution.” Last week, however, + the administrators of that site pulled a scam, + shutting the market down and escaping with an estimated $12 million worth + of Bitcoin.

          +

          Caudevilla’s transition from dispensing advice to starting up a no-questions-asked + drug testing service came as a consequence of his experience on the deep + web. He’d wondered whether he could help bring more harm reduction services + to a marketplace without controls. The Energy Control project, as part + of its mandate of educating drug users and preventing harm, had already + been carrying out drug testing for local Spanish users since 2001, at music + festivals, night clubs, or through a drop-in service at a lab in Madrid.

          +

          “I thought, we are doing this in Spain, why don’t we do an international + drug testing service?” Caudevilla told me when I visited the other Energy + Control lab, in Madrid. Caudevilla, a stocky character with ear piercings + and short, shaved hair, has eyes that light up whenever he discusses the + world of the deep web. Later, via email, he elaborated that it was not + a hard sell. “It was not too hard to convince them,” he wrote me. Clearly, + Energy Control believed that the reputation he had earned as an unbiased + medical professional on the deep web might carry over to the drug analysis + service, where one needs to establish “credibility, trustworthiness, [and] + transparency,” Caudevilla said. “We could not make mistakes,” he added.

          +
          +
          +
          +
          + +

          +

          +
          Photo: Joseph Cox
          +
          +
          +
          +
          +
          + +

          +

          +
          +

          While the Energy Control lab in Madrid lab only tests Spanish drugs from + various sources, it is the Barcelona location which vets the substances + bought in the shadowy recesses of of the deep web. Caudevilla no longer + runs it, having handed it over to his colleague Ana Muñoz. She maintains + a presence on the deep web forums, answers questions from potential users, + and sends back reports when they are ready.

          +

          The testing program exists in a legal grey area. The people who own the + Barcelona lab are accredited to experiment with and handle drugs, but Energy + Control doesn’t have this permission itself, at least not in writing.

          +

          “We have a verbal agreement with the police and other authorities. They + already know what we are doing,” Lladanosa tells me. It is a pact of mutual + benefit. Energy Control provides the police with information on batches + of drugs in Spain, whether they’re from the deep web or not, Espinosa says. + They also contribute to the European Monitoring Centre for Drugs and Drug + Addiction’s early warning system, a collaboration that attempts to spread + information about dangerous drugs as quickly as possible.

          +

          By the time of my visit in February, Energy Control had received over + 150 samples from the deep web and have been receiving more at a rate of + between 4 and 8 a week. Traditional drugs, such as cocaine and MDMA, make + up about 70 percent of the samples tested, but the Barcelona lab has also + received samples of the prescription pill codeine, research chemicals and + synthetic cannabinoids, and even pills of Viagra.

          +
          +
          +
          +
          + +

          +

          +
          Photo by Joan Bardeletti
          +
          +
          +
          +

          So it’s fair to make a tentative judgement on what people are paying for + on the deep web. The verdict thus far? Overall, drugs on the deep web appear + to be of much higher quality than those found on the street.

          +

          “In general, the cocaine is amazing,” says Caudevilla, saying that the + samples they’ve seen have purities climbing towards 80 or 90 percent, and + some even higher. To get an idea of how unusual this is, take a look at + the United Nations Office on Drugs and Crime World Drug Report 2014, + which reports that the average quality of street cocaine in Spain is just + over 40 percent, while in the United Kingdom it is closer to 30 percent.“We + have found 100 percent [pure] cocaine,” he adds. “That’s really, really + strange. That means that, technically, this cocaine has been purified, + with clandestine methods.”

          +

          Naturally, identifying vendors who sell this top-of-the-range stuff is + one of the reasons that people have sent samples to Energy Control. Caudevilla + was keen to stress that, officially, Energy Control’s service “is not intended + to be a control of drug quality,” meaning a vetting process for identifying + the best sellers, but that is exactly how some people have been using it.

          +

          As one buyer on the Evolution market, elmo666, wrote to me over the site’s + messaging system, “My initial motivations were selfish. My primary motivation + was to ensure that I was receiving and continue to receive a high quality + product, essentially to keep the vendor honest as far as my interactions + with them went.”

          +

          Vendors on deep web markets advertise their product just like any other + outlet does, using flash sales, gimmicky giveaways and promises of drugs + that are superior to those of their competitors. The claims, however, can + turn out to be empty: despite the test results that show that deep web + cocaine vendors typically sell product that is of a better quality than + that found on the street, in plenty of cases, the drugs are nowhere near + as pure as advertised.

          +

          “You won’t be getting anything CLOSE to what you paid for,” one user complained + about the cocaine from ‘Mirkov’, a vendor on Evolution. “He sells 65% not + 95%.”

          +
          +
          +
          +
          + +

          +

          +
          Photo by Joan Bardeletti
          +
          +
          +
          +
          +
          + +

          +

          +
          +

          Despite the prevalence of people using the service to gauge the quality + of what goes up their nose, many users send samples to Energy Control in + the spirit of its original mission: keeping themselves alive and healthy. + The worst case scenario from drugs purchased on the deep web is, well the + worst case. That was the outcome when Patrick McMullen, a + 17-year-old Scottish student, ingested half a gram of MDMA and three tabs + of LSD, reportedly purchased from the Silk Road. While talking to his friends + on Skype, his words became slurred and he passed out. Paramedics could + not revive him. The coroner for that case, Sherrif Payne, who deemed the + cause of death ecstasy toxicity, told The Independent “You + never know the purity of what you are taking and you can easily come unstuck.”

          +

          ScreamMyName, a deep web user who has been active since the original Silk + Road, wants to alert users to the dangerous chemicals that are often mixed + with drugs, and is using Energy Control as a means to do so.

          +

          “We’re at a time where some vendors are outright sending people poison. + Some do it unknowingly,” ScreamMyName told me in an encrypted message. + “Cocaine production in South America is often tainted with either levamisole + or phenacetine. Both poison to humans and both with severe side effects.”

          +

          In the case of Levamisole, those prescribing it are often not doctors + but veterinarians, as Levamisole is commonly used on animals, primarily + for the treatment of worms. If ingested by humans it can lead to cases + of extreme eruptions of the skin, as documented in a study from researchers at the University + of California, San Francisco. But Lladanosa has found Levamisole in cocaine + samples; dealers use it to increase the product weight, allowing them to + stretch their batch further for greater profit — and also, she says, because + Levamisole has a strong stimulant effect.

          +

          “It got me sick as fuck,” Dr. Feel, an Evolution user, wrote on the site’s + forums after consuming cocaine that had been cut with 23 percent Levamisole, + and later tested by Energy Control. “I was laid up in bed for several days + because of that shit. The first night I did it, I thought I was going to + die. I nearly drove myself to the ER.”

          +

          “More people die because of tainted drugs than the drugs themselves,” + Dr. Feel added. “It’s the cuts and adulterants that are making people sick + and killing them.”

          +
          +
          +
          +
          + +

          +

          +
          Photo by Joan Bardeletti
          +
          +
          +
          +

          The particular case of cocaine cut with Levamisole is one of the reasons + that ScreamMyName has been pushing for more drug testing on the deep web + markets. “I recognize that drug use isn’t exactly healthy, but why exacerbate + the problem?” he told me when I contacted him after his post. “[Energy + Control] provides a way for users to test the drugs they’ll use and for + these very users to know what it is they’re putting in their bodies. Such + services are in very short supply.”

          +

          After sending a number of Energy Control tests himself, ScreamMyName started + a de facto crowd-sourcing campaign to get more drugs sent to the lab, and + then shared the results, after throwing in some cash to get the ball rolling. + He set up a Bitcoin wallet, with the hope that users might chip in + to fund further tests. At the time of writing, the wallet has received + a total of 1.81 bitcoins; around $430 at today’s exchange rates.

          +

          In posts to the Evolution community, ScreamMyName pitched this project + as something that will benefit users and keep drug dealer honest. “When + the funds build up to a point where we can purchase an [Energy Control] + test fee, we’ll do a US thread poll for a few days and try to cohesively + decide on what vendor to test,” he continued.

          +
          +
          +
          +
          + +

          +

          +
          Photo by Joan Bardeletti
          +
          +
          +
          +

          Other members of the community have been helping out, too. PlutoPete, + a vendor from the original Silk Road who sold cannabis seeds and other + legal items, has provided ScreamMyName with packaging to safely send the + samples to Barcelona. “A box of baggies, and a load of different moisture + barrier bags,” PlutoPete told me over the phone. “That’s what all the vendors + use.”

          +

          It’s a modest program so far. ScreamMyName told me that so far he had + gotten enough public funding to purchase five different Energy Control + tests, in addition to the ten or so he’s sent himself so far. “The program + created is still in its infancy and it is growing and changing as we go + along but I have a lot of faith in what we’re doing,” he says.

          +

          But the spirit is contagious: elmo666, the other deep web user testing + cocaine, originally kept the results of the drug tests to himself, but + he, too, saw a benefit to distributing the data. “It is clear that it is + a useful service to other users, keeping vendors honest and drugs (and + their users) safe,” he told me. He started to report his findings to others + on the forums, and then created a thread with summaries of the test results, + as well as comments from the vendors if they provided it. Other users were + soon basing their decisions on what to buy on elmo666‘s tests.

          +

          “I’m defo trying the cola based on the incredibly helpful elmo and his + energy control results and recommendations,” wrote user jayk1984. On top + of this, elmo666 plans to launch an independent site on the deep web that + will collate all of these results, which should act as a resource for users + of all the marketplaces.

          +

          As word of elmo666's efforts spread, he began getting requests from drug + dealers who wanted him to use their wares for testing. Clearly, they figured + that a positive result from Energy Control would be a fantastic marketing + tool to draw more customers. They even offered elmo666 free samples. (He + passed.)

          +

          Meanwhile, some in the purchasing community are arguing that those running + markets on the deep web should be providing quality control themselves. + PlutoPete told me over the phone that he had been in discussions about + this with Dread Pirate Roberts, the pseudonymous owner of the original + Silk Road site. “We [had been] talking about that on a more organized basis + on Silk Road 1, doing lots of anonymous buys to police each category. But + of course they took the thing [Silk Road] down before we got it properly + off the ground,” he lamented.

          +

          But perhaps it is best that the users, those who are actually consuming + the drugs, remain in charge of shaming dealers and warning each other. + “It’s our responsibility to police the market based on reviews and feedback,” + elmo666 wrote in an Evolution forum post. It seems that in the lawless + space of the deep web, where everything from child porn to weapons are + sold openly, users have cooperated in an organic display of self-regulation + to stamp out those particular batches of drugs that are more likely to + harm users.

          +

          “That’s always been the case with the deep web,” PlutoPete told me. Indeed, + ever since Silk Road, a stable of the drug markets has been the review + system, where buyers can leave a rating and feedback for vendors, letting + others know about the reliability of the seller. But DoctorX’s lab, rigorously + testing the products with scientific instruments, takes it a step further.

          +
          +
          +
          +
          + +

          +

          +
          Photo by Joan Bardeletti
          +
          +
          +
          +

          “In the white market, they have quality control. In the dark market, it + should be the same,” Cristina Gil Lladanosa says to me before I leave the + Barcelona lab.

          +

          A week after I visit the lab, the results of the MDMA arrive in my inbox: + it is 85 percent pure, with no indications of other active ingredients. + Whoever ordered that sample from the digital shelves of the deep web, and + had it shipped to their doorstep in Canada, got hold of some seriously + good, and relatively safe drugs. And now they know it.

          +
          +
          + +

          +

          +
          +

          Top photo by Joan Bardeletti +

          +

          Follow Backchannel: Twitter + |Facebook +

          +
          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/keep-images/source.html b/vendor/fivefilters/readability.php/test/test-pages/keep-images/source.html new file mode 100644 index 0000000..6d2b282 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/keep-images/source.html @@ -0,0 +1,833 @@ + + + + + + + Inside the Deep Web Drug Lab — Backchannel — Medium + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +
          +
          +
          + +
          +
          +
          +
          +
          Ready to publish?
          +
          Change the story’s title, subtitle, and visibility as needed
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          + + + + +
          +
          +
          +
          +
          + + + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +

          Inside the Deep Web Drug Lab

          +

          +
          +

          +

          Welcome to DoctorX’s Barcelona lab, where the drugs you bought online are tested for safety and purity. No questions asked.

          +

          +
          +

          +
          +
          +
          + +
          +
          +

          Standing at a table in a chemistry lab in Barcelona, Cristina Gil Lladanosa + tears open a silver, smell-proof protective envelope. She slides out a + transparent bag full of crystals. Around her, machines whir and hum, and + other researchers mill around in long, white coats.

          +

          She is holding the lab’s latest delivery of a drug bought from the “deep + web,” the clandestine corner of the internet that isn’t reachable by normal + search engines, and is home to some sites that require special software + to access. Labeled as MDMA (the street + term is ecstasy), this sample has been shipped from Canada. Lladanosa and + her colleague Iván Fornís Espinosa have also received drugs, anonymously, + from people in China, Australia, Europe and the United States.

          +

          “Here we have speed, MDMA, cocaine, pills,” Lladanosa says, pointing to + vials full of red, green, blue and clear solutions sitting in labeled boxes.

          +
          +
          +
          +
          +
          + +
          +
          Cristina Gil Lladanosa, at the Barcelona testing lab | photo by Joan Bardeletti
          +
          +
          +
          +

          Since 2011, with the launch of Silk Road, anybody has been able to safely buy illegal + drugs from the deep web and have them delivered to their door. Though the + FBI shut down that black market in October 2013, other outlets have emerged + to fill its role. For the last 10 months the lab at which Lladanosa and + Espinosa work has offered a paid testing service of those drugs. By sending + in samples for analysis, users can know exactly what it is they are buying, + and make a more informed decision about whether to ingest the substance. + The group, called Energy Control, + which has being running “harm reduction” programs since 1999, is the first + to run a testing service explicitly geared towards verifying those purchases + from the deep web.

          +

          Before joining Energy Control, Lladanosa briefly worked at a pharmacy, + whereas Espinosa spent 14 years doing drug analysis. Working at Energy + Control is “more gratifying,” and “rewarding” than her previous jobs, Lladanosa + told me. They also receive help from a group of volunteers, made up of + a mixture of “squatters,” as Espinosa put it, and medical students, who + prepare the samples for testing.

          +

          After weighing out the crystals, aggressively mixing it with methanol + until dissolved, and delicately pouring the liquid into a tiny brown bottle, + Lladanosa, a petite woman who is nearly engulfed by her lab coat, is now + ready to test the sample. She loads a series of three trays on top of a + large white appliance sitting on a table, called a gas chromatograph (GC). + A jungle of thick pipes hang from the lab’s ceiling behind it.

          +
          +
          +
          +
          +
          + +
          +
          Photo by Joan Bardeletti
          +
          +
          +
          +

          “Chromatography separates all the substances,” Lladanosa says as she loads + the machine with an array of drugs sent from the deep web and local Spanish + users. It can tell whether a sample is pure or contaminated, and if the + latter, with what.

          +

          Rushes of hot air blow across the desk as the gas chromatograph blasts + the sample at 280 degrees Celsius. Thirty minutes later the machine’s robotic + arm automatically moves over to grip another bottle. The machine will continue + cranking through the 150 samples in the trays for most of the work week.

          +
          +
          +
          +
          +
          + +
          +
          Photo by Joan Bardeletti
          +
          +
          +
          +

          To get the drugs to Barcelona, a user mails at least 10 milligrams of + a substance to the offices of the Asociación Bienestar y Desarrollo, the + non-government organization that oversees Energy Control. The sample then + gets delivered to the testing service’s laboratory, at the Barcelona Biomedical + Research Park, a futuristic, seven story building sitting metres away from + the beach. Energy Control borrows its lab space from a biomedical research + group for free.

          +

          The tests cost 50 Euro per sample. Users pay, not surprisingly, with Bitcoin. + In the post announcing Energy Control’s service on the deep web, the group + promised that “All profits of this service are set aside of maintenance + of this project.”

          +

          About a week after testing, those results are sent in a PDF to an email + address provided by the anonymous client.

          +

          “The process is quite boring, because you are in a routine,” Lladanosa + says. But one part of the process is consistently surprising: that moment + when the results pop up on the screen. “Every time it’s something different.” + For instance, one cocaine sample she had tested also contained phenacetin, + a painkiller added to increase the product’s weight; lidocaine, an anesthetic + that numbs the gums, giving the impression that the user is taking higher + quality cocaine; and common caffeine.

          +
          +
          +
          + +
          +
          +

          The deep web drug lab is the brainchild of Fernando Caudevilla, a Spanish + physician who is better known as “DoctorX” on the deep web, a nickname + given to him by his Energy Control co-workers because of his earlier writing + about the history, risks and recreational culture of MDMA. In the physical + world, Caudevilla has worked for over a decade with Energy Control on various + harm reduction focused projects, most of which have involved giving Spanish + illegal drug users medical guidance, and often writing leaflets about the + harms of certain substances.

          +
          +
          +
          +
          +
          + +
          +
          Fernando Caudevilla, AKA DoctorX. Photo: Joseph Cox
          +
          +
          +
          +

          Caudevilla first ventured into Silk Road forums in April 2013. “I would + like to contribute to this forum offering professional advice in topics + related to drug use and health,” he wrote in an introductory post, + using his DoctorX alias. Caudevilla offered to provide answers to questions + that a typical doctor is not prepared, or willing, to respond to, at least + not without a lecture or a judgment. “This advice cannot replace a complete + face-to-face medical evaluation,” he wrote, “but I know how difficult it + can be to talk frankly about these things.”

          +

          The requests flooded in. A diabetic asked what effect MDMA has on blood + sugar; another what the risks of frequent psychedelic use were for a young + person. Someone wanted to know whether amphetamine use should be avoided + during lactation. In all, Fernando’s thread received over 50,000 visits + and 300 questions before the FBI shut down Silk Road.

          +

          “He’s amazing. A gift to this community,” one user wrote on the Silk Road + 2.0 forum, a site that sprang up after the original. “His knowledge is + invaluable, and never comes with any judgment.” Up until recently, Caudevilla + answered questions on the marketplace “Evolution.” Last week, however, + the administrators of that site pulled a scam, + shutting the market down and escaping with an estimated $12 million worth + of Bitcoin.

          +

          Caudevilla’s transition from dispensing advice to starting up a no-questions-asked + drug testing service came as a consequence of his experience on the deep + web. He’d wondered whether he could help bring more harm reduction services + to a marketplace without controls. The Energy Control project, as part + of its mandate of educating drug users and preventing harm, had already + been carrying out drug testing for local Spanish users since 2001, at music + festivals, night clubs, or through a drop-in service at a lab in Madrid.

          +

          “I thought, we are doing this in Spain, why don’t we do an international + drug testing service?” Caudevilla told me when I visited the other Energy + Control lab, in Madrid. Caudevilla, a stocky character with ear piercings + and short, shaved hair, has eyes that light up whenever he discusses the + world of the deep web. Later, via email, he elaborated that it was not + a hard sell. “It was not too hard to convince them,” he wrote me. Clearly, + Energy Control believed that the reputation he had earned as an unbiased + medical professional on the deep web might carry over to the drug analysis + service, where one needs to establish “credibility, trustworthiness, [and] + transparency,” Caudevilla said. “We could not make mistakes,” he added.

          +
          +
          +
          +
          +
          + +
          +
          Photo: Joseph Cox
          +
          +
          +
          +
          +
          +
          + +
          +
          +

          While the Energy Control lab in Madrid lab only tests Spanish drugs from + various sources, it is the Barcelona location which vets the substances + bought in the shadowy recesses of of the deep web. Caudevilla no longer + runs it, having handed it over to his colleague Ana Muñoz. She maintains + a presence on the deep web forums, answers questions from potential users, + and sends back reports when they are ready.

          +

          The testing program exists in a legal grey area. The people who own the + Barcelona lab are accredited to experiment with and handle drugs, but Energy + Control doesn’t have this permission itself, at least not in writing.

          +

          “We have a verbal agreement with the police and other authorities. They + already know what we are doing,” Lladanosa tells me. It is a pact of mutual + benefit. Energy Control provides the police with information on batches + of drugs in Spain, whether they’re from the deep web or not, Espinosa says. + They also contribute to the European Monitoring Centre for Drugs and Drug + Addiction’s early warning system, a collaboration that attempts to spread + information about dangerous drugs as quickly as possible.

          +

          By the time of my visit in February, Energy Control had received over + 150 samples from the deep web and have been receiving more at a rate of + between 4 and 8 a week. Traditional drugs, such as cocaine and MDMA, make + up about 70 percent of the samples tested, but the Barcelona lab has also + received samples of the prescription pill codeine, research chemicals and + synthetic cannabinoids, and even pills of Viagra.

          +
          +
          +
          +
          +
          + +
          +
          Photo by Joan Bardeletti
          +
          +
          +
          +

          So it’s fair to make a tentative judgement on what people are paying for + on the deep web. The verdict thus far? Overall, drugs on the deep web appear + to be of much higher quality than those found on the street.

          +

          “In general, the cocaine is amazing,” says Caudevilla, saying that the + samples they’ve seen have purities climbing towards 80 or 90 percent, and + some even higher. To get an idea of how unusual this is, take a look at + the United Nations Office on Drugs and Crime World Drug Report 2014, + which reports that the average quality of street cocaine in Spain is just + over 40 percent, while in the United Kingdom it is closer to 30 percent.“We + have found 100 percent [pure] cocaine,” he adds. “That’s really, really + strange. That means that, technically, this cocaine has been purified, + with clandestine methods.”

          +

          Naturally, identifying vendors who sell this top-of-the-range stuff is + one of the reasons that people have sent samples to Energy Control. Caudevilla + was keen to stress that, officially, Energy Control’s service “is not intended + to be a control of drug quality,” meaning a vetting process for identifying + the best sellers, but that is exactly how some people have been using it.

          +

          As one buyer on the Evolution market, elmo666, wrote to me over the site’s + messaging system, “My initial motivations were selfish. My primary motivation + was to ensure that I was receiving and continue to receive a high quality + product, essentially to keep the vendor honest as far as my interactions + with them went.”

          +

          Vendors on deep web markets advertise their product just like any other + outlet does, using flash sales, gimmicky giveaways and promises of drugs + that are superior to those of their competitors. The claims, however, can + turn out to be empty: despite the test results that show that deep web + cocaine vendors typically sell product that is of a better quality than + that found on the street, in plenty of cases, the drugs are nowhere near + as pure as advertised.

          +

          “You won’t be getting anything CLOSE to what you paid for,” one user complained + about the cocaine from ‘Mirkov’, a vendor on Evolution. “He sells 65% not + 95%.”

          +
          +
          +
          +
          +
          + +
          +
          Photo by Joan Bardeletti
          +
          +
          +
          +
          +
          +
          + +
          +
          +

          Despite the prevalence of people using the service to gauge the quality + of what goes up their nose, many users send samples to Energy Control in + the spirit of its original mission: keeping themselves alive and healthy. + The worst case scenario from drugs purchased on the deep web is, well the + worst case. That was the outcome when Patrick McMullen, a + 17-year-old Scottish student, ingested half a gram of MDMA and three tabs + of LSD, reportedly purchased from the Silk Road. While talking to his friends + on Skype, his words became slurred and he passed out. Paramedics could + not revive him. The coroner for that case, Sherrif Payne, who deemed the + cause of death ecstasy toxicity, told The Independent “You + never know the purity of what you are taking and you can easily come unstuck.”

          +

          ScreamMyName, a deep web user who has been active since the original Silk + Road, wants to alert users to the dangerous chemicals that are often mixed + with drugs, and is using Energy Control as a means to do so.

          +

          “We’re at a time where some vendors are outright sending people poison. + Some do it unknowingly,” ScreamMyName told me in an encrypted message. + “Cocaine production in South America is often tainted with either levamisole + or phenacetine. Both poison to humans and both with severe side effects.”

          +

          In the case of Levamisole, those prescribing it are often not doctors + but veterinarians, as Levamisole is commonly used on animals, primarily + for the treatment of worms. If ingested by humans it can lead to cases + of extreme eruptions of the skin, as documented in a study from researchers at the University + of California, San Francisco. But Lladanosa has found Levamisole in cocaine + samples; dealers use it to increase the product weight, allowing them to + stretch their batch further for greater profit — and also, she says, because + Levamisole has a strong stimulant effect.

          +

          “It got me sick as fuck,” Dr. Feel, an Evolution user, wrote on the site’s + forums after consuming cocaine that had been cut with 23 percent Levamisole, + and later tested by Energy Control. “I was laid up in bed for several days + because of that shit. The first night I did it, I thought I was going to + die. I nearly drove myself to the ER.”

          +

          “More people die because of tainted drugs than the drugs themselves,” + Dr. Feel added. “It’s the cuts and adulterants that are making people sick + and killing them.”

          +
          +
          +
          +
          +
          + +
          +
          Photo by Joan Bardeletti
          +
          +
          +
          +

          The particular case of cocaine cut with Levamisole is one of the reasons + that ScreamMyName has been pushing for more drug testing on the deep web + markets. “I recognize that drug use isn’t exactly healthy, but why exacerbate + the problem?” he told me when I contacted him after his post. “[Energy + Control] provides a way for users to test the drugs they’ll use and for + these very users to know what it is they’re putting in their bodies. Such + services are in very short supply.”

          +

          After sending a number of Energy Control tests himself, ScreamMyName started + a de facto crowd-sourcing campaign to get more drugs sent to the lab, and + then shared the results, after throwing in some cash to get the ball rolling. + He set up a Bitcoin wallet, with the hope that users might chip in + to fund further tests. At the time of writing, the wallet has received + a total of 1.81 bitcoins; around $430 at today’s exchange rates.

          +

          In posts to the Evolution community, ScreamMyName pitched this project + as something that will benefit users and keep drug dealer honest. “When + the funds build up to a point where we can purchase an [Energy Control] + test fee, we’ll do a US thread poll for a few days and try to cohesively + decide on what vendor to test,” he continued.

          +
          +
          +
          +
          +
          + +
          +
          Photo by Joan Bardeletti
          +
          +
          +
          +

          Other members of the community have been helping out, too. PlutoPete, + a vendor from the original Silk Road who sold cannabis seeds and other + legal items, has provided ScreamMyName with packaging to safely send the + samples to Barcelona. “A box of baggies, and a load of different moisture + barrier bags,” PlutoPete told me over the phone. “That’s what all the vendors + use.”

          +

          It’s a modest program so far. ScreamMyName told me that so far he had + gotten enough public funding to purchase five different Energy Control + tests, in addition to the ten or so he’s sent himself so far. “The program + created is still in its infancy and it is growing and changing as we go + along but I have a lot of faith in what we’re doing,” he says.

          +

          But the spirit is contagious: elmo666, the other deep web user testing + cocaine, originally kept the results of the drug tests to himself, but + he, too, saw a benefit to distributing the data. “It is clear that it is + a useful service to other users, keeping vendors honest and drugs (and + their users) safe,” he told me. He started to report his findings to others + on the forums, and then created a thread with summaries of the test results, + as well as comments from the vendors if they provided it. Other users were + soon basing their decisions on what to buy on elmo666‘s tests.

          +

          “I’m defo trying the cola based on the incredibly helpful elmo and his + energy control results and recommendations,” wrote user jayk1984. On top + of this, elmo666 plans to launch an independent site on the deep web that + will collate all of these results, which should act as a resource for users + of all the marketplaces.

          +

          As word of elmo666's efforts spread, he began getting requests from drug + dealers who wanted him to use their wares for testing. Clearly, they figured + that a positive result from Energy Control would be a fantastic marketing + tool to draw more customers. They even offered elmo666 free samples. (He + passed.)

          +

          Meanwhile, some in the purchasing community are arguing that those running + markets on the deep web should be providing quality control themselves. + PlutoPete told me over the phone that he had been in discussions about + this with Dread Pirate Roberts, the pseudonymous owner of the original + Silk Road site. “We [had been] talking about that on a more organized basis + on Silk Road 1, doing lots of anonymous buys to police each category. But + of course they took the thing [Silk Road] down before we got it properly + off the ground,” he lamented.

          +

          But perhaps it is best that the users, those who are actually consuming + the drugs, remain in charge of shaming dealers and warning each other. + “It’s our responsibility to police the market based on reviews and feedback,” + elmo666 wrote in an Evolution forum post. It seems that in the lawless + space of the deep web, where everything from child porn to weapons are + sold openly, users have cooperated in an organic display of self-regulation + to stamp out those particular batches of drugs that are more likely to + harm users.

          +

          “That’s always been the case with the deep web,” PlutoPete told me. Indeed, + ever since Silk Road, a stable of the drug markets has been the review + system, where buyers can leave a rating and feedback for vendors, letting + others know about the reliability of the seller. But DoctorX’s lab, rigorously + testing the products with scientific instruments, takes it a step further.

          +
          +
          +
          +
          +
          + +
          +
          Photo by Joan Bardeletti
          +
          +
          +
          +

          “In the white market, they have quality control. In the dark market, it + should be the same,” Cristina Gil Lladanosa says to me before I leave the + Barcelona lab.

          +

          A week after I visit the lab, the results of the MDMA arrive in my inbox: + it is 85 percent pure, with no indications of other active ingredients. + Whoever ordered that sample from the digital shelves of the deep web, and + had it shipped to their doorstep in Canada, got hold of some seriously + good, and relatively safe drugs. And now they know it.

          +
          +
          +
          + +
          +
          +

          Top photo by Joan Bardeletti +

          +

          Follow Backchannel: Twitter + |Facebook +

          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          + +
          + +
          +
          +
          +
          + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected-images.json new file mode 100644 index 0000000..a748bac --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected-images.json @@ -0,0 +1,19 @@ +[ + "http:\/\/www.factorio.com\/static\/img\/factorio-wheel.png", + "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-277-finished-2.png", + "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-newly-finished.png", + "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-277-not-finished-2.png", + "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-blueprint-library-grid-view.png", + "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-blueprint-library-list-view.png", + "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-blueprint-book.png", + "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-the-hand.png", + "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-enemy-bases.gif", + "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-cliff-controls.gif", + "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-rectangles.png", + "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-moisture+aux-debug-map.png", + "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-moisture+aux-controls.gif", + "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-island.png", + "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-islands.png", + "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-accumulator.gif", + "https:\/\/cdn.factorio.com\/assets\/img\/blog\/fff-282-accumulator-comparison.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected-metadata.json new file mode 100644 index 0000000..820a3d0 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Posted by kovarex, TOGos, Ernestas, Albert on 2019-02-15, all posts", + "Image": "http:\/\/www.factorio.com\/static\/img\/factorio-wheel.png", + "Title": "Friday Facts #282 - 0.17 in sight | Factorio", + "SiteName": "Factorio.com" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected.html b/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected.html new file mode 100644 index 0000000..0f86741 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/expected.html @@ -0,0 +1,524 @@ +
          + +

          Posted by kovarex, TOGos, Ernestas, Albert on 2019-02-15, all posts

          + +

          The release plan (kovarex) +

          +

          This week was the time to close and finish all the things that will go to 0.17.0.

          +

          Not all of the things that we originally planned to be done were done (surprise), but we just left any non-essential stuff for later so we won't postpone the release any further. The plan is, that next week will be dedicated to the office playtesting and bugfixing. Many would argue, that we could just release instantly and let the players find the bugs for us, but we want to fix the most obvious problems in-house to avoid too many duplicate bug reports and chaos after the release. Also, some potential bugs, like save corruptions, are much more easily worked on in-house.

          +

          + If the playtesting goes well, we will let you know next Friday, and if it is the case, we will aim to release the week starting 25th February. +

          +

          After release plan

          +

          + Since there are a lot of things we would like to do before we can call 0.17 good enough, we will simply push new things into the 0.17 releases as time goes on. Even if 0.17 becomes stable in a reasonable time, we would still push things on top of it. We can still make experimental/stable version numbers inside 0.17. Most of the things shouldn't be big enough to make the game generally unstable. I've heard countless times a proposal to make small frequent releases of what have we added, this will probably be reality after 0.17 for some time. +

          +

          + The smaller releases will contain mainly: +

          + + +

          + This is actually quite a large change to our procedures, and there are many ways we will be trying to maximize the effectiveness of smaller and more regular content updates. +

          +

          The GUI progress (kovarex) +

          +

          + There are several GUI screens that are finished. Others (most of them) are just left there as they are in 0.16. They are a combination of the new GUI styles and old ones. They sometimes look funny and out of place, but they should be functional. +

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          General UXUX draftUX reviewUI mockupUI reviewImplementation draftImplementation reviewFinal review
          Load map
          Save map
          Graphics settings
          Control settings
          Sound settings
          Interface settings
          Other settings
          Map generator
          Quick bar Twinsen
          Train GUI kovarex
          Technology GUI Oxyd
          Technology tooltip Oxyd
          Blueprint library kovarex
          Shortcut bar Oxyd
          Character screen Dominik
          Help overlay kovarex
          Manage/Install mods Rseding
          Recipe/item/Entity tooltip Twinsen
          Chat icon selector ?
          New game ?
          Menu structure ?
          Main screen chat ?
          Recipe explorer ?
          +

          * Newly finished things since the last update in FFF-277.

          Blueprint library

          +

          + The blueprint library changes have been split into several steps. The reason is, that there was a big motivation to do the integration with the new quickbar (final version introduced in FFF-278) in time for 0.17.0, while the other changes can be done after. The thing with the quickbar is, that it is quite a big change to one of the most used tools in the game and people generally don't like change even when it is for the better. To minimize the hate of the change, we need to "sell it properly". By that, we should provide as many of the positive aspects of the new quickbar at the time of its introduction. +

          +

          + So the change that is already implemented and working for 0.17 is the ability to put blueprints/books into the quick bar in a way that the quick bar is linked directly to the blueprint library window, so you don't need to have the physical blueprint items in your inventory. The other change is, that picking a blueprint from the blueprint library and then pressing Q will just dismiss it, instead of silently pushing it to your inventory. This works the same as the clipboard described in FFF-255. You can still explicitly insert the blueprint from the library to an inventory slot, but if you just pick it, use it, and press Q, it goes away. +

          +

          + In addition to this, other changes related to the blueprint library will follow soon after 0.17.0. The first thing is the change of how the GUI looks: +

          +

          + +

          +

          + We will also allow to switch between grid and list view. It mainly provides a way to nicely see the longer names of the blueprint. We noticed that players try to put a large amount of info about a blueprint in its name, so we are planning to add a possibility to write a textual description of the blueprint. +

          +

          + +

          +

          + The last big change is to allow to put blueprint books into blueprint books, allowing better organisation. Basically like a directory structure. Whenever a blueprint/book is opened, we plan to show its current location, so the player knows exactly what is going on. +

          +

          + +

          +

          The hand

          +

          + Has it ever happened to you, that you have robots trying to put things into your full inventory, while you pick an item from it to build something, and then you just can't put it back, as the diligent robots just filled the last slot in your inventory by whatever they are trying to give to you? Wood from tree removal is the most frequent thing in my case. +

          +

          + This was annoying in 0.16 from time to time, but with the new quickbar, it started to happen even more, as now, you have only one inventory, and no reserved slots in the quickbar. To solve that, we just extended the "principal" of the hand. When you pick something from the inventory, the hand icon appears on the slot. As long as you hold the thing in your cursor, the hand stays there, and prevents other things from being inserted there. This way, you should always be able to return the currently selected item into your inventory as long as you didn't get it from external source like a chest. +

          +

          +
          + The hand is protecting the slot from the robots. +

          +

          Terrain generation updates (TOGoS) +

          +

          Everyone has different opinions about what makes a good Factorio world. + I've been working on several changes for 0.17, but the overarching theme + has been to make the map generator options screen more intuitive + and more powerful.

          +

          + This was talked about somewhat in an earlier FFF (FFF-258) regarding ore placement, + but since then we found more stuff to fix. +

          +

          Biter Bases

          +

          + In 0.16, the size control for biter bases didn't have much effect. + The frequency control changed the frequency, but that also decreased the size of bases, + which wasn't generally what people wanted. +

          +

          + For 0.17 we've reworked biter placement using a system similar to that with which we got resource placement under control. The size and frequency controls now act more like most people would expect, with frequency increasing the number of bases, and size changing the size of each base. +

          +

          + +
          New preview UI showing the effects of enemy base controls. + In reality the preview takes a couple seconds to regenerate after every change, + but the regeneration part is skipped in this animation to clearly show the effects of the controls. +

          +

          + If you don't like the relatively uniform-across-the-world placement of biters, + there are changes under the hood to make it easier for modders to do something different. + Placement is now based on NamedNoiseExpressions "enemy-base-frequency" and "enemy-base-radius", which in turn reference "enemy-base-intensity". + By overriding any of those, a modder could easily create a map where biters are found only at high elevations, + or only near water, or correlate enemy placement with that of resources, or any other thing + that can be expressed as a function of location. +

          +

          Cliffs

          +

          + We've added a 'continuity' control for cliffs. If you really + like mazes of cliffs, set it to high to reduce the number of gaps in cliff faces. + Or you can turn it way down to make cliffs very rare or be completely absent. +

          +

          + +
          Changing cliff frequency and continuity. Since cliffs are based on elevation, + you'll have to turn frequency way up if you want lots of layers + even near the starting lake. +

          +

          Biome Debugging

          +

          + Tile placement is based on a range of humidity and 'aux' values + (humidity and aux being properties that vary at different points across the world) + that are suitable for each type of tile. For example: grass is only placed in + places with relatively high humidity, and desert (not to be confused with plain old sand) + only gets placed where aux is high. We've taken to calling these constraints 'rectangles', + because when you plot each tile's home turf on a chart of humidity and aux, + they are shown as rectangles. +

          +

          + It's hard to make sense of the rectangles just by looking at the autoplace code + for each tile, so I wrote a script to chart them. This allowed us to ensure that + they were arranged as we wanted, with no gaps between them, + and with overlap in some cases. +

          +

          + +
          Rectangles. +

          +

          + Having the humidity-aux-tile chart is all well and good, but doesn't tell the whole story, + since tile placement also depends on a noise layer specific to each tile type, + and could also influenced by user-adjustable autoplace controls (e.g. turning the grass slider up). + So to further help us visualize how humidity, aux, tile-specific noise, and + autoplace controls worked together to determine tiles on the map, + there are a couple of alternate humidity and aux generators that simply vary them + linearly from north-south and west-east, respectively. +

          +

          + +
          Using 'debug-moisture' and 'debug-aux' generators to drive moisture and aux, respectively. +

          +

          + This map helped us realize that, rather than having controls + for each different type of tile, it made more sense to just + control moisture and aux (which is called 'terrain type' in the GUI, + because 'aux' doesn't mean anything). +

          +

          + +
          Sliding the moisture and aux bias sliders to make the world more or less grassy or red-deserty. +

          +

          + A pet project of mine has been to + put controls in the map generator GUI so that we could select generators + for various tile properties (temperature, aux, humidity, elevation, etc) at + map-creation time without necessarily needing to involve mods. + This was useful for debugging the biome rectangles, but my ulterior + motive was to, at least in cases where there are multiple options, + show the generator information to players. A couple of reasons for + this: +

          + +

          Water Placement

          +

          + For 0.16 I attempted to make the shape of continents more interesting. Some people really liked the new terrain, or at least managed to find some settings that made it work for them. Others called it a "swampy mess". A common refrain was that the world was more fun to explore in the 0.12 days. +

          +

          + So in 0.17 we're restoring the default elevation generator to one very similar to that used + by 0.12. Which means large, sometimes-connected lakes. +

          +

          + The water 'frequency' control was confusing to a lot of people including myself. + It could be interpreted as "how much water", when the actual effect was to inversely + scale both bodies of water and continents, such that higher water frequency actually meant smaller bodies of water. + So for 0.17, the water 'frequency' and 'size' sliders are being replaced with 'scale' and 'coverage', + which do the same thing, but in a hopefully more obvious way. + Larger scale means larger land features, while more coverage means more of the map covered in water. +

          +

          New Map Types

          +

          + In order to ensure a decent starting area, the elevation generator + always makes a plateau there (so you'll never spawn in the middle of + the ocean), and a lake (so you can get a power plant running). + Depending on what's going on outside of that plateau, this sometimes resulted in + a circular ring of cliffs around the starting point, + which looked very artificial, and we wanted to reduce that effect. +

          +

          + In the process of solving that problem I created another custom generator for debugging purposes. + This one simply generated that starting area plateau in an endless ocean. + I don't actually remember how this was useful for debugging, but at one point I directed Twinsen to look at it + to illustrate the mechanics behind generating the starting area. +

          +

          + The rest of the team liked that setting so much that we're making it a player-selectable option. + So in 0.17 you'll get to pick between the 'Normal' map type, which resembles that from 0.12, + and 'Island', which gives you a single large-ish island at the starting point. + There's a slider to let you change the size of the island(s). +

          +

          + +

          +

          + Maps with multiple starting points will have multiple islands. +

          +

          + +
          PvP islands! +

          +

          + And speaking of scale sliders, we're expanding their range from ± a factor of 2 (the old 'very low' to 'very high' settings) + to ± a factor of 6 (shown as '17%' to '600%'). Previously the values were stored internally as one of 5 discrete options, + but as the recent terrain generation changes have made actual numeric multipliers more meaningful in most contexts + (e.g. the number of ore patches is directly proportional to the value of the 'frequency' slider, + rather than being just vaguely related to it somehow), + we're switching to storing them as numbers. + This has the side-effect that if you don't mind + editing some JSON, + you'll be able to create maps with values outside the range provided by the GUI sliders. +

          +

          + Mods will be able to add their own 'map types' to the map type drop-down, too. If you really liked the shape of landmasses in 0.16 and want to be able to continue creating new maps with it, please let us know on the forum. +

          +

          High-res accumulators (Ernestas, Albert) +

          +

          + +

          +

          + The design of the accumulator has been always good. The 4 very visible cylinders, looking like giant batteries, Tesla poles and the electric beams perfectly telegraphed its function in terms of style and readability. That’s why for the high-res conversion we were very careful about keeping this entity as it was. +

          +

          + The only thing that was a bit disturbing (for some) are the poles crossing to each other when more than one accumulator is placed in a row. So we decided to fix it (or break it). The rest of the work was making the entity compatible for the actual look of the game. But in essence accumulators are still the same. +

          +

          + +

          +

          + As always, let us know what you think on our forum. +

          + + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/source.html b/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/source.html new file mode 100644 index 0000000..8e15377 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/keep-tabular-data/source.html @@ -0,0 +1,740 @@ + + + + Friday Facts #282 - 0.17 in sight | Factorio + + + + + + + + + + + + + + + +
          + + +
          +
          + +
          +
          +

          + Friday Facts #282 - 0.17 in sight +

          +
          Posted by kovarex, TOGos, Ernestas, Albert on 2019-02-15, all posts
          +

          +

          +

          The release plan (kovarex) +

          +

          This week was the time to close and finish all the things that will go to 0.17.0.

          +

          Not all of the things that we originally planned to be done were done (surprise), but we just left any non-essential stuff for later so we won't postpone the release any further. The plan is, that next week will be dedicated to the office playtesting and bugfixing. Many would argue, that we could just release instantly and let the players find the bugs for us, but we want to fix the most obvious problems in-house to avoid too many duplicate bug reports and chaos after the release. Also, some potential bugs, like save corruptions, are much more easily worked on in-house.

          +

          + If the playtesting goes well, we will let you know next Friday, and if it is the case, we will aim to release the week starting 25th February. +

          +

          After release plan

          +

          + Since there are a lot of things we would like to do before we can call 0.17 good enough, we will simply push new things into the 0.17 releases as time goes on. Even if 0.17 becomes stable in a reasonable time, we would still push things on top of it. We can still make experimental/stable version numbers inside 0.17. Most of the things shouldn't be big enough to make the game generally unstable. I've heard countless times a proposal to make small frequent releases of what have we added, this will probably be reality after 0.17 for some time. +

          +

          + The smaller releases will contain mainly: +

          +
            +
          • Final looks and behaviour of new GUI screens as they will be finished.
          • +
          • New graphics.
          • +
          • New sounds and sound system tweaks.
          • +
          • Mini tutorial additions and tweaks.
          • +
          +

          +

          + This is actually quite a large change to our procedures, and there are many ways we will be trying to maximize the effectiveness of smaller and more regular content updates. +

          +

          The GUI progress (kovarex) +

          +

          + There are several GUI screens that are finished. Others (most of them) are just left there as they are in 0.16. They are a combination of the new GUI styles and old ones. They sometimes look funny and out of place, but they should be functional. +

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          General UXUX draftUX reviewUI mockupUI reviewImplementation draftImplementation reviewFinal review
          Load map
          Save map
          Graphics settings
          Control settings
          Sound settings
          Interface settings
          Other settings
          Map generator
          Quick bar Twinsen
          Train GUI kovarex
          Technology GUI Oxyd
          Technology tooltip Oxyd
          Blueprint library kovarex
          Shortcut bar Oxyd
          Character screen Dominik
          Help overlay kovarex
          Manage/Install mods Rseding
          Recipe/item/Entity tooltip Twinsen
          Chat icon selector ?
          New game ?
          Menu structure ?
          Main screen chat ?
          Recipe explorer ?
          + * Newly finished things since the last update in FFF-277. +

          Blueprint library

          +

          + The blueprint library changes have been split into several steps. The reason is, that there was a big motivation to do the integration with the new quickbar (final version introduced in FFF-278) in time for 0.17.0, while the other changes can be done after. The thing with the quickbar is, that it is quite a big change to one of the most used tools in the game and people generally don't like change even when it is for the better. To minimize the hate of the change, we need to "sell it properly". By that, we should provide as many of the positive aspects of the new quickbar at the time of its introduction. +

          +

          + So the change that is already implemented and working for 0.17 is the ability to put blueprints/books into the quick bar in a way that the quick bar is linked directly to the blueprint library window, so you don't need to have the physical blueprint items in your inventory. The other change is, that picking a blueprint from the blueprint library and then pressing Q will just dismiss it, instead of silently pushing it to your inventory. This works the same as the clipboard described in FFF-255. You can still explicitly insert the blueprint from the library to an inventory slot, but if you just pick it, use it, and press Q, it goes away. +

          +

          + In addition to this, other changes related to the blueprint library will follow soon after 0.17.0. The first thing is the change of how the GUI looks: +

          +

          + +

          +

          + We will also allow to switch between grid and list view. It mainly provides a way to nicely see the longer names of the blueprint. We noticed that players try to put a large amount of info about a blueprint in its name, so we are planning to add a possibility to write a textual description of the blueprint. +

          +

          + +

          +

          + The last big change is to allow to put blueprint books into blueprint books, allowing better organisation. Basically like a directory structure. Whenever a blueprint/book is opened, we plan to show its current location, so the player knows exactly what is going on. +

          +

          + +

          +

          The hand

          +

          + Has it ever happened to you, that you have robots trying to put things into your full inventory, while you pick an item from it to build something, and then you just can't put it back, as the diligent robots just filled the last slot in your inventory by whatever they are trying to give to you? Wood from tree removal is the most frequent thing in my case. +

          +

          + This was annoying in 0.16 from time to time, but with the new quickbar, it started to happen even more, as now, you have only one inventory, and no reserved slots in the quickbar. To solve that, we just extended the "principal" of the hand. When you pick something from the inventory, the hand icon appears on the slot. As long as you hold the thing in your cursor, the hand stays there, and prevents other things from being inserted there. This way, you should always be able to return the currently selected item into your inventory as long as you didn't get it from external source like a chest. +

          +

          +
          + The hand is protecting the slot from the robots. +

          +

          Terrain generation updates (TOGoS) +

          +

          Everyone has different opinions about what makes a good Factorio world. + I've been working on several changes for 0.17, but the overarching theme + has been to make the map generator options screen more intuitive + and more powerful.

          +

          + This was talked about somewhat in an earlier FFF (FFF-258) regarding ore placement, + but since then we found more stuff to fix. +

          +

          Biter Bases

          +

          + In 0.16, the size control for biter bases didn't have much effect. + The frequency control changed the frequency, but that also decreased the size of bases, + which wasn't generally what people wanted. +

          +

          + For 0.17 we've reworked biter placement using a system similar to that with which we got resource placement under control. The size and frequency controls now act more like most people would expect, with frequency increasing the number of bases, and size changing the size of each base. +

          +

          + +
          New preview UI showing the effects of enemy base controls. + In reality the preview takes a couple seconds to regenerate after every change, + but the regeneration part is skipped in this animation to clearly show the effects of the controls. +

          +

          + If you don't like the relatively uniform-across-the-world placement of biters, + there are changes under the hood to make it easier for modders to do something different. + Placement is now based on NamedNoiseExpressions "enemy-base-frequency" and "enemy-base-radius", which in turn reference "enemy-base-intensity". + By overriding any of those, a modder could easily create a map where biters are found only at high elevations, + or only near water, or correlate enemy placement with that of resources, or any other thing + that can be expressed as a function of location. +

          +

          Cliffs

          +

          + We've added a 'continuity' control for cliffs. If you really + like mazes of cliffs, set it to high to reduce the number of gaps in cliff faces. + Or you can turn it way down to make cliffs very rare or be completely absent. +

          +

          + +
          Changing cliff frequency and continuity. Since cliffs are based on elevation, + you'll have to turn frequency way up if you want lots of layers + even near the starting lake. +

          +

          Biome Debugging

          +

          + Tile placement is based on a range of humidity and 'aux' values + (humidity and aux being properties that vary at different points across the world) + that are suitable for each type of tile. For example: grass is only placed in + places with relatively high humidity, and desert (not to be confused with plain old sand) + only gets placed where aux is high. We've taken to calling these constraints 'rectangles', + because when you plot each tile's home turf on a chart of humidity and aux, + they are shown as rectangles. +

          +

          + It's hard to make sense of the rectangles just by looking at the autoplace code + for each tile, so I wrote a script to chart them. This allowed us to ensure that + they were arranged as we wanted, with no gaps between them, + and with overlap in some cases. +

          +

          + +
          Rectangles. +

          +

          + Having the humidity-aux-tile chart is all well and good, but doesn't tell the whole story, + since tile placement also depends on a noise layer specific to each tile type, + and could also influenced by user-adjustable autoplace controls (e.g. turning the grass slider up). + So to further help us visualize how humidity, aux, tile-specific noise, and + autoplace controls worked together to determine tiles on the map, + there are a couple of alternate humidity and aux generators that simply vary them + linearly from north-south and west-east, respectively. +

          +

          + +
          Using 'debug-moisture' and 'debug-aux' generators to drive moisture and aux, respectively. +

          +

          + This map helped us realize that, rather than having controls + for each different type of tile, it made more sense to just + control moisture and aux (which is called 'terrain type' in the GUI, + because 'aux' doesn't mean anything). +

          +

          + +
          Sliding the moisture and aux bias sliders to make the world more or less grassy or red-deserty. +

          +

          + A pet project of mine has been to + put controls in the map generator GUI so that we could select generators + for various tile properties (temperature, aux, humidity, elevation, etc) at + map-creation time without necessarily needing to involve mods. + This was useful for debugging the biome rectangles, but my ulterior + motive was to, at least in cases where there are multiple options, + show the generator information to players. A couple of reasons for + this: +

          +
            +
          • It was already possible for mods to override tile property generators via presets, but + we didn't have a place to show that information in the UI. + So switching between presets could change hidden variables in non-obvious ways + and lead to a lot of confusion.
          • +
          • I had dreams of shipping alternate elevation generators in the base game.
          • +
          +

          Water Placement

          +

          + For 0.16 I attempted to make the shape of continents more interesting. Some people really liked the new terrain, or at least managed to find some settings that made it work for them. Others called it a "swampy mess". A common refrain was that the world was more fun to explore in the 0.12 days. +

          +

          + So in 0.17 we're restoring the default elevation generator to one very similar to that used + by 0.12. Which means large, sometimes-connected lakes. +

          +

          + The water 'frequency' control was confusing to a lot of people including myself. + It could be interpreted as "how much water", when the actual effect was to inversely + scale both bodies of water and continents, such that higher water frequency actually meant smaller bodies of water. + So for 0.17, the water 'frequency' and 'size' sliders are being replaced with 'scale' and 'coverage', + which do the same thing, but in a hopefully more obvious way. + Larger scale means larger land features, while more coverage means more of the map covered in water. +

          +

          New Map Types

          +

          + In order to ensure a decent starting area, the elevation generator + always makes a plateau there (so you'll never spawn in the middle of + the ocean), and a lake (so you can get a power plant running). + Depending on what's going on outside of that plateau, this sometimes resulted in + a circular ring of cliffs around the starting point, + which looked very artificial, and we wanted to reduce that effect. +

          +

          + In the process of solving that problem I created another custom generator for debugging purposes. + This one simply generated that starting area plateau in an endless ocean. + I don't actually remember how this was useful for debugging, but at one point I directed Twinsen to look at it + to illustrate the mechanics behind generating the starting area. +

          +

          + The rest of the team liked that setting so much that we're making it a player-selectable option. + So in 0.17 you'll get to pick between the 'Normal' map type, which resembles that from 0.12, + and 'Island', which gives you a single large-ish island at the starting point. + There's a slider to let you change the size of the island(s). +

          +

          + +

          +

          + Maps with multiple starting points will have multiple islands. +

          +

          + +
          PvP islands! +

          +

          + And speaking of scale sliders, we're expanding their range from ± a factor of 2 (the old 'very low' to 'very high' settings) + to ± a factor of 6 (shown as '17%' to '600%'). Previously the values were stored internally as one of 5 discrete options, + but as the recent terrain generation changes have made actual numeric multipliers more meaningful in most contexts + (e.g. the number of ore patches is directly proportional to the value of the 'frequency' slider, + rather than being just vaguely related to it somehow), + we're switching to storing them as numbers. + This has the side-effect that if you don't mind + editing some JSON, + you'll be able to create maps with values outside the range provided by the GUI sliders. +

          +

          + Mods will be able to add their own 'map types' to the map type drop-down, too. If you really liked the shape of landmasses in 0.16 and want to be able to continue creating new maps with it, please let us know on the forum. +

          +

          High-res accumulators (Ernestas, Albert) +

          +

          + +

          +

          + The design of the accumulator has been always good. The 4 very visible cylinders, looking like giant batteries, Tesla poles and the electric beams perfectly telegraphed its function in terms of style and readability. That’s why for the high-res conversion we were very careful about keeping this entity as it was. +

          +

          + The only thing that was a bit disturbing (for some) are the poles crossing to each other when more than one accumulator is placed in a row. So we decided to fix it (or break it). The rest of the work was making the entity compatible for the actual look of the game. But in essence accumulators are still the same. +

          +

          + +

          +

          + As always, let us know what you think on our forum. +

          +

          + +
          + + + + + + +
          +
          + + + + + \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-images.json new file mode 100644 index 0000000..1ff254f --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-images.json @@ -0,0 +1,4 @@ +[ + "http:\/\/bucket.glanacion.com\/anexos\/fotos\/77\/2585177.jpg", + "http:\/\/bucket2.glanacion.com\/anexos\/fotos\/77\/conflicto-mapuche-2585177w280.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-metadata.json new file mode 100644 index 0000000..d2e56b0 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Los pueblos indígenas reclaman por derechos que permanecen incumplidos, por eso es más eficiente canalizar la protesta que reprimirla", + "Image": "http:\/\/bucket.glanacion.com\/anexos\/fotos\/77\/2585177.jpg", + "Title": "Una solución no violenta para la cuestión mapuche", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected.html b/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected.html new file mode 100644 index 0000000..2084cd8 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected.html @@ -0,0 +1,96 @@ +
          +
          +

          Los pueblos indígenas reclaman por derechos que permanecen + incumplidos, por eso es más eficiente canalizar la protesta que reprimirla

          +
          +
          + + + +

          Abdullah Ocalan, el líder independentista kurdo, desembarcó en Italia en noviembre de + 1998 y pidió asilo político. Arrastraba un pedido de captura de Turquía, donde era acusado por + terrorismo. El ex comunista Massimo D'Alema, recién asumido, dudaba. Acoger a Ocalan implicaba comprarse + un problema con un aliado de la OTAN e importar un conflicto ajeno, pero deportarlo lo exponía a la pena + de muerte, legal en Turquía pero inadmisible en la Unión Europea. Optó por la estrecha avenida del + medio: se ignoró el mandato de captura al tiempo que se negó el asilo, presionando a Ocalan para que se + fuera por las suyas. Tras una carambola a tres bandas, fue capturado por agentes turcos en Kenia, donde + se encontraba bajo la protección del embajador griego, mientras intentaba abordar un avión hacia + Holanda. Desde febrero de 1999 permanece en una cárcel de máxima seguridad en la isla turca de + Imrali.

          +

          Uno de los autores de esta columna vivía en Italia en esa época y siguió la crisis de cerca; el otro la + estudió en profundidad, años más tarde. Pero no hacía falta: cualquiera puede encontrar esta información + a un clic de distancia. Eso fue lo que no hizo un periodista de un diario argentino, que no es la + nacion. La semana pasada se publicaron extractos de un "informe de carácter secreto" que mencionaba + supuestos contactos internacionales de organizaciones mapuches. Entre ellos aparecía Ocalan, a quien el + informe ubicó "con domicilios en Palermo y en el centro porteño", y aseguraba incluso que había sido + visto "en Neuquén, Río Negro y Chubut durante el juicio a Jones Huala".

          +
          +

          +
          Foto: LA NACION
          +
          + +

          Esta falsa noticia fue la más rocambolesca de una larga cadena. Dos hechos quedaron en evidencia: + primero, que hay periodistas que no chequean la información; segundo, que los servicios de inteligencia + los utilizan para manipular la agenda pública. Y sobre los servicios hay dos posibilidades: o son burros + o son perversos. Las opciones no son excluyentes, aunque cualquiera alcanza para tornarlos indignos de + confianza. Sin embargo, de ellos proviene la información que alimenta a muchos medios de comunicación y, + aún más grave, al Estado argentino.

          +

          El reguero de noticias falsas y vínculos brumosos tiene, paradójicamente, un objetivo prístino: asociar + la acción de los grupos mapuches con el terrorismo internacional. Comunicadores, analistas y escritores + alineados con el discurso oficial llegaron a relacionar las ideas de las organizaciones patagónicas con + las de Estado Islámico (ISIS) de Irak y Siria. El terrorismo carece de definiciones consensuales y ha + sido utilizado para emparentar cosas bien diferentes. Aunque el líder mapuche más radicalizado (y menos + representativo) declare que propician "un proceso de construcción de autonomía sin pedirle permiso al + Estado", vincular a un grupo que reclama tierras en la región de sus ancestros con otro que busca + gobernar el mundo según sus normas religiosas y ha masacrado a miles de personas requiere de una + operación intelectual tan audaz como inadecuada.

          + +

          La asociación con el movimiento kurdo, en cambio, asoma menos inverosímil. Desde su arresto, Ocalan + transformó su pensamiento: de una visión nacionalista con inspiración estalinista evolucionó al + confederalismo democrático, una propuesta de organización comunal, ecologista, más apegada a las raíces + locales que a las fronteras nacionales. Parece lógico que esas ideas resuenen en agrupamientos + indígenas, que reivindican una organización anterior a la consolidación de los Estados sudamericanos. + Los paralelos, sin embargo, terminan allí. En Chile, donde el conflicto ha tenido su desarrollo más + dramático, la Sociedad de Fomento Agrícola denunció en 2014 que los insurrectos causaron daños por 10 + millones de dólares y la muerte de tres agricultores y un carabinero a lo largo de 15 años; en la + Argentina, por ahora, se registran actos de vandalismo, ocupaciones de tierras y cortes de rutas + aislados. En contraste, el conflicto entre el Partido de los Trabajadores del Kurdistán y la República + de Turquía se cobró cerca de 40.000 vidas en los años 90 y lleva más de 2000 desde la reanudación de + hostilidades en 2015.

          +

          Consultada sobre esta desproporción, una fuente de los servicios nos la resumió así: "La estrategia de la + Coordinadora Arauco-Malleco (CAM), de Chile, y ahora de la Resistencia Ancestral Mapuche (RAM), más que + matar directamente, es realizar sabotajes, movilizaciones, ataques a iglesias y empresas y mucha + prensa". ¡En Medio Oriente pagarían por un terrorismo así! Ningún hecho de violencia debe ser + minimizado, pero las analogías no resisten prueba.

          + +

          La "cuestión mapuche" es social antes que policial. La Constitución manda "reconocer la preexistencia + étnica y cultural de los pueblos indígenas argentinos. Garantizar el respeto a su identidad?; reconocer + la personería jurídica de sus comunidades, y la posesión y propiedad comunitarias de las tierras que + tradicionalmente ocupan; y regular la entrega de otras aptas y suficientes para el desarrollo humano". + Estos derechos permanecen incumplidos. Y no son un capricho chavista: los países que reputamos serios + también los reconocen. En Estados Unidos, las reservaciones indígenas ocupan 80.000 kilómetros + cuadrados, el 1,3% de la superficie del país (y 400 veces la superficie de la ciudad de Buenos Aires). + En Canadá, unas 2300 reservas ocupan 28.000 kilómetros cuadrados. Australia otorga a los pueblos + indígenas más de la mitad de los territorios del norte del país y son los nativos quienes negocian con + las empresas mineras los permisos para que operen en sus tierras. En Nueva Zelanda existen tribunales + especiales con jurisdicción sobre las tierras ancestrales de los maoríes; una de sus ventajas es que + empoderan a los aborígenes individualmente, liberándolos del yugo de los caciques.

          +

          La protesta social es indisociable de la democracia. Cuando desborda, recanalizarla es más eficiente que + reprimirla: ahí reside el arte del acuerdo. En la Argentina la tarea es delicada porque pocos confían en + la imparcialidad de las instituciones. Entonces, cada actor reivindica sus intereses con los medios de + que dispone: los sindicatos hacen huelga, los estudiantes toman colegios, los empresarios cierran las + fábricas y todos hacen piquetes. El politólogo Samuel Huntington definía una sociedad así como + pretoriana y el jurista Carlos Nino llamó a la Argentina "un país al margen de la ley". Al movilizarse + por sus derechos y desconfiar del Estado, la comunidad mapuche se demuestra bien argentina.

          +

          Las cinco provincias patagónicas tienen una población similar a la de La Matanza. A diferencia de los + Estados Unidos, que se integraron hacia el oeste otorgando parcelas de tierra a los colonizadores, y de + Brasil, donde el rol de ocupación y desarrollo territorial fue cumplido por las fuerzas armadas, la + Argentina obvió la tarea integradora tras consolidar su soberanía a finales del siglo XX. Hoy sobra + tierra y falta gente. Gobernar sigue siendo poblar, pero también integrar.

          +

          Seamos claros: ningún individuo u organización tiene derecho a violar la ley. Pero el problema histórico + del Estado argentino no fue tanto quiénes lo desafiaron como quiénes lo gobernaron. Cambiemos.

          +

          Andrés Malamud es politólogo e investigador en la Universidad de Lisboa. Martín Schapiro es abogado + administrativista y analista internacional

          + +
          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/la-nacion/source.html b/vendor/fivefilters/readability.php/test/test-pages/la-nacion/source.html new file mode 100644 index 0000000..2c0a8c7 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/la-nacion/source.html @@ -0,0 +1,700 @@ + + + + + + Una solución no violenta para la cuestión mapuche - 07.12.2017 - LA NACION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Si usted es una persona con dificultades + visuales, navegue el sitio desde aquí + + +
          + + + + + +
          + +
          +

          Una solución no violenta para la cuestión + mapuche

          +

          Los pueblos indígenas reclaman por derechos que permanecen + incumplidos, por eso es más eficiente canalizar la protesta que reprimirla

          +
          +
          +
          +
          +
          +
          + + + + + + 0 +
          +
          + +

          Abdullah Ocalan, el líder independentista kurdo, desembarcó en Italia en noviembre de + 1998 y pidió asilo político. Arrastraba un pedido de captura de Turquía, donde era acusado por + terrorismo. El ex comunista Massimo D'Alema, recién asumido, dudaba. Acoger a Ocalan implicaba comprarse + un problema con un aliado de la OTAN e importar un conflicto ajeno, pero deportarlo lo exponía a la pena + de muerte, legal en Turquía pero inadmisible en la Unión Europea. Optó por la estrecha avenida del + medio: se ignoró el mandato de captura al tiempo que se negó el asilo, presionando a Ocalan para que se + fuera por las suyas. Tras una carambola a tres bandas, fue capturado por agentes turcos en Kenia, donde + se encontraba bajo la protección del embajador griego, mientras intentaba abordar un avión hacia + Holanda. Desde febrero de 1999 permanece en una cárcel de máxima seguridad en la isla turca de + Imrali.

          +

          Uno de los autores de esta columna vivía en Italia en esa época y siguió la crisis de cerca; el otro la + estudió en profundidad, años más tarde. Pero no hacía falta: cualquiera puede encontrar esta información + a un clic de distancia. Eso fue lo que no hizo un periodista de un diario argentino, que no es la + nacion. La semana pasada se publicaron extractos de un "informe de carácter secreto" que mencionaba + supuestos contactos internacionales de organizaciones mapuches. Entre ellos aparecía Ocalan, a quien el + informe ubicó "con domicilios en Palermo y en el centro porteño", y aseguraba incluso que había sido + visto "en Neuquén, Río Negro y Chubut durante el juicio a Jones Huala".

          +
          +
          +
          Foto: LA NACION
          +
          + +

          Esta falsa noticia fue la más rocambolesca de una larga cadena. Dos hechos quedaron en evidencia: + primero, que hay periodistas que no chequean la información; segundo, que los servicios de inteligencia + los utilizan para manipular la agenda pública. Y sobre los servicios hay dos posibilidades: o son burros + o son perversos. Las opciones no son excluyentes, aunque cualquiera alcanza para tornarlos indignos de + confianza. Sin embargo, de ellos proviene la información que alimenta a muchos medios de comunicación y, + aún más grave, al Estado argentino.

          +

          El reguero de noticias falsas y vínculos brumosos tiene, paradójicamente, un objetivo prístino: asociar + la acción de los grupos mapuches con el terrorismo internacional. Comunicadores, analistas y escritores + alineados con el discurso oficial llegaron a relacionar las ideas de las organizaciones patagónicas con + las de Estado Islámico (ISIS) de Irak y Siria. El terrorismo carece de definiciones consensuales y ha + sido utilizado para emparentar cosas bien diferentes. Aunque el líder mapuche más radicalizado (y menos + representativo) declare que propician "un proceso de construcción de autonomía sin pedirle permiso al + Estado", vincular a un grupo que reclama tierras en la región de sus ancestros con otro que busca + gobernar el mundo según sus normas religiosas y ha masacrado a miles de personas requiere de una + operación intelectual tan audaz como inadecuada.

          + +

          La asociación con el movimiento kurdo, en cambio, asoma menos inverosímil. Desde su arresto, Ocalan + transformó su pensamiento: de una visión nacionalista con inspiración estalinista evolucionó al + confederalismo democrático, una propuesta de organización comunal, ecologista, más apegada a las raíces + locales que a las fronteras nacionales. Parece lógico que esas ideas resuenen en agrupamientos + indígenas, que reivindican una organización anterior a la consolidación de los Estados sudamericanos. + Los paralelos, sin embargo, terminan allí. En Chile, donde el conflicto ha tenido su desarrollo más + dramático, la Sociedad de Fomento Agrícola denunció en 2014 que los insurrectos causaron daños por 10 + millones de dólares y la muerte de tres agricultores y un carabinero a lo largo de 15 años; en la + Argentina, por ahora, se registran actos de vandalismo, ocupaciones de tierras y cortes de rutas + aislados. En contraste, el conflicto entre el Partido de los Trabajadores del Kurdistán y la República + de Turquía se cobró cerca de 40.000 vidas en los años 90 y lleva más de 2000 desde la reanudación de + hostilidades en 2015.

          +

          Consultada sobre esta desproporción, una fuente de los servicios nos la resumió así: "La estrategia de la + Coordinadora Arauco-Malleco (CAM), de Chile, y ahora de la Resistencia Ancestral Mapuche (RAM), más que + matar directamente, es realizar sabotajes, movilizaciones, ataques a iglesias y empresas y mucha + prensa". ¡En Medio Oriente pagarían por un terrorismo así! Ningún hecho de violencia debe ser + minimizado, pero las analogías no resisten prueba.

          + +

          La "cuestión mapuche" es social antes que policial. La Constitución manda "reconocer la preexistencia + étnica y cultural de los pueblos indígenas argentinos. Garantizar el respeto a su identidad?; reconocer + la personería jurídica de sus comunidades, y la posesión y propiedad comunitarias de las tierras que + tradicionalmente ocupan; y regular la entrega de otras aptas y suficientes para el desarrollo humano". + Estos derechos permanecen incumplidos. Y no son un capricho chavista: los países que reputamos serios + también los reconocen. En Estados Unidos, las reservaciones indígenas ocupan 80.000 kilómetros + cuadrados, el 1,3% de la superficie del país (y 400 veces la superficie de la ciudad de Buenos Aires). + En Canadá, unas 2300 reservas ocupan 28.000 kilómetros cuadrados. Australia otorga a los pueblos + indígenas más de la mitad de los territorios del norte del país y son los nativos quienes negocian con + las empresas mineras los permisos para que operen en sus tierras. En Nueva Zelanda existen tribunales + especiales con jurisdicción sobre las tierras ancestrales de los maoríes; una de sus ventajas es que + empoderan a los aborígenes individualmente, liberándolos del yugo de los caciques.

          +

          La protesta social es indisociable de la democracia. Cuando desborda, recanalizarla es más eficiente que + reprimirla: ahí reside el arte del acuerdo. En la Argentina la tarea es delicada porque pocos confían en + la imparcialidad de las instituciones. Entonces, cada actor reivindica sus intereses con los medios de + que dispone: los sindicatos hacen huelga, los estudiantes toman colegios, los empresarios cierran las + fábricas y todos hacen piquetes. El politólogo Samuel Huntington definía una sociedad así como + pretoriana y el jurista Carlos Nino llamó a la Argentina "un país al margen de la ley". Al movilizarse + por sus derechos y desconfiar del Estado, la comunidad mapuche se demuestra bien argentina.

          +

          Las cinco provincias patagónicas tienen una población similar a la de La Matanza. A diferencia de los + Estados Unidos, que se integraron hacia el oeste otorgando parcelas de tierra a los colonizadores, y de + Brasil, donde el rol de ocupación y desarrollo territorial fue cumplido por las fuerzas armadas, la + Argentina obvió la tarea integradora tras consolidar su soberanía a finales del siglo XX. Hoy sobra + tierra y falta gente. Gobernar sigue siendo poblar, pero también integrar.

          +

          Seamos claros: ningún individuo u organización tiene derecho a violar la ley. Pero el problema histórico + del Estado argentino no fue tanto quiénes lo desafiaron como quiénes lo gobernaron. Cambiemos.

          +

          Andrés Malamud es politólogo e investigador en la Universidad de Lisboa. Martín Schapiro es abogado + administrativista y analista internacional

          + +
          +
          + +
          +
          +
          + Enviá tu comentario
          +

          Los comentarios publicados son de exclusiva responsabilidad de sus autores y + las consecuencias derivadas de ellos pueden ser pasibles de sanciones legales. Aquel usuario que incluya en + sus mensajes algún comentario violatorio del reglamento será eliminado e inhabilitado para volver a + comentar. Enviar un comentario implica la aceptación del Reglamento.

          +
          Para poder comentar tenés que ingresar con tu usuario de LA NACION.
          +
          +
          +
          + +
          + + \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected-images.json new file mode 100644 index 0000000..f8a39c4 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected-images.json @@ -0,0 +1,12 @@ +[ + "https:\/\/miro.medium.com\/max\/1200\/1*EO-pr4RolgcAOj_Uk1rpDA.png", + "https:\/\/miro.medium.com\/fit\/c\/96\/96\/1*vFTVh_mYyf0p6m7f77A3vw.jpeg", + "https:\/\/miro.medium.com\/max\/3788\/1*5o3M5niyi911waUrKWVZ0Q.png", + "https:\/\/miro.medium.com\/max\/1994\/1*8uOdeOfnUzTaFIY1r7oAMg.png", + "https:\/\/miro.medium.com\/max\/1698\/1*e7gjTlzi55udTXbbPeEs2A.png", + "https:\/\/miro.medium.com\/max\/1508\/1*JJkRh7JihTUo2apW_9ZXAQ.png", + "https:\/\/miro.medium.com\/max\/5760\/1*6wi5BlNNnykjZs0PufrvLQ.png", + "https:\/\/miro.medium.com\/max\/1694\/1*cS9IXYGfMmgxaAUlC7oqOQ.png", + "https:\/\/miro.medium.com\/max\/1860\/1*87KlGgfbuWP38nAaQaj3xw.png", + "https:\/\/miro.medium.com\/max\/1690\/1*kfOK60PtmWx6iP681-qRcg.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected-metadata.json new file mode 100644 index 0000000..69d3d3b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Vincent Vallet", + "Direction": null, + "Excerpt": "How to run a CPU profiling with Node.js on your production in real-time and without interruption of service.", + "Image": "https:\/\/miro.medium.com\/max\/1200\/1*EO-pr4RolgcAOj_Uk1rpDA.png", + "Title": "Node.js and CPU profiling on production (in real-time without downtime)", + "SiteName": "Voodoo Engineering" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected.html new file mode 100644 index 0000000..1c98070 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/expected.html @@ -0,0 +1,343 @@ +
          +
          +

          Vincent Vallet +

          + +
          +

          + Why CPU monitoring is important? +

          +

          + I work at Voodoo, a French company that creates mobile video games. We have a lot of challenges with performance, availability, and scalability because of the insane amount of traffic our infrastructure supports (billions of events/requests per day …… no joke!). In this setting, every metric is important and gives us a lot of information about the state of our system. +

          +

          + When working with Node.js one of the most critical resources to monitor is the CPU. Most of the time, when working on a low traffic API or project we don’t realize how many simple lines of code can have a huge impact on CPU. On the other hand, when traffic increases, a simple mistake can cost dearly. +

          +

          + Resources +

          +

          + What kind of resources does your application need? In most cases, we focus on memory and CPU. Good monitoring of these two elements is mandatory for an application running on production. +

          +

          + For memory, constant monitoring is the best practice to track the worst developer nightmare a.k.a memory leak. +

          +
          +
          +

          +

          +
          +
          + Memory leak in action +
          +
          +

          + A good way to debug memory leak is a memory dump and/or memory sampling but this is not the subject. +

          +

          + (for more details about V8 and its garbage collector you can read my previous article here) +

          +
          +

          + Stay focused on the CPU! +

          +
          +

          + Most of the time we monitor this resource with a simple solution allowing us to get a graph representing CPU consumption over time. If we want to be reactive we add an alarm, based on a threshold, to warn us when CPU usage is too high. +

          +
          +
          +

          +

          +
          +
          + Basic CPU monitoring +
          +
          +

          + And what next? We don’t have data about the state of the instance when the CPU usage has increased. So we can’t determine why we had this peak, at least not without an important time of debugging, comparing log, etc. This is exactly why you need to use CPU profiling. +

          +

          + CPU profiling: what’s the difference with CPU monitoring? +

          +
          +

          + “Most commonly, profiling information serves to aid program optimization. Profiling is achieved by instrumenting either the program source code or its binary executable form using a tool called a profiler” +

          +
          +

          + Basically, for Node.js, CPU profiling is nothing more than collecting data about functions which are CPU consuming. And ideally, get a graphic representation of the collected data a.k.a “flame graph” or “flame chart”. +

          +

          + It will help you to track the exact file, line, and function which takes the most time to execute. +

          +

          + What about existing solutions? +

          +

          + Add arguments to Node.js +

          +

          + Node.js provides a way to collect data about CPU with two command lines. +

          +

          + The first command just executes your application, the argument just tells to V8 engine to collect data. When you stop your script all information is stored in a file. +

          +
          node --prof app.js
          +
          +
          +

          +

          +
          +
          + Output of — prof +
          +
          +

          + It is not very clear, is it? +

          +

          + That’s why you just need to run this second command to transform your raw file into a more human-readable output. +

          +
          node --prof-process isolate-0xnnnnn-v8.log > processed.txt
          +
          +
          +

          +

          +
          +
          + The output of — prof-process +
          +
          +

          + It seems better, here you can determine which function consumes the most of CPU (percentage of the time). +

          +

          + ClinicJs +

          +

          + ClinicJs is a set of tools that allow you to collect data and display performance charts. With “clinic flame” you can generate a flame graph based on CPU consumption. +

          +
          +
          +

          +

          +
          +
          + Flame chart +
          +
          +

          + But once again, you have to stop your app, launch the tool, then terminate the script in order to display the graph (files are generated on the disk). +

          +

          + For more details, you can see the project. +

          +

          + To sum up, here is the list of drawbacks of the two previous solutions. +

          + +

          + In conclusion: these are good solutions to debug on development environments and/or on a local machine. +

          +
          +

          + Unfortunately, CPU issues have a worrying tendency to occur on production, and when you are not in front of your screen. +

          +
          +

          + Inspector +

          +

          + “Inspector” refers to an API thanks to which you can debug your application. By debugging we mean to be able to connect directly to the core of Node.js to collect real-time data about the process. +

          +

          + A module, available since version 8.x of Node.js, provides this kind of feature. There are two advantages to use it: +

          + +

          + And here is how to make a CPU profiling with this module: +

          +
          + +
          +

          + As you can see, all the data is returned in variable “profile”. Basically, it’s a simple JSON object representing all the call stack and the CPU consumption for each function. And if you want to use an Async/await syntax you can install the module “inspector-api”. +

          +
          npm install inspector-api --save
          +

          + It also comes with a built-in exporter to send data to S3, with this method you don’t write anything on the disk! +

          +
          + +
          +

          + If you use another storage system you can just collect the data and export it by yourself. +

          +
          + +
          +

          + And now, CPU profiling on-demand! +

          +

          + We have an API that we want to test with autocannon tool. At this step, our project is able to serve around 200 requests in 20 seconds. There is probably a mistake somewhere in the code which slows down our application. +

          +
          +
          +

          +

          +
          +
          +

          + But now, what if we want to trigger a CPU profiling remotely (without ssh connection to the server)? It’s possible using Websocket, SSE or any other technology to send a message to your instance. +

          +

          + Here is a simple example of a server using the “ws” module to send a message to a unique instance. +

          +
          + +
          +

          + Of course, it only works with one instance, but it’s a fake project to demonstrate the principle ;) +

          +

          + Now we can request our server to ask it to send a message to our instance and start/stop a CPU profiling. In your instance, you can handle the CPU profiling like this: +

          +
          + +
          +

          + To sum up: we are able to trigger a CPU profiling, on-demand, in real-time, without interruption or connection to the server. Data can be collected on the disk (and extracted later) or can be sent to S3 (or any other system, PR are welcomed on the inspector-api project). +

          +
          +

          + And because the profiler is a part of V8 itself, the format of the generated JSON file is compatible with the Chrome dev tools. +

          +
          +
          +

          + How can we identify an issue? +

          +

          + A CPU profiling should be read like this: +

          + +

          + What does it mean? +

          +

          + The larger is a box (a function call) the more it consumed CPU. So a good CPU profiling should look like a “flame” graph where each stack is the finest possible. +

          +

          + In our example, every request try to generate a token. For this purpose, it calls the function pbkdf2 which is CPU consuming. Our CPU profile looks like a sequence of big blocks of time, like if the last function in the call stack takes 99% of the total time. +

          +

          + The CPU profiling after optimizations, with the same time range. +

          +
          +
          +

          +

          +
          +
          + CPU profiling after optimizations +
          +
          +

          + As you can notice, we have to zoom to the profile if we want to see the call stack, because after optimizations the API was able to take a lot more traffic. Now every function in the call stack looks like a microtask. +

          +
          +

          + And now our application is able to serve more than 200,000 requests in 20 seconds; we increased the performance by a factor of 100k! +

          +
          +
          +

          +

          +
          +
          +

          + More than just CPU profiling +

          +

          + With the inspector module, you can do much more than just CPU profiling, here is a non-exhaustive list: +

          + +

          + Warnings +

          +

          + Every tool, even the most powerful, comes with its own disadvantages. If you enable the profiler and/or the debugger on your production you have to keep an eye on two things: +

          +

          + 1) performance overhead +

          +

          + A profiler needs to use CPU to work and it collects data into memory. The longer you let it run and the more CPU / memory it will need. This is why you should begin with very short CPU profiling, no more than a few seconds between the start and stop command. And never forget to monitor the impact of the profiler on your own infrastructure. If everything is fine you can increase the time and the frequency of CPU profiling. +

          +

          + One more very important thing: never forget to always stop a started CPU profiling. You can add a timer to automatically call the stop function after a while. +

          +

          + 2) security +

          +

          + Using the inspector in Node.js it’s like opening the door of the core of your application. You should be very careful about who can use features like CPU profiling and/or the debugger. Never make the inspector “public” as being able to launch a feature from an unsafe route (not protected with an authentification mechanism). Even the collected data can be seen as critical, never send it to a system you do not trust. +

          +

          + Conclusion +

          +

          + CPU profiling is really a must-have tool for every developer. And now, with some precautions, we can run it on production thanks to the amazing work done by the V8 and Node.js team. +

          +

          + The inspector module offers a lot more features than you can use to debug your application. +

          +

          + I will write another article about using CPU profiling and the inspector on production on a high traffic project. +

          +

          + Sources & links +

          + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/source.html new file mode 100644 index 0000000..de97b17 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-1/source.html @@ -0,0 +1,1277 @@ + + + + + + + Node.js and CPU profiling on production (in real-time without downtime) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +
          +
          + + + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          + Node.js and CPU profiling on production (in real-time without downtime) +

          +
          +
          +
          +
          +
          + Vincent Vallet +
          +
          +
          +
          +
          + Vincent Vallet +
          + +
          +
          +
          +
          +
          + Oct 18, 2019 · 8 min read +
          +
          +
          +
          +
          +
          + + +
          +
          + +
          +
          + + +
          +
          + + +
          +
          +
          +
          +
          +
          +
          +

          + Why CPU monitoring is important? +

          +

          + I work at Voodoo, a French company that creates mobile video games. We have a lot of challenges with performance, availability, and scalability because of the insane amount of traffic our infrastructure supports (billions of events/requests per day …… no joke!). In this setting, every metric is important and gives us a lot of information about the state of our system. +

          +

          + When working with Node.js one of the most critical resources to monitor is the CPU. Most of the time, when working on a low traffic API or project we don’t realize how many simple lines of code can have a huge impact on CPU. On the other hand, when traffic increases, a simple mistake can cost dearly. +

          +

          + Resources +

          +

          + What kind of resources does your application need? In most cases, we focus on memory and CPU. Good monitoring of these two elements is mandatory for an application running on production. +

          +

          + For memory, constant monitoring is the best practice to track the worst developer nightmare a.k.a memory leak. +

          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          + Memory leak in action +
          +
          +

          + A good way to debug memory leak is a memory dump and/or memory sampling but this is not the subject. +

          +

          + (for more details about V8 and its garbage collector you can read my previous article here) +

          +
          +
          +

          + Stay focused on the CPU! +

          +
          +
          +

          + Most of the time we monitor this resource with a simple solution allowing us to get a graph representing CPU consumption over time. If we want to be reactive we add an alarm, based on a threshold, to warn us when CPU usage is too high. +

          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          + Basic CPU monitoring +
          +
          +

          + And what next? We don’t have data about the state of the instance when the CPU usage has increased. So we can’t determine why we had this peak, at least not without an important time of debugging, comparing log, etc. This is exactly why you need to use CPU profiling. +

          +

          + CPU profiling: what’s the difference with CPU monitoring? +

          +
          +
          +

          + “Most commonly, profiling information serves to aid program optimization. Profiling is achieved by instrumenting either the program source code or its binary executable form using a tool called a profiler” +

          +
          +
          +

          + Basically, for Node.js, CPU profiling is nothing more than collecting data about functions which are CPU consuming. And ideally, get a graphic representation of the collected data a.k.a “flame graph” or “flame chart”. +

          +

          + It will help you to track the exact file, line, and function which takes the most time to execute. +

          +

          + What about existing solutions? +

          + +

          + Node.js provides a way to collect data about CPU with two command lines. +

          +

          + The first command just executes your application, the argument just tells to V8 engine to collect data. When you stop your script all information is stored in a file. +

          +
          node --prof app.js
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          + Output of — prof +
          +
          +

          + It is not very clear, is it? +

          +

          + That’s why you just need to run this second command to transform your raw file into a more human-readable output. +

          +
          node --prof-process isolate-0xnnnnn-v8.log > processed.txt
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          + The output of — prof-process +
          +
          +

          + It seems better, here you can determine which function consumes the most of CPU (percentage of the time). +

          + +

          + ClinicJs is a set of tools that allow you to collect data and display performance charts. With “clinic flame” you can generate a flame graph based on CPU consumption. +

          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          + Flame chart +
          +
          +

          + But once again, you have to stop your app, launch the tool, then terminate the script in order to display the graph (files are generated on the disk). +

          +

          + For more details, you can see the project. +

          +

          + To sum up, here is the list of drawbacks of the two previous solutions. +

          +
            +
          • Downtime (you should kill your application to collect the data) +
          • +
          • Performance overhead +
          • +
          • Data collected locally +
          • +
          • Need external tools (ClinicJs) +
          • +
          +

          + In conclusion: these are good solutions to debug on development environments and/or on a local machine. +

          +
          +

          + Unfortunately, CPU issues have a worrying tendency to occur on production, and when you are not in front of your screen. +

          +
          +

          + Inspector +

          +

          + “Inspector” refers to an API thanks to which you can debug your application. By debugging we mean to be able to connect directly to the core of Node.js to collect real-time data about the process. +

          +

          + A module, available since version 8.x of Node.js, provides this kind of feature. There are two advantages to use it: +

          +
            +
          • it’s native (no additional installation required) +
          • +
          • it can be used programmatically (no interruption) +
          • +
          +

          + And here is how to make a CPU profiling with this module: +

          +
          +
          +
          + +
          +
          +
          +

          + As you can see, all the data is returned in variable “profile”. Basically, it’s a simple JSON object representing all the call stack and the CPU consumption for each function. And if you want to use an Async/await syntax you can install the module “inspector-api”. +

          +
          npm install inspector-api --save
          +

          + It also comes with a built-in exporter to send data to S3, with this method you don’t write anything on the disk! +

          +
          +
          +
          + +
          +
          +
          +

          + If you use another storage system you can just collect the data and export it by yourself. +

          +
          +
          +
          + +
          +
          +
          +

          + And now, CPU profiling on-demand! +

          +

          + We have an API that we want to test with autocannon tool. At this step, our project is able to serve around 200 requests in 20 seconds. There is probably a mistake somewhere in the code which slows down our application. +

          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +

          + But now, what if we want to trigger a CPU profiling remotely (without ssh connection to the server)? It’s possible using Websocket, SSE or any other technology to send a message to your instance. +

          +

          + Here is a simple example of a server using the “ws” module to send a message to a unique instance. +

          +
          +
          +
          + +
          +
          +
          +

          + Of course, it only works with one instance, but it’s a fake project to demonstrate the principle ;) +

          +

          + Now we can request our server to ask it to send a message to our instance and start/stop a CPU profiling. In your instance, you can handle the CPU profiling like this: +

          +
          +
          +
          + +
          +
          +
          +

          + To sum up: we are able to trigger a CPU profiling, on-demand, in real-time, without interruption or connection to the server. Data can be collected on the disk (and extracted later) or can be sent to S3 (or any other system, PR are welcomed on the inspector-api project). +

          +
          +

          + And because the profiler is a part of V8 itself, the format of the generated JSON file is compatible with the Chrome dev tools. +

          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + CPU profiling before optimization +
          CPU profiling before optimization +
          +
          +
          +
          +
          + CPU profiling before optimization +
          +
          +
          +
          +
          +
          +
          +

          + How can we identify an issue? +

          +

          + A CPU profiling should be read like this: +

          +
            +
          • the x-axis shows the stack profile population +
          • +
          • the y-axis shows stack depth +
          • +
          +

          + What does it mean? +

          +

          + The larger is a box (a function call) the more it consumed CPU. So a good CPU profiling should look like a “flame” graph where each stack is the finest possible. +

          +

          + In our example, every request try to generate a token. For this purpose, it calls the function pbkdf2 which is CPU consuming. Our CPU profile looks like a sequence of big blocks of time, like if the last function in the call stack takes 99% of the total time. +

          +

          + The CPU profiling after optimizations, with the same time range. +

          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          + CPU profiling after optimizations +
          +
          +

          + As you can notice, we have to zoom to the profile if we want to see the call stack, because after optimizations the API was able to take a lot more traffic. Now every function in the call stack looks like a microtask. +

          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + CPU profiling after optimization +
          CPU profiling after optimization +
          +
          +
          +
          +
          + Zoom in the CPU profiling +
          +
          +
          +
          +
          +
          +
          +

          + And now our application is able to serve more than 200,000 requests in 20 seconds; we increased the performance by a factor of 100k! +

          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +

          + More than just CPU profiling +

          +

          + With the inspector module, you can do much more than just CPU profiling, here is a non-exhaustive list: +

          +
            +
          • memory dump & memory sampling +
          • +
          • code coverage +
          • +
          • use the debugger in real-time +
          • +
          +

          + Warnings +

          +

          + Every tool, even the most powerful, comes with its own disadvantages. If you enable the profiler and/or the debugger on your production you have to keep an eye on two things: +

          +

          + 1) performance overhead +

          +

          + A profiler needs to use CPU to work and it collects data into memory. The longer you let it run and the more CPU / memory it will need. This is why you should begin with very short CPU profiling, no more than a few seconds between the start and stop command. And never forget to monitor the impact of the profiler on your own infrastructure. If everything is fine you can increase the time and the frequency of CPU profiling. +

          +

          + One more very important thing: never forget to always stop a started CPU profiling. You can add a timer to automatically call the stop function after a while. +

          +

          + 2) security +

          +

          + Using the inspector in Node.js it’s like opening the door of the core of your application. You should be very careful about who can use features like CPU profiling and/or the debugger. Never make the inspector “public” as being able to launch a feature from an unsafe route (not protected with an authentification mechanism). Even the collected data can be seen as critical, never send it to a system you do not trust. +

          +

          + Conclusion +

          +

          + CPU profiling is really a must-have tool for every developer. And now, with some precautions, we can run it on production thanks to the amazing work done by the V8 and Node.js team. +

          +

          + The inspector module offers a lot more features than you can use to debug your application. +

          +

          + I will write another article about using CPU profiling and the inspector on production on a high traffic project. +

          +

          + Sources & links +

          + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + +

          + Voodoo Engineering +

          +
          +

          + Learn about Voodoo’s engineering efforts. +

          +
          + +
          +
          +
          + +
          +
          +

          + +

          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          + Thanks to Clint FENTON.  +

          +
          +
          +
          +
          + +
          +
          +
          + +
          +
          +

          + +

          +
          +
          +
          +
          +
          + + +
          +
          + +
          +
          + + +
          +
          + + +
          +
          +
          +
          +
          +
          + Vincent Vallet +
          +
          +

          + Written by +

          +
          +
          +
          +

          + Vincent Vallet +

          +
          + +
          +
          +
          +
          +
          +

          +
          +
          + +
          +
          +
          +
          +
          +
          + Voodoo Engineering +
          +
          +
          +

          + Voodoo Engineering +

          +
          + +
          +
          +
          +
          +
          +

          + Learn about Voodoo’s engineering efforts. +

          +
          +
          + +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +

          + More From Medium +

          +
          +
          +
          +
          +
          +
          +
          +
          +

          + More on Nodejs from Voodoo Engineering +

          +
          + +
          +
          +
          +
          +

          + More on Nodejs from Voodoo Engineering +

          +
          +

          + WebSockets on production with Node.js +

          +
          +
          +
          +
          +
          + Vincent Vallet +
          +
          + +
          + Mar 11 · 5 min read +
          +
          +
          +
          +
          +
          + +
          +
          +

          + 42 +

          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          + More on Nodejs from Voodoo Engineering +

          +
          + +
          +
          +
          +
          +

          + More on Nodejs from Voodoo Engineering +

          +
          +

          + A successful Voodoo.io NodeJS meetup on 13th November! +

          +
          +
          +
          +
          +
          + Aymeric Roffé +
          +
          + +
          + Nov 20, 2019 · 3 min read +
          +
          +
          +
          +
          +
          + +
          +
          +

          + 5 +

          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          + Related reads +

          +
          + +
          +
          + +
          +
          +
          +
          + Andrey Pechkurov +
          +
          +
          + +
          +
          + Dec 6, 2018 · 5 min read +
          +
          +
          +
          +
          +
          + +
          +
          +

          + 827 +

          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + Welcome to a place where words matter. On Medium, smart voices and original ideas take center stage - with no ads in sight. Watch +
          +
          + Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox. Explore +
          +
          + Get unlimited access to the best stories on Medium — and support writers while you’re at it. Just $5/month. Upgrade +
          +
          +
          + +
          +
          +
          +
          + + + + + + + + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected-images.json new file mode 100644 index 0000000..c85d516 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected-images.json @@ -0,0 +1,3 @@ +[ + "https:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/c_fill,f_auto,fl_progressive,g_center,h_675,pg_1,q_80,w_1200\/18zu12g5xzyxojpg.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected-metadata.json new file mode 100644 index 0000000..f1d0c69 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Mama Robotnik", + "Direction": null, + "Excerpt": "Nothing beats the passion of a true fan writing about something they love. That's what you're about to see here: one of the richest, most amazing tributes to a great gaming series that we've ever run on Kotaku. Warning #1: this one might make your browser chug, so close your other tabs. Warning #2: This piece might make it hurt a little more than there are no new Metroid games from Nintendo on the horizon.", + "Image": "https:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/c_fill,f_auto,fl_progressive,g_center,h_675,pg_1,q_80,w_1200\/18zu12g5xzyxojpg.jpg", + "Title": "The Spectacular Story Of Metroid, One Of Gaming's Richest Universes", + "SiteName": "Kotaku" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected.html new file mode 100644 index 0000000..c533fcf --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/expected.html @@ -0,0 +1,1108 @@ +
          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + Nothing beats the passion of a true fan writing about something they love. That's what you're about to see here: one of the richest, most amazing tributes to a great gaming series that we've ever run on Kotaku. Warning #1: this one might make your browser chug, so close your other tabs. Warning #2: This piece might make it hurt a little more than there are no new Metroid games from Nintendo on the horizon. +

          +

          + Please note that this is the first half of Mama Robotnik's massive Metroid story. The second half can be found here. The entire post is a greatly-expanded version of a post that Mama Robotnik originally published on the NeoGAF forum before revising and reworking it for Kotaku. Take it away, MR... +

          + + + +

          + Nintendo’s Metroid series tells us of a malevolent and vicious universe. It’s a maelstrom in which benevolent races are routinely extinguished, and corrupt empires wage war for ownership of living weapons. +

          + + +

          + It’s a place in which xenocide is a commissioned service, and grievances are resolved with planetary apocalypses. Everything is chaotically connected to a dead race of avian prophetic poets fighting a war throughout the cosmos. It’s a dark place to visit. +

          +

          + There are two purposes to this article: to explore the expansive lore of the Metroid universe – with speculation to fill in the gaps – and to exhibit some extraordinary Metroid-inspired art. All artwork is credited to its original source – follow the links to see further works of these spectacular artists. +

          + +

          + Notes on Speculation and Lore +

          +

          + The games tell us much about this hostile universe, but there are a lot of unresolved story points. In response to these mysteries, the article will provide a healthy amount of speculation. You can consider the piece to be either a makeshift timeline illustrated with fan-artwork, or simply an enthusiastic attempt to reconcile the series continuity into a cohesive whole. The article is informed by the extensive research previously performed by its author. The approach taken regarding speculation is thus: The logical inclusion of probable events that resolve mysteries, while maintaining the themes of the series. +

          + +

          + Before we begin, let’s briefly revisit the five points of essential lore: +

          + + +

          + (Metroid IL Return of Samus, Metroid Prime III: Corruption and Metroid Fusion) +

          + +

          + (Metroid: Zero Mission and Metroid Prime) +

          + + +

          + (Metroid Prime EU release, Metroid Prime III: Corruption and Metroid Prime Trilogy) +

          + + +

          + (Metroid, Metroid II: Return of Samus) +

          +

          + Referencing +

          +

          + Each story section includes one or more of the below superscript annotations, to help inform the reader as to where the lore or speculation comes from. A brief key: +

          +
          + +
          + +

          + With all that said, let us begin. +

          +

          + Part One: The Wars in Heaven +

          +

          + The Living Planet +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: 3ihard) +

          +

          + On an unknown planet in the universe, a race of avian humanoids evolved. The species that will come to be known as the Chozo possessed great strength, agility and intelligence. The species is peaceful, and is driven by a social/religious value that nature is sacred. [M1 / MP] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: 3ihard) +

          +

          + Certain blessed individuals were born with a unique gift – the vague comprehension of events set to take place in the distant future. Driven by these prophecies, the race advanced quickly and became space faring. With abstract predictions of a hostile universe, the Chozo developed powered armour and armaments to defend themselves. Prepared for whatever hostility awaited them, the Chozo explored the stars. [M1 / MP / MP SP] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Elearia) +

          +

          + The Chozo discovered that – despite their prophets’ visions of a chaotic and warring universe – the cosmos was enjoying a prolonged period of peace and enlightenment. First contact was made with a number of old and wise races, such as the Ylla, the N’kren, the Bryyonians, the Alimbic and the Luminoth. The species shared their cultures and technology, and gently colonised wild worlds such as Aether, Elysia, and Tallon IV. [MP / MPH / MP2 / MP3] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Slapshoft) +

          +

          + Peace reigned through the cosmos. The alliance was a great universal renaissance, and lasted for a millennium. [MPH SP / MP2 SP / MP3 SP] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: 3ihard) +

          +

          + During this calm, the Chozo prophets continued to receive increasingly severe visions of chaos. They foresaw a universe consumed by war, horrors evolving on distant worlds, and a great toxicity waiting to be unleashed. As the visions became more precise, the species isolated itself from its allies. The Chozo civilisation became intensely driven to fight this unclear threat. [MP / MP3 SP / M2 SP /MF SP] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: DanilLovesFood) +

          +

          + The Chozo needed more potent tools to locate this unseen and distant danger. They expanded their SkyTown colony on the gas giant Elysia and remade it into a vast interstellar observatory powered by the planet’s endless storms. The facility was of such scale that an entire species of artificial life became necessary to maintain it. The Chozo created their first species – the mechanical Elysians. [MP3 / MP3 SP] +

          + +

          + Probes were launched across the universe, and the Elysians and Chozo scrutinised the data. The search took generations, while the planet’s tempestuous atmosphere battered SkyTown, weathering the station faster than the Elysians could maintain it. After countless probe launches, a partial transmission received from a decaying and distant satellite set prophecy in motion. [MP3] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Mechanical-Hand) +

          +

          + The data received was terrifying. The blue planet registered as an organism, somehow existing as both mineral and flesh. Impossible radiation pulsed from the surface, which overwhelmed the Chozo satellite and rendered it inert. The location of the planet was immediately lost, and only a broad region of space could be established. [MP3] +

          + +

          + With this find, the Chozo purpose on SkyTown was fulfilled. The race departed the facility, leaving the Elysians to continue their monitoring of the stars. The abandoned race of robots continued to launch satellites to try and rediscover the blue world, hopeful that such a discovery would herald the return of their Chozo creators. The Elysians searched unsuccessfully until Elysia’s endless storms eroded their civilisation into a rusted remnant. [MP3] +

          +

          + The Chozo reconciled their vague discovery of a blue living planet with their prophecies of toxicity. On this distant world of poison, could creatures have evolved so vicious that they endangered the universe? [MP3 SP] +

          + +

          + The Invasion of Phaaze +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: 3ihard) +

          +

          + Finding the exact location of the deadly planet becomes a priority for the Chozo civilisation. A gargantuan ship was assembled on the holy planet of Tallon IV, and dispatched to the dark corner of the universe where the Elysian satellite had been lost. The greatest Chozo warriors, scientists and prophets commenced a crusade for the hostile world, knowing that they would likely never make it back home. During their long journey, they conceive a name for their target: Phaaze. [MP3 SP] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: SesakaTH) +

          +

          + Generations passed, and the Chozo expedition finally located the blue planet. As they approached, they witnessed the living world as it endlessly pulsed with blue and white energies. There was nothing like this place elsewhere in the universe. [MP3 SP] +

          + +

          + Their scans confirmed their worst fears – this atmosphere was a bath of radiation and mutation – and evolution had produced horrors. [MP3 SP] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: SamusMMX) +

          +

          + For billions of years, Phaaze had mutated and irradiated life that evolved on its surface. The strongest creatures had survived to thrive in an ecosystem of beautiful poison. It was then that the Chozo understood: They had arrived at the home of the most devastating and deranged creatures in the known universe. [MP3 SP] +

          + +

          + If these monsters were to escape their containment on Phaaze, they would voraciously consume their way through the cosmos. With younger races only centuries away from space travel, the Chozo could not risk them finding this world and releasing its terrors. [MP3 SP] +

          +

          + The Chozo expedition came to an impasse. The threat of Phaaze’s superpredators had to be neutralised, but severe action against the planet would be sacrilege. The Chozo held life sacred, and refused to destroy the unique living world. [MP3 SP] +

          + +

          + A dangerous plan was agreed upon. The expedition ship landed on Phaaze, exposing the crew to tremendous radiation. [MP3 SP] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Adoublea) +

          +

          + Chozo Warriors in power suits fought the planet’s creatures as they swarmed the ship. The soldiers battled, watching their kin die around them, in a desperate mission to buy time. [MP3 SP] +

          + +

          + The scientists within the ship began to harness the intense radiation around them, to try and engineer an artificial predator that could neutralise the planet’s superpredators. With access to the unique Phazon mutagen that covered the poisonous world, genetic engineering that should have taken decades was done in days. The Chozo engineered the first Metroid. [MP3 SP] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Methuselah3000) +

          +

          + The Metroid creature was unleashed onto the planet, and the radiation caused it to reproduce quickly. The resulting swarm of Metroids began to consume the planet’s monstrosities and established themselves as Phaaze’s apex predator. [MP3 SP] +

          + +

          + The Chozo mission was complete. The worst creatures were being hunted to extinction, and the Metroids were expected to die from starvation soon after. The cost had been enormous – most of the crew had been killed defending the ship, and the survivors were deathly ill from radiation poisoning. The burnt and damaged ship took off for the long journey home, but the crew soon succumbed to the radiation they had endured. The autopilot took the ship of Chozo bodies home. [MP3 SP] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: 3ihard) +

          +

          + On Phaaze, the Metroid presence lasted decades as they consumed the planet’s superpredators. The corpses of Chozo warriors were absorbed into the planet, and their battle armour slowly became weathered and scattered. The planet’s slow sentience developed an outrage that seethed under its continents. It had been violated by the Chozo. As the Metroid infestation began to die out, Phaaze developed a very primitive concept of purpose and retribution. [MP3 SP] +

          + +

          + Phaaze established a vague awareness of concepts it had absorbed from the brains of the Chozo warrior corpses – and the location of two worlds from the Chozo’s memories. As the planet entered its reproductive cycle, it purposely directed two of its seeds towards the planets Tallon IV and Aether. In the seed sent to the Chozo world, Phaaze included one of the last surviving Metroid creatures and some ruined pieces of Chozo armour, intended as a reminder of the crime Phaaze had endured at their hands. The planet sent its second seed to Aether, as the absorbed memories informed the living planet that its inhabitants were friends of the Chozo, and therefore the enemies of Phaaze. [MP 1 / MP 2 SP / MP3 SP] +

          +

          + The expedition ship – heavily damaged by radiation and lack of maintenance – was guided back to civilisation by an increasingly erratic auto-pilot. After decades it eventually approached the Chozo world of Zebes, and crash-landed onto its surface. The Chozo civilisation attempted to recover data logs from the wreckage with very limited success – they were able to understand the sacrifice that the heroic crew had made, and confirmed the apparent success of the Metroids in neutralising the creatures on the living planet. The Chozo authorities were unable to establish the location of Phaaze, or recover much in the way of scientific data concerning it. [MP3 SP / SM SP] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Methuselah3000) +

          +

          + As the Tallon IV seed began its centuries of travelling through space, the lone Metroid within absorbed vast amounts of Phazon and radiation. It became self-aware, and grew in size, intelligence and strength. It used the ruined pieces of Chozo armour to construct itself an exoskeleton, and descended into madness. The exoskeleton failed to protect the creature from the endless radiation, and the Metroid became as exotic as Phaaze’s extinct superpredators: An undying tortured genius. [MP / MP2 / MP3 / MP3 SP] +

          + +

          + The creature that would come to be known as Metroid Prime resented Phaaze for imprisoning it in the Leviathan. It resented the Chozo for creating and discarding the Metroids. It decided that it would survive, bring order to the chaotic universe that birthed it, and somehow enslave Phaaze to its will. In its solitude, immortal as a consequence of its mutations, Metroid Prime plotted its revenge against the universe. [MP / MP2 / MP3 / MP3 SP] +

          +

          + The Dark Planet +

          +

          + With a clear understanding of the danger of living planets, the Chozo authority commenced a search for similar threats. With far more advanced technology than their ancestors had during the Elysian era, the Chozo were unfortunate enough to find a planet of even greater horrors. [MP 3 SP / M2] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: PeaceFistArtist) +

          +

          + The Chozo detected strange readings coming from a world in a desolate part of the galaxy. The planet had been previously considered so obscure and unimportant that it didn’t have a name, merely catalogued with the codename SR388 and left to its obscurity. A detailed analysis picked up some extremely strange observations; though seemingly mineral, the caverns and liquids beneath the surface shifted with metabolic rhythm – as if the whole planet was somehow a living thing. A ship was dispatched, and the strongest Chozo warriors braved the caverns beneath the surface. [M2 / M2 SP] +

          + +

          + Few made it back. They told of a cauldron of evil, an environment so hostile and vicious that it had birthed the most terrible things. [M2] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: LightningArts) +

          +

          + Beneath that planet, evolution had been won by an abomination that could steal the flesh, abilities, memories and strengths of all of its prey. The creature was a fusion of energy and plasma that parasitized on life itself. With no word suitable for the nightmare they had discovered, the Chozo simply called it X. If these X-Parasites somehow gained access to the wider universe, there would be no force that could contain them. [M2] +

          + +

          + The threat had to be dealt with. Remembering the apparent success of the Chozo expedition to Phaaze, a plan was put into action. The Chozo assembled their best and brightest, their strongest and wisest. They carved their way into SR388, and dispatched mechanical creatures to construct secure facilities. Robots and Chozo warriors repressed all instances of the X-Parasite as they found them, but casualties were high. The planet appeared to fight the Chozo at every turn, it drowned the invaders in acid and unleashed ambushes of creatures. The endless swam of X-Parasites gained strength from the corpses around them. [MP3 SP / M2] +

          +

          + Deep in the planet, a glass laboratory was created, its walls highly resistant to SR388’s acid belly. Here, in dangerous proximity to the X-Parasites, the Chozo scientists began their work. [M2] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: 3ihard) +

          +

          + The Chozo tried to recreate the plan of their ancestors – the use of Metroids to pacify superpredators too dangerous to exist. Without access to the same planetary radiation and materials the Phaaze expedition had, progress was slow. As the war against the planet was raging around them, the Chozo scientists were able to engineer Metroids, but not a variant strong enough to overcome the X-Parasites. As more and more Chozo died protecting the laboratory, a different approach was needed. [M2 SP] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Starshadow76) +

          +

          + The Chozo succeeded in engineering a Metroid Queen, a colossal creature who would lay Metroid Hatchling eggs. When hatched, these resulting Metroids were strong and durable creatures, and finally potent enough to combat the X menace. The Chozo knew that to completely suppress the parasites, the Metroid presence on SR388 had to be permanent. To ensure that the species would not overfeed on the environment and wipe out its food chains, the scientists hardwired an instinct into the Metroid Queen’s feral mind: Only thirty-nine Metroids were to exist on the planet at any one time. This, it was hoped, would keep their numbers high enough to destroy any X re-emergence, but low enough so that they wouldn’t consume the rest of the life on the planet, and starve to death from lack of food. [M2] +

          + +

          + The scientists assembled a payload of Hatchling Eggs and the surviving Chozo warriors distributed them across the planet. The eggs hatched quickly, and the X-Parasites were immediately overwhelmed by the infant Metroids. The X-Parasites were quickly hunted to near-extinction, with only a few surviving cells entering a state of suspension deep in the planet. [M2 SP / MF] +

          +

          + The Chozo had won their war, but only just. Most of the warriors and scientists had not survived, and those that were left had to make sure that the X-Parasites had been permanently suppressed. The planet shook with tremors; the earth shifted and acid poured, as if the world was trying to crush the Chozo in their glass laboratory. [M2 SP] +

          + +

          + The X-Parasites did not return, and the Metroid Queen continued to scream as her glass prison shook. The Chozo didn’t realise it, but her despair was being heard. [M2 SP] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Hermax669) +

          +

          + SR388 had been violated by the Chozo. Though very different to Phaaze, SR388 had its own vague sense of awareness. It perceived the Chozo as a viral infection, and the dead X-Parasites as part of itself. It understood loss, and shook with ancient rage. [MP3 SP / M2 SP / MF SP] +

          + +

          + It changed itself to change the Metroids. It adopted them to replace the X-Parasites, and quickly killed the weaker breeds. It moved its radioactive minerals closer to their eggs and soon mutated the species. As SR388 had done with X, it did with the Metroids. It made them strong. [M2 SP / MF SP] +

          +

          + Alpha, Gamma, Zeta and Omega Metroids spawned quickly, and responded to the screams of their Queen. With their bulk and strength, they smashed through the glass laboratory and slaughtered their Chozo creators. The Chozo warriors were hunted down and crushed. [M2] +

          + +

          + SR388 developed into a new cauldron of hostility. The Metroids served as the apex predator, and the robots of the Chozo decayed into machine madness and prowled the ruins, killing on sight. The Chozo mission to suppress the X-Parasite had been a success, but the planet had gained its revenge. [M2 / M2 SP / MF] +

          +

          + Part Two: The End of the Renaissance +

          +

          + The Holy World +

          +

          + The Chozo had devastated two planets for the good of the universe, and sustained many causalities. The superpredators of Phaaze were extinct and the X-Parasites were permanently suppressed. With the crisis over, the race became consumed with a collective sense of guilt over their necessary actions. The Chozo believed the life of the universe to be sacred, and had to reconcile their aggressive actions with their faith. [MP SP / MP3 SP / M2 / MF] +

          + +

          + Worse still, their prophets continued to have visions of endless conflict and death. War was coming to the universe, and it seemed that their sins had not saved them. Many began to doubt these visions, and a schism occurred. [MP/ MP3 SP] +

          +

          + The bulk of the Chozo civilisation retired themselves from galactic affairs, leaving only a few scattered colonies amongst the stars. The race retreated to the holy planet of Tallon IV, to shun their technologies and begin simpler, poetic lives. These Chozo reconnected themselves to the natural world and tried to find a harmony with it. As time went on, the most potent prophets became manic, and tried to warn their fellows of a great poison that was to come. [M1 / MP] +

          + +

          + These visions were met with increasing dismissal, but the day finally came when the prophets were believed. After eons swimming in the stars, Phaaze’s seed entered the Tallon system. [MP / MP3] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Hameed) +

          +

          + The Leviathan crashed down, and rained poison and death unto the world. The impact survivors watched as their sacred nature succumbed to the mutagens leaking from the seed, and barricaded themselves in their temples as the flora and fauna transformed. Phazon spread beneath the surface of the dying planet, and radiation storms battered the surface. [MP] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Source: Riivka) +

          +

          + The Chozos’ punishment for their sins, and the fulfilment of Phaaze’s wrath, reached biblical proportions. The Chozo of Tallon IV did not get to rest in peace. Their life energies suffered from Phazon disruption, and upon death they became mad ghosts who screamed forever as they were torn in and out of the material world. In this purgatory, the undead immaterial Chozo murdered anyone they could find. [MP / MP3 SP] +

          + +

          + As their numbers dwindled, the last of the Chozo constructed a great temple above the impact crater. Within this temple, they used what little technology remained to project an energy field around the Leviathan to slow the spread of contagion. As the Chozo civilisation on Tallon IV was extinguished, their dying prophets told of a hero who would one day emerge, to enter the crater and defeat the evil worm within. [MP] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Source: Havoc-DM) +

          +

          + Within the Impact Crater, Metroid Prime remained trapped within the Chozo energy field. In its armour constructed from ancient Chozo power suits, it continued its wait to be unleashed on the universe. [MP / MP3 SP] +

          + +

          + Dark Echoes +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: 3ihard) +

          +

          + On the planet Aether, an ancient race of mystics known as the Luminoth received the horrifying data coming from Tallon IV. In distant times, the Luminoth and the Chozo had been steadfast allies – until the Chozo retreat ended their ties. Desperate to assist, the Luminoth began to organise a rescue mission. [MP2 / MP2 SP] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: PugOfDoon) +

          +

          + A dark transmission was received from Tallon IV. The image showed a screaming, ghostly Chozo figure, flickering in and out of the living universe. In its undead madness, it spoke for its kin. It raged that they would kill anyone who would set foot on their world. The planet was pandemonium, a cursed world on which the dead could not die. As the signal faded, the Luminoth realised that there was no one left alive to rescue. [MP SP / MP2 SP] +

          + +

          + The Luminoth were receiving strange readings from the devastated planet. A mutagen was spreading, unlike anything they had ever encountered. They scanned the stars for its source, and made a devastating discovery – a mass of the same mutagen was on a collision course with Aether. Phaaze’s second seed had nearly arrived at its destination. [MP2 SP / MP3 SP] +

          +

          + The people of Aether turned to their technology to save them. Their planet had no native star of its own, and had been implanted millennia ago with a complex energy network that sustained all life. This system was reverently called the Light of Aether, and harnessed the light of the universe in its mechanism. The Luminoth realised that even with this great power, they could not destroy the Phazon Leviathan. A different approach was needed. [MP2 / MP2 SP] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: SesaKath) +

          +

          + The Luminoth used their great Light to engineer a small pocket universe, a dark lifeless echo of existence. The plan was bold: they would use the Light of Aether to surgically open the fabric of reality in the path of the Phazon seed, and allow it to harmlessly enter the pocket universe. If all went well, they would be saved. [MP2 SP] +

          + +

          + The day came, and the Leviathan entered Aether’s atmosphere. The Luminoth commenced their great plan. [MP2 SP] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Adriencgd) +

          +

          + Phaaze’s seed was a sum of living materials beyond Luminoth comprehension. It hit the pocket universe with incalculable force, and a tsunami of exotic energy ruptured space and time. The equipment containing the dark reality lost containment within moments, and the Luminoth were helpless as their creation expanded across the entire planet. A wave of dark energy absorbed creatures, structures and land into the dark universe, and what was once a single planet – was now two. [MP2 / MP2 SP] +

          + +

          + The Luminoth surveyed the devastation. The Phazon seed was gone – it had indeed collided with the dark universe. Entire continents, with millions of inhabitants, had vanished with it. [MP2 / MP2 SP +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: AzureParagon) +

          +

          + In the dark universe, a grotesque world was being born. Previous inhabitants of Aether, having been absorbed when containment of the pocket universe was lost, found themselves twisted by the corrosive new reality around them. Most perished, and their flesh fed the strange carnivorous fungi that glowed sickly colours. Some survivors were mutated by the Phazon slowly spreading beneath the surface, and adapted to survive in the hostility. [MP2 SP] +

          + +

          + Aether and its echo, the Phazon-infested Dark Aether, existed in synchronicity. As the Luminoth tried to rebuild their planet, it took only decades for cracks to form in the ether separating the two realities. As rips in the universe shattered open, Aether became a battlefield. [MP2] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Xxkiragaxx) +

          +

          + A womb of Phazon mutation and dark energies had birthed a cunning and ferocious horde. The Ing erupted through the cracks between the two worlds, and commenced slaughter. They were fought back by the Luminoth, and a war began between the two parallel worlds. The Ing invaded Aether with regularity, and killed, pillaged and destroyed all that they could find. The Luminoth retaliated and crusaded into Dark Aether in their Light Suits, on suicide missions to exterminate the source of the Ing menace. Both sides suffered colossal casualties as the decades went on. [MP2] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: 3ihard) +

          +

          + The war was being lost by the Luminoth. The Ing had exterminated most of their race and had stolen too many vital technologies. With the theft of essential energy components from the Light of Aether power network, they had become a defeated people. [MP2] +

          + +

          + The Ing had destroyed all of Aether’s ancient ships, and condemned the Luminoth to no escape from their doomed world. With no other choice, the survivors sealed themselves in an inner sanctum, and entered a state of suspended animation. One custodian, U-Mos, volunteered to be their guardian. As Aether became weaker and weaker, the Luminoth waited for someone to save them. They would wait a very long time. [MP2] +

          +

          + The Sacrifice of the Alimbics +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Kihunter) +

          +

          + As the Chozo and the Luminoth fell, so too did other ancient races. In a distant part of the universe, the Alimbics were a militaristic society that maintained peace in their galactic cluster. Their order was shattered when a murderous entity, originating from someplace beyond the understood universe, plummeted into one of their worlds. The creature emerged from the devastation as a gaseous entity, and assumed an Alimbic-styled body to begin its onslaught. [MPH] +

          + +

          + This alien juggernaut was named Gorea by the Alimbic race, and they soon understood it brought only death. Gorea killed every Alimbic it could find, and destroyed everything in its path. Planet after planet fell to Gorea, and the Alimbics realised the creature would never stop. [MPH] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Sesakath) +

          +

          + The Alimbics performed an act of supreme sacrifice. They combined the mental energies of their entire race to forge a prison for Gorea. The psychic prison held it bound, and it was transplanted into an organic vessel called The Oubliette. The vessel was launched into the void outside of the universe, a course that would keep its indestructible prisoner in exile forever. The systems of the prison ship were tasked to scan the every molecule of the imprisoned Gorea, and devise an Omega weapon that could be used to kill it. [MPH / MPH SP] +

          + +

          + The mental energies expelled in this plan consumed the physical bodies of the entire Alimbic race. They vanished from the universe in an instant. Their sacrifice protected all life in the cosmos from Gorea’s murderous rampage. [MPH] +

          +

          + The War of Bryyo +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Sesakath) +

          +

          + As the old races of the universe died around them, the lizard people of Bryyo faced their own challenges. The Bryyonians were an advanced, space-faring race who had learned much from their Chozo allies. Their society was a deeply polarised one, with tensions eternal between the scientific and religious factions.[MP3] +

          + +

          + Over the previous centuries, the scientific agenda had dominated, with space travel proving beneficial and enlightening. As the Chozo, Luminoth and Alimbics faced extinction, the religious Bryyonians believed more than ever that the universe was a hostile place, and became desperate to stop their scientific counterparts. [MP3] +

          +

          + A great war exploded across Bryyo. By its end, the scholars had been wiped out and the survivors of both sides had regressed to a feral existence. The race devolved into animals, wandering around ruins that they no longer understood. Language vanished and strength ruled. Anyone who landed on Bryyo was meat, to be killed and eaten. [MP3] +

          + +

          + The Little Rainy Planet +

          +

          + The onslaught of vengeances, conquerors, poisons and politics destroyed the old races. The Alimbics had lost their flesh, while the Bryyonians had lost their souls. The Luminoth had retreated into stasis, and the Chozo of Tallon IV had been condemned to a living death. [MP / MPH / MP2 / MP3] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Kaiquesilva) +

          +

          + On a small, rainy planet called Zebes, the last known Chozo colony had watched the stars with impotence. This small settlement of the nearly-extinct avian race witnessed the end of the great universal renaissance, and the slow beginning of a new chapter in galactic history. Gradually, the younger races were launching their first satellites into space. In time, new empires would rise to take the place of the old. [M1 / M1 SP] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: 3ihard) +

          +

          + Zebes prophets’ saw the visions the Chozo had always endured: great wars, spreading poison and death. And suddenly, something bold was foreseen. [M1 SP / MP3 SP] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Fddt) +

          +

          + A great hunter, clad in orange, red and green. The Chozo glimpsed a future hero, alone in the darkness beneath worlds, fighting so that good could survive evil. They saw her curing poisoned planets, and ending galactic wars. They saw the universe’s one chance to survive its apocalyptic future. They saw the only one who could defy prophecy. [M1 / MP3 SP] +

          + +

          + And they saw her wearing Chozo armour. [M1] +

          +

          + Part Three: The New Empires +

          +

          + The Humans +

          +

          + On the planet Earth, the human race had finally developed a ship capable of leaving their solar system. A brave crew ventured into the universe to learn whether life existed elsewhere. Their discoveries fundamentally changed the human condition. On planet after planet, they found ruined tombs and cities, guarded by weathered statues of dead races. Most significant of all, they found technology. [M1 SP] +

          + +

          + The humans reverse engineered their salvage, and advanced with pace. Within another century, faster-than-light ships explored the stars, and colonies transformed hostile worlds into homes. Peaceful relations formed between other younger races, and a great Galactic Federation was founded. [M1 SP] +

          +

          + The Space Pirates +

          +

          + In a less hospitable region of space, a cabal of battered races joined their forces to survive. On planets where acid rain burned flesh and magma flowed, the alliance expanded into a hardened space empire. They ventured into nearby systems and took what they needed from anyone they could reach. They found the ruins of the old races and ransacked the ancient technologies within. They immersed themselves in science and unlocked the secrets of their finds. Within decades, they had advanced their spread with stronger and faster ships. The creatures enhanced themselves, rewriting their genetics and integrating mechanisms beneath their flesh. They were unique: a cybernetic race of furious murderers with a skill for patient scientific process. As more planets were invaded, their conquered civilisations were conscripted by force. [M1 SP / MP / MP3] +

          + +

          + The inevitable moment came when their Empire reached the borders of the vast Galactic Federation. [M1 SP / MP / MP3] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Mr-Corr) +

          +

          + First contact was brief and furious. On that day, the warning went out to all the worlds of the Federation: Beware the Space Pirates. Though no state of war was officially declared, the empires attacked each other on sight. The Galactic Federation was large enough to repress any meaningful incursions into their space. [M1 SP / MP SP / MP3 SP / SM SP] +

          + +

          + The Massacre of Two Families +

          +

          + The Galactic Federation discovered the last Chozo Colony on Zebes. The tired, ancient avians welcomed the humans and shared with them wisdom and knowledge. They offered the Galactic Federation new sciences, and taught them how to make organic computers. The Federation studied the Chozo’s own central processing unit, an engineered brain that mothered over their colony, and left with plans to assemble their own variants. On the nearest habitable planet of K-2L, a colony was established. [M1 / MP3 SP] +

          + +

          + On this world, the human Samus Aran was born. [M1] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Methuselah3000) +

          +

          + Barely out of infancy, the young Samus witnessed her family die. A Space Pirate raiding party overwhelmed her colony and murdered everyone she ever knew. By staying silent while surrounded by horror, Samus survived as the Pirates ransacked the settlement and left. [M1] +

          + +

          + The Chozo colony on Zebes received K-2L’s automated distress signal. In an ancient dusty ship, they reached the planet and found Samus to be the only survivor of the massacre. The child was brought to Zebes, and the Chozo deliberated. Should she be returned to her own kind, or allowed to stay? [M1] +

          +

          + Across the colony, the Prophets experienced a simultaneous moment of clarity. They understood immediately that they had found their prophesised hero. The young girl was their inheritor, and would grow strong. She would learn all she could from them, and take their strongest technologies into the universe. She would be the hero against the oncoming storm. [M1 SP] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: R3dFiVe) +

          +

          + Samus Aran reached maturity amongst the Chozo. She was trained in the combat arts of the great extinct races. She was infused with Chozo genetic material so she could employ their technologies. She was educated to be a scientist, an explorer, and a tactician. Everything that was good about the Chozo civilisation was allowed to live on in Samus. [M1] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Pyra) +

          +

          + Samus became an adult, and the Chozo presented her with their greatest works: a toughened power suit and an agile spacecraft, both more potent than anything their race had ever made. The Chozo leader, decaying and blind, told Samus it was time for her to find her destiny in the universe. Samus Aran departed for the stars, and years pass. [M1 / M1 SP] +

          + +

          + As Samus tried to reconnect with her heritage on Earth, the last Chozo prophets on Zebes received a final vision: The Space Pirates were coming for them. It was time for the last Chozo to be extinguished from the universe. [M1 SP] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Phobos-Romulus) +

          +

          + The Chozo hid their technologies throughout the planet, in places that they were certain Samus would find them. They concealed a second Power Suit within the walls of their holy temple, having foreseen that Samus may require it in the future. They then returned to the surface to await the inevitable. [M1 SP] +

          + +

          + The Space Pirates invaded in force, and murdered Samus Aran’s second family. The Chozo became extinct. [M1 / MP SP] +

          +

          + The Mother Brain +

          +

          + Space Pirate scientists arrived shortly after the carnage and focused their attention on the legendary Chozo organic central processing unit. They rewrote its benign programming and injected stimulants into its flesh. They enabled it to form an artificial intelligence obsessed with strategy and conquest. They drove its computational potential towards absolute advancement of the Space Pirate Empire. [M1 SP] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Jaagup) +

          +

          + The results went beyond High Command’s most optimistic projections. The Space Pirates had created a leader, a desperately needed figure to unite their fragmented empire. They had created their Mother Brain. The great Space Pirate generals Ridley and Kraid arrived at Zebes, ready to pay tribute to their new master and to plan for the future. Mother Brain delivered to the Space Pirates knowledge and power. She told them of a world referenced in her oldest Chozo databanks, a planet bathed in a mutagenic poison waiting to be farmed. She instructed High Command to prepare an armada of ships and invade the planet Tallon IV. [M1 / MP SP] +

          + +

          + The order was followed immediately, and the High Command discovered a world deranged by contagion. Beneath its surface, endless pools of Phazon waited to be weaponised, and a great mining operation began. Mother Brain received data from their readings on the planet; even after thousands of years, the source of the Phazon was still contained in the Chozo force field. She scrutinised her records further, and was unable to ascertain any method of breaching the barrier. The Space Pirates could retrieve the Phazon, but were denied access to its source. [MP] +

          +

          + The Metroids +

          +

          + A perfect storm brewed. As the Space Pirates gained access to the most potent mutagen in the universe, the Galactic Federation made an equally eventful discovery: They found the dark planet SR388. [M1 / M2] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Fireborn Form) +

          +

          + A Galactic Federation survey team studied the surface, and soon encountered a gelatinous creature that swam through air. The alien defied gravity and physics as it phased through dense rock with ease. It perceived the survey team, and made a few curious chirps in their direction. It then suddenly changed temperament, aggressively charging to latch itself onto the skull of one of the party. The victim died in agony as the Metroid fed on all the energy within, and could not be removed until its prey had been reduced to a dried husk of collapsing matter. The young Metroid had just killed, in a way that science could not explain. [M1 SP / M2 SP] +

          + +

          + With effort and casualties, the scientists contained a few infant specimens of the Metroid creatures, and left the planet without further incident. [M1] +

          +

          + As their vessel went back to the stars, SR388 was aware their withdrawal. It harboured a great contempt for the invaders, an endless hate fuelled by the impotence it endured centuries ago when the Chozo had committed their great invasion. The living planet had spent centuries honing the Metroids into perfect killers, and knew the devastation they could cause upon maturity. The planet had intentionally allowed the humans to take a few Metroids away so that the creatures could grow up and kill anyone out amongst the stars who ever thought of returning. SR388 took any opportunity to gain revenge against an outside universe that refused to leave it alone. [M2 SP] +

          + +

          + As the scientists began to broadcast their findings back to the Galactic Federation, Mother Brain intercepted the transmission. She cross-referenced their data with notes buried in the Chozo’s ancient fragmented records. She deduced that the Metroids were a form of genetically engineered predator of incredible power, created by the Chozo for an unknown purpose. Mother Brain ordered High Command to get the creatures to her by any means necessary. [M1 SP] +

          +

          + The Space Pirates overran the Galactic Federation vessel and stole the Metroid creatures. They divided their prize: some were sent to their nearest Homeworld; others were sent to the Tallon IV outpost; and the most potent were delivered straight to Zebes for the experiments of Mother Brain. [M1 / MP / MP3] +

          + +

          + With the arrival of the first Phazon samples from Tallon IV, the exotic substance allowed the Space Pirates to slowly produce stable cloned Metroids across their breeding sites. [M1 SP / MP SP] +

          +

          + The Revenge of Samus Aran +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Ojanpohja) +

          +

          + In her first mission as a Bounty Hunter, Samus Arran was commissioned by the Galactic Federation to neutralise the stolen Metroids. Through careful investigation, Samus discovered that the Pirates are operating from Zebes – her home. She concluded that the Space Pirates had murdered her second family, as they had done with her first. They have took from her everyone she ever loved, and destroyed her two worlds. [M1] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Stuart Hughe) +

          +

          + Samus stormed Zebes and killed everyone in her path. [M1] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Immarart) +

          +

          + As her defences were breached, Mother Brain unleashed the great generals Ridley and Kraid. Both were killled, and, desperate to stop the intruder, Mother Brain released the Metroids. Samus Aran exterminated the creatures, and invaded the inner sanctum. [M1] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Twigs) +

          +

          + Samus confronted the malevolent Mother Brain and blasted apart her body. A power overload was caused, and the Tourian facility shook itself apart. Samus evacuated to her ship and tried to leave Zebes, but a Space Pirate battleship in orbit registered her ascent and opened fire. Samus’ gunship plummeted back towards the Zebes and impacted Chozodia, her former home. [M1] +

          + +

          + Extremely lucky to be alive, Samus crawled out of the remains of her destroyed power suit, and fled as Space Pirate forces stormed the area. Samus hid, crawled and ran to find sanctuary in the deepest part of the Chozo’s most revered temple. [M1] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Eyes5) +

          +

          + Samus found herself surrounded with murals of the dead Chozo, and accepted she was alone in the universe. Overcoming despair, she solved the trials of the Chozodian temple and a concealed power suit was revealed to her. This shining armour was even more potent than the one she had just lost, and was able to integrate the most exotic Chozo technologies. Samus realised the greater meaning of her find; the Chozo had left her gifts for her in places they had foreseen she would traverse. Her adopted family continued to protect her long after their deaths, and she would find their statues cradling survival equipment in the darkest corners of the cosmos. [M1 / MP / MP3 / M2 / SM] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Imachinivid) +

          +

          + With her new armaments, Samus cleansed the Space Pirate presence from Zebes. She came to be known as “The Hunter”, and the Space Pirates learned that they will always be hunted down for what they did to her families. They fled the planet in terror. [M1 / MP / MP2 / MP3] +

          + +

          + Tallon IV +

          +

          + As years passed, Samus Aran accepted further missions from the Galactic Federation. The bounty earned funded her personal vendetta against the Space Pirates. She improved her armaments, paid for black market information and stormed their outposts. Samus showed her enemies no mercy, and became the feared nemesis of their entire civilisation. With the income from her Federation services, Samus had soon amassed enough money to buy the most secret information regarding the Space Pirates: the coordinates of their stronghold on an old forgotten planet called Tallon IV. [MP1 SP] +

          + +

          + Samus guided her ship into the Tallon system and investigated an orbiting space station. She discovered a failed genetic engineering facility whose Space Pirate crew was murdered when they lost control of their own creations. Samus fought her way through the ferocious beasts scattered within, and discovered a half-insane cyborg recreation of the Space Pirate general Ridley. As the station began to collapse, the biomechanical dragon fled to the world below, and Samus pursued. [MP1] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: Lightningarts) +

          +

          + Samus lost Ridley in the planet’s stormy atmosphere, and elected to land in a nearby jungle to conceal her presence from the Pirate ground forces. Exploring the surroundings, Samus discovered that the planet was once home to the bulk of the extinct Chozo civilisation. In a great temple Samus studied poetic murals that told of the Phazon comet that had struck their world. The scribblings informed her of a creature trapped deep in the comet that they referred to as “The Worm,” and of the powerful shield they erected to prevent its escape. Samus read their last prophecy; that a hero would traverse fire and ice, jungle and cave, and find twelve sacred keys that would deactivate the barrier and allow passage to the Impact Crater. This saviour from the stars would bring down the ancient shield, and destroy the worm that infected their planet. [MP1] +

          + +

          + She continued her exploration, and battled ferocious flora and fauna. The Hunter came to understand that the Space Pirates had established a complex military installation that descended far below the surface. [MP1] +

          +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          + +

          + (Artist: R-Sraven) +

          +

          + Samus hunted the Pirates and accessed their computer logs. The Empire had found quantities of an intensely potent mutagen called Phazon. Laboratories across the outpost experimented with the substance, and in a short space of time they had created prototypes for the next generation of their races: powerful Phazon-fuelled juggernauts. Should these advances continue, Samus knew that the Space Pirates would be able to conquer the Galactic Federation. [MP1] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Greenstranger) +

          +

          + In the most secure laboratory, Samus made a devastating discovery. The Space Pirates had used Phazon to create an army of stable clone Metroids and lost containment. The Metroid creatures were roaming the caverns deep in the planet, reproducing and mutating as the Phazon influenced their physiology. [MP1] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Ohimseeinstars) +

          +

          + Samus’ final discovery was the most horrific. The powerful, poisonous Phazon was not a rare material on Tallon IV. Despite the Chozo shield containing the Impact Crater, the substance had spread and consumed the world inside-out. The core of the planet presented the Space Pirates with a vast supply of Phazon, enough to fuel their conquest of the stars. [MP1] +

          + +

          + Samus destroyed the mining facilities and laboratories, and reconstructed the twelve parts of the ancient Chozo cipher. She destroyed living weapons such as the Thardus experiment, and annihilated the prototype Omega Pirate. She overcame corrupted Metroids, and banished the tormented Chozo ghosts from the living world. She fought the mad Meta Ridley, and on his demise deactivated the Chozo containment shield. As prophesised, Samus Aran entered the Impact Crater. [MP1] +

          +

          + The Worm +

          +

          + Samus Aran had opened Metroid Prime’s cage, and had no understanding of what she was about to unleash on the universe. The creature had been imprisoned in a different era, and had spent eons being tortuously transformed by Phazon into an undying mad genius. [MP1] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Chrysaetos-Pteron) +

          +

          + Samus and the ancient Metroid battled, and the bounty hunter shattered the creature’s metal armour. By channelling the surrounding Phazon deposits into a supercharged energy beam, Samus was able to devastate Metroid Prime’s gelatinous body. After a tremendous battle, the old creature began to collapse on itself. [MP1] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Sabretoontigers) +

          +

          + Seemingly dying, Metroid Prime lashed out, grabbing a layer of material from Samus Aran’s armour. The creature melted into a pool of Phazon particles, and the bounty hunter evacuated the Impact Crater. [MP1] +

          + +

          + Samus Aran had seemingly succeeded in her mission. The surviving Space Pirates abandoned their devastated facilities and hastily evacuated the planet. With the defeat of Metroid Prime, the Phazon contagion was slowly stopping its spread. The tormented Chozo spirits that had been bound to the planet were finally able to achieve their rest. Leaving the world to recover from its devastation, Samus Aran headed back to the stars. [MP1 / MP1 SP] +

          +

          + The Dark Hunter +

          +

          + Metroid Prime’s exposure to millennia of Phazon had given the creature extremely exotic abilities, the most potent being its durability – to recreate itself after nearly any level of destruction. As it had collapsed on itself, the essence of Metroid Prime craved the strength and adaptability present in Samus Aran. In the Talon IV impact crater, Metroid Prime recreated itself as a dark copy of the woman who had defeated it. [MP 1 / MP2 / MP3 SP] +

          + +
          +
          +

          Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +

          +
          +
          +

          + (Artist: Imachinivid) +

          +

          + Dark Samus clawed its way out of the Impact Crater. It departed Tallon IV to spread its venom across the stars, and to sow the seeds of a great war. [MP1 / MP2 / MP3] +

          + +

          + Click here for the second half of this epic story. +

          +
          +

          + Mama Robotnik is a video game historian living somewhere in the British Empire. He specialises in unearthing lost gaming media, but also enjoys a good long essay about his favourite games every now and then. He drinks a lot of tea, and has a horrendously naughty black and white cat called Blossom. If you would like to contact him, he responds to his private messages over at NeoGAF. +

          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/source.html new file mode 100644 index 0000000..0b88752 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-2/source.html @@ -0,0 +1,3868 @@ + + + + + + + + + + The Spectacular Story Of Metroid, One Of Gaming's Richest Universes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + + +
          +
          +
          + Gaming Reviews, News, Tips and More. +
          +
          + +
          + +
          + Gaming Reviews, News, Tips and More. +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          + +
          + +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          + Mama Robotnik +
          + +
          +
          +
          +
          +
          + +
          + + 158 +
          +
          +
          +
          + + +
          + 52 +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + Nothing beats the passion of a true fan writing about something they love. That's what you're about to see here: one of the richest, most amazing tributes to a great gaming series that we've ever run on Kotaku. Warning #1: this one might make your browser chug, so close your other tabs. Warning #2: This piece might make it hurt a little more than there are no new Metroid games from Nintendo on the horizon. +

          +

          + Please note that this is the first half of Mama Robotnik's massive Metroid story. The second half can be found here. The entire post is a greatly-expanded version of a post that Mama Robotnik originally published on the NeoGAF forum before revising and reworking it for Kotaku. Take it away, MR... +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          + + +

          + Nintendo’s Metroid series tells us of a malevolent and vicious universe. It’s a maelstrom in which benevolent races are routinely extinguished, and corrupt empires wage war for ownership of living weapons. +

          +
          + +
          +
          +

          + It’s a place in which xenocide is a commissioned service, and grievances are resolved with planetary apocalypses. Everything is chaotically connected to a dead race of avian prophetic poets fighting a war throughout the cosmos. It’s a dark place to visit. +

          +

          + There are two purposes to this article: to explore the expansive lore of the Metroid universe – with speculation to fill in the gaps – and to exhibit some extraordinary Metroid-inspired art. All artwork is credited to its original source – follow the links to see further works of these spectacular artists. +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + Notes on Speculation and Lore +

          +

          + The games tell us much about this hostile universe, but there are a lot of unresolved story points. In response to these mysteries, the article will provide a healthy amount of speculation. You can consider the piece to be either a makeshift timeline illustrated with fan-artwork, or simply an enthusiastic attempt to reconcile the series continuity into a cohesive whole. The article is informed by the extensive research previously performed by its author. The approach taken regarding speculation is thus: The logical inclusion of probable events that resolve mysteries, while maintaining the themes of the series. +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + Before we begin, let’s briefly revisit the five points of essential lore: +

          +
            +
          • Metroids are a genetically-engineered species, created by the Chozo in the prehistory of the games. By the time the first entry begins, Metroid creatures only exist on the planet SR388. At some point long before the games, there was also a Metroid presence on the planet Phaaze. +
          • +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Metroid IL Return of Samus, Metroid Prime III: Corruption and Metroid Fusion) +

          +
            +
          • At least some Chozo possessed a native ability to see into the future. +
          • +
          +

          + (Metroid: Zero Mission and Metroid Prime) +

          +
            +
          • The Chozo discovered the living planet Phaaze with their Elysian Research Outpost. We are not told what transpired immediately after this discovery, but something happened that caused at least one Metroid organism to appear on Phaaze. The planet then loaded this creature – along with pieces Chozo-style powersuit armour, into a Phazon seed and launched it towards a heavily populated Chozo planet. This seed impacted Tallon IV and is contained by the Chozo within an impenetrable shield. The mutated superevolved Metroid creature within – clad in crafted power armour – is trapped in the shield until Samus Aran deactivated it thousands of years later. +
          • +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Metroid Prime EU release, Metroid Prime III: Corruption and Metroid Prime Trilogy) +

          +
            +
          • There are living planets in the Metroid Universe. Phaaze is explicitly referred to as being alive, and could interact with a sentient mind – as shown when a Galactic Federation Aurora Unit is implanted. The planet SR388 could be interpreted as having some form of sentience – it shook with apparent anger when its creatures were killed by Samus Aran, and precisely manipulated its oceans to lure the bounty hunter into hostile situations. (Metroid II: Return of Samus and Metroid Prime III: Corruption). The immediate backstory to the first game in the series is the discovery of the planet SR388. The final event of the final game in the chronology is the final destruction of SR388. +
          • +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Metroid, Metroid II: Return of Samus) +

          +

          + Referencing +

          +

          + Each story section includes one or more of the below superscript annotations, to help inform the reader as to where the lore or speculation comes from. A brief key: +

          +
          +
          + +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + With all that said, let us begin. +

          +

          + Part One: The Wars in Heaven +

          +

          + The Living Planet +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: 3ihard) +

          +

          + On an unknown planet in the universe, a race of avian humanoids evolved. The species that will come to be known as the Chozo possessed great strength, agility and intelligence. The species is peaceful, and is driven by a social/religious value that nature is sacred. [M1 / MP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: 3ihard) +

          +

          + Certain blessed individuals were born with a unique gift – the vague comprehension of events set to take place in the distant future. Driven by these prophecies, the race advanced quickly and became space faring. With abstract predictions of a hostile universe, the Chozo developed powered armour and armaments to defend themselves. Prepared for whatever hostility awaited them, the Chozo explored the stars. [M1 / MP / MP SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Elearia) +

          +

          + The Chozo discovered that – despite their prophets’ visions of a chaotic and warring universe – the cosmos was enjoying a prolonged period of peace and enlightenment. First contact was made with a number of old and wise races, such as the Ylla, the N’kren, the Bryyonians, the Alimbic and the Luminoth. The species shared their cultures and technology, and gently colonised wild worlds such as Aether, Elysia, and Tallon IV. [MP / MPH / MP2 / MP3] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Slapshoft) +

          +

          + Peace reigned through the cosmos. The alliance was a great universal renaissance, and lasted for a millennium. [MPH SP / MP2 SP / MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: 3ihard) +

          +

          + During this calm, the Chozo prophets continued to receive increasingly severe visions of chaos. They foresaw a universe consumed by war, horrors evolving on distant worlds, and a great toxicity waiting to be unleashed. As the visions became more precise, the species isolated itself from its allies. The Chozo civilisation became intensely driven to fight this unclear threat. [MP / MP3 SP / M2 SP /MF SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: DanilLovesFood) +

          +

          + The Chozo needed more potent tools to locate this unseen and distant danger. They expanded their SkyTown colony on the gas giant Elysia and remade it into a vast interstellar observatory powered by the planet’s endless storms. The facility was of such scale that an entire species of artificial life became necessary to maintain it. The Chozo created their first species – the mechanical Elysians. [MP3 / MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + Probes were launched across the universe, and the Elysians and Chozo scrutinised the data. The search took generations, while the planet’s tempestuous atmosphere battered SkyTown, weathering the station faster than the Elysians could maintain it. After countless probe launches, a partial transmission received from a decaying and distant satellite set prophecy in motion. [MP3] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Mechanical-Hand) +

          +

          + The data received was terrifying. The blue planet registered as an organism, somehow existing as both mineral and flesh. Impossible radiation pulsed from the surface, which overwhelmed the Chozo satellite and rendered it inert. The location of the planet was immediately lost, and only a broad region of space could be established. [MP3] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + With this find, the Chozo purpose on SkyTown was fulfilled. The race departed the facility, leaving the Elysians to continue their monitoring of the stars. The abandoned race of robots continued to launch satellites to try and rediscover the blue world, hopeful that such a discovery would herald the return of their Chozo creators. The Elysians searched unsuccessfully until Elysia’s endless storms eroded their civilisation into a rusted remnant. [MP3] +

          +

          + The Chozo reconciled their vague discovery of a blue living planet with their prophecies of toxicity. On this distant world of poison, could creatures have evolved so vicious that they endangered the universe? [MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The Invasion of Phaaze +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: 3ihard) +

          +

          + Finding the exact location of the deadly planet becomes a priority for the Chozo civilisation. A gargantuan ship was assembled on the holy planet of Tallon IV, and dispatched to the dark corner of the universe where the Elysian satellite had been lost. The greatest Chozo warriors, scientists and prophets commenced a crusade for the hostile world, knowing that they would likely never make it back home. During their long journey, they conceive a name for their target: Phaaze. [MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: SesakaTH) +

          +

          + Generations passed, and the Chozo expedition finally located the blue planet. As they approached, they witnessed the living world as it endlessly pulsed with blue and white energies. There was nothing like this place elsewhere in the universe. [MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + Their scans confirmed their worst fears – this atmosphere was a bath of radiation and mutation – and evolution had produced horrors. [MP3 SP] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: SamusMMX) +

          +

          + For billions of years, Phaaze had mutated and irradiated life that evolved on its surface. The strongest creatures had survived to thrive in an ecosystem of beautiful poison. It was then that the Chozo understood: They had arrived at the home of the most devastating and deranged creatures in the known universe. [MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + If these monsters were to escape their containment on Phaaze, they would voraciously consume their way through the cosmos. With younger races only centuries away from space travel, the Chozo could not risk them finding this world and releasing its terrors. [MP3 SP] +

          +

          + The Chozo expedition came to an impasse. The threat of Phaaze’s superpredators had to be neutralised, but severe action against the planet would be sacrilege. The Chozo held life sacred, and refused to destroy the unique living world. [MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + A dangerous plan was agreed upon. The expedition ship landed on Phaaze, exposing the crew to tremendous radiation. [MP3 SP] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Adoublea) +

          +

          + Chozo Warriors in power suits fought the planet’s creatures as they swarmed the ship. The soldiers battled, watching their kin die around them, in a desperate mission to buy time. [MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The scientists within the ship began to harness the intense radiation around them, to try and engineer an artificial predator that could neutralise the planet’s superpredators. With access to the unique Phazon mutagen that covered the poisonous world, genetic engineering that should have taken decades was done in days. The Chozo engineered the first Metroid. [MP3 SP] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Methuselah3000) +

          +

          + The Metroid creature was unleashed onto the planet, and the radiation caused it to reproduce quickly. The resulting swarm of Metroids began to consume the planet’s monstrosities and established themselves as Phaaze’s apex predator. [MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The Chozo mission was complete. The worst creatures were being hunted to extinction, and the Metroids were expected to die from starvation soon after. The cost had been enormous – most of the crew had been killed defending the ship, and the survivors were deathly ill from radiation poisoning. The burnt and damaged ship took off for the long journey home, but the crew soon succumbed to the radiation they had endured. The autopilot took the ship of Chozo bodies home. [MP3 SP] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: 3ihard) +

          +

          + On Phaaze, the Metroid presence lasted decades as they consumed the planet’s superpredators. The corpses of Chozo warriors were absorbed into the planet, and their battle armour slowly became weathered and scattered. The planet’s slow sentience developed an outrage that seethed under its continents. It had been violated by the Chozo. As the Metroid infestation began to die out, Phaaze developed a very primitive concept of purpose and retribution. [MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + Phaaze established a vague awareness of concepts it had absorbed from the brains of the Chozo warrior corpses – and the location of two worlds from the Chozo’s memories. As the planet entered its reproductive cycle, it purposely directed two of its seeds towards the planets Tallon IV and Aether. In the seed sent to the Chozo world, Phaaze included one of the last surviving Metroid creatures and some ruined pieces of Chozo armour, intended as a reminder of the crime Phaaze had endured at their hands. The planet sent its second seed to Aether, as the absorbed memories informed the living planet that its inhabitants were friends of the Chozo, and therefore the enemies of Phaaze. [MP 1 / MP 2 SP / MP3 SP] +

          +

          + The expedition ship – heavily damaged by radiation and lack of maintenance – was guided back to civilisation by an increasingly erratic auto-pilot. After decades it eventually approached the Chozo world of Zebes, and crash-landed onto its surface. The Chozo civilisation attempted to recover data logs from the wreckage with very limited success – they were able to understand the sacrifice that the heroic crew had made, and confirmed the apparent success of the Metroids in neutralising the creatures on the living planet. The Chozo authorities were unable to establish the location of Phaaze, or recover much in the way of scientific data concerning it. [MP3 SP / SM SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Methuselah3000) +

          +

          + As the Tallon IV seed began its centuries of travelling through space, the lone Metroid within absorbed vast amounts of Phazon and radiation. It became self-aware, and grew in size, intelligence and strength. It used the ruined pieces of Chozo armour to construct itself an exoskeleton, and descended into madness. The exoskeleton failed to protect the creature from the endless radiation, and the Metroid became as exotic as Phaaze’s extinct superpredators: An undying tortured genius. [MP / MP2 / MP3 / MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The creature that would come to be known as Metroid Prime resented Phaaze for imprisoning it in the Leviathan. It resented the Chozo for creating and discarding the Metroids. It decided that it would survive, bring order to the chaotic universe that birthed it, and somehow enslave Phaaze to its will. In its solitude, immortal as a consequence of its mutations, Metroid Prime plotted its revenge against the universe. [MP / MP2 / MP3 / MP3 SP] +

          +

          + The Dark Planet +

          +

          + With a clear understanding of the danger of living planets, the Chozo authority commenced a search for similar threats. With far more advanced technology than their ancestors had during the Elysian era, the Chozo were unfortunate enough to find a planet of even greater horrors. [MP 3 SP / M2] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: PeaceFistArtist) +

          +

          + The Chozo detected strange readings coming from a world in a desolate part of the galaxy. The planet had been previously considered so obscure and unimportant that it didn’t have a name, merely catalogued with the codename SR388 and left to its obscurity. A detailed analysis picked up some extremely strange observations; though seemingly mineral, the caverns and liquids beneath the surface shifted with metabolic rhythm – as if the whole planet was somehow a living thing. A ship was dispatched, and the strongest Chozo warriors braved the caverns beneath the surface. [M2 / M2 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + Few made it back. They told of a cauldron of evil, an environment so hostile and vicious that it had birthed the most terrible things. [M2] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: LightningArts) +

          +

          + Beneath that planet, evolution had been won by an abomination that could steal the flesh, abilities, memories and strengths of all of its prey. The creature was a fusion of energy and plasma that parasitized on life itself. With no word suitable for the nightmare they had discovered, the Chozo simply called it X. If these X-Parasites somehow gained access to the wider universe, there would be no force that could contain them. [M2] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The threat had to be dealt with. Remembering the apparent success of the Chozo expedition to Phaaze, a plan was put into action. The Chozo assembled their best and brightest, their strongest and wisest. They carved their way into SR388, and dispatched mechanical creatures to construct secure facilities. Robots and Chozo warriors repressed all instances of the X-Parasite as they found them, but casualties were high. The planet appeared to fight the Chozo at every turn, it drowned the invaders in acid and unleashed ambushes of creatures. The endless swam of X-Parasites gained strength from the corpses around them. [MP3 SP / M2] +

          +

          + Deep in the planet, a glass laboratory was created, its walls highly resistant to SR388’s acid belly. Here, in dangerous proximity to the X-Parasites, the Chozo scientists began their work. [M2] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: 3ihard) +

          +

          + The Chozo tried to recreate the plan of their ancestors – the use of Metroids to pacify superpredators too dangerous to exist. Without access to the same planetary radiation and materials the Phaaze expedition had, progress was slow. As the war against the planet was raging around them, the Chozo scientists were able to engineer Metroids, but not a variant strong enough to overcome the X-Parasites. As more and more Chozo died protecting the laboratory, a different approach was needed. [M2 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Starshadow76) +

          +

          + The Chozo succeeded in engineering a Metroid Queen, a colossal creature who would lay Metroid Hatchling eggs. When hatched, these resulting Metroids were strong and durable creatures, and finally potent enough to combat the X menace. The Chozo knew that to completely suppress the parasites, the Metroid presence on SR388 had to be permanent. To ensure that the species would not overfeed on the environment and wipe out its food chains, the scientists hardwired an instinct into the Metroid Queen’s feral mind: Only thirty-nine Metroids were to exist on the planet at any one time. This, it was hoped, would keep their numbers high enough to destroy any X re-emergence, but low enough so that they wouldn’t consume the rest of the life on the planet, and starve to death from lack of food. [M2] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The scientists assembled a payload of Hatchling Eggs and the surviving Chozo warriors distributed them across the planet. The eggs hatched quickly, and the X-Parasites were immediately overwhelmed by the infant Metroids. The X-Parasites were quickly hunted to near-extinction, with only a few surviving cells entering a state of suspension deep in the planet. [M2 SP / MF] +

          +

          + The Chozo had won their war, but only just. Most of the warriors and scientists had not survived, and those that were left had to make sure that the X-Parasites had been permanently suppressed. The planet shook with tremors; the earth shifted and acid poured, as if the world was trying to crush the Chozo in their glass laboratory. [M2 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The X-Parasites did not return, and the Metroid Queen continued to scream as her glass prison shook. The Chozo didn’t realise it, but her despair was being heard. [M2 SP] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Hermax669) +

          +

          + SR388 had been violated by the Chozo. Though very different to Phaaze, SR388 had its own vague sense of awareness. It perceived the Chozo as a viral infection, and the dead X-Parasites as part of itself. It understood loss, and shook with ancient rage. [MP3 SP / M2 SP / MF SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + It changed itself to change the Metroids. It adopted them to replace the X-Parasites, and quickly killed the weaker breeds. It moved its radioactive minerals closer to their eggs and soon mutated the species. As SR388 had done with X, it did with the Metroids. It made them strong. [M2 SP / MF SP] +

          +

          + Alpha, Gamma, Zeta and Omega Metroids spawned quickly, and responded to the screams of their Queen. With their bulk and strength, they smashed through the glass laboratory and slaughtered their Chozo creators. The Chozo warriors were hunted down and crushed. [M2] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + SR388 developed into a new cauldron of hostility. The Metroids served as the apex predator, and the robots of the Chozo decayed into machine madness and prowled the ruins, killing on sight. The Chozo mission to suppress the X-Parasite had been a success, but the planet had gained its revenge. [M2 / M2 SP / MF] +

          +

          + Part Two: The End of the Renaissance +

          +

          + The Holy World +

          +

          + The Chozo had devastated two planets for the good of the universe, and sustained many causalities. The superpredators of Phaaze were extinct and the X-Parasites were permanently suppressed. With the crisis over, the race became consumed with a collective sense of guilt over their necessary actions. The Chozo believed the life of the universe to be sacred, and had to reconcile their aggressive actions with their faith. [MP SP / MP3 SP / M2 / MF] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + Worse still, their prophets continued to have visions of endless conflict and death. War was coming to the universe, and it seemed that their sins had not saved them. Many began to doubt these visions, and a schism occurred. [MP/ MP3 SP] +

          +

          + The bulk of the Chozo civilisation retired themselves from galactic affairs, leaving only a few scattered colonies amongst the stars. The race retreated to the holy planet of Tallon IV, to shun their technologies and begin simpler, poetic lives. These Chozo reconnected themselves to the natural world and tried to find a harmony with it. As time went on, the most potent prophets became manic, and tried to warn their fellows of a great poison that was to come. [M1 / MP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + These visions were met with increasing dismissal, but the day finally came when the prophets were believed. After eons swimming in the stars, Phaaze’s seed entered the Tallon system. [MP / MP3] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Hameed) +

          +

          + The Leviathan crashed down, and rained poison and death unto the world. The impact survivors watched as their sacred nature succumbed to the mutagens leaking from the seed, and barricaded themselves in their temples as the flora and fauna transformed. Phazon spread beneath the surface of the dying planet, and radiation storms battered the surface. [MP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Source: Riivka) +

          +

          + The Chozos’ punishment for their sins, and the fulfilment of Phaaze’s wrath, reached biblical proportions. The Chozo of Tallon IV did not get to rest in peace. Their life energies suffered from Phazon disruption, and upon death they became mad ghosts who screamed forever as they were torn in and out of the material world. In this purgatory, the undead immaterial Chozo murdered anyone they could find. [MP / MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + As their numbers dwindled, the last of the Chozo constructed a great temple above the impact crater. Within this temple, they used what little technology remained to project an energy field around the Leviathan to slow the spread of contagion. As the Chozo civilisation on Tallon IV was extinguished, their dying prophets told of a hero who would one day emerge, to enter the crater and defeat the evil worm within. [MP] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Source: Havoc-DM) +

          +

          + Within the Impact Crater, Metroid Prime remained trapped within the Chozo energy field. In its armour constructed from ancient Chozo power suits, it continued its wait to be unleashed on the universe. [MP / MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + Dark Echoes +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: 3ihard) +

          +

          + On the planet Aether, an ancient race of mystics known as the Luminoth received the horrifying data coming from Tallon IV. In distant times, the Luminoth and the Chozo had been steadfast allies – until the Chozo retreat ended their ties. Desperate to assist, the Luminoth began to organise a rescue mission. [MP2 / MP2 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: PugOfDoon) +

          +

          + A dark transmission was received from Tallon IV. The image showed a screaming, ghostly Chozo figure, flickering in and out of the living universe. In its undead madness, it spoke for its kin. It raged that they would kill anyone who would set foot on their world. The planet was pandemonium, a cursed world on which the dead could not die. As the signal faded, the Luminoth realised that there was no one left alive to rescue. [MP SP / MP2 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The Luminoth were receiving strange readings from the devastated planet. A mutagen was spreading, unlike anything they had ever encountered. They scanned the stars for its source, and made a devastating discovery – a mass of the same mutagen was on a collision course with Aether. Phaaze’s second seed had nearly arrived at its destination. [MP2 SP / MP3 SP] +

          +

          + The people of Aether turned to their technology to save them. Their planet had no native star of its own, and had been implanted millennia ago with a complex energy network that sustained all life. This system was reverently called the Light of Aether, and harnessed the light of the universe in its mechanism. The Luminoth realised that even with this great power, they could not destroy the Phazon Leviathan. A different approach was needed. [MP2 / MP2 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: SesaKath) +

          +

          + The Luminoth used their great Light to engineer a small pocket universe, a dark lifeless echo of existence. The plan was bold: they would use the Light of Aether to surgically open the fabric of reality in the path of the Phazon seed, and allow it to harmlessly enter the pocket universe. If all went well, they would be saved. [MP2 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The day came, and the Leviathan entered Aether’s atmosphere. The Luminoth commenced their great plan. [MP2 SP] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Adriencgd) +

          +

          + Phaaze’s seed was a sum of living materials beyond Luminoth comprehension. It hit the pocket universe with incalculable force, and a tsunami of exotic energy ruptured space and time. The equipment containing the dark reality lost containment within moments, and the Luminoth were helpless as their creation expanded across the entire planet. A wave of dark energy absorbed creatures, structures and land into the dark universe, and what was once a single planet – was now two. [MP2 / MP2 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The Luminoth surveyed the devastation. The Phazon seed was gone – it had indeed collided with the dark universe. Entire continents, with millions of inhabitants, had vanished with it. [MP2 / MP2 SP +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: AzureParagon) +

          +

          + In the dark universe, a grotesque world was being born. Previous inhabitants of Aether, having been absorbed when containment of the pocket universe was lost, found themselves twisted by the corrosive new reality around them. Most perished, and their flesh fed the strange carnivorous fungi that glowed sickly colours. Some survivors were mutated by the Phazon slowly spreading beneath the surface, and adapted to survive in the hostility. [MP2 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + Aether and its echo, the Phazon-infested Dark Aether, existed in synchronicity. As the Luminoth tried to rebuild their planet, it took only decades for cracks to form in the ether separating the two realities. As rips in the universe shattered open, Aether became a battlefield. [MP2] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Xxkiragaxx) +

          +

          + A womb of Phazon mutation and dark energies had birthed a cunning and ferocious horde. The Ing erupted through the cracks between the two worlds, and commenced slaughter. They were fought back by the Luminoth, and a war began between the two parallel worlds. The Ing invaded Aether with regularity, and killed, pillaged and destroyed all that they could find. The Luminoth retaliated and crusaded into Dark Aether in their Light Suits, on suicide missions to exterminate the source of the Ing menace. Both sides suffered colossal casualties as the decades went on. [MP2] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: 3ihard) +

          +

          + The war was being lost by the Luminoth. The Ing had exterminated most of their race and had stolen too many vital technologies. With the theft of essential energy components from the Light of Aether power network, they had become a defeated people. [MP2] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The Ing had destroyed all of Aether’s ancient ships, and condemned the Luminoth to no escape from their doomed world. With no other choice, the survivors sealed themselves in an inner sanctum, and entered a state of suspended animation. One custodian, U-Mos, volunteered to be their guardian. As Aether became weaker and weaker, the Luminoth waited for someone to save them. They would wait a very long time. [MP2] +

          +

          + The Sacrifice of the Alimbics +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Kihunter) +

          +

          + As the Chozo and the Luminoth fell, so too did other ancient races. In a distant part of the universe, the Alimbics were a militaristic society that maintained peace in their galactic cluster. Their order was shattered when a murderous entity, originating from someplace beyond the understood universe, plummeted into one of their worlds. The creature emerged from the devastation as a gaseous entity, and assumed an Alimbic-styled body to begin its onslaught. [MPH] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + This alien juggernaut was named Gorea by the Alimbic race, and they soon understood it brought only death. Gorea killed every Alimbic it could find, and destroyed everything in its path. Planet after planet fell to Gorea, and the Alimbics realised the creature would never stop. [MPH] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Sesakath) +

          +

          + The Alimbics performed an act of supreme sacrifice. They combined the mental energies of their entire race to forge a prison for Gorea. The psychic prison held it bound, and it was transplanted into an organic vessel called The Oubliette. The vessel was launched into the void outside of the universe, a course that would keep its indestructible prisoner in exile forever. The systems of the prison ship were tasked to scan the every molecule of the imprisoned Gorea, and devise an Omega weapon that could be used to kill it. [MPH / MPH SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The mental energies expelled in this plan consumed the physical bodies of the entire Alimbic race. They vanished from the universe in an instant. Their sacrifice protected all life in the cosmos from Gorea’s murderous rampage. [MPH] +

          +

          + The War of Bryyo +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Sesakath) +

          +

          + As the old races of the universe died around them, the lizard people of Bryyo faced their own challenges. The Bryyonians were an advanced, space-faring race who had learned much from their Chozo allies. Their society was a deeply polarised one, with tensions eternal between the scientific and religious factions.[MP3] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + Over the previous centuries, the scientific agenda had dominated, with space travel proving beneficial and enlightening. As the Chozo, Luminoth and Alimbics faced extinction, the religious Bryyonians believed more than ever that the universe was a hostile place, and became desperate to stop their scientific counterparts. [MP3] +

          +

          + A great war exploded across Bryyo. By its end, the scholars had been wiped out and the survivors of both sides had regressed to a feral existence. The race devolved into animals, wandering around ruins that they no longer understood. Language vanished and strength ruled. Anyone who landed on Bryyo was meat, to be killed and eaten. [MP3] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The Little Rainy Planet +

          +

          + The onslaught of vengeances, conquerors, poisons and politics destroyed the old races. The Alimbics had lost their flesh, while the Bryyonians had lost their souls. The Luminoth had retreated into stasis, and the Chozo of Tallon IV had been condemned to a living death. [MP / MPH / MP2 / MP3] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Kaiquesilva) +

          +

          + On a small, rainy planet called Zebes, the last known Chozo colony had watched the stars with impotence. This small settlement of the nearly-extinct avian race witnessed the end of the great universal renaissance, and the slow beginning of a new chapter in galactic history. Gradually, the younger races were launching their first satellites into space. In time, new empires would rise to take the place of the old. [M1 / M1 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: 3ihard) +

          +

          + Zebes prophets’ saw the visions the Chozo had always endured: great wars, spreading poison and death. And suddenly, something bold was foreseen. [M1 SP / MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Fddt) +

          +

          + A great hunter, clad in orange, red and green. The Chozo glimpsed a future hero, alone in the darkness beneath worlds, fighting so that good could survive evil. They saw her curing poisoned planets, and ending galactic wars. They saw the universe’s one chance to survive its apocalyptic future. They saw the only one who could defy prophecy. [M1 / MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + And they saw her wearing Chozo armour. [M1] +

          +

          + Part Three: The New Empires +

          +

          + The Humans +

          +

          + On the planet Earth, the human race had finally developed a ship capable of leaving their solar system. A brave crew ventured into the universe to learn whether life existed elsewhere. Their discoveries fundamentally changed the human condition. On planet after planet, they found ruined tombs and cities, guarded by weathered statues of dead races. Most significant of all, they found technology. [M1 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The humans reverse engineered their salvage, and advanced with pace. Within another century, faster-than-light ships explored the stars, and colonies transformed hostile worlds into homes. Peaceful relations formed between other younger races, and a great Galactic Federation was founded. [M1 SP] +

          +

          + The Space Pirates +

          +

          + In a less hospitable region of space, a cabal of battered races joined their forces to survive. On planets where acid rain burned flesh and magma flowed, the alliance expanded into a hardened space empire. They ventured into nearby systems and took what they needed from anyone they could reach. They found the ruins of the old races and ransacked the ancient technologies within. They immersed themselves in science and unlocked the secrets of their finds. Within decades, they had advanced their spread with stronger and faster ships. The creatures enhanced themselves, rewriting their genetics and integrating mechanisms beneath their flesh. They were unique: a cybernetic race of furious murderers with a skill for patient scientific process. As more planets were invaded, their conquered civilisations were conscripted by force. [M1 SP / MP / MP3] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The inevitable moment came when their Empire reached the borders of the vast Galactic Federation. [M1 SP / MP / MP3] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Mr-Corr) +

          +

          + First contact was brief and furious. On that day, the warning went out to all the worlds of the Federation: Beware the Space Pirates. Though no state of war was officially declared, the empires attacked each other on sight. The Galactic Federation was large enough to repress any meaningful incursions into their space. [M1 SP / MP SP / MP3 SP / SM SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The Massacre of Two Families +

          +

          + The Galactic Federation discovered the last Chozo Colony on Zebes. The tired, ancient avians welcomed the humans and shared with them wisdom and knowledge. They offered the Galactic Federation new sciences, and taught them how to make organic computers. The Federation studied the Chozo’s own central processing unit, an engineered brain that mothered over their colony, and left with plans to assemble their own variants. On the nearest habitable planet of K-2L, a colony was established. [M1 / MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + On this world, the human Samus Aran was born. [M1] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Methuselah3000) +

          +

          + Barely out of infancy, the young Samus witnessed her family die. A Space Pirate raiding party overwhelmed her colony and murdered everyone she ever knew. By staying silent while surrounded by horror, Samus survived as the Pirates ransacked the settlement and left. [M1] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The Chozo colony on Zebes received K-2L’s automated distress signal. In an ancient dusty ship, they reached the planet and found Samus to be the only survivor of the massacre. The child was brought to Zebes, and the Chozo deliberated. Should she be returned to her own kind, or allowed to stay? [M1] +

          +

          + Across the colony, the Prophets experienced a simultaneous moment of clarity. They understood immediately that they had found their prophesised hero. The young girl was their inheritor, and would grow strong. She would learn all she could from them, and take their strongest technologies into the universe. She would be the hero against the oncoming storm. [M1 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: R3dFiVe) +

          +

          + Samus Aran reached maturity amongst the Chozo. She was trained in the combat arts of the great extinct races. She was infused with Chozo genetic material so she could employ their technologies. She was educated to be a scientist, an explorer, and a tactician. Everything that was good about the Chozo civilisation was allowed to live on in Samus. [M1] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Pyra) +

          +

          + Samus became an adult, and the Chozo presented her with their greatest works: a toughened power suit and an agile spacecraft, both more potent than anything their race had ever made. The Chozo leader, decaying and blind, told Samus it was time for her to find her destiny in the universe. Samus Aran departed for the stars, and years pass. [M1 / M1 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + As Samus tried to reconnect with her heritage on Earth, the last Chozo prophets on Zebes received a final vision: The Space Pirates were coming for them. It was time for the last Chozo to be extinguished from the universe. [M1 SP] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Phobos-Romulus) +

          +

          + The Chozo hid their technologies throughout the planet, in places that they were certain Samus would find them. They concealed a second Power Suit within the walls of their holy temple, having foreseen that Samus may require it in the future. They then returned to the surface to await the inevitable. [M1 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The Space Pirates invaded in force, and murdered Samus Aran’s second family. The Chozo became extinct. [M1 / MP SP] +

          +

          + The Mother Brain +

          +

          + Space Pirate scientists arrived shortly after the carnage and focused their attention on the legendary Chozo organic central processing unit. They rewrote its benign programming and injected stimulants into its flesh. They enabled it to form an artificial intelligence obsessed with strategy and conquest. They drove its computational potential towards absolute advancement of the Space Pirate Empire. [M1 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Jaagup) +

          +

          + The results went beyond High Command’s most optimistic projections. The Space Pirates had created a leader, a desperately needed figure to unite their fragmented empire. They had created their Mother Brain. The great Space Pirate generals Ridley and Kraid arrived at Zebes, ready to pay tribute to their new master and to plan for the future. Mother Brain delivered to the Space Pirates knowledge and power. She told them of a world referenced in her oldest Chozo databanks, a planet bathed in a mutagenic poison waiting to be farmed. She instructed High Command to prepare an armada of ships and invade the planet Tallon IV. [M1 / MP SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + The order was followed immediately, and the High Command discovered a world deranged by contagion. Beneath its surface, endless pools of Phazon waited to be weaponised, and a great mining operation began. Mother Brain received data from their readings on the planet; even after thousands of years, the source of the Phazon was still contained in the Chozo force field. She scrutinised her records further, and was unable to ascertain any method of breaching the barrier. The Space Pirates could retrieve the Phazon, but were denied access to its source. [MP] +

          +

          + The Metroids +

          +

          + A perfect storm brewed. As the Space Pirates gained access to the most potent mutagen in the universe, the Galactic Federation made an equally eventful discovery: They found the dark planet SR388. [M1 / M2] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Fireborn Form) +

          +

          + A Galactic Federation survey team studied the surface, and soon encountered a gelatinous creature that swam through air. The alien defied gravity and physics as it phased through dense rock with ease. It perceived the survey team, and made a few curious chirps in their direction. It then suddenly changed temperament, aggressively charging to latch itself onto the skull of one of the party. The victim died in agony as the Metroid fed on all the energy within, and could not be removed until its prey had been reduced to a dried husk of collapsing matter. The young Metroid had just killed, in a way that science could not explain. [M1 SP / M2 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + With effort and casualties, the scientists contained a few infant specimens of the Metroid creatures, and left the planet without further incident. [M1] +

          +

          + As their vessel went back to the stars, SR388 was aware their withdrawal. It harboured a great contempt for the invaders, an endless hate fuelled by the impotence it endured centuries ago when the Chozo had committed their great invasion. The living planet had spent centuries honing the Metroids into perfect killers, and knew the devastation they could cause upon maturity. The planet had intentionally allowed the humans to take a few Metroids away so that the creatures could grow up and kill anyone out amongst the stars who ever thought of returning. SR388 took any opportunity to gain revenge against an outside universe that refused to leave it alone. [M2 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + As the scientists began to broadcast their findings back to the Galactic Federation, Mother Brain intercepted the transmission. She cross-referenced their data with notes buried in the Chozo’s ancient fragmented records. She deduced that the Metroids were a form of genetically engineered predator of incredible power, created by the Chozo for an unknown purpose. Mother Brain ordered High Command to get the creatures to her by any means necessary. [M1 SP] +

          +

          + The Space Pirates overran the Galactic Federation vessel and stole the Metroid creatures. They divided their prize: some were sent to their nearest Homeworld; others were sent to the Tallon IV outpost; and the most potent were delivered straight to Zebes for the experiments of Mother Brain. [M1 / MP / MP3] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + With the arrival of the first Phazon samples from Tallon IV, the exotic substance allowed the Space Pirates to slowly produce stable cloned Metroids across their breeding sites. [M1 SP / MP SP] +

          +

          + The Revenge of Samus Aran +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Ojanpohja) +

          +

          + In her first mission as a Bounty Hunter, Samus Arran was commissioned by the Galactic Federation to neutralise the stolen Metroids. Through careful investigation, Samus discovered that the Pirates are operating from Zebes – her home. She concluded that the Space Pirates had murdered her second family, as they had done with her first. They have took from her everyone she ever loved, and destroyed her two worlds. [M1] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Stuart Hughe) +

          +

          + Samus stormed Zebes and killed everyone in her path. [M1] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Immarart) +

          +

          + As her defences were breached, Mother Brain unleashed the great generals Ridley and Kraid. Both were killled, and, desperate to stop the intruder, Mother Brain released the Metroids. Samus Aran exterminated the creatures, and invaded the inner sanctum. [M1] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Twigs) +

          +

          + Samus confronted the malevolent Mother Brain and blasted apart her body. A power overload was caused, and the Tourian facility shook itself apart. Samus evacuated to her ship and tried to leave Zebes, but a Space Pirate battleship in orbit registered her ascent and opened fire. Samus’ gunship plummeted back towards the Zebes and impacted Chozodia, her former home. [M1] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + Extremely lucky to be alive, Samus crawled out of the remains of her destroyed power suit, and fled as Space Pirate forces stormed the area. Samus hid, crawled and ran to find sanctuary in the deepest part of the Chozo’s most revered temple. [M1] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Eyes5) +

          +

          + Samus found herself surrounded with murals of the dead Chozo, and accepted she was alone in the universe. Overcoming despair, she solved the trials of the Chozodian temple and a concealed power suit was revealed to her. This shining armour was even more potent than the one she had just lost, and was able to integrate the most exotic Chozo technologies. Samus realised the greater meaning of her find; the Chozo had left her gifts for her in places they had foreseen she would traverse. Her adopted family continued to protect her long after their deaths, and she would find their statues cradling survival equipment in the darkest corners of the cosmos. [M1 / MP / MP3 / M2 / SM] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Imachinivid) +

          +

          + With her new armaments, Samus cleansed the Space Pirate presence from Zebes. She came to be known as “The Hunter”, and the Space Pirates learned that they will always be hunted down for what they did to her families. They fled the planet in terror. [M1 / MP / MP2 / MP3] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + Tallon IV +

          +

          + As years passed, Samus Aran accepted further missions from the Galactic Federation. The bounty earned funded her personal vendetta against the Space Pirates. She improved her armaments, paid for black market information and stormed their outposts. Samus showed her enemies no mercy, and became the feared nemesis of their entire civilisation. With the income from her Federation services, Samus had soon amassed enough money to buy the most secret information regarding the Space Pirates: the coordinates of their stronghold on an old forgotten planet called Tallon IV. [MP1 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + Samus guided her ship into the Tallon system and investigated an orbiting space station. She discovered a failed genetic engineering facility whose Space Pirate crew was murdered when they lost control of their own creations. Samus fought her way through the ferocious beasts scattered within, and discovered a half-insane cyborg recreation of the Space Pirate general Ridley. As the station began to collapse, the biomechanical dragon fled to the world below, and Samus pursued. [MP1] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: Lightningarts) +

          +

          + Samus lost Ridley in the planet’s stormy atmosphere, and elected to land in a nearby jungle to conceal her presence from the Pirate ground forces. Exploring the surroundings, Samus discovered that the planet was once home to the bulk of the extinct Chozo civilisation. In a great temple Samus studied poetic murals that told of the Phazon comet that had struck their world. The scribblings informed her of a creature trapped deep in the comet that they referred to as “The Worm,” and of the powerful shield they erected to prevent its escape. Samus read their last prophecy; that a hero would traverse fire and ice, jungle and cave, and find twelve sacred keys that would deactivate the barrier and allow passage to the Impact Crater. This saviour from the stars would bring down the ancient shield, and destroy the worm that infected their planet. [MP1] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + She continued her exploration, and battled ferocious flora and fauna. The Hunter came to understand that the Space Pirates had established a complex military installation that descended far below the surface. [MP1] +

          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + (Artist: R-Sraven) +

          +

          + Samus hunted the Pirates and accessed their computer logs. The Empire had found quantities of an intensely potent mutagen called Phazon. Laboratories across the outpost experimented with the substance, and in a short space of time they had created prototypes for the next generation of their races: powerful Phazon-fuelled juggernauts. Should these advances continue, Samus knew that the Space Pirates would be able to conquer the Galactic Federation. [MP1] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Greenstranger) +

          +

          + In the most secure laboratory, Samus made a devastating discovery. The Space Pirates had used Phazon to create an army of stable clone Metroids and lost containment. The Metroid creatures were roaming the caverns deep in the planet, reproducing and mutating as the Phazon influenced their physiology. [MP1] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Ohimseeinstars) +

          +

          + Samus’ final discovery was the most horrific. The powerful, poisonous Phazon was not a rare material on Tallon IV. Despite the Chozo shield containing the Impact Crater, the substance had spread and consumed the world inside-out. The core of the planet presented the Space Pirates with a vast supply of Phazon, enough to fuel their conquest of the stars. [MP1] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + Samus destroyed the mining facilities and laboratories, and reconstructed the twelve parts of the ancient Chozo cipher. She destroyed living weapons such as the Thardus experiment, and annihilated the prototype Omega Pirate. She overcame corrupted Metroids, and banished the tormented Chozo ghosts from the living world. She fought the mad Meta Ridley, and on his demise deactivated the Chozo containment shield. As prophesised, Samus Aran entered the Impact Crater. [MP1] +

          +

          + The Worm +

          +

          + Samus Aran had opened Metroid Prime’s cage, and had no understanding of what she was about to unleash on the universe. The creature had been imprisoned in a different era, and had spent eons being tortuously transformed by Phazon into an undying mad genius. [MP1] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Chrysaetos-Pteron) +

          +

          + Samus and the ancient Metroid battled, and the bounty hunter shattered the creature’s metal armour. By channelling the surrounding Phazon deposits into a supercharged energy beam, Samus was able to devastate Metroid Prime’s gelatinous body. After a tremendous battle, the old creature began to collapse on itself. [MP1] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Sabretoontigers) +

          +

          + Seemingly dying, Metroid Prime lashed out, grabbing a layer of material from Samus Aran’s armour. The creature melted into a pool of Phazon particles, and the bounty hunter evacuated the Impact Crater. [MP1] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + Samus Aran had seemingly succeeded in her mission. The surviving Space Pirates abandoned their devastated facilities and hastily evacuated the planet. With the defeat of Metroid Prime, the Phazon contagion was slowly stopping its spread. The tormented Chozo spirits that had been bound to the planet were finally able to achieve their rest. Leaving the world to recover from its devastation, Samus Aran headed back to the stars. [MP1 / MP1 SP] +

          +

          + The Dark Hunter +

          +

          + Metroid Prime’s exposure to millennia of Phazon had given the creature extremely exotic abilities, the most potent being its durability – to recreate itself after nearly any level of destruction. As it had collapsed on itself, the essence of Metroid Prime craved the strength and adaptability present in Samus Aran. In the Talon IV impact crater, Metroid Prime recreated itself as a dark copy of the woman who had defeated it. [MP 1 / MP2 / MP3 SP] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + Illustration for article titled The Spectacular Story Of emMetroid/em, One Of Gamings Richest Universes +
          +
          +
          +
          +

          + (Artist: Imachinivid) +

          +

          + Dark Samus clawed its way out of the Impact Crater. It departed Tallon IV to spread its venom across the stars, and to sow the seeds of a great war. [MP1 / MP2 / MP3] +

          +
          +
          +
          +
          + Advertisement +
          +
          +
          +
          +
          +
          +

          + Click here for the second half of this epic story. +

          +
          +

          + Mama Robotnik is a video game historian living somewhere in the British Empire. He specialises in unearthing lost gaming media, but also enjoys a good long essay about his favourite games every now and then. He drinks a lot of tea, and has a horrendously naughty black and white cat called Blossom. If you would like to contact him, he responds to his private messages over at NeoGAF. +

          +
          +
          +
          +

          + Share This Story +

          + +
          +
          +

          + Get our newsletter +

          +
          + +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          + +
          +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          +
          + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected-images.json new file mode 100644 index 0000000..1407776 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected-images.json @@ -0,0 +1,4 @@ +[ + "https:\/\/p3-juejin.byteimg.com\/tos-cn-i-k3u1fbpfcp\/0579d17015b145a88dd93992c6447d7d~tplv-k3u1fbpfcp-watermark.jpg", + "https:\/\/p3-juejin.byteimg.com\/tos-cn-i-k3u1fbpfcp\/0579d17015b145a88dd93992c6447d7d~tplv-k3u1fbpfcp-watermark.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected-metadata.json new file mode 100644 index 0000000..60bd1f2 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": null, + "Image": null, + "Title": "Lazy Load with Alt includes jpg\/png\/webp extensions", + "SiteName": null +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected.html b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected.html new file mode 100644 index 0000000..9016e85 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/expected.html @@ -0,0 +1,8 @@ +
          +
          +

          Test Case 1

          + performance.jpg +

          Test Case 2

          + performance.jpg +
          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/source.html b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/source.html new file mode 100644 index 0000000..b4a3df8 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lazy-image-3/source.html @@ -0,0 +1,21 @@ + + + + + Lazy Load with Alt includes jpg/png/webp extensions + + +
          +

          Test Case 1

          + performance.jpg +

          Test Case 2

          + performance.jpg +
          + + \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-images.json new file mode 100644 index 0000000..e32833b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/s1.lemde.fr\/image\/2015\/05\/05\/600x315\/4628128_3_47fc_projet-de-loi-renseignement_aeba800424730d672d1bd08faf203438.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-metadata.json new file mode 100644 index 0000000..0f46210 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Martin Untersinger (avec Damien Leloup et Morgane Tual)", + "Direction": null, + "Excerpt": "Largement approuvé par les députés, le texte sera désormais examiné par le Sénat, puis le Conseil constitutionnel.", + "Image": "http:\/\/s1.lemde.fr\/image\/2015\/05\/05\/600x315\/4628128_3_47fc_projet-de-loi-renseignement_aeba800424730d672d1bd08faf203438.jpg", + "Title": "Le projet de loi sur le renseignement massivement approuvé à l'Assemblée", + "SiteName": "Le Monde.fr" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected.html new file mode 100644 index 0000000..bb3a0d8 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected.html @@ -0,0 +1,41 @@ +
          +

          + +

          +

          Les députés ont, sans surprise, adopté à une large majorité (438 contre 86 et 42 abstentions) le projet de loi sur le renseignement défendu par le gouvernement lors d’un vote solennel, mardi 5 mai. Il sera désormais examiné par le Sénat, puis le Conseil constitutionnel, prochainement saisi par 75 députés. Dans un souci d'apaisement, François Hollande avait annoncé par avance qu'il saisirait les Sages.

          +

          Revivez le direct du vote à l’Assemblée avec vos questions.

          +

          Ont voté contre : 10 députés socialistes (sur 288), 35 UMP (sur 198), 11 écologistes (sur 18), 11 UDI (sur 30), 12 députés Front de gauche (sur 15) et 7 non-inscrits (sur 9). Le détail est disponible sur le site de l'Assemblée nationale.

          +

          Parmi les députés ayan voté contre figurent notamment des opposants de la première heure, comme l'UMP Laure de la Raudière ou l'écologiste Sergio Coronado, mais aussi quelques poids lourds de l'opposition comme Patrick Devedjian ou Claude Goasguen. A gauche, on trouve parmi les quelque opposants au texte Aurélie Filipetti. Christian Paul, qui avait été très actif lors d'autres débats sur les libertés numériques, s'est abstenu.

          +

          Pouria Amirshahi, député socialiste des Français de l'étranger qui a également voté contre, a annoncé qu'il transmettrait un « mémorandum argumenté » au Conseil constitutionnel et demanderait à se faire auditionner sur le projet de loi. D'autres députés ont prévu de faire la même démarche.

          +

          Ce texte, fortement décrié par la société civile pour son manque de contre-pouvoir et le caractère intrusif des techniques qu’il autorise, entend donner un cadre aux pratiques des services de renseignement, rendant légales certaines pratiques qui, jusqu’à présent, ne l’étaient pas.

          +

          Retour sur ses principales dispositions, après son passage en commission des lois et après le débat en séance publique.

          +

          Définition des objectifs des services

          +

          Le projet de loi énonce les domaines que peuvent invoquer les services pour justifier leur surveillance. Il s’agit notamment, de manière attendue, de « l’indépendance nationale, de l’intégrité du territoire et de la défense nationale » et de « la prévention du terrorisme », mais également des « intérêts majeurs de la politique étrangère », ainsi que de la « prévention des atteintes à la forme républicaine des institutions » et de « la criminalité et de la délinquance organisées ». Des formulations parfois larges qui inquiètent les opposants au texte qui craignent qu’elles puissent permettre de surveiller des activistes ou des manifestants.

          +

          La Commission de contrôle

          +

          Le contrôle de cette surveillance sera confié à une nouvelle autorité administrative indépendante, la Commission nationale de contrôle des techniques de renseignement (CNCTR), composée de six magistrats du Conseil d’Etat et de la Cour de cassation, de trois députés et trois sénateurs de la majorité et de l’opposition, et d’un expert technique. Elle remplacera l’actuelle Commission nationale de contrôle des interceptions de sécurité (CNCIS).

          +

          Elle délivrera son avis, sauf cas d’urgence, avant toute opération de surveillance ciblée. Deux types urgences sont prévus par la loi : d’un côté une « urgence absolue », pour laquelle un agent pourra se passer de l’avis de la CNCTR mais pas de l’autorisation du premier ministre. De l’autre, une urgence opérationnelle extrêmement limitée, notamment en termes de techniques, à l’initiative du chef du service de renseignement, qui se passe de l’avis de la CNCTR. Ces cas d’urgence ne justifieront pas l’intrusion d’un domicile ni la surveillance d’un journaliste, un parlementaire ou un avocat. Dans ces cas, la procédure classique devra s’appliquer.

          +

          L’avis de la CNCTR ne sera pas contraignant, mais cette commission pourra saisir le Conseil d’Etat si elle estime que la loi n’est pas respectée et elle disposera de pouvoirs d’enquête. Ce recours juridictionnel est une nouveauté dans le monde du renseignement.

          +

          Les « boîtes noires »

          +

          Une des dispositions les plus contestées de ce projet de loi prévoit de pouvoir contraindre les fournisseurs d’accès à Internet (FAI) à « détecter une menace terroriste sur la base d’un traitement automatisé ». Ce dispositif – autorisé par le premier ministre par tranche de quatre mois – permettrait de détecter, en temps réel ou quasi réel, les personnes ayant une activité en ligne typique de « schémas » utilisés par les terroristes pour transmettre des informations.

          +

          En pratique, les services de renseignement pourraient installer chez les FAI une « boîte noire » surveillant le trafic. Le contenu des communications – qui resterait « anonyme » – ne serait pas surveillé, mais uniquement les métadonnées : origine ou destinataire d’un message, adresse IP d’un site visité, durée de la conversation ou de la connexion… Ces données ne seraient pas conservées.

          +

          La Commission nationale informatique et libertés (CNIL), qui critique fortement cette disposition. La CNIL soulève notamment que l’anonymat de ces données est très relatif, puisqu’il peut être levé.

          +

          Lire aussi : Les critiques de la CNIL contre le projet de loi sur le renseignement

          +

          Le dispositif introduit une forme de « pêche au chalut » – un brassage très large des données des Français à la recherche de quelques individus. Le gouvernement se défend de toute similarité avec les dispositifs mis en place par la NSA américaine, arguant notamment que les données ne seront pas conservées et que cette activité sera contrôlée par une toute nouvelle commission aux moyens largement renforcés. Il s’agit cependant d’un dispositif très large, puisqu’il concernera tous les fournisseurs d’accès à Internet, et donc tous les internautes français.

          +

          L’élargissement de la surveillance électronique pour détecter les « futurs » terroristes

          +

          La surveillance des métadonnées sera aussi utilisée pour tenter de détecter de nouveaux profils de terroristes potentiels, prévoit le projet de loi. Le gouvernement considère qu’il s’agit d’une manière efficace de détecter les profils qui passent aujourd’hui « entre les mailles du filet », par exemple des personnes parties en Syrie ou en Irak sans qu’aucune activité suspecte n’ait été décelée avant leur départ.

          +

          Pour repérer ces personnes, la loi permettra d’étendre la surveillance électronique à toutes les personnes en contact avec des personnes déjà suspectées. En analysant leurs contacts, la fréquence de ces derniers et les modes de communication, les services de renseignement espèrent pouvoir détecter ces nouveaux profils en amont.

          +

          De nouveaux outils et méthodes de collecte

          +

          Les services pourront également procéder, après un avis de la CNCTR, à la pose de micros dans une pièce ou de mouchards sur un objet (voiture par exemple), ou à l’intérieur d’un ordinateur. L’utilisation des IMSI-catchers (fausses antennes qui permettent d’intercepter des conversations téléphoniques) est également légalisée, pour les services de renseignement, dans certains cas. Le nombre maximal de ces appareils sera fixé par arrêté du premier ministre après l’avis de la CNCTR.

          +

          Lire : Que sont les IMSI-catchers, ces valises qui espionnent les téléphones portables ?

          +

          La loi introduit également des mesures de surveillance internationale : concrètement, les procédures de contrôle seront allégées lorsqu’un des « bouts » de la communication sera situé à l’étranger (concrètement, un Français qui parle avec un individu situé à l’étranger). Cependant, comme l’a souligné l’Arcep (l’Autorité de régulation des communications électroniques et des postes), sollicitée pour le versant technique de cette mesure, il est parfois difficile de s’assurer qu’une communication, même passant par l’étranger, ne concerne pas deux Français.

          +

          Un nouveau fichier

          +

          La loi crée un fichier judiciaire national automatisé des auteurs d’infractions terroristes (Fijait), dont les données pourront être conservées pendant vingt ans.

          +

          Ce fichier concerne les personnes ayant été condamnées, même si une procédure d’appel est en cours. Les mineurs pourront aussi être inscrits dans ce fichier et leurs données conservées jusqu’à dix ans. L’inscription ne sera pas automatique et se fera sur décision judiciaire. Certaines mises en examen pourront aussi apparaître sur ce fichier. En cas de non-lieu, relaxe, acquittement, amnistie ou réhabilitation, ces informations seront effacées.

          +

          Renseignement pénitentiaire

          +

          Le renseignement pénitentiaire pourra, dans des conditions qui seront fixées par décret, profiter des techniques que légalise le projet de loi pour les services de renseignement. La ministre de la justice, Christiane Taubira, était défavorable à cette disposition, soutenue par le rapporteur du texte, la droite et une partie des députés de gauche. Pour la ministre, cette innovation va dénaturer le renseignement pénitentiaire et le transformer en véritable service de renseignement.

          +

          Conservation des données

          +

          La CNIL a fait part à plusieurs reprises de sa volonté d’exercer sa mission de contrôle sur les fichiers liés au renseignement, qui seront alimentés par ces collectes. Ces fichiers sont aujourd’hui exclus du périmètre d’action de la CNIL.

          +

          La durée de conservation des données collectées – et l’adaptation de cette durée à la technique employée – a par ailleurs été inscrite dans la loi, contrairement au projet initial du gouvernement qui entendait fixer ces limites par décret. Elle pourra aller jusqu’à cinq ans dans le cas des données de connexion.

          +

          Un dispositif pour les lanceurs d’alerte

          +

          La loi prévoit également une forme de protection pour les agents qui seraient témoins de surveillance illégale. Ces lanceurs d’alerte pourraient solliciter la CNCTR, voire le premier ministre, et leur fournir toutes les pièces utiles. La CNCTR pourra ensuite aviser le procureur de la République et solliciter la Commission consultative du secret de la défense nationale afin que cette dernière « donne au premier ministre son avis sur la possibilité de déclassifier tout ou partie de ces éléments ». Aucune mesure de rétorsion ne pourra viser l’agent qui aurait dénoncé des actes potentiellement illégaux.

          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/source.html new file mode 100644 index 0000000..093b02e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/source.html @@ -0,0 +1,1117 @@ + + + + + + + + + + + + + + + Le projet de loi sur le renseignement massivement approuvé à l'Assemblée + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + +
          +
          + + +
          +
          + +
          +
          +
          +
          +
          +
          +
          + +
          +

          Le projet de loi sur le renseignement massivement approuvé à l'Assemblée

          +

          Le Monde | + • Mis à jour le + | +Par +

          +
          +
          +
          +
          + +
          +

          Les députés ont, sans surprise, adopté à une large majorité (438 contre 86 et 42 abstentions) le projet de loi sur le renseignement défendu par le gouvernement lors d’un vote solennel, mardi 5 mai. Il sera désormais examiné par le Sénat, puis le Conseil constitutionnel, prochainement saisi par 75 députés. Dans un souci d'apaisement, François Hollande avait annoncé par avance qu'il saisirait les Sages.

          +

          Revivez le direct du vote à l’Assemblée avec vos questions.

          +

          Ont voté contre : 10 députés socialistes (sur 288), 35 UMP (sur 198), 11 écologistes (sur 18), 11 UDI (sur 30), 12 députés Front de gauche (sur 15) et 7 non-inscrits (sur 9). Le détail est disponible sur le site de l'Assemblée nationale.

          +

          Parmi les députés ayan voté contre figurent notamment des opposants de la première heure, comme l'UMP Laure de la Raudière ou l'écologiste Sergio Coronado, mais aussi quelques poids lourds de l'opposition comme Patrick Devedjian ou Claude Goasguen. A gauche, on trouve parmi les quelque opposants au texte Aurélie Filipetti. Christian Paul, qui avait été très actif lors d'autres débats sur les libertés numériques, s'est abstenu.

          +

          Pouria Amirshahi, député socialiste des Français de l'étranger qui a également voté contre, a annoncé qu'il transmettrait un « mémorandum argumenté » au Conseil constitutionnel et demanderait à se faire auditionner sur le projet de loi. D'autres députés ont prévu de faire la même démarche.

          +

          Ce texte, fortement décrié par la société civile pour son manque de contre-pouvoir et le caractère intrusif des techniques qu’il autorise, entend donner un cadre aux pratiques des services de renseignement, rendant légales certaines pratiques qui, jusqu’à présent, ne l’étaient pas.

          +

          Retour sur ses principales dispositions, après son passage en commission des lois et après le débat en séance publique.

          +

          Définition des objectifs des services

          +

          Le projet de loi énonce les domaines que peuvent invoquer les services pour justifier leur surveillance. Il s’agit notamment, de manière attendue, de « l’indépendance nationale, de l’intégrité du territoire et de la défense nationale » et de « la prévention du terrorisme », mais également des « intérêts majeurs de la politique étrangère », ainsi que de la « prévention des atteintes à la forme républicaine des institutions » et de « la criminalité et de la délinquance organisées ». Des formulations parfois larges qui inquiètent les opposants au texte qui craignent qu’elles puissent permettre de surveiller des activistes ou des manifestants.

          +

          La Commission de contrôle

          +

          Le contrôle de cette surveillance sera confié à une nouvelle autorité administrative indépendante, la Commission nationale de contrôle des techniques de renseignement (CNCTR), composée de six magistrats du Conseil d’Etat et de la Cour de cassation, de trois députés et trois sénateurs de la majorité et de l’opposition, et d’un expert technique. Elle remplacera l’actuelle Commission nationale de contrôle des interceptions de sécurité (CNCIS).

          +

          Elle délivrera son avis, sauf cas d’urgence, avant toute opération de surveillance ciblée. Deux types urgences sont prévus par la loi : d’un côté une « urgence absolue », pour laquelle un agent pourra se passer de l’avis de la CNCTR mais pas de l’autorisation du premier ministre. De l’autre, une urgence opérationnelle extrêmement limitée, notamment en termes de techniques, à l’initiative du chef du service de renseignement, qui se passe de l’avis de la CNCTR. Ces cas d’urgence ne justifieront pas l’intrusion d’un domicile ni la surveillance d’un journaliste, un parlementaire ou un avocat. Dans ces cas, la procédure classique devra s’appliquer.

          +

          L’avis de la CNCTR ne sera pas contraignant, mais cette commission pourra saisir le Conseil d’Etat si elle estime que la loi n’est pas respectée et elle disposera de pouvoirs d’enquête. Ce recours juridictionnel est une nouveauté dans le monde du renseignement.

          +

          Les « boîtes noires »

          +

          Une des dispositions les plus contestées de ce projet de loi prévoit de pouvoir contraindre les fournisseurs d’accès à Internet (FAI) à « détecter une menace terroriste sur la base d’un traitement automatisé ». Ce dispositif – autorisé par le premier ministre par tranche de quatre mois – permettrait de détecter, en temps réel ou quasi réel, les personnes ayant une activité en ligne typique de « schémas » utilisés par les terroristes pour transmettre des informations.

          +

          En pratique, les services de renseignement pourraient installer chez les FAI une « boîte noire » surveillant le trafic. Le contenu des communications – qui resterait « anonyme » – ne serait pas surveillé, mais uniquement les métadonnées : origine ou destinataire d’un message, adresse IP d’un site visité, durée de la conversation ou de la connexion… Ces données ne seraient pas conservées.

          +

          La Commission nationale informatique et libertés (CNIL), qui critique fortement cette disposition. La CNIL soulève notamment que l’anonymat de ces données est très relatif, puisqu’il peut être levé.

          +

          Lire aussi : Les critiques de la CNIL contre le projet de loi sur le renseignement

          +

          Le dispositif introduit une forme de « pêche au chalut » – un brassage très large des données des Français à la recherche de quelques individus. Le gouvernement se défend de toute similarité avec les dispositifs mis en place par la NSA américaine, arguant notamment que les données ne seront pas conservées et que cette activité sera contrôlée par une toute nouvelle commission aux moyens largement renforcés. Il s’agit cependant d’un dispositif très large, puisqu’il concernera tous les fournisseurs d’accès à Internet, et donc tous les internautes français.

          +

          L’élargissement de la surveillance électronique pour détecter les « futurs » terroristes

          +

          La surveillance des métadonnées sera aussi utilisée pour tenter de détecter de nouveaux profils de terroristes potentiels, prévoit le projet de loi. Le gouvernement considère qu’il s’agit d’une manière efficace de détecter les profils qui passent aujourd’hui « entre les mailles du filet », par exemple des personnes parties en Syrie ou en Irak sans qu’aucune activité suspecte n’ait été décelée avant leur départ.

          +

          Pour repérer ces personnes, la loi permettra d’étendre la surveillance électronique à toutes les personnes en contact avec des personnes déjà suspectées. En analysant leurs contacts, la fréquence de ces derniers et les modes de communication, les services de renseignement espèrent pouvoir détecter ces nouveaux profils en amont.

          +

          De nouveaux outils et méthodes de collecte

          +

          Les services pourront également procéder, après un avis de la CNCTR, à la pose de micros dans une pièce ou de mouchards sur un objet (voiture par exemple), ou à l’intérieur d’un ordinateur. L’utilisation des IMSI-catchers (fausses antennes qui permettent d’intercepter des conversations téléphoniques) est également légalisée, pour les services de renseignement, dans certains cas. Le nombre maximal de ces appareils sera fixé par arrêté du premier ministre après l’avis de la CNCTR.

          +

          Lire : Que sont les IMSI-catchers, ces valises qui espionnent les téléphones portables ?

          +

          La loi introduit également des mesures de surveillance internationale : concrètement, les procédures de contrôle seront allégées lorsqu’un des « bouts » de la communication sera situé à l’étranger (concrètement, un Français qui parle avec un individu situé à l’étranger). Cependant, comme l’a souligné l’Arcep (l’Autorité de régulation des communications électroniques et des postes), sollicitée pour le versant technique de cette mesure, il est parfois difficile de s’assurer qu’une communication, même passant par l’étranger, ne concerne pas deux Français.

          +

          Un nouveau fichier

          +

          La loi crée un fichier judiciaire national automatisé des auteurs d’infractions terroristes (Fijait), dont les données pourront être conservées pendant vingt ans.

          +

          Ce fichier concerne les personnes ayant été condamnées, même si une procédure d’appel est en cours. Les mineurs pourront aussi être inscrits dans ce fichier et leurs données conservées jusqu’à dix ans. L’inscription ne sera pas automatique et se fera sur décision judiciaire. Certaines mises en examen pourront aussi apparaître sur ce fichier. En cas de non-lieu, relaxe, acquittement, amnistie ou réhabilitation, ces informations seront effacées.

          +

          Renseignement pénitentiaire

          +

          Le renseignement pénitentiaire pourra, dans des conditions qui seront fixées par décret, profiter des techniques que légalise le projet de loi pour les services de renseignement. La ministre de la justice, Christiane Taubira, était défavorable à cette disposition, soutenue par le rapporteur du texte, la droite et une partie des députés de gauche. Pour la ministre, cette innovation va dénaturer le renseignement pénitentiaire et le transformer en véritable service de renseignement.

          +

          Conservation des données

          +

          La CNIL a fait part à plusieurs reprises de sa volonté d’exercer sa mission de contrôle sur les fichiers liés au renseignement, qui seront alimentés par ces collectes. Ces fichiers sont aujourd’hui exclus du périmètre d’action de la CNIL.

          +

          La durée de conservation des données collectées – et l’adaptation de cette durée à la technique employée – a par ailleurs été inscrite dans la loi, contrairement au projet initial du gouvernement qui entendait fixer ces limites par décret. Elle pourra aller jusqu’à cinq ans dans le cas des données de connexion.

          +

          Un dispositif pour les lanceurs d’alerte

          +

          La loi prévoit également une forme de protection pour les agents qui seraient témoins de surveillance illégale. Ces lanceurs d’alerte pourraient solliciter la CNCTR, voire le premier ministre, et leur fournir toutes les pièces utiles. La CNCTR pourra ensuite aviser le procureur de la République et solliciter la Commission consultative du secret de la défense nationale afin que cette dernière « donne au premier ministre son avis sur la possibilité de déclassifier tout ou partie de ces éléments ». Aucune mesure de rétorsion ne pourra viser l’agent qui aurait dénoncé des actes potentiellement illégaux.

          +
          + +
          + +
          +

          +
          +
          + + +
          +
          + + +
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          + +
          + +
          +
          +
          +
          +
          + + +
          +
          + +
          + + +
          +
          + +
          +
          +
          +
          +
          + +
          + +
          + + +
          +
          + +
          + + +
          +
          + + +
          +
          +
          + +
          + + + + +
          + + +
          +
          + +
          + + +
           
          + +
          + +
          + +
          + +
          + + +
          + + + + + + + + + + + + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-images.json new file mode 100644 index 0000000..8492ce4 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/s1.lemde.fr\/medias\/web\/1.2.705\/img\/placeholder\/default.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-metadata.json new file mode 100644 index 0000000..eb7aee3 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Collectif", + "Direction": null, + "Excerpt": "Le retour \u00e0 la stabilit\u00e9 co\u00fbtera des milliards d'euros, mais l'Union europ\u00e9enne en vaut la peine, estime un collectif d'industriels.", + "Image": "http:\/\/s1.lemde.fr\/medias\/web\/1.2.705\/img\/placeholder\/default.png", + "Title": "La crise europ\u00e9enne est une crise de la dette, pas de l'euro", + "SiteName": "Le Monde" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected.html new file mode 100644 index 0000000..69f6da5 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected.html @@ -0,0 +1,14 @@ +

          Le retour à la stabilité coûtera des milliards d'euros, mais l'Union européenne en vaut la peine, estime un collectif d'industriels.

          +

          L'union monétaire s'enlise dans la crise, l'euro reste soumis au feu des critiques. C'est le bilan des nombreux débats qui ont eu lieu ces derniers mois.

          +

          En tant qu'industriels allemands et français, qui ont la responsabilité de 1 500 milliards d'euros de chiffre d'affaires et de cinq millions de salariés dans le monde entier, nous nous soucions de l'avenir de l'euro et de l'union économique et monétaire européenne. L'histoire de l'euro est une véritable réussite. Qui aurait pensé, lorsque l'euro a été introduit il y a douze ans, qu'il aurait aujourd'hui gagné en valeur par rapport au dollar et de nombreuses autres monnaies ?

          +

          L'euro s'est imposé comme seconde monnaie de référence à côté du dollar et a renforcé le rôle de l'Europe en tant que puissance économique. Avec l'euro, un marché commun doté d'une monnaie unique et sans fluctuation de cours de change a vu le jour, créant ainsi prospérité et richesse pour nous tous. Depuis son introduction, près de 9 millions de nouveaux emplois ont été créés dans la zone euro. Les entreprises européennes profitent de ce développement. Elles ont élargi leurs capacités de financement et augmenté leur compétitivité à l'international.

          +

          Le ralentissement de l'économie mondiale a conduit certains pays de l'union monétaire à s'endetter encore davantage. A court terme, ces pays doivent être aidés pour regagner leur indépendance financière et recréer les conditions d'un avenir meilleur pour leur population.

          +

          En contrepartie, des mesures efficaces doivent être mises en oeuvre. Le retour à une situation financière stable coûtera de nombreux milliards d'euros, mais l'Union européenne et notre monnaie commune en valent la peine. Nous devons convaincre nos concitoyens de cela.

          +

          RÈGLES PLUS STRICTES

          +

          Nous avons besoin d'une politique économique européenne et de règles de stabilité plus strictes. Pour éviter, à l'avenir, une crise telle que celle que nous traversons actuellement, nous devons renforcer les règles de stabilité existantes et assurer leur respect. Les solutions envisagées, comme, par exemple, l'exclusion de pays membres de la zone euro ou la scission entre une Union des pays du Nord et du Sud, ne sont pas bonnes. Cela aurait des conséquences qui sont difficilement prévisibles aujourd'hui. De telles propositions démagogiques ne sont pas adaptées à la gravité de la situation.

          +

          Cependant, des mesures doivent être prises à temps et être aussi efficaces que possible. De plus, les Etats membres doivent coordonner, plus étroitement qu'auparavant, leur politique économique intérieure et parler d'une seule voix vis-à-vis de l'extérieur.

          +

          En tant qu'industriels allemands et français, nous voulons souligner les immenses avantages que l'espace monétaire commun a apportés. Nous envoyons un message de soutien aux responsables politiques, afin qu'ils mettent en place des conditions nécessaires à un euro durablement stable et compétitif. C'est la base de la future prospérité en Europe. L'union monétaire a durablement besoin de finances publiques solides, de règles de responsabilité claires, de structures transparentes et de conditions de concurrence équitables.

          +

          Ce n'est qu'à ces conditions que l'euro sortira renforcé de la crise de la dette. Il n'y a pas d'alternative sérieuse à l'euro commun. L'euro symbolise l'Europe d'aujourd'hui. Un échec de l'euro serait un revers fatal pour l'Europe.

          +

          +Appel Frank (Deutsche Post) ; Aschenbroich Jacques (Valeo) ; Berger Roland (Roland Berger Strategy Consultants) ; Bock Kurt (BASF) ; Bories Christel (Constellium) ; Borsig Clemens (Deutsche Bank) ; Brunck Robert (CGG Veritas) ; Buffet Patrick (Eramet) ; Burda Hubert (Hubert Burda Media Holding) ; Caparros Alain (Rewe group) ; Clamadieu Jean-Pierre (Rhodia) ; Cromme Gerhard (ThyssenKrupp) ; Crouzet Philippe (Vallourec) ; de Chalendar Pierre-André (Saint-Gobain) ; de Margerie Christophe (Total) ; de Romanet Augustin (Caisse des dépôts et consignations) ; Degenhart Elmar (Continental) ; Diekmann Michael (Allianz) ; Engel Klaus (Evonik Industries) ; Fehrenbach Franz (Robert Bosch) ; Frérot Antoine (Veolia Environnement) ; Hagemann Snabe Jim (SAP) ; Henrot François (Groupe Rothschild Cie Banque) ; Hermelin Paul (Cap Gemini) ; Kormann Hermut (Lazard) ; Kron Patrick (Alstom) ; Lachmann Henri (Schneider Electric) ; Lafont Bruno (Lafarge) ; Lauvergeon Anne (Areva) ; Lévy Maurice (Publicis Groupe SA) ; Lévy Jean-Bernard (Vivendi) ; Löscher Peter (Siemens) ; Mestrallet Gérard (GDF Suez) ; Obermann René (Deutsche Telekom) ;Oetker Arend (Dr Arend Oetker Holding) ; Oudéa Frédéric (Société Générale) ; Potier Benoit (Air Liquide) ; Ranque Denis (Cercle de l'industrie/Technicolor) ; Reithofer Norbert (BMW) ; Reitzle Wolfgang (Linde) ; Richard Stéphane (France Telecom) ; Rollier Michel (Michelin) ; Rose Frédéric (Technicolor) ; Schnepp Gilles (Legrand) ; Spinetta Jean-Cyril (Air-France KLM)  ; Teyssen Johannes (E.ON)  ; Thumann Jürgen (BusinessEurope) ; Verwaayen Ben (Alcatel-Lucent) ; Viehbacher Chris (Sanofi) ; Zetsche Dieter (Daimler).
          +

          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/source.html new file mode 100644 index 0000000..b477999 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/source.html @@ -0,0 +1,1353 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +La crise européenne est une crise de la dette, pas de l'euro + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + +
          + + + +
          +
          + +
          La crise européenne est une crise de la dette, pas de l'euro
          +
          +
          Partager
          +
          Tweeter
          +
          +
          +
          +
          +
          +
          + + + + + + + + +
          + +
          + +
          + + + + + + + +
          +
          Idées
          + +
          +
          +
          +
          +
          + +
          +
          + +
          +

          +

          +
          +
          +
          + + + +
          + + +
          + +
          + +
          +
          +
          +
          + +
          + + +

          La crise européenne est une crise de la dette, pas de l'euro

          + +

          Le retour à la stabilité coûtera des milliards d'euros, mais l'Union européenne en vaut la peine, estime un collectif d'industriels.

          + + +

          + Le Monde + | + • Mis à jour le + + | + +Par + + +

          + + +
          + + + +
          +

          L'union monétaire s'enlise dans la crise, l'euro reste soumis au feu des critiques. C'est le bilan des nombreux débats qui ont eu lieu ces derniers mois.

          +

          En tant qu'industriels allemands et français, qui ont la responsabilité de 1 500 milliards d'euros de chiffre d'affaires et de cinq millions de salariés dans le monde entier, nous nous soucions de l'avenir de l'euro et de l'union économique et monétaire européenne. L'histoire de l'euro est une véritable réussite. Qui aurait pensé, lorsque l'euro a été introduit il y a douze ans, qu'il aurait aujourd'hui gagné en valeur par rapport au dollar et de nombreuses autres monnaies ?

          +

          L'euro s'est imposé comme seconde monnaie de référence à côté du dollar et a renforcé le rôle de l'Europe en tant que puissance économique. Avec l'euro, un marché commun doté d'une monnaie unique et sans fluctuation de cours de change a vu le jour, créant ainsi prospérité et richesse pour nous tous. Depuis son introduction, près de 9 millions de nouveaux emplois ont été créés dans la zone euro. Les entreprises européennes profitent de ce développement. Elles ont élargi leurs capacités de financement et augmenté leur compétitivité à l'international.

          +

          Le ralentissement de l'économie mondiale a conduit certains pays de l'union monétaire à s'endetter encore davantage. A court terme, ces pays doivent être aidés pour regagner leur indépendance financière et recréer les conditions d'un avenir meilleur pour leur population.

          +

          En contrepartie, des mesures efficaces doivent être mises en oeuvre. Le retour à une situation financière stable coûtera de nombreux milliards d'euros, mais l'Union européenne et notre monnaie commune en valent la peine. Nous devons convaincre nos concitoyens de cela.

          +

          RÈGLES PLUS STRICTES

          +

          Nous avons besoin d'une politique économique européenne et de règles de stabilité plus strictes. Pour éviter, à l'avenir, une crise telle que celle que nous traversons actuellement, nous devons renforcer les règles de stabilité existantes et assurer leur respect. Les solutions envisagées, comme, par exemple, l'exclusion de pays membres de la zone euro ou la scission entre une Union des pays du Nord et du Sud, ne sont pas bonnes. Cela aurait des conséquences qui sont difficilement prévisibles aujourd'hui. De telles propositions démagogiques ne sont pas adaptées à la gravité de la situation.

          +

          Cependant, des mesures doivent être prises à temps et être aussi efficaces que possible. De plus, les Etats membres doivent coordonner, plus étroitement qu'auparavant, leur politique économique intérieure et parler d'une seule voix vis-à-vis de l'extérieur.

          +

          En tant qu'industriels allemands et français, nous voulons souligner les immenses avantages que l'espace monétaire commun a apportés. Nous envoyons un message de soutien aux responsables politiques, afin qu'ils mettent en place des conditions nécessaires à un euro durablement stable et compétitif. C'est la base de la future prospérité en Europe. L'union monétaire a durablement besoin de finances publiques solides, de règles de responsabilité claires, de structures transparentes et de conditions de concurrence équitables.

          +

          Ce n'est qu'à ces conditions que l'euro sortira renforcé de la crise de la dette. Il n'y a pas d'alternative sérieuse à l'euro commun. L'euro symbolise l'Europe d'aujourd'hui. Un échec de l'euro serait un revers fatal pour l'Europe.

          +
          +Appel Frank (Deutsche Post) ; Aschenbroich Jacques (Valeo) ; Berger Roland (Roland Berger Strategy Consultants) ; Bock Kurt (BASF) ; Bories Christel (Constellium) ; Borsig Clemens (Deutsche Bank) ; Brunck Robert (CGG Veritas) ; Buffet Patrick (Eramet) ; Burda Hubert (Hubert Burda Media Holding) ; Caparros Alain (Rewe group) ; Clamadieu Jean-Pierre (Rhodia) ; Cromme Gerhard (ThyssenKrupp) ; Crouzet Philippe (Vallourec) ; de Chalendar Pierre-André (Saint-Gobain) ; de Margerie Christophe (Total) ; de Romanet Augustin (Caisse des dépôts et consignations) ; Degenhart Elmar (Continental) ; Diekmann Michael (Allianz) ; Engel Klaus (Evonik Industries) ; Fehrenbach Franz (Robert Bosch) ; Frérot Antoine (Veolia Environnement) ; Hagemann Snabe Jim (SAP) ; Henrot François (Groupe Rothschild Cie Banque) ; Hermelin Paul (Cap Gemini) ; Kormann Hermut (Lazard) ; Kron Patrick (Alstom) ; Lachmann Henri (Schneider Electric) ; Lafont Bruno (Lafarge) ; Lauvergeon Anne (Areva) ; Lévy Maurice (Publicis Groupe SA) ; Lévy Jean-Bernard (Vivendi) ; Löscher Peter (Siemens) ; Mestrallet Gérard (GDF Suez) ; Obermann René (Deutsche Telekom) ;Oetker Arend (Dr Arend Oetker Holding) ; Oudéa Frédéric (Société Générale) ; Potier Benoit (Air Liquide) ; Ranque Denis (Cercle de l'industrie/Technicolor) ; Reithofer Norbert (BMW) ; Reitzle Wolfgang (Linde) ; Richard Stéphane (France Telecom) ; Rollier Michel (Michelin) ; Rose Frédéric (Technicolor) ; Schnepp Gilles (Legrand) ; Spinetta Jean-Cyril (Air-France KLM)  ; Teyssen Johannes (E.ON)  ; Thumann Jürgen (BusinessEurope) ; Verwaayen Ben (Alcatel-Lucent) ; Viehbacher Chris (Sanofi) ; Zetsche Dieter (Daimler).
          +
          + +
          + +
          + + + + + +
          + + + + + +
          +
          + + +
          + + + +
          + +
          +
          +
          +
          +
          +
          + + + + + + +
          + + +
          + + + + +
          +
          +
          +
          + + + +
          + +
          + + + + +
          + +
          + +
          + +
          + +
          +
          +
          +
          + + + +
          + +
          + +
          + +
          + +
          + + +
          + + + + + + + + + + +
          + +
          +
          + + + + +
          + +
          + +
          + + +
          + + + +
          + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-images.json new file mode 100644 index 0000000..4b8e9a8 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/md1.libe.com\/photo\/755923-000_hkg10175905.jpg?modified_at=1430371146&width=750" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-metadata.json new file mode 100644 index 0000000..8ad2b2c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Par Sébastien Farcis", + "Direction": null, + "Excerpt": "Laurent Fabius a accueilli jeudi matin à Roissy un premier avion spécial ramenant des rescapés.", + "Image": "http:\/\/md1.libe.com\/photo\/755923-000_hkg10175905.jpg?modified_at=1430371146&width=750", + "Title": "Un troisième Français mort dans le séisme au Népal", + "SiteName": "Libération.fr" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected.html new file mode 100644 index 0000000..1eeb657 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected.html @@ -0,0 +1,16 @@ +
          +
          + + + +
          +

          Un troisième Français a été tué dans le tremblement de terre samedi au Népal, emporté par une avalanche, a déclaré jeudi le ministre des Affaires étrangères. Les autorités françaises sont toujours sans nouvelles «d’encore plus de 200» personnes. «Pour certains d’entre eux on est très interrogatif», a ajouté Laurent Fabius. Il accueillait à Roissy un premier avion spécial ramenant des rescapés. L’Airbus A350 affrété par les autorités françaises s’est posé peu avant 5h45 avec à son bord 206 passagers, dont 12 enfants et 26 blessés, selon une source du Quai d’Orsay. Quasiment tous sont français, à l’exception d’une quinzaine de ressortissants allemands, suisses, italiens, portugais ou encore turcs. Des psychologues, une équipe médicale et des personnels du centre de crise du Quai d’Orsay les attendent.

          +

          L’appareil, mis à disposition par Airbus, était arrivé à Katmandou mercredi matin avec 55 personnels de santé et humanitaires, ainsi que 25 tonnes de matériel (abris, médicaments, aide alimentaire). Un deuxième avion dépêché par Paris, qui était immobilisé aux Emirats depuis mardi avec 20 tonnes de matériel, est arrivé jeudi à Katmandou, dont le petit aéroport est engorgé par le trafic et l’afflux d’aide humanitaire. Il devait lui aussi ramener des Français, «les plus éprouvés» par la catastrophe et les «plus vulnérables (blessés, familles avec enfants)», selon le ministère des Affaires étrangères.

          +

          2 209 Français ont été localisés sains et saufs tandis que 393 n’ont pas encore pu être joints, selon le Quai d’Orsay. Environ 400 Français ont demandé à être rapatriés dans les vols mis en place par la France.

          +

          Le séisme a fait près de 5 500 morts et touche huit des 28 millions d’habitants du Népal. Des dizaines de milliers de personnes sont sans abri.

          +

          + +

          +
          +
          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/liberation-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/liberation-1/source.html new file mode 100644 index 0000000..609df40 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/liberation-1/source.html @@ -0,0 +1,1803 @@ + + + + + + + + + + + + Un troisième Français mort dans le séisme au Népal - Libération + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + +
          + + + + + + + + + + + + + +
          +
          +
          + +
          +
          +
          +
          + +
          +
          +
          +
          +
          + + + +
          + +
          +

          Un troisième Français a été tué dans le tremblement de terre samedi au Népal, emporté par une avalanche, a déclaré jeudi le ministre des Affaires étrangères. Les autorités françaises sont toujours sans nouvelles «d’encore plus de 200» personnes. «Pour certains d’entre eux on est très interrogatif», a ajouté Laurent Fabius. Il accueillait à Roissy un premier avion spécial ramenant des rescapés. L’Airbus A350 affrété par les autorités françaises s’est posé peu avant 5h45 avec à son bord 206 passagers, dont 12 enfants et 26 blessés, selon une source du Quai d’Orsay. Quasiment tous sont français, à l’exception d’une quinzaine de ressortissants allemands, suisses, italiens, portugais ou encore turcs. Des psychologues, une équipe médicale et des personnels du centre de crise du Quai d’Orsay les attendent.

          +

          L’appareil, mis à disposition par Airbus, était arrivé à Katmandou mercredi matin avec 55 personnels de santé et humanitaires, ainsi que 25 tonnes de matériel (abris, médicaments, aide alimentaire). Un deuxième avion dépêché par Paris, qui était immobilisé aux Emirats depuis mardi avec 20 tonnes de matériel, est arrivé jeudi à Katmandou, dont le petit aéroport est engorgé par le trafic et l’afflux d’aide humanitaire. Il devait lui aussi ramener des Français, «les plus éprouvés» par la catastrophe et les «plus vulnérables (blessés, familles avec enfants)», selon le ministère des Affaires étrangères.

          +

          2 209 Français ont été localisés sains et saufs tandis que 393 n’ont pas encore pu être joints, selon le Quai d’Orsay. Environ 400 Français ont demandé à être rapatriés dans les vols mis en place par la France.

          +

          Le séisme a fait près de 5 500 morts et touche huit des 28 millions d’habitants du Népal. Des dizaines de milliers de personnes sont sans abri.

          +

          + +

          +
          +
          AFP + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + + +
          + +
          +
          +
          + +
          + +
          +
          +
          +
          +
          + + +
          +
          + +
          +
          +
          + + + +
          +
          + +
          +
          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-images.json new file mode 100644 index 0000000..1efdcbd --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-images.json @@ -0,0 +1,11 @@ +[ + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--hqqO9fze--\/n1s6c2m6kc07iqdyllj6.jpg", + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--QeUTCiuW--\/o4dpyrcbiqyfrc3bxx6p.jpg", + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--mlR3Ku0_--\/xrhkwleyurcizy4akiae.jpg", + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--Tacb0tyW--\/qodag11euf2npkawkn9v.jpg", + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--x9hLbIKJ--\/imfc9ybqfw0jmztbhfrh.jpg", + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--6NwBgQLy--\/afy7n45jfvsjdmmhonct.jpg", + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--ciqk42G0--\/s3pq8vjrvyjgne4lfsod.jpg", + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--mtob1sjR--\/y2ldv5eufb3jcrtfouye.jpg", + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--4Ajak63w--\/atb9qm07fvvg7hqkumkw.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-metadata.json new file mode 100644 index 0000000..fa13f9e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Patrick Allan", + "Direction": null, + "Excerpt": "We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store.", + "Image": "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--hqqO9fze--\/n1s6c2m6kc07iqdyllj6.jpg", + "Title": "How to Program Your Mind to Stop Buying Crap You Don’t Need", + "SiteName": "Lifehacker" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected.html b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected.html new file mode 100644 index 0000000..758a827 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected.html @@ -0,0 +1,659 @@ +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store.

          + + + + + + + + + + + +

          Understand How Your Own Brain Works Against You

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          It may come as no surprise to learn that stores employ all kinds of tricks to get you to part ways with your cash, and your brain plays right along. Through psychological tricks, product placement, and even color, stores are designed from the ground up to increase spending. We've talked about the biggest things stores do to manipulate your senses, but here are some of the biggest things to look out for:

          + + + + + + + + + + + + + + + + + + + + + +

          And sure, we can blame the stores all we want, but you won't change how they operate—you can only be aware of how your brain is falling for their tricks. Even without the stores, your brain is working against you on its own, thanks to some simple cognitive biases.

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          For example, confirmation bias makes you only believe the information that conforms to your prior beliefs, while you discount everything else. Advertisers appeal to this bias directly by convincing you one item is better than another with imagery and other tricks, regardless of what hard facts might say. Keep your mind open, do your own research, and accept when you're wrong about a product. The Decoy effect is also a commonly used tactic. You think one product is a deal because it's next to a similar product that's priced way higher. Even if it's a product you need, it's probably not as good of a deal as it looks right then and there. Again, always research beforehand and be on the lookout for this common trick to avoid impulse buys.

          + + + + + + + + + + +

          Make a List of Everything You Own and Do Some Decluttering

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          Now that you know what you're up against, it's time to start changing the way you think. Before you can stop buying crap you don't need, you need to identify what that crap is. The first step is to make a list of every single thing you own. Every. Single. Thing. This might sound extreme, but you need to gather your data so you can start reprogramming your mind.

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          The purpose of this exercise is twofold: you see what you already have and don't need to ever buy again, and you get to see what you shouldn't have bought in the first place. As you list everything out, separate items into categories. It's extremely important that you are as honest with yourself as possible while you do this. It's also important you actually write this all down or type it all out. Here is the first set of categories to separate everything into:

          + + + + + + + + + + + + + + + + + + + + + +

          Leave the things you listed as "needs" alone, put your stuff listed as "crap" in a pile or box to go bye-bye, and move your attention back to your "sometimes need" and "want" lists. You need to go back over both of those lists because you probably fudged some of the listings, either subconsciously or intentionally. Now ask yourself these three questions as you go through both the "sometimes need" and "want" lists:

          + + + + + + + + + + + + + + + + + + + + + +

          Remember to be honest and adjust your lists accordingly. There's nothing wrong with keeping things you wanted. Material items can bring happiness to many people, but make sure the items on your "want" list actively provide you joy and are being used. If an item doesn't get much use or doesn't make you happy, add it to the "crap" list.

          + + + + + + + + + + +

          Once you have everything organized, it's time to do some serious decluttering. This listing exercise should get you started, but there are a lot of other great ideas when it comes to ditching the junk you don't need. Regardless, everything on your "crap" list needs to go. You can donate it, sell it at a yard sale, give it away to people know, whatever you like. Before you get rid of everything, though, take a picture of all your stuff together. Print out or save the picture somewhere. Some of it was probably gifts, but in general, this is all the crap you bought that you don't need. Take a good look and remember it.

          + + + + + + + + + + +

          See How Much Money and Time You Spent on the Stuff You Threw Out

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          Now take a look at your "crap" list again and start calculating how much you spent on all of it. If it was a gift, mark it as $0. Otherwise, figure out the price of the item at the time you bought it. If you got a deal or bought it on sale it's okay to factor that in, but try to be as accurate as possible. Once you have the price for each item, add it all together. Depending on your spending habits this could possibly be in the hundreds to thousands of dollars. Remember the picture you took of all this stuff? Attach the total cost to the picture so you can see both at the same time.

          + + + + + + + + + + +

          With the money cost figured out, you should take a look at the other costs too. Time is a resource just like any other, and it's a finite one. What kind of time did you pour into these things? Consider the time you spent acquiring and using these items, then write it all down. These can be rough estimations, but go ahead and add it all up when you think you've got it. Now attach the total time to same picture as before and think of the other ways you could have spent all that time. This isn't to make you feel bad about yourself, just to deliver information to your brain in an easy-to-understand form. When you look at it all like this, it can open your eyes a little more, and help you think about purchases in the future. You'll look at an item and ask yourself, "Will this just end up in the picture?"

          + + + + + + + + + + +

          List Every Non-Material Thing In Your Life that Makes You Happy

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          Now it's time to make a different list. While material items may bring plenty of joy, the things in your life that make you happiest probably can't be bought. Get a separate piece of paper or create a new document and list out everything in your life that makes you happy. If you can't buy it, it's eligible for the list. It doesn't matter if it only makes you crack a smile or makes you jump for joy, list it out.

          + + + + + + + + + + +

          These are probably the things that actually make you want to get out of bed in the morning and keep on keepin' on. Once you have it all down, put it in your purse or wallet. The next time you feel the urge to buy something, whip this list out first and remind yourself why you probably don't need it.

          + + + + + + + + + + +

          Spend Some Time Away from Material Things to Gain Perspective

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          If you're having a really hard time with your spending, it can help to get away from material objects completely. When you're constantly surrounded by stuff and have access to buying things at all times, it can be really tough to break the habit. Spend a day in the park enjoying the sights and sounds of the outdoors, go camping with some friends, or hike a trail you haven't been on before.

          + + + + + + + + + + +

          Essentially, you want to show yourself that you don't need your "things" to have a good time. When you realize how much fun you can have without all the trinkets and trivets, you'll start to shut down your desire to buy them. If you can't get really get away right now, just go for a walk without your purse or wallet (but carry your ID). If you can't buy anything, you'll be forced to experience things a different way.

          + + + + + + + + + + +

          Develop a Personal "Should I Buy This?" Test

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          If you don't have a personal "should I buy this?" test, now's the perfect time to make one. When you find an item you think you need or want, it has to pass all of the questions you have on your test before you can buy it. Here's where you can use all of the data you've gathered so far and put it to really good use. The test should be personalized to your own buying habits, but here are some example questions:

          + + + + + + + + + + + + + + + + + + + + + +

          Custom build your test to hit all of your weaknesses. If you make a lot of impulse buys, include questions that address that. If you experience a lot of buyer's remorse, include a lot of questions that make you think about the use of item after you buy it. If buying the latest and greatest technology is your weakness, Joshua Becker at Becoming Minimalist suggests you ask yourself what problem the piece of tech solves. If you can't think of anything it solves or if you already have something that solves it, you don't need it. Be thorough and build a test that you can run through your mind every time you consider buying something.

          + + + + + + + + + + +

          Learn to Delay Gratification and Destroy the Urge to Impulse Buy

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          When it comes to the unnecessary crap we buy, impulse purchases probably make up a good deal of them. We love to feel gratification instantly and impulse buys appeal to that with a rush of excitement with each new purchase. We like to believe that we have control over our impulses all the time, but we really don't, and that's a major problem for the ol' wallet.

          + + + + + + + + + + +

          The key is teaching your brain that it's okay to wait for gratification. You can do this with a simple time out every time you want something. Look at whatever you're thinking of buying, go through your personal "should I buy this?" test, and then walk away for a little while. Planning your purchases ahead is ideal, so the longer you can hold off, the better. Set yourself a reminder to check on the item a week or month down the line. When you come back to it, you may find that you don't even want it, just the gratification that would come with it. If you're shopping online, you can do the same thing. Walk away from your desk or put your phone in your pocket and do something else for a little while.

          + + + + + + + + + + +

          You can also avoid online impulse purchases by making it harder to do. Block shopping web sites during time periods you know you're at your weakest, or remove all of your saved credit card or Paypal information. You can also practice the "HALT" method when you're shopping online or in a store. Try not to buy things when you're Hungry, Angry, Lonely, or Tired because you're at your weakest state mentally. Last, but not least, the "stranger test" can help you weed out bad purchases too.

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          The last thing you should consider when it comes to impulse buys is "artificial replacement." As Trent Hamm at The Simple Dollar explains, artificial replacement can happen when you start to reduce the time you get with your main interests:

          + + + + + + + + + + +
          +

          Whenever I consistently cut quality time for my main interests out of my life, I start to long for them. As you saw in that "typical" day, I do make room for spending time with my family, but my other two main interests are absent. If that happens too many days in a row, I start to really miss reading. I start to really miss playing thoughtful board games with friends. What happens after that? I start to substitute. When I don't have the opportunity to sit down for an hour or even for half an hour and really get lost in a book, I start looking for an alternative way to fill in the tiny slices of time that I do have. I'll spend money.

          + + + + + + + + + + +

          You probably have things in your life that provide plenty of gratification, so don't get caught substituting it with impulse buys. Always make sure you keep yourself happy with plenty of time doing the things you like to do and you won't be subconsciously trying to fill that void with useless crap.

          + + + + + + + + + + +

          Turn the Money You Save Into More Money

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          Once you've programmed your mind to stop buying crap you don't need, you'll have some extra cash to play with. Take all that money and start putting it toward your future and things you will need further down the road. You might need a home, a vehicle, or a way to retire, but none of that can happen until you start planning for it.

          + + + + + + + + + + +

          Start by paying off any debts you already have. Credit cards, student loans, and even car payments can force you to live paycheck to paycheck. Use the snowball method and pay off some small balances to make you feel motivated, then start taking out your debt in full force with the stacking method: stop creating new debt, determine which balances have the highest interest rates, and create a payment schedule to pay them off efficiently.

          + + + + + + + + + + +

          With your debts whittled down, you should start an emergency fund. No matter how well you plan things, accidents and health emergencies can still happen. An emergency fund is designed to make those kinds of events more manageable. This type of savings account is strictly for when life throws you a curveball, but you can grow one pretty easily with only modest savings.

          + + + + + + + + + + +

          When you've paid off your debt and prepared yourself for troubled times, you can start saving for the big stuff. All that money you're not spending on crap anymore can be saved, invested, and compounded to let you buy comfort and security. If you don't know where to start, talk to a financial planner. Or create a simple, yet effective "set and forget" investment portfolio. You've worked hard to reprogram your mind, so make sure you reap the benefits for many years to come.

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Photos by cmgirl (Shutterstock), Macrovector (Shutterstock), J E Theriot, davidd, George Redgrave, David Amsler, Arup Malakar, J B, jakerome, 401(K) 2012.

          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/source.html b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/source.html new file mode 100644 index 0000000..fb7f522 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/source.html @@ -0,0 +1,1305 @@ + + + + + + + + + + How to Program Your Mind to Stop Buying Crap You Don’t Need
          + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store.

          +
          +
          + + + + + + + + + + + +

          Understand How Your Own Brain Works Against You

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          It may come as no surprise to learn that stores employ all kinds of tricks to get you to part ways with your cash, and your brain plays right along. Through psychological tricks, product placement, and even color, stores are designed from the ground up to increase spending. We've talked about the biggest things stores do to manipulate your senses, but here are some of the biggest things to look out for:

          + + + + + + + + + + +
          • Color: Stores use color to make products attractive and eye-catching, but they also use color on price labels. Red stands out and can encourage taking action, that's why it's commonly associated with sale signage and advertising. When you see red, remember what they're trying to do to your brain with that color. You don't to buy something just because it's on sale.
          • Navigation Roadblocks: Stores force you to walk around stuff you don't need to find the stuff you are really after. Have a list of what you need before you go in, go straight to it, and imagine it's the only item in the store.
          • The Touch Factor: Stores place items they want to sell in easy to reach locations and encourage you to touch them. Don't do it! As soon as you pick something up, you're more likely to buy it because your mind suddenly takes ownership of the object. Don't pick anything up and don't play with display items.
          • Scents and Sounds: You'll probably hear classic, upbeat tunes when you walk into a store. The upbeat music makes you happy and excited, while playing familiar songs makes you feel comfortable. They also use pleasant smells to put your mind at ease. A happy, comfortable mind at ease is a dangerous combination for your brain when shopping. There's not much you can do to avoid this unless you shop online, but it's good to be aware of it.
          + + + + + + + + + + +

          And sure, we can blame the stores all we want, but you won't change how they operate—you can only be aware of how your brain is falling for their tricks. Even without the stores, your brain is working against you on its own, thanks to some simple cognitive biases.

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          For example, confirmation bias makes you only believe the information that conforms to your prior beliefs, while you discount everything else. Advertisers appeal to this bias directly by convincing you one item is better than another with imagery and other tricks, regardless of what hard facts might say. Keep your mind open, do your own research, and accept when you're wrong about a product. The Decoy effect is also a commonly used tactic. You think one product is a deal because it's next to a similar product that's priced way higher. Even if it's a product you need, it's probably not as good of a deal as it looks right then and there. Again, always research beforehand and be on the lookout for this common trick to avoid impulse buys.

          + + + + + + + + + + +

          Make a List of Everything You Own and Do Some Decluttering

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          Now that you know what you're up against, it's time to start changing the way you think. Before you can stop buying crap you don't need, you need to identify what that crap is. The first step is to make a list of every single thing you own. Every. Single. Thing. This might sound extreme, but you need to gather your data so you can start reprogramming your mind.

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          The purpose of this exercise is twofold: you see what you already have and don't need to ever buy again, and you get to see what you shouldn't have bought in the first place. As you list everything out, separate items into categories. It's extremely important that you are as honest with yourself as possible while you do this. It's also important you actually write this all down or type it all out. Here is the first set of categories to separate everything into:

          + + + + + + + + + + +
          • Need: You absolutely need this item to get by on a day to day basis.
          • Sometimes Need: You don't need this item every day, but you use it on a somewhat regular basis.
          • Want: You bought this item because you wanted it, not because you needed it.
          • Crap: You don't have a good reason why you have it and you already know it needs to go (there's probably a few of these items, at least).
          + + + + + + + + + + +

          Leave the things you listed as "needs" alone, put your stuff listed as "crap" in a pile or box to go bye-bye, and move your attention back to your "sometimes need" and "want" lists. You need to go back over both of those lists because you probably fudged some of the listings, either subconsciously or intentionally. Now ask yourself these three questions as you go through both the "sometimes need" and "want" lists:

          + + + + + + + + + + +
          • When was the last time I used this?
          • When will I use this again?
          • Does this item bring you joy?
          + + + + + + + + + + +

          Remember to be honest and adjust your lists accordingly. There's nothing wrong with keeping things you wanted. Material items can bring happiness to many people, but make sure the items on your "want" list actively provide you joy and are being used. If an item doesn't get much use or doesn't make you happy, add it to the "crap" list.

          + + + + + + + + + + +

          Once you have everything organized, it's time to do some serious decluttering. This listing exercise should get you started, but there are a lot of other great ideas when it comes to ditching the junk you don't need. Regardless, everything on your "crap" list needs to go. You can donate it, sell it at a yard sale, give it away to people know, whatever you like. Before you get rid of everything, though, take a picture of all your stuff together. Print out or save the picture somewhere. Some of it was probably gifts, but in general, this is all the crap you bought that you don't need. Take a good look and remember it.

          + + + + + + + + + + +

          See How Much Money and Time You Spent on the Stuff You Threw Out

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          Now take a look at your "crap" list again and start calculating how much you spent on all of it. If it was a gift, mark it as $0. Otherwise, figure out the price of the item at the time you bought it. If you got a deal or bought it on sale it's okay to factor that in, but try to be as accurate as possible. Once you have the price for each item, add it all together. Depending on your spending habits this could possibly be in the hundreds to thousands of dollars. Remember the picture you took of all this stuff? Attach the total cost to the picture so you can see both at the same time.

          + + + + + + + + + + +

          With the money cost figured out, you should take a look at the other costs too. Time is a resource just like any other, and it's a finite one. What kind of time did you pour into these things? Consider the time you spent acquiring and using these items, then write it all down. These can be rough estimations, but go ahead and add it all up when you think you've got it. Now attach the total time to same picture as before and think of the other ways you could have spent all that time. This isn't to make you feel bad about yourself, just to deliver information to your brain in an easy-to-understand form. When you look at it all like this, it can open your eyes a little more, and help you think about purchases in the future. You'll look at an item and ask yourself, "Will this just end up in the picture?"

          + + + + + + + + + + +

          List Every Non-Material Thing In Your Life that Makes You Happy

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          Now it's time to make a different list. While material items may bring plenty of joy, the things in your life that make you happiest probably can't be bought. Get a separate piece of paper or create a new document and list out everything in your life that makes you happy. If you can't buy it, it's eligible for the list. It doesn't matter if it only makes you crack a smile or makes you jump for joy, list it out.

          + + + + + + + + + + +

          These are probably the things that actually make you want to get out of bed in the morning and keep on keepin' on. Once you have it all down, put it in your purse or wallet. The next time you feel the urge to buy something, whip this list out first and remind yourself why you probably don't need it.

          + + + + + + + + + + +

          Spend Some Time Away from Material Things to Gain Perspective

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          If you're having a really hard time with your spending, it can help to get away from material objects completely. When you're constantly surrounded by stuff and have access to buying things at all times, it can be really tough to break the habit. Spend a day in the park enjoying the sights and sounds of the outdoors, go camping with some friends, or hike a trail you haven't been on before.

          + + + + + + + + + + +

          Essentially, you want to show yourself that you don't need your "things" to have a good time. When you realize how much fun you can have without all the trinkets and trivets, you'll start to shut down your desire to buy them. If you can't get really get away right now, just go for a walk without your purse or wallet (but carry your ID). If you can't buy anything, you'll be forced to experience things a different way.

          + + + + + + + + + + +

          Develop a Personal "Should I Buy This?" Test

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          If you don't have a personal "should I buy this?" test, now's the perfect time to make one. When you find an item you think you need or want, it has to pass all of the questions you have on your test before you can buy it. Here's where you can use all of the data you've gathered so far and put it to really good use. The test should be personalized to your own buying habits, but here are some example questions:

          + + + + + + + + + + +
          • Is this a planned purchase?
          • Will it end up in the "crap" list picture one day?
          • Where am I going to put it?
          • Have I included this in my budget?
          • Why do I want/need it?
          + + + + + + + + + + +

          Custom build your test to hit all of your weaknesses. If you make a lot of impulse buys, include questions that address that. If you experience a lot of buyer's remorse, include a lot of questions that make you think about the use of item after you buy it. If buying the latest and greatest technology is your weakness, Joshua Becker at Becoming Minimalist suggests you ask yourself what problem the piece of tech solves. If you can't think of anything it solves or if you already have something that solves it, you don't need it. Be thorough and build a test that you can run through your mind every time you consider buying something.

          + + + + + + + + + + +

          Learn to Delay Gratification and Destroy the Urge to Impulse Buy

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          When it comes to the unnecessary crap we buy, impulse purchases probably make up a good deal of them. We love to feel gratification instantly and impulse buys appeal to that with a rush of excitement with each new purchase. We like to believe that we have control over our impulses all the time, but we really don't, and that's a major problem for the ol' wallet.

          + + + + + + + + + + +

          The key is teaching your brain that it's okay to wait for gratification. You can do this with a simple time out every time you want something. Look at whatever you're thinking of buying, go through your personal "should I buy this?" test, and then walk away for a little while. Planning your purchases ahead is ideal, so the longer you can hold off, the better. Set yourself a reminder to check on the item a week or month down the line. When you come back to it, you may find that you don't even want it, just the gratification that would come with it. If you're shopping online, you can do the same thing. Walk away from your desk or put your phone in your pocket and do something else for a little while.

          + + + + + + + + + + +

          You can also avoid online impulse purchases by making it harder to do. Block shopping web sites during time periods you know you're at your weakest, or remove all of your saved credit card or Paypal information. You can also practice the "HALT" method when you're shopping online or in a store. Try not to buy things when you're Hungry, Angry, Lonely, or Tired because you're at your weakest state mentally. Last, but not least, the "stranger test" can help you weed out bad purchases too.

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          The last thing you should consider when it comes to impulse buys is "artificial replacement." As Trent Hamm at The Simple Dollar explains, artificial replacement can happen when you start to reduce the time you get with your main interests:

          + + + + + + + + + + +
          +

          Whenever I consistently cut quality time for my main interests out of my life, I start to long for them. As you saw in that "typical" day, I do make room for spending time with my family, but my other two main interests are absent. If that happens too many days in a row, I start to really miss reading. I start to really miss playing thoughtful board games with friends. What happens after that? I start to substitute. When I don't have the opportunity to sit down for an hour or even for half an hour and really get lost in a book, I start looking for an alternative way to fill in the tiny slices of time that I do have. I'll spend money.

          + + + + + + + + + + +

          You probably have things in your life that provide plenty of gratification, so don't get caught substituting it with impulse buys. Always make sure you keep yourself happy with plenty of time doing the things you like to do and you won't be subconsciously trying to fill that void with useless crap.

          + + + + + + + + + + +

          Turn the Money You Save Into More Money

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          Once you've programmed your mind to stop buying crap you don't need, you'll have some extra cash to play with. Take all that money and start putting it toward your future and things you will need further down the road. You might need a home, a vehicle, or a way to retire, but none of that can happen until you start planning for it.

          + + + + + + + + + + +

          Start by paying off any debts you already have. Credit cards, student loans, and even car payments can force you to live paycheck to paycheck. Use the snowball method and pay off some small balances to make you feel motivated, then start taking out your debt in full force with the stacking method: stop creating new debt, determine which balances have the highest interest rates, and create a payment schedule to pay them off efficiently.

          + + + + + + + + + + +

          With your debts whittled down, you should start an emergency fund. No matter how well you plan things, accidents and health emergencies can still happen. An emergency fund is designed to make those kinds of events more manageable. This type of savings account is strictly for when life throws you a curveball, but you can grow one pretty easily with only modest savings.

          + + + + + + + + + + +

          When you've paid off your debt and prepared yourself for troubled times, you can start saving for the big stuff. All that money you're not spending on crap anymore can be saved, invested, and compounded to let you buy comfort and security. If you don't know where to start, talk to a financial planner. Or create a simple, yet effective "set and forget" investment portfolio. You've worked hard to reprogram your mind, so make sure you reap the benefits for many years to come.

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Photos by cmgirl (Shutterstock), Macrovector (Shutterstock), J E Theriot, davidd, George Redgrave, David Amsler, Arup Malakar, J B, jakerome, 401(K) 2012.

          36 146Reply

          This is one of my hardest habits to break. I've been working on it for literally years. I'm getting better, mainly because I've gone to cash-only recently. Swiping the debit/credit cards don't seem like "real" money (even though it obviously is). Having cash on hand, and then see it disappear makes the "Should I buy This?" decision that much easier. Usually it's "No".

          Flagged

          Yup. Each week, I give myself $25 cash for spending on me. If I go out to eat Friday night, that's it, it's gone.

          + + + + + + + + + + +

          I use the envelope system for dividing saved cash for special purchases, home improvements, etc. It's crazy how fast it adds up.

          Flagged

          Make a List of Everything You Own and Do Some Decluttering

          Why would I make a list when I could get right down to the business of decluttering?

          Flagged

          So you know what you already have. You can avoid buying something that you forget you had, or the next time you're in a store, you might remember that you have an item that can do the same job as the thing you're interested in. It also helps you gain a little perspective when you realize how many things you actually own already. It can help you rethink those desires to buy things.

          Flagged

          I am. Well, I was..... Some of it was spent on impulse buying Ziiiro watches last Valentine's Day lol. :( So I'm saving up, again. Sucks that it'll get delayed because of a freaking watch.

          + + + + + + + + + + +

          Ugh I feel like I need to read this article everyday.

          Flagged

          I love the suggestion of going camping to get away from stuff... You do realize that camping gear can be more expensive than electronics and gadgets.... Now I need to buy a $4500 tent and $1200 hiking shoes to get away from things....

          + + + + + + + + + + +

          Oh and I have to have all matching camping clothing from North Face... I need to go shopping.

          Flagged

          Haha, yeah, some camping gear can be pretty pricey, but I just went this past weekend with a rented tent and some friends, and it didn't cost much. Just got to avoid the "I want to look like an outdoorsy camper" style I guess :P

          Flagged

          My camping gear addiction is one of those that I need to do some decluttering on. I have a really cool 2 person Tent Cot that sound like awesome ideas until you actually see one in person.

          + + + + + + + + + + +

          http://www.amazon.com/Kamp-Rite-TB34...

          + + + + + + + + + + +

          They weigh nearly 90 pounds and will not fit in the back of anything but a full size SUV with the seats folded down or a pickup truck.

          + + + + + + + + + + +

          So it has sat in it's box in my basement for the past 3 years as a testament to my UPS guys hernia when he delivered it.

          Flagged

          lol! That does sound like a cool idea, but you're right, what's the point if you can't transport it easily? I wonder if someone makes a lighter, less cumbersome model...

          Flagged
          Hosts of other popular chats
          + + + +
          diff --git a/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-images.json new file mode 100644 index 0000000..1efdcbd --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-images.json @@ -0,0 +1,11 @@ +[ + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--hqqO9fze--\/n1s6c2m6kc07iqdyllj6.jpg", + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--QeUTCiuW--\/o4dpyrcbiqyfrc3bxx6p.jpg", + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--mlR3Ku0_--\/xrhkwleyurcizy4akiae.jpg", + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--Tacb0tyW--\/qodag11euf2npkawkn9v.jpg", + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--x9hLbIKJ--\/imfc9ybqfw0jmztbhfrh.jpg", + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--6NwBgQLy--\/afy7n45jfvsjdmmhonct.jpg", + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--ciqk42G0--\/s3pq8vjrvyjgne4lfsod.jpg", + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--mtob1sjR--\/y2ldv5eufb3jcrtfouye.jpg", + "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--4Ajak63w--\/atb9qm07fvvg7hqkumkw.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-metadata.json new file mode 100644 index 0000000..fa13f9e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Patrick Allan", + "Direction": null, + "Excerpt": "We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store.", + "Image": "http:\/\/i.kinja-img.com\/gawker-media\/image\/upload\/s--hqqO9fze--\/n1s6c2m6kc07iqdyllj6.jpg", + "Title": "How to Program Your Mind to Stop Buying Crap You Don’t Need", + "SiteName": "Lifehacker" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected.html b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected.html new file mode 100644 index 0000000..758a827 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected.html @@ -0,0 +1,659 @@ +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store.

          + + + + + + + + + + + +

          Understand How Your Own Brain Works Against You

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          It may come as no surprise to learn that stores employ all kinds of tricks to get you to part ways with your cash, and your brain plays right along. Through psychological tricks, product placement, and even color, stores are designed from the ground up to increase spending. We've talked about the biggest things stores do to manipulate your senses, but here are some of the biggest things to look out for:

          + + + + + + + + + + + + + + + + + + + + + +

          And sure, we can blame the stores all we want, but you won't change how they operate—you can only be aware of how your brain is falling for their tricks. Even without the stores, your brain is working against you on its own, thanks to some simple cognitive biases.

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          For example, confirmation bias makes you only believe the information that conforms to your prior beliefs, while you discount everything else. Advertisers appeal to this bias directly by convincing you one item is better than another with imagery and other tricks, regardless of what hard facts might say. Keep your mind open, do your own research, and accept when you're wrong about a product. The Decoy effect is also a commonly used tactic. You think one product is a deal because it's next to a similar product that's priced way higher. Even if it's a product you need, it's probably not as good of a deal as it looks right then and there. Again, always research beforehand and be on the lookout for this common trick to avoid impulse buys.

          + + + + + + + + + + +

          Make a List of Everything You Own and Do Some Decluttering

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          Now that you know what you're up against, it's time to start changing the way you think. Before you can stop buying crap you don't need, you need to identify what that crap is. The first step is to make a list of every single thing you own. Every. Single. Thing. This might sound extreme, but you need to gather your data so you can start reprogramming your mind.

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          The purpose of this exercise is twofold: you see what you already have and don't need to ever buy again, and you get to see what you shouldn't have bought in the first place. As you list everything out, separate items into categories. It's extremely important that you are as honest with yourself as possible while you do this. It's also important you actually write this all down or type it all out. Here is the first set of categories to separate everything into:

          + + + + + + + + + + + + + + + + + + + + + +

          Leave the things you listed as "needs" alone, put your stuff listed as "crap" in a pile or box to go bye-bye, and move your attention back to your "sometimes need" and "want" lists. You need to go back over both of those lists because you probably fudged some of the listings, either subconsciously or intentionally. Now ask yourself these three questions as you go through both the "sometimes need" and "want" lists:

          + + + + + + + + + + + + + + + + + + + + + +

          Remember to be honest and adjust your lists accordingly. There's nothing wrong with keeping things you wanted. Material items can bring happiness to many people, but make sure the items on your "want" list actively provide you joy and are being used. If an item doesn't get much use or doesn't make you happy, add it to the "crap" list.

          + + + + + + + + + + +

          Once you have everything organized, it's time to do some serious decluttering. This listing exercise should get you started, but there are a lot of other great ideas when it comes to ditching the junk you don't need. Regardless, everything on your "crap" list needs to go. You can donate it, sell it at a yard sale, give it away to people know, whatever you like. Before you get rid of everything, though, take a picture of all your stuff together. Print out or save the picture somewhere. Some of it was probably gifts, but in general, this is all the crap you bought that you don't need. Take a good look and remember it.

          + + + + + + + + + + +

          See How Much Money and Time You Spent on the Stuff You Threw Out

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          Now take a look at your "crap" list again and start calculating how much you spent on all of it. If it was a gift, mark it as $0. Otherwise, figure out the price of the item at the time you bought it. If you got a deal or bought it on sale it's okay to factor that in, but try to be as accurate as possible. Once you have the price for each item, add it all together. Depending on your spending habits this could possibly be in the hundreds to thousands of dollars. Remember the picture you took of all this stuff? Attach the total cost to the picture so you can see both at the same time.

          + + + + + + + + + + +

          With the money cost figured out, you should take a look at the other costs too. Time is a resource just like any other, and it's a finite one. What kind of time did you pour into these things? Consider the time you spent acquiring and using these items, then write it all down. These can be rough estimations, but go ahead and add it all up when you think you've got it. Now attach the total time to same picture as before and think of the other ways you could have spent all that time. This isn't to make you feel bad about yourself, just to deliver information to your brain in an easy-to-understand form. When you look at it all like this, it can open your eyes a little more, and help you think about purchases in the future. You'll look at an item and ask yourself, "Will this just end up in the picture?"

          + + + + + + + + + + +

          List Every Non-Material Thing In Your Life that Makes You Happy

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          Now it's time to make a different list. While material items may bring plenty of joy, the things in your life that make you happiest probably can't be bought. Get a separate piece of paper or create a new document and list out everything in your life that makes you happy. If you can't buy it, it's eligible for the list. It doesn't matter if it only makes you crack a smile or makes you jump for joy, list it out.

          + + + + + + + + + + +

          These are probably the things that actually make you want to get out of bed in the morning and keep on keepin' on. Once you have it all down, put it in your purse or wallet. The next time you feel the urge to buy something, whip this list out first and remind yourself why you probably don't need it.

          + + + + + + + + + + +

          Spend Some Time Away from Material Things to Gain Perspective

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          If you're having a really hard time with your spending, it can help to get away from material objects completely. When you're constantly surrounded by stuff and have access to buying things at all times, it can be really tough to break the habit. Spend a day in the park enjoying the sights and sounds of the outdoors, go camping with some friends, or hike a trail you haven't been on before.

          + + + + + + + + + + +

          Essentially, you want to show yourself that you don't need your "things" to have a good time. When you realize how much fun you can have without all the trinkets and trivets, you'll start to shut down your desire to buy them. If you can't get really get away right now, just go for a walk without your purse or wallet (but carry your ID). If you can't buy anything, you'll be forced to experience things a different way.

          + + + + + + + + + + +

          Develop a Personal "Should I Buy This?" Test

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          If you don't have a personal "should I buy this?" test, now's the perfect time to make one. When you find an item you think you need or want, it has to pass all of the questions you have on your test before you can buy it. Here's where you can use all of the data you've gathered so far and put it to really good use. The test should be personalized to your own buying habits, but here are some example questions:

          + + + + + + + + + + + + + + + + + + + + + +

          Custom build your test to hit all of your weaknesses. If you make a lot of impulse buys, include questions that address that. If you experience a lot of buyer's remorse, include a lot of questions that make you think about the use of item after you buy it. If buying the latest and greatest technology is your weakness, Joshua Becker at Becoming Minimalist suggests you ask yourself what problem the piece of tech solves. If you can't think of anything it solves or if you already have something that solves it, you don't need it. Be thorough and build a test that you can run through your mind every time you consider buying something.

          + + + + + + + + + + +

          Learn to Delay Gratification and Destroy the Urge to Impulse Buy

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          When it comes to the unnecessary crap we buy, impulse purchases probably make up a good deal of them. We love to feel gratification instantly and impulse buys appeal to that with a rush of excitement with each new purchase. We like to believe that we have control over our impulses all the time, but we really don't, and that's a major problem for the ol' wallet.

          + + + + + + + + + + +

          The key is teaching your brain that it's okay to wait for gratification. You can do this with a simple time out every time you want something. Look at whatever you're thinking of buying, go through your personal "should I buy this?" test, and then walk away for a little while. Planning your purchases ahead is ideal, so the longer you can hold off, the better. Set yourself a reminder to check on the item a week or month down the line. When you come back to it, you may find that you don't even want it, just the gratification that would come with it. If you're shopping online, you can do the same thing. Walk away from your desk or put your phone in your pocket and do something else for a little while.

          + + + + + + + + + + +

          You can also avoid online impulse purchases by making it harder to do. Block shopping web sites during time periods you know you're at your weakest, or remove all of your saved credit card or Paypal information. You can also practice the "HALT" method when you're shopping online or in a store. Try not to buy things when you're Hungry, Angry, Lonely, or Tired because you're at your weakest state mentally. Last, but not least, the "stranger test" can help you weed out bad purchases too.

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          The last thing you should consider when it comes to impulse buys is "artificial replacement." As Trent Hamm at The Simple Dollar explains, artificial replacement can happen when you start to reduce the time you get with your main interests:

          + + + + + + + + + + +
          +

          Whenever I consistently cut quality time for my main interests out of my life, I start to long for them. As you saw in that "typical" day, I do make room for spending time with my family, but my other two main interests are absent. If that happens too many days in a row, I start to really miss reading. I start to really miss playing thoughtful board games with friends. What happens after that? I start to substitute. When I don't have the opportunity to sit down for an hour or even for half an hour and really get lost in a book, I start looking for an alternative way to fill in the tiny slices of time that I do have. I'll spend money.

          + + + + + + + + + + +

          You probably have things in your life that provide plenty of gratification, so don't get caught substituting it with impulse buys. Always make sure you keep yourself happy with plenty of time doing the things you like to do and you won't be subconsciously trying to fill that void with useless crap.

          + + + + + + + + + + +

          Turn the Money You Save Into More Money

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          Once you've programmed your mind to stop buying crap you don't need, you'll have some extra cash to play with. Take all that money and start putting it toward your future and things you will need further down the road. You might need a home, a vehicle, or a way to retire, but none of that can happen until you start planning for it.

          + + + + + + + + + + +

          Start by paying off any debts you already have. Credit cards, student loans, and even car payments can force you to live paycheck to paycheck. Use the snowball method and pay off some small balances to make you feel motivated, then start taking out your debt in full force with the stacking method: stop creating new debt, determine which balances have the highest interest rates, and create a payment schedule to pay them off efficiently.

          + + + + + + + + + + +

          With your debts whittled down, you should start an emergency fund. No matter how well you plan things, accidents and health emergencies can still happen. An emergency fund is designed to make those kinds of events more manageable. This type of savings account is strictly for when life throws you a curveball, but you can grow one pretty easily with only modest savings.

          + + + + + + + + + + +

          When you've paid off your debt and prepared yourself for troubled times, you can start saving for the big stuff. All that money you're not spending on crap anymore can be saved, invested, and compounded to let you buy comfort and security. If you don't know where to start, talk to a financial planner. Or create a simple, yet effective "set and forget" investment portfolio. You've worked hard to reprogram your mind, so make sure you reap the benefits for many years to come.

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Photos by cmgirl (Shutterstock), Macrovector (Shutterstock), J E Theriot, davidd, George Redgrave, David Amsler, Arup Malakar, J B, jakerome, 401(K) 2012.

          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/source.html b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/source.html new file mode 100644 index 0000000..9256059 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/source.html @@ -0,0 +1,1241 @@ + + + + + + + + + + How to Program Your Mind to Stop Buying Crap You Don’t Need
          + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          We all buy things from time to time that we don't really need. It's okay to appeal to your wants every once in a while, as long as you're in control. If you struggle with clutter, impulse buys, and buyer's remorse, here's how to put your mind in the right place before you even set foot in a store.

          +
          +
          + + + + + + + + + + + +

          Understand How Your Own Brain Works Against You

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          It may come as no surprise to learn that stores employ all kinds of tricks to get you to part ways with your cash, and your brain plays right along. Through psychological tricks, product placement, and even color, stores are designed from the ground up to increase spending. We've talked about the biggest things stores do to manipulate your senses, but here are some of the biggest things to look out for:

          + + + + + + + + + + +
          • Color: Stores use color to make products attractive and eye-catching, but they also use color on price labels. Red stands out and can encourage taking action, that's why it's commonly associated with sale signage and advertising. When you see red, remember what they're trying to do to your brain with that color. You don't to buy something just because it's on sale.
          • Navigation Roadblocks: Stores force you to walk around stuff you don't need to find the stuff you are really after. Have a list of what you need before you go in, go straight to it, and imagine it's the only item in the store.
          • The Touch Factor: Stores place items they want to sell in easy to reach locations and encourage you to touch them. Don't do it! As soon as you pick something up, you're more likely to buy it because your mind suddenly takes ownership of the object. Don't pick anything up and don't play with display items.
          • Scents and Sounds: You'll probably hear classic, upbeat tunes when you walk into a store. The upbeat music makes you happy and excited, while playing familiar songs makes you feel comfortable. They also use pleasant smells to put your mind at ease. A happy, comfortable mind at ease is a dangerous combination for your brain when shopping. There's not much you can do to avoid this unless you shop online, but it's good to be aware of it.
          + + + + + + + + + + +

          And sure, we can blame the stores all we want, but you won't change how they operate—you can only be aware of how your brain is falling for their tricks. Even without the stores, your brain is working against you on its own, thanks to some simple cognitive biases.

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          For example, confirmation bias makes you only believe the information that conforms to your prior beliefs, while you discount everything else. Advertisers appeal to this bias directly by convincing you one item is better than another with imagery and other tricks, regardless of what hard facts might say. Keep your mind open, do your own research, and accept when you're wrong about a product. The Decoy effect is also a commonly used tactic. You think one product is a deal because it's next to a similar product that's priced way higher. Even if it's a product you need, it's probably not as good of a deal as it looks right then and there. Again, always research beforehand and be on the lookout for this common trick to avoid impulse buys.

          + + + + + + + + + + +

          Make a List of Everything You Own and Do Some Decluttering

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          Now that you know what you're up against, it's time to start changing the way you think. Before you can stop buying crap you don't need, you need to identify what that crap is. The first step is to make a list of every single thing you own. Every. Single. Thing. This might sound extreme, but you need to gather your data so you can start reprogramming your mind.

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          The purpose of this exercise is twofold: you see what you already have and don't need to ever buy again, and you get to see what you shouldn't have bought in the first place. As you list everything out, separate items into categories. It's extremely important that you are as honest with yourself as possible while you do this. It's also important you actually write this all down or type it all out. Here is the first set of categories to separate everything into:

          + + + + + + + + + + +
          • Need: You absolutely need this item to get by on a day to day basis.
          • Sometimes Need: You don't need this item every day, but you use it on a somewhat regular basis.
          • Want: You bought this item because you wanted it, not because you needed it.
          • Crap: You don't have a good reason why you have it and you already know it needs to go (there's probably a few of these items, at least).
          + + + + + + + + + + +

          Leave the things you listed as "needs" alone, put your stuff listed as "crap" in a pile or box to go bye-bye, and move your attention back to your "sometimes need" and "want" lists. You need to go back over both of those lists because you probably fudged some of the listings, either subconsciously or intentionally. Now ask yourself these three questions as you go through both the "sometimes need" and "want" lists:

          + + + + + + + + + + +
          • When was the last time I used this?
          • When will I use this again?
          • Does this item bring you joy?
          + + + + + + + + + + +

          Remember to be honest and adjust your lists accordingly. There's nothing wrong with keeping things you wanted. Material items can bring happiness to many people, but make sure the items on your "want" list actively provide you joy and are being used. If an item doesn't get much use or doesn't make you happy, add it to the "crap" list.

          + + + + + + + + + + +

          Once you have everything organized, it's time to do some serious decluttering. This listing exercise should get you started, but there are a lot of other great ideas when it comes to ditching the junk you don't need. Regardless, everything on your "crap" list needs to go. You can donate it, sell it at a yard sale, give it away to people know, whatever you like. Before you get rid of everything, though, take a picture of all your stuff together. Print out or save the picture somewhere. Some of it was probably gifts, but in general, this is all the crap you bought that you don't need. Take a good look and remember it.

          + + + + + + + + + + +

          See How Much Money and Time You Spent on the Stuff You Threw Out

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          Now take a look at your "crap" list again and start calculating how much you spent on all of it. If it was a gift, mark it as $0. Otherwise, figure out the price of the item at the time you bought it. If you got a deal or bought it on sale it's okay to factor that in, but try to be as accurate as possible. Once you have the price for each item, add it all together. Depending on your spending habits this could possibly be in the hundreds to thousands of dollars. Remember the picture you took of all this stuff? Attach the total cost to the picture so you can see both at the same time.

          + + + + + + + + + + +

          With the money cost figured out, you should take a look at the other costs too. Time is a resource just like any other, and it's a finite one. What kind of time did you pour into these things? Consider the time you spent acquiring and using these items, then write it all down. These can be rough estimations, but go ahead and add it all up when you think you've got it. Now attach the total time to same picture as before and think of the other ways you could have spent all that time. This isn't to make you feel bad about yourself, just to deliver information to your brain in an easy-to-understand form. When you look at it all like this, it can open your eyes a little more, and help you think about purchases in the future. You'll look at an item and ask yourself, "Will this just end up in the picture?"

          + + + + + + + + + + +

          List Every Non-Material Thing In Your Life that Makes You Happy

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          Now it's time to make a different list. While material items may bring plenty of joy, the things in your life that make you happiest probably can't be bought. Get a separate piece of paper or create a new document and list out everything in your life that makes you happy. If you can't buy it, it's eligible for the list. It doesn't matter if it only makes you crack a smile or makes you jump for joy, list it out.

          + + + + + + + + + + +

          These are probably the things that actually make you want to get out of bed in the morning and keep on keepin' on. Once you have it all down, put it in your purse or wallet. The next time you feel the urge to buy something, whip this list out first and remind yourself why you probably don't need it.

          + + + + + + + + + + +

          Spend Some Time Away from Material Things to Gain Perspective

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          If you're having a really hard time with your spending, it can help to get away from material objects completely. When you're constantly surrounded by stuff and have access to buying things at all times, it can be really tough to break the habit. Spend a day in the park enjoying the sights and sounds of the outdoors, go camping with some friends, or hike a trail you haven't been on before.

          + + + + + + + + + + +

          Essentially, you want to show yourself that you don't need your "things" to have a good time. When you realize how much fun you can have without all the trinkets and trivets, you'll start to shut down your desire to buy them. If you can't get really get away right now, just go for a walk without your purse or wallet (but carry your ID). If you can't buy anything, you'll be forced to experience things a different way.

          + + + + + + + + + + +

          Develop a Personal "Should I Buy This?" Test

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          If you don't have a personal "should I buy this?" test, now's the perfect time to make one. When you find an item you think you need or want, it has to pass all of the questions you have on your test before you can buy it. Here's where you can use all of the data you've gathered so far and put it to really good use. The test should be personalized to your own buying habits, but here are some example questions:

          + + + + + + + + + + +
          • Is this a planned purchase?
          • Will it end up in the "crap" list picture one day?
          • Where am I going to put it?
          • Have I included this in my budget?
          • Why do I want/need it?
          + + + + + + + + + + +

          Custom build your test to hit all of your weaknesses. If you make a lot of impulse buys, include questions that address that. If you experience a lot of buyer's remorse, include a lot of questions that make you think about the use of item after you buy it. If buying the latest and greatest technology is your weakness, Joshua Becker at Becoming Minimalist suggests you ask yourself what problem the piece of tech solves. If you can't think of anything it solves or if you already have something that solves it, you don't need it. Be thorough and build a test that you can run through your mind every time you consider buying something.

          + + + + + + + + + + +

          Learn to Delay Gratification and Destroy the Urge to Impulse Buy

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          When it comes to the unnecessary crap we buy, impulse purchases probably make up a good deal of them. We love to feel gratification instantly and impulse buys appeal to that with a rush of excitement with each new purchase. We like to believe that we have control over our impulses all the time, but we really don't, and that's a major problem for the ol' wallet.

          + + + + + + + + + + +

          The key is teaching your brain that it's okay to wait for gratification. You can do this with a simple time out every time you want something. Look at whatever you're thinking of buying, go through your personal "should I buy this?" test, and then walk away for a little while. Planning your purchases ahead is ideal, so the longer you can hold off, the better. Set yourself a reminder to check on the item a week or month down the line. When you come back to it, you may find that you don't even want it, just the gratification that would come with it. If you're shopping online, you can do the same thing. Walk away from your desk or put your phone in your pocket and do something else for a little while.

          + + + + + + + + + + +

          You can also avoid online impulse purchases by making it harder to do. Block shopping web sites during time periods you know you're at your weakest, or remove all of your saved credit card or Paypal information. You can also practice the "HALT" method when you're shopping online or in a store. Try not to buy things when you're Hungry, Angry, Lonely, or Tired because you're at your weakest state mentally. Last, but not least, the "stranger test" can help you weed out bad purchases too.

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          The last thing you should consider when it comes to impulse buys is "artificial replacement." As Trent Hamm at The Simple Dollar explains, artificial replacement can happen when you start to reduce the time you get with your main interests:

          + + + + + + + + + + +
          +

          Whenever I consistently cut quality time for my main interests out of my life, I start to long for them. As you saw in that "typical" day, I do make room for spending time with my family, but my other two main interests are absent. If that happens too many days in a row, I start to really miss reading. I start to really miss playing thoughtful board games with friends. What happens after that? I start to substitute. When I don't have the opportunity to sit down for an hour or even for half an hour and really get lost in a book, I start looking for an alternative way to fill in the tiny slices of time that I do have. I'll spend money.

          + + + + + + + + + + +

          You probably have things in your life that provide plenty of gratification, so don't get caught substituting it with impulse buys. Always make sure you keep yourself happy with plenty of time doing the things you like to do and you won't be subconsciously trying to fill that void with useless crap.

          + + + + + + + + + + +

          Turn the Money You Save Into More Money

          + + + + + + + + + + +

          How to Program Your Mind to Stop Buying Crap You Don’t Need

          + + + + + + + + + + +

          Once you've programmed your mind to stop buying crap you don't need, you'll have some extra cash to play with. Take all that money and start putting it toward your future and things you will need further down the road. You might need a home, a vehicle, or a way to retire, but none of that can happen until you start planning for it.

          + + + + + + + + + + +

          Start by paying off any debts you already have. Credit cards, student loans, and even car payments can force you to live paycheck to paycheck. Use the snowball method and pay off some small balances to make you feel motivated, then start taking out your debt in full force with the stacking method: stop creating new debt, determine which balances have the highest interest rates, and create a payment schedule to pay them off efficiently.

          + + + + + + + + + + +

          With your debts whittled down, you should start an emergency fund. No matter how well you plan things, accidents and health emergencies can still happen. An emergency fund is designed to make those kinds of events more manageable. This type of savings account is strictly for when life throws you a curveball, but you can grow one pretty easily with only modest savings.

          + + + + + + + + + + +

          When you've paid off your debt and prepared yourself for troubled times, you can start saving for the big stuff. All that money you're not spending on crap anymore can be saved, invested, and compounded to let you buy comfort and security. If you don't know where to start, talk to a financial planner. Or create a simple, yet effective "set and forget" investment portfolio. You've worked hard to reprogram your mind, so make sure you reap the benefits for many years to come.

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

          Photos by cmgirl (Shutterstock), Macrovector (Shutterstock), J E Theriot, davidd, George Redgrave, David Amsler, Arup Malakar, J B, jakerome, 401(K) 2012.

          36 146Reply
          + + + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-images.json new file mode 100644 index 0000000..c4caaa1 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-images.json @@ -0,0 +1,5 @@ +[ + "https:\/\/2.bp.blogspot.com\/-chCZZinlUTg\/WEcxvJo9gdI\/AAAAAAAADnk\/3ND_BspqN6Y2j5xxkLFW3RyS2Ig0NHZpQCLcB\/w1200-h630-p-k-nu\/ipsum-opsum.gif", + "https:\/\/2.bp.blogspot.com\/-chCZZinlUTg\/WEcxvJo9gdI\/AAAAAAAADnk\/3ND_BspqN6Y2j5xxkLFW3RyS2Ig0NHZpQCLcB\/s640\/ipsum-opsum.gif", + "https:\/\/2.bp.blogspot.com\/-5aRh1dM6Unc\/WEcNs55RGhI\/AAAAAAAADnI\/tzr_oOJjZwgWd9Vu25ydY0UwB3eXKupXwCLcB\/s200\/image01.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-metadata.json new file mode 100644 index 0000000..d13d96c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "", + "Direction": null, + "Excerpt": "Posted by Andrew Hayden, Software Engineer on Google Play Android users are downloading tens of billions of apps and games on Google Pla...", + "Image": "https:\/\/2.bp.blogspot.com\/-chCZZinlUTg\/WEcxvJo9gdI\/AAAAAAAADnk\/3ND_BspqN6Y2j5xxkLFW3RyS2Ig0NHZpQCLcB\/w1200-h630-p-k-nu\/ipsum-opsum.gif", + "Title": "Saving Data: Reducing the size of App Updates by 65%", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected.html b/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected.html new file mode 100644 index 0000000..12d7733 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected.html @@ -0,0 +1,179 @@ +
          +

          +Posted by Andrew Hayden, Software Engineer on Google Play +

          +

          +Android users are downloading tens of billions of apps and games on Google Play. + We're also seeing developers update their apps frequently in order to provide +users with great content, improve security, and enhance the overall user +experience. It takes a lot of data to download these updates and we know users +care about how much data their devices are using. Earlier this year, we +announced that we started using the +bsdiff algorithm (by +Colin Percival). Using bsdiff, we were able to reduce the size of app +updates on average by 47% compared to the full APK size. +

          +

          +Today, we're excited to share a new approach that goes further — File-by-File +patching. App Updates using File-by-File patching are, on average, +65% smaller than the full app, and in some cases more than 90% +smaller. +

          +

          +The savings, compared to our previous approach, add up to 6 petabytes of user +data saved per day! +

          +

          +In order to get the new version of the app, Google Play sends your device a +patch that describes the differences between the old and new versions +of the app. +

          +

          +Imagine you are an author of a book about to be published, and wish to change a +single sentence - it's much easier to tell the editor which sentence to change +and what to change, rather than send an entirely new book. In the same way, +patches are much smaller and much faster to download than the entire APK. +

          +

          +Techniques used in File-by-File +patching +

          +

          +Android apps are packaged as APKs, which are ZIP files with special conventions. +Most of the content within the ZIP files (and APKs) is compressed using a +technology called Deflate. +Deflate is really good at compressing data but it has a drawback: it makes +identifying changes in the original (uncompressed) content really hard. Even a +tiny change to the original content (like changing one word in a book) can make +the compressed output of deflate look completely different. Describing +the differences between the original content is easy, but describing +the differences between the compressed content is so hard that it leads +to inefficient patches. +

          +

          +Watch how much the compressed text on the right side changes from a one-letter +change in the uncompressed text on the left: +

          +

          +

          +File-by-File therefore is based on detecting changes in the uncompressed data. +To generate a patch, we first decompress both old and new files before computing +the delta (we still use bsdiff here). Then to apply the patch, we decompress the +old file, apply the delta to the uncompressed content and then recompress the +new file. In doing so, we need to make sure that the APK on your device is a +perfect match, byte for byte, to the one on the Play Store (see APK Signature +Schema v2 for why). +

          +

          +When recompressing the new file, we hit two complications. First, Deflate has a +number of settings that affect output; and we don't know which settings were +used in the first place. Second, many versions of deflate exist and we need to +know whether the version on your device is suitable. +

          +

          +Fortunately, after analysis of the apps on the Play Store, we've discovered that +recent and compatible versions of deflate based on zlib (the most popular +deflate library) account for almost all deflated content in the Play Store. In +addition, the default settings (level=6) and maximum compression settings +(level=9) are the only settings we encountered in practice. +

          +

          +Knowing this, we can detect and reproduce the original deflate settings. This +makes it possible to uncompress the data, apply a patch, and then recompress the +data back to exactly the same bytes as originally uploaded. +

          +

          +However, there is one trade off; extra processing power is needed on the device. +On modern devices (e.g. from 2015), recompression can take a little over a +second per megabyte and on older or less powerful devices it can be longer. +Analysis so far shows that, on average, if the patch size is halved then the +time spent applying the patch (which for File-by-File includes recompression) is +doubled. +

          +

          +For now, we are limiting the use of this new patching technology to auto-updates +only, i.e. the updates that take place in the background, usually at night when +your phone is plugged into power and you're not likely to be using it. This +ensures that users won't have to wait any longer than usual for an update to +finish when manually updating an app. +

          +

          +How effective is File-by-File +Patching? +

          +

          +Here are examples of app updates already using File-by-File Patching: +

          +
          + + + + + + + + +

          Application

          +

          Original Size

          +

          Previous (BSDiff) Patch Size

          +

          (% vs original)

          +

          File-by-File Patch Size (% vs original)

          +
          +

          71.1 MB

          +

          13.4 MB (-81%)

          +

          8.0 MB (-89%)

          +
          +

          32.7 MB

          +

          17.5 MB (-46%)

          +

          9.6 MB (-71%)

          +
          +

          17.8 MB

          +

          7.6 MB (-57%)

          +

          7.3 MB (-59%)

          +
          +

          18.9 MB

          +

          17.2 MB (-9%)

          +

          13.1 MB (-31%)

          +
          +

          52.4 MB

          +

          19.1 MB (-64%)

          +

          8.4 MB (-84%)

          +
          +

          16.2 MB

          +

          7.7 MB (-52%)

          +

          1.2 MB (-92%)

          +
          +
          +

          Disclaimer: if you see different patch sizes when you press "update" +manually, that is because we are not currently using File-by-file for +interactive updates, only those done in the background.

          +Saving data and making our +users (& developers!) happy +

          +

          +These changes are designed to ensure our community of over a billion Android +users use as little data as possible for regular app updates. The best thing is +that as a developer you don't need to do anything. You get these reductions to +your update size for free! +

          + +

          +If you'd like to know more about File-by-File patching, including the technical +details, head over to the Archive Patcher GitHub +project where you can find information, including the source code. Yes, +File-by-File patching is completely open-source! +

          +

          +As a developer if you're interested in reducing your APK size still further, +here are some general +tips on reducing APK size. +

          +

          + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/source.html b/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/source.html new file mode 100644 index 0000000..b9ca816 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/source.html @@ -0,0 +1,3165 @@ + + + + + + + + + + + + + + + + + + + + +Saving Data: Reducing the size of App Updates by 65% | Android Developers Blog + + + + + + + + + + + + + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          This Blog
          This Blog
           
           
           
          +
          + +
          + +

          06 December 2016

          + +
          + +
          +
          + +

          +Saving Data: Reducing the size of App Updates by 65% +

          +
          +
          +
          +
          +

          +Posted by Andrew Hayden, Software Engineer on Google Play +

          +

          +Android users are downloading tens of billions of apps and games on Google Play. + We're also seeing developers update their apps frequently in order to provide +users with great content, improve security, and enhance the overall user +experience. It takes a lot of data to download these updates and we know users +care about how much data their devices are using. Earlier this year, we +announced that we started using the +bsdiff algorithm (by +Colin Percival). Using bsdiff, we were able to reduce the size of app +updates on average by 47% compared to the full APK size. +

          +

          +Today, we're excited to share a new approach that goes further — File-by-File +patching. App Updates using File-by-File patching are, on average, +65% smaller than the full app, and in some cases more than 90% +smaller. +

          +

          +The savings, compared to our previous approach, add up to 6 petabytes of user +data saved per day! +

          +

          +In order to get the new version of the app, Google Play sends your device a +patch that describes the differences between the old and new versions +of the app. +

          +

          +Imagine you are an author of a book about to be published, and wish to change a +single sentence - it's much easier to tell the editor which sentence to change +and what to change, rather than send an entirely new book. In the same way, +patches are much smaller and much faster to download than the entire APK. +

          +

          +Techniques used in File-by-File +patching +

          +

          +Android apps are packaged as APKs, which are ZIP files with special conventions. +Most of the content within the ZIP files (and APKs) is compressed using a +technology called Deflate. +Deflate is really good at compressing data but it has a drawback: it makes +identifying changes in the original (uncompressed) content really hard. Even a +tiny change to the original content (like changing one word in a book) can make +the compressed output of deflate look completely different. Describing +the differences between the original content is easy, but describing +the differences between the compressed content is so hard that it leads +to inefficient patches. +

          +

          +Watch how much the compressed text on the right side changes from a one-letter +change in the uncompressed text on the left: +

          +
          +

          +File-by-File therefore is based on detecting changes in the uncompressed data. +To generate a patch, we first decompress both old and new files before computing +the delta (we still use bsdiff here). Then to apply the patch, we decompress the +old file, apply the delta to the uncompressed content and then recompress the +new file. In doing so, we need to make sure that the APK on your device is a +perfect match, byte for byte, to the one on the Play Store (see APK Signature +Schema v2 for why). +

          +

          +When recompressing the new file, we hit two complications. First, Deflate has a +number of settings that affect output; and we don't know which settings were +used in the first place. Second, many versions of deflate exist and we need to +know whether the version on your device is suitable. +

          +

          +Fortunately, after analysis of the apps on the Play Store, we've discovered that +recent and compatible versions of deflate based on zlib (the most popular +deflate library) account for almost all deflated content in the Play Store. In +addition, the default settings (level=6) and maximum compression settings +(level=9) are the only settings we encountered in practice. +

          +

          +Knowing this, we can detect and reproduce the original deflate settings. This +makes it possible to uncompress the data, apply a patch, and then recompress the +data back to exactly the same bytes as originally uploaded. +

          +

          +However, there is one trade off; extra processing power is needed on the device. +On modern devices (e.g. from 2015), recompression can take a little over a +second per megabyte and on older or less powerful devices it can be longer. +Analysis so far shows that, on average, if the patch size is halved then the +time spent applying the patch (which for File-by-File includes recompression) is +doubled. +

          +

          +For now, we are limiting the use of this new patching technology to auto-updates +only, i.e. the updates that take place in the background, usually at night when +your phone is plugged into power and you're not likely to be using it. This +ensures that users won't have to wait any longer than usual for an update to +finish when manually updating an app. +

          +

          +How effective is File-by-File +Patching? +

          +

          +Here are examples of app updates already using File-by-File Patching: +

          +
          +
          +
          +
          + + + + + + + + +
          +Application
          +
          +Original Size
          +
          +Previous (BSDiff) Patch Size
          +
          +(% vs original)
          +
          +File-by-File Patch Size (% vs original)
          +
          +
          +71.1 MB
          +
          +13.4 MB (-81%)
          +
          +8.0 MB (-89%)
          +
          +
          +32.7 MB
          +
          +17.5 MB (-46%)
          +
          +9.6 MB (-71%)
          +
          +
          +17.8 MB
          +
          +7.6 MB (-57%)
          +
          +7.3 MB (-59%)
          +
          +
          +18.9 MB
          +
          +17.2 MB (-9%)
          +
          +13.1 MB (-31%)
          +
          +
          +52.4 MB
          +
          +19.1 MB (-64%)
          +
          +8.4 MB (-84%)
          +
          +
          +16.2 MB
          +
          +7.7 MB (-52%)
          +
          +1.2 MB (-92%)
          +
          +
          +
          +
          +
          +
          +Disclaimer: if you see different patch sizes when you press "update" +manually, that is because we are not currently using File-by-file for +interactive updates, only those done in the background. +

          +Saving data and making our +users (& developers!) happy +

          +

          +These changes are designed to ensure our community of over a billion Android +users use as little data as possible for regular app updates. The best thing is +that as a developer you don't need to do anything. You get these reductions to +your update size for free! +

          + +

          +If you'd like to know more about File-by-File patching, including the technical +details, head over to the Archive Patcher GitHub +project where you can find information, including the source code. Yes, +File-by-File patching is completely open-source! +

          +

          +As a developer if you're interested in reducing your APK size still further, +here are some general +tips on reducing APK size. +

          +
          + +
          +
          + +
          +
          + + +
          +
          + +
          + +
          +
          + +Newer Post + + +Older Post + +Home +
          +
          +
          +
          + +
          +
          +
          +
          +
          + +
          +
          +
          +
          + +
          +
          +
          +
          + +
          + +
          +
          +
          +
          +
          +
          +
          +
          + +
          + +
          +
          +
          +
          +
          +
          +
          +
          + + + + + + + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/lwn-1/config.json b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/config.json new file mode 100644 index 0000000..0ac6816 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/config.json @@ -0,0 +1,3 @@ +{ + "ArticleByLine": true +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-images.json new file mode 100644 index 0000000..3f6b610 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-images.json @@ -0,0 +1,6 @@ +[ + "http:\/\/fakehost\/images\/2015\/03-qgis-map-sm.png", + "http:\/\/fakehost\/images\/2015\/03-qgis-query-sm.png", + "http:\/\/fakehost\/images\/2015\/03-qgis-simplify-sm.png", + "http:\/\/fakehost\/images\/2015\/03-qgis-style-sm.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-metadata.json new file mode 100644 index 0000000..584887a --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "By Nathan Willis\n March 25, 2015", + "Direction": null, + "Excerpt": "The Arduino has been one of the biggest success stories of the open-hardware movement, but that success does not protect it from internal conflict. In recent months, two of the project's founders have come into conflict about the direction of future efforts—and that conflict has turned into a legal dispute about who owns the rights to the Arduino trademark.", + "Image": null, + "Title": "LWN.net Weekly Edition for March 26, 2015 [LWN.net]", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected.html new file mode 100644 index 0000000..f17b05a --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected.html @@ -0,0 +1,655 @@ +
          + + +
          +

          A trademark battle in the Arduino community

          + +

          The Arduino has been one of the biggest success stories of the open-hardware movement, but that success does not protect it from internal conflict. In recent months, two of the project's founders have come into conflict about the direction of future efforts—and that conflict has turned into a legal dispute about who owns the rights to the Arduino trademark.

          +

          The current fight is a battle between two companies that both bear the Arduino name: Arduino LLC and Arduino SRL. The disagreements that led to present state of affairs go back a bit further.

          +

          The Arduino project grew out of 2005-era course work taught at the Interaction Design Institute Ivrea (IDII) in Ivrea, Italy (using Processing, Wiring, and pre-existing microcontroller hardware). After the IDII program was discontinued, the open-hardware Arduino project as we know it was launched by Massimo Banzi, David Cuartielles, and David Mellis (who had worked together at IDII), with co-founders Tom Igoe and Gianluca Martino joining shortly afterward. The project released open hardware designs (including full schematics and design files) as well as the microcontroller software to run on the boards and the desktop IDE needed to program it.

          +

          Arduino LLC was incorporated in 2008 by Banzi, Cuartielles, Mellis, Igoe, and Martino. The company is registered in the United States, and it has continued to design the Arduino product line, develop the software, and run the Arduino community site. The hardware devices themselves, however, were manufactured by a separate company, "Smart Projects SRL," that was founded by Martino. "SRL" is essentially the Italian equivalent of "LLC"—Smart Projects was incorporated in Italy.

          +

          This division of responsibilities—with the main Arduino project handling everything except for board manufacturing—may seem like an odd one, but it is consistent with Arduino's marketing story. From its earliest days, the designs for the hardware have been freely available, and outside companies were allowed to make Arduino-compatible devices. The project has long run a certification +program for third-party manufacturers interested in using the "Arduino" branding, but allows (and arguably even encourages) informal software and firmware compatibility.

          +

          The Arduino branding was not formally registered as a trademark in the early days, however. Arduino LLC filed to register the US trademark in April 2009, and it was granted in 2011.

          +

          At this point, the exact events begin to be harder to verify, but the original group of founders reportedly had a difference of opinion about how to license out hardware production rights to other companies. Wired Italy reports that Martino and Smart Projects resisted the other four founders' plans to "internationalize" production—although it is not clear if that meant that Smart Projects disapproved of licensing out any official hardware manufacturing to other companies, or had some other concern. Heise Online adds that the conflict seemed to be about moving some production to China.

          +

          What is clear is that Smart Projects filed a petition with the US Patent and Trademark Office (USPTO) in October 2014 asking the USPTO to cancel Arduino LLC's trademark on "Arduino." Then, in November 2014, Smart Projects changed its company's name to Arduino SRL. Somewhere around that time, Martino sold off his ownership stake in Smart Projects SRL and new owner Federico Musto was named CEO.

          +

          Unsurprisingly, Arduino LLC did not care for the petition to the USPTO and, in January 2015, the company filed a trademark-infringement lawsuit against Arduino SRL. Confusing matters further, the re-branded Arduino SRL has set up its own web site using the domain name arduino.org, which duplicates most of the site features found on the original Arduino site (arduino.cc). That includes both a hardware store and software downloads.

          +

          Musto, the new CEO of the company now called Arduino SRL, has a bit of a history with Arduino as well. His other manufacturing business had collaborated with Arduino LLC on the design and production of the Arduino Yún, which has received some criticism for including proprietary components.

          +

          Hackaday has run a two-part series (in February and March) digging into the ins and outs of the dispute, including the suggestion that Arduino LLC's recent release of version 1.6.0 of the Arduino IDE was a move intended to block Arduino SRL from hijacking IDE development. Commenter Paul Stoffregen (who was the author of the Heise story above) noted that Arduino SRL recently created a fork of the Arduino IDE on GitHub.

          +

          Most recently, Banzi broke his silence about the dispute in a story published at MAKEzine. There, Banzi claims that Martino secretly filed a trademark application on "Arduino" in Italy in 2008 and told none of the other Arduino founders. He also details a series of unpleasant negotiations between the companies, including Smart Projects stopping the royalty payments it had long sent to Arduino LLC for manufacturing devices and re-branding its boards with the Arduino.org URL.

          +

          Users appear to be stuck in the middle. Banzi says that several retail outlets that claim to be selling "official" Arduino boards are actually paying Arduino SRL, not Arduino LLC, but it is quite difficult to determine which retailers are lined up on which side, since there are (typically) several levels of supplier involved. The two Arduino companies' web sites also disagree about the available hardware, with Arduino.org offering the new Arduino Zero model for sale today and Arduino.cc listing it as "Coming soon."

          +

          Furthermore, as Hackaday's March story explains, the recently-released Arduino.cc IDE now reports that boards manufactured by Arduino SRL are "uncertified." That warning does not prevent users from programming the other company's hardware, but it will no doubt confuse quite a few users who believe they possess genuine Arduino-manufactured devices.

          +

          The USPTO page for Arduino SRL's petition notes pre-trial disclosure dates have been set for August and October of 2015 (for Arduino SRL and Arduino LLC, respectively), which suggests that this debate is far from over. Of course, it is always disappointing to observe a falling out between project founders, particularly when the project in question has had such an impact on open-source software and open hardware.

          +

          One could argue that disputes of this sort are proof that even small projects started among friends need to take legal and intellectual-property issues (such as trademarks) seriously from the very beginning—perhaps Arduino and Smart Projects thought that an informal agreement was all that was necessary in the early days, after all.

          +

          But, perhaps, once a project becomes profitable, there is simply no way to predict what might happen. Arduino LLC would seem to have a strong case for continual and rigorous use of the "Arduino" trademark, which is the salient point in US trademark law. It could still be a while before the courts rule on either side of that question, however.

          +

          Comments (5 posted)

          + +

          Mapping and data mining with QGIS 2.8

          +

          By Nathan Willis +
          March 25, 2015

          +

          QGIS is a free-software geographic information system (GIS) tool; it provides a unified interface in which users can import, edit, and analyze geographic-oriented information, and it can produce output as varied as printable maps or map-based web services. The project recently made its first update to be designated a long-term release (LTR), and that release is both poised for high-end usage and friendly to newcomers alike.

          +

          The new release is version 2.8, which was unveiled on March 2. An official change +log is available on the QGIS site, while the release itself was announced primarily through blog posts (such as this +post by Anita Graser of the project's steering committee). Downloads are available for a variety of platforms, including packages for Ubuntu, Debian, Fedora, openSUSE, and several other distributions.

          +

          [QGIS main interface]

          As the name might suggest, QGIS is a Qt application; the latest release will, in fact, build on both Qt4 and Qt5, although the binaries released by the project come only in Qt4 form at present. 2.8 has been labeled a long-term release (LTR)—which, in this case, means that the project has committed to providing backported bug fixes for one full calendar year, and that the 2.8.x series is in permanent feature freeze. The goal, according to the change log, is to provide a stable version suitable for businesses and deployments in other large organizations. The change log itself points out that the development of quite a few new features was underwritten by various GIS companies or university groups, which suggests that taking care of these organizations' needs is reaping dividends for the project.

          +

          For those new to QGIS (or GIS in general), there is a detailed new-user tutorial that provides a thorough walk-through of the data-manipulation, mapping, and analysis functions. Being a new user, I went through the tutorial; although there are a handful of minor differences between QGIS 2.8 and the version used in the text (primarily whether specific features were accessed through a toolbar or right-click menu), on the whole it is well worth the time.

          +

          QGIS is designed to make short work of importing spatially oriented data sets, mining information from them, and turning the results into a meaningful visualization. Technically speaking, the visualization output is optional: one could simply extract the needed statistics and results and use them to answer some question or, perhaps, publish the massaged data set as a database for others to use.

          +

          But well-made maps are often the easiest way to illuminate facts about populations, political regions, geography, and many other topics when human comprehension is the goal. QGIS makes importing data from databases, web-mapping services (WMS), and even unwieldy flat-file data dumps a painless experience. It handles converting between a variety of map-referencing systems more or less automatically, and allows the user to focus on finding the useful attributes of the data sets and rendering them on screen.

          +

          Here be data

          +

          The significant changes in QGIS 2.8 fall into several categories. There are updates to how QGIS handles the mathematical expressions and queries users can use to filter information out of a data set, improvements to the tools used to explore the on-screen map canvas, and enhancements to the "map composer" used to produce visual output. This is on top of plenty of other under-the-hood improvements, naturally.

          +

          [QGIS query builder]

          In the first category are several updates to the filtering tools used to mine a data set. Generally speaking, each independent data set is added to a QGIS project as its own layer, then transformed with filters to focus in on a specific portion of the original data. For instance, the land-usage statistics for a region might be one layer, while roads and buildings for the same region from OpenStreetMap might be two additional layers. Such filters can be created in several ways: there is a "query builder" that lets the user construct and test expressions on a data layer, then save the results, an SQL console for performing similar queries on a database, and spreadsheet-like editing tools for working directly on data tables.

          +

          All three have been improved in this release. New are support for if(condition, true, false) conditional statements, a set of operations for geometry primitives (e.g., to test whether regions overlap or lines intersect), and an "integer divide" operation. Users can also add comments to their queries to annotate their code, and there is a new custom +function editor for writing Python functions that can be called in mathematical expressions within the query builder.

          +

          It is also now possible to select only some rows in a table, then perform calculations just on the selection—previously, users would have to extract the rows of interest into a new table first. Similarly, in the SQL editor, the user can highlight a subset of the SQL query and execute it separately, which is no doubt helpful for debugging.

          +

          There have also been several improvements to the Python and Processing plugins. Users can now drag-and-drop Python scripts onto QGIS and they will be run automatically. Several new analysis algorithms are now available through the Processing interface that were previously Python-only; they include algorithms for generating grids of points or vectors within a region, splitting layers and lines, generating hypsometric +curves, refactoring data sets, and more.

          +

          Maps in, maps out

          +

          [QGIS simplify tool]

          The process of working with on-screen map data picked up some improvements in the new release as well. Perhaps the most fundamental is that each map layer added to the canvas is now handled in its own thread, so fewer hangs in the user interface are experienced when re-rendering a layer (as happens whenever the user changes the look of points or shapes in a layer). Since remote databases can also be layers, this multi-threaded approach is more resilient against connectivity problems, too. The interface also now supports temporary "scratch" layers that can be used to merge, filter, or simply experiment with a data set, but are not saved when the current project is saved.

          +

          For working on the canvas itself, polygonal regions can now use raster images (tiled, if necessary) as fill colors, the map itself can be rotated arbitrarily, and objects can be "snapped" to align with items on any layer (not just the current layer). For working with raster image layers (e.g., aerial photographs) or simply creating new geometric shapes by hand, there is a new digitizing tool that can offer assistance by locking lines to specific angles, automatically keeping borders parallel, and other niceties.

          +

          There is a completely overhauled "simplify" tool that is used to reduce the number of extraneous vertices of a vector layer (thus reducing its size). The old simplify tool provided only a relative "tolerance" setting that did not correspond directly to any units. With the new tool, users can set a simplification threshold in terms of the underlying map units, layer-specific units, pixels, and more—and, in addition, the tool reports how much the simplify operation has reduced the size of the data.

          +

          [QGIS style editing]

          There has also been an effort to present a uniform interface to one of the most important features of the map canvas: the ability to change the symbology used for an item based on some data attribute. The simplest example might be to change the line color of a road based on whether its road-type attribute is "highway," "service road," "residential," or so on. But the same feature is used to automatically highlight layer information based on the filtering and querying functionality discussed above. The new release allows many more map attributes to be controlled by these "data definition" settings, and provides a hard-to-miss button next to each attribute, through which a custom data definition can be set.

          +

          QGIS's composer module is the tool used to take project data and generate a map that can be used outside of the application (in print, as a static image, or as a layer for MapServer or some other software tool, for example). Consequently, it is not a simple select-and-click-export tool; composing the output can involve a lot of choices about which data to make visible, how (and where) to label it, and how to make it generally accessible.

          +

          The updated composer in 2.8 now has a full-screen mode and sports several new options for configuring output. For instance, the user now has full control over how map axes are labeled. In previous releases, the grid coordinates of the map could be turned on or off, but the only options were all or nothing. Now, the user can individually choose whether coordinates are displayed on all four sides, and can even choose in which direction vertical text labels will run (so that they can be correctly justified to the edge of the map, for example).

          +

          There are, as usual, many more changes than there is room to discuss. Some particularly noteworthy improvements include the ability to save and load bookmarks for frequently used data sources (perhaps most useful for databases, web services, and other non-local data) and improvements to QGIS's server module. This module allows one QGIS instance to serve up data accessible to other QGIS applications (for example, to simply team projects). The server can now be extended with Python plugins and the data layers that it serves can be styled with style rules like those used in the desktop interface.

          +

          QGIS is one of those rare free-software applications that is both powerful enough for high-end work and yet also straightforward to use for the simple tasks that might attract a newcomer to GIS in the first place. The 2.8 release, particularly with its project-wide commitment to long-term support, appears to be an update well worth checking out, whether one needs to create a simple, custom map or to mine a database for obscure geo-referenced meaning.

          +

          Comments (3 posted)

          + +

          Development activity in LibreOffice and OpenOffice

          +

          By Jonathan Corbet +
          March 25, 2015

          The LibreOffice project was announced with great fanfare in September 2010. Nearly one year later, the OpenOffice.org project (from which LibreOffice was forked) was +cut loose from Oracle and found a new home as an Apache project. It is fair to say that the rivalry between the two projects in the time since then has been strong. Predictions that one project or the other would fail have not been borne out, but that does not mean that the two projects are equally successful. A look at the two projects' development communities reveals some interesting differences. +

          +

          Release histories

          +

          Apache OpenOffice has made two releases in the past year: 4.1 in April 2014 and 4.1.1 (described as "a micro update" in the release announcement) in August. The main feature added during that time would appear to be significantly improved accessibility support.

          +

          The release history for LibreOffice tells a slightly different story:

          + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          ReleaseDate
          4.2.3April 2014
          4.1.6April 2014
          4.2.4May 2014
          4.2.5June 2014
          4.3July 2014
          4.2.6August 2014
          4.3.1August 2014
          4.3.2September 2014
          4.2.7/4.3.3October 2014
          4.3.4November 2014
          4.2.8December 2014
          4.3.5December 2014
          4.4January 2015
          4.3.6February 2015
          4.4.1February 2015
          +
          +

          It seems clear that LibreOffice has maintained a rather more frenetic release cadence, generally putting out at least one release per month. The project typically keeps at least two major versions alive at any one time. Most of the releases are of the minor, bug-fix variety, but there have been two major releases in the last year as well.

          + +

          Development statistics

          +

          In the one-year period since late March 2014, there have been 381 changesets committed to the OpenOffice Subversion repository. The most active committers are:

          + +
          + + + + + + + + + + +
          Most active OpenOffice developers
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          By changesets
          Herbert Dürr6316.6%
          Jürgen Schmidt             5614.7%
          Armin Le Grand5614.7%
          Oliver-Rainer Wittmann4612.1%
          Tsutomu Uchino338.7%
          Kay Schenk277.1%
          Pedro Giffuni236.1%
          Ariel Constenla-Haile225.8%
          Andrea Pescetti143.7%
          Steve Yin112.9%
          Andre Fischer102.6%
          Yuri Dario71.8%
          Regina Henschel61.6%
          Juan C. Sanz20.5%
          Clarence Guo20.5%
          Tal Daniel20.5%
          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          By changed lines
          Jürgen Schmidt             45549988.1%
          Andre Fischer261483.8%
          Pedro Giffuni231833.4%
          Armin Le Grand110181.6%
          Juan C. Sanz45820.7%
          Oliver-Rainer Wittmann43090.6%
          Andrea Pescetti39080.6%
          Herbert Dürr28110.4%
          Tsutomu Uchino19910.3%
          Ariel Constenla-Haile12580.2%
          Steve Yin10100.1%
          Kay Schenk6160.1%
          Regina Henschel4170.1%
          Yuri Dario2680.0%
          tal160.0%
          Clarence Guo110.0%
          +
          +
          +

          In truth, the above list is not just the most active OpenOffice developers — it is all of them; a total of 16 developers have committed changes to OpenOffice in the last year. Those developers changed 528,000 lines of code, but, as can be seen above, Jürgen Schmidt accounted for the bulk of those changes, which were mostly updates to translation files.

          +

          The top four developers in the "by changesets" column all work for IBM, so IBM is responsible for a minimum of about 60% of the changes to OpenOffice in the last year.

          +

          The picture for LibreOffice is just a little bit different; in the same one-year period, the project has committed 22,134 changesets from 268 developers. The most active of these developers were:

          + +
          + + + + + + + + + + +
          Most active LibreOffice developers
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          By changesets
          Caolán McNamara430719.5%
          Stephan Bergmann235110.6%
          Miklos Vajna14496.5%
          Tor Lillqvist11595.2%
          Noel Grandin10644.8%
          Markus Mohrhard9354.2%
          Michael Stahl9154.1%
          Kohei Yoshida7553.4%
          Tomaž Vajngerl6583.0%
          Thomas Arnhold6192.8%
          Jan Holesovsky4662.1%
          Eike Rathke4572.1%
          Matteo Casalin4422.0%
          Bjoern Michaelsen4211.9%
          Chris Sherlock3961.8%
          David Tardon3861.7%
          Julien Nabet3621.6%
          Zolnai Tamás3381.5%
          Matúš Kukan2561.2%
          Robert Antoni Buj Gelonch2311.0%
          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          By changed lines
          Lionel Elie Mamane24406212.5%
          Noel Grandin23871112.2%
          Stephan Bergmann1612208.3%
          Miklos Vajna1293256.6%
          Caolán McNamara975445.0%
          Tomaž Vajngerl694043.6%
          Tor Lillqvist594983.1%
          Laurent Balland-Poirier528022.7%
          Markus Mohrhard505092.6%
          Kohei Yoshida455142.3%
          Chris Sherlock367881.9%
          Peter Foley343051.8%
          Christian Lohmaier337871.7%
          Thomas Arnhold327221.7%
          David Tardon216811.1%
          David Ostrovsky216201.1%
          Jan Holesovsky207921.1%
          Valentin Kettner205261.1%
          Robert Antoni Buj Gelonch204471.0%
          Michael Stahl182160.9%
          +
          +
          +

          To a first approximation, the top ten companies supporting LibreOffice in the last year are:

          + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          Companies supporting LibreOffice development
          (by changesets)
          Red Hat841738.0%
          Collabora Multimedia653129.5%
          (Unknown)512623.2%
          (None)14906.7%
          Canonical4221.9%
          Igalia S.L.800.4%
          Ericsson210.1%
          Yandex180.1%
          FastMail.FM170.1%
          SUSE70.0%
          +
          +

          Development work on LibreOffice is thus concentrated in a small number of companies, though it is rather more spread out than OpenOffice development. It is worth noting that the LibreOffice developers with unknown affiliation, who contributed 23% of the changes, make up 82% of the developer base, so there would appear to be a substantial community of developers contributing from outside the above-listed companies.

          + +

          Some conclusions

          +

          Last October, some concerns were raised on the OpenOffice list about the health of that project's community. At the time, Rob Weir shrugged them off as the result of a marketing effort by the LibreOffice crowd. There can be no doubt that the war of words between these two projects has gotten tiresome at times, but, looking at the above numbers, it is hard not to conclude that there is an issue that goes beyond marketing hype here.

          +

          In the 4½ years since its founding, the LibreOffice project has put together a community with over 250 active developers. There is support from multiple companies and an impressive rate of patches going into the project's repository. The project's ability to sustain nearly monthly releases on two branches is a direct result of that community's work. Swearing at LibreOffice is one of your editor's favorite pastimes, but it seems clear that the project is on a solid footing with a healthy community.

          +

          OpenOffice, instead, is driven by four developers from a single company — a company that appears to have been deemphasizing OpenOffice work for some time. As a result, the project's commit rate is a fraction of what LibreOffice is able to sustain and releases are relatively rare. As of this writing, the OpenOffice +blog shows no posts in 2015. In the October discussion, Rob said that "the dogs may +bark but the caravan moves on." That may be true, but, in this case, the caravan does not appear to be moving with any great speed.

          +

          Anything can happen in the free-software development world; it is entirely possible that a reinvigorated OpenOffice.org may yet give LibreOffice a run for its money. But something will clearly have to change to bring that future around. As things stand now, it is hard not to conclude that LibreOffice has won the battle for developer participation.

          +

          Comments (74 posted)

          + +

          Page editor: Jonathan Corbet +

          +

          Inside this week's LWN.net Weekly Edition

          +
            +
          • Security: Toward secure package downloads; New vulnerabilities in drupal, mozilla, openssl, python-django ...
          • +
          • Kernel: LSFMM coverage: NFS, defragmentation, epoll(), copy offload, and more.
          • +
          • Distributions: A look at Debian's 2015 DPL candidates; Debian, Fedora, ...
          • +
          • Development: A look at GlusterFS; LibreOffice Online; Open sourcing existing code; Secure Boot in Windows 10; ...
          • +
          • Announcements: A Turing award for Michael Stonebraker, Sébastien Jodogne, ReGlue are Free Software Award winners, Kat Walsh joins FSF board of directors, Cyanogen, ...
          • +

          Next page: Security>> +

          + + + + + + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/lwn-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/source.html new file mode 100644 index 0000000..85eea11 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/lwn-1/source.html @@ -0,0 +1,820 @@ + + + + + LWN.net Weekly Edition for March 26, 2015 [LWN.net] + + + + + + + + + + + + + + + + + + +
          +
          + LWN.net Logo +
          +

          + + +

          +

          + + + + +
          + + + + + + + + + + + + + + + +
          + + + + + + + + + + + + + + + + + + + + + +
          +
          +
          +
          +
          +

          LWN.net Weekly Edition for March 26, 2015

          +
          +

          A trademark battle in the Arduino community

          +
          By Nathan Willis +
          March 25, 2015
          +

          The Arduino has been one of the biggest success stories of the open-hardware movement, but that success does not protect it from internal conflict. In recent months, two of the project's founders have come into conflict about the direction of future efforts—and that conflict has turned into a legal dispute about who owns the rights to the Arduino trademark.

          +

          The current fight is a battle between two companies that both bear the Arduino name: Arduino LLC and Arduino SRL. The disagreements that led to present state of affairs go back a bit further.

          +

          The Arduino project grew out of 2005-era course work taught at the Interaction Design Institute Ivrea (IDII) in Ivrea, Italy (using Processing, Wiring, and pre-existing microcontroller hardware). After the IDII program was discontinued, the open-hardware Arduino project as we know it was launched by Massimo Banzi, David Cuartielles, and David Mellis (who had worked together at IDII), with co-founders Tom Igoe and Gianluca Martino joining shortly afterward. The project released open hardware designs (including full schematics and design files) as well as the microcontroller software to run on the boards and the desktop IDE needed to program it.

          +

          Arduino LLC was incorporated in 2008 by Banzi, Cuartielles, Mellis, Igoe, and Martino. The company is registered in the United States, and it has continued to design the Arduino product line, develop the software, and run the Arduino community site. The hardware devices themselves, however, were manufactured by a separate company, "Smart Projects SRL," that was founded by Martino. "SRL" is essentially the Italian equivalent of "LLC"—Smart Projects was incorporated in Italy.

          +

          This division of responsibilities—with the main Arduino project handling everything except for board manufacturing—may seem like an odd one, but it is consistent with Arduino's marketing story. From its earliest days, the designs for the hardware have been freely available, and outside companies were allowed to make Arduino-compatible devices. The project has long run a certification +program for third-party manufacturers interested in using the "Arduino" branding, but allows (and arguably even encourages) informal software and firmware compatibility.

          +

          The Arduino branding was not formally registered as a trademark in the early days, however. Arduino LLC filed to register the US trademark in April 2009, and it was granted in 2011.

          +

          At this point, the exact events begin to be harder to verify, but the original group of founders reportedly had a difference of opinion about how to license out hardware production rights to other companies. Wired Italy reports that Martino and Smart Projects resisted the other four founders' plans to "internationalize" production—although it is not clear if that meant that Smart Projects disapproved of licensing out any official hardware manufacturing to other companies, or had some other concern. Heise Online adds that the conflict seemed to be about moving some production to China.

          +

          What is clear is that Smart Projects filed a petition with the US Patent and Trademark Office (USPTO) in October 2014 asking the USPTO to cancel Arduino LLC's trademark on "Arduino." Then, in November 2014, Smart Projects changed its company's name to Arduino SRL. Somewhere around that time, Martino sold off his ownership stake in Smart Projects SRL and new owner Federico Musto was named CEO.

          +

          Unsurprisingly, Arduino LLC did not care for the petition to the USPTO and, in January 2015, the company filed a trademark-infringement lawsuit against Arduino SRL. Confusing matters further, the re-branded Arduino SRL has set up its own web site using the domain name arduino.org, which duplicates most of the site features found on the original Arduino site (arduino.cc). That includes both a hardware store and software downloads.

          +

          Musto, the new CEO of the company now called Arduino SRL, has a bit of a history with Arduino as well. His other manufacturing business had collaborated with Arduino LLC on the design and production of the Arduino Yún, which has received some criticism for including proprietary components.

          +

          Hackaday has run a two-part series (in February and March) digging into the ins and outs of the dispute, including the suggestion that Arduino LLC's recent release of version 1.6.0 of the Arduino IDE was a move intended to block Arduino SRL from hijacking IDE development. Commenter Paul Stoffregen (who was the author of the Heise story above) noted that Arduino SRL recently created a fork of the Arduino IDE on GitHub.

          +

          Most recently, Banzi broke his silence about the dispute in a story published at MAKEzine. There, Banzi claims that Martino secretly filed a trademark application on "Arduino" in Italy in 2008 and told none of the other Arduino founders. He also details a series of unpleasant negotiations between the companies, including Smart Projects stopping the royalty payments it had long sent to Arduino LLC for manufacturing devices and re-branding its boards with the Arduino.org URL.

          +

          Users appear to be stuck in the middle. Banzi says that several retail outlets that claim to be selling "official" Arduino boards are actually paying Arduino SRL, not Arduino LLC, but it is quite difficult to determine which retailers are lined up on which side, since there are (typically) several levels of supplier involved. The two Arduino companies' web sites also disagree about the available hardware, with Arduino.org offering the new Arduino Zero model for sale today and Arduino.cc listing it as "Coming soon."

          +

          Furthermore, as Hackaday's March story explains, the recently-released Arduino.cc IDE now reports that boards manufactured by Arduino SRL are "uncertified." That warning does not prevent users from programming the other company's hardware, but it will no doubt confuse quite a few users who believe they possess genuine Arduino-manufactured devices.

          +

          The USPTO page for Arduino SRL's petition notes pre-trial disclosure dates have been set for August and October of 2015 (for Arduino SRL and Arduino LLC, respectively), which suggests that this debate is far from over. Of course, it is always disappointing to observe a falling out between project founders, particularly when the project in question has had such an impact on open-source software and open hardware.

          +

          One could argue that disputes of this sort are proof that even small projects started among friends need to take legal and intellectual-property issues (such as trademarks) seriously from the very beginning—perhaps Arduino and Smart Projects thought that an informal agreement was all that was necessary in the early days, after all.

          +

          But, perhaps, once a project becomes profitable, there is simply no way to predict what might happen. Arduino LLC would seem to have a strong case for continual and rigorous use of the "Arduino" trademark, which is the salient point in US trademark law. It could still be a while before the courts rule on either side of that question, however.

          +

          Comments (5 posted)

          +

          +

          Mapping and data mining with QGIS 2.8

          +
          By Nathan Willis +
          March 25, 2015
          +

          QGIS is a free-software geographic information system (GIS) tool; it provides a unified interface in which users can import, edit, and analyze geographic-oriented information, and it can produce output as varied as printable maps or map-based web services. The project recently made its first update to be designated a long-term release (LTR), and that release is both poised for high-end usage and friendly to newcomers alike.

          +

          The new release is version 2.8, which was unveiled on March 2. An official change +log is available on the QGIS site, while the release itself was announced primarily through blog posts (such as this +post by Anita Graser of the project's steering committee). Downloads are available for a variety of platforms, including packages for Ubuntu, Debian, Fedora, openSUSE, and several other distributions.

          + [QGIS main interface] +

          As the name might suggest, QGIS is a Qt application; the latest release will, in fact, build on both Qt4 and Qt5, although the binaries released by the project come only in Qt4 form at present. 2.8 has been labeled a long-term release (LTR)—which, in this case, means that the project has committed to providing backported bug fixes for one full calendar year, and that the 2.8.x series is in permanent feature freeze. The goal, according to the change log, is to provide a stable version suitable for businesses and deployments in other large organizations. The change log itself points out that the development of quite a few new features was underwritten by various GIS companies or university groups, which suggests that taking care of these organizations' needs is reaping dividends for the project.

          +

          For those new to QGIS (or GIS in general), there is a detailed new-user tutorial that provides a thorough walk-through of the data-manipulation, mapping, and analysis functions. Being a new user, I went through the tutorial; although there are a handful of minor differences between QGIS 2.8 and the version used in the text (primarily whether specific features were accessed through a toolbar or right-click menu), on the whole it is well worth the time.

          +

          QGIS is designed to make short work of importing spatially oriented data sets, mining information from them, and turning the results into a meaningful visualization. Technically speaking, the visualization output is optional: one could simply extract the needed statistics and results and use them to answer some question or, perhaps, publish the massaged data set as a database for others to use.

          +

          But well-made maps are often the easiest way to illuminate facts about populations, political regions, geography, and many other topics when human comprehension is the goal. QGIS makes importing data from databases, web-mapping services (WMS), and even unwieldy flat-file data dumps a painless experience. It handles converting between a variety of map-referencing systems more or less automatically, and allows the user to focus on finding the useful attributes of the data sets and rendering them on screen.

          +

          Here be data

          +

          The significant changes in QGIS 2.8 fall into several categories. There are updates to how QGIS handles the mathematical expressions and queries users can use to filter information out of a data set, improvements to the tools used to explore the on-screen map canvas, and enhancements to the "map composer" used to produce visual output. This is on top of plenty of other under-the-hood improvements, naturally.

          + [QGIS query builder] +

          In the first category are several updates to the filtering tools used to mine a data set. Generally speaking, each independent data set is added to a QGIS project as its own layer, then transformed with filters to focus in on a specific portion of the original data. For instance, the land-usage statistics for a region might be one layer, while roads and buildings for the same region from OpenStreetMap might be two additional layers. Such filters can be created in several ways: there is a "query builder" that lets the user construct and test expressions on a data layer, then save the results, an SQL console for performing similar queries on a database, and spreadsheet-like editing tools for working directly on data tables.

          +

          All three have been improved in this release. New are support for if(condition, true, false) conditional statements, a set of operations for geometry primitives (e.g., to test whether regions overlap or lines intersect), and an "integer divide" operation. Users can also add comments to their queries to annotate their code, and there is a new custom +function editor for writing Python functions that can be called in mathematical expressions within the query builder.

          +

          It is also now possible to select only some rows in a table, then perform calculations just on the selection—previously, users would have to extract the rows of interest into a new table first. Similarly, in the SQL editor, the user can highlight a subset of the SQL query and execute it separately, which is no doubt helpful for debugging.

          +

          There have also been several improvements to the Python and Processing plugins. Users can now drag-and-drop Python scripts onto QGIS and they will be run automatically. Several new analysis algorithms are now available through the Processing interface that were previously Python-only; they include algorithms for generating grids of points or vectors within a region, splitting layers and lines, generating hypsometric +curves, refactoring data sets, and more.

          +

          Maps in, maps out

          + [QGIS simplify tool] +

          The process of working with on-screen map data picked up some improvements in the new release as well. Perhaps the most fundamental is that each map layer added to the canvas is now handled in its own thread, so fewer hangs in the user interface are experienced when re-rendering a layer (as happens whenever the user changes the look of points or shapes in a layer). Since remote databases can also be layers, this multi-threaded approach is more resilient against connectivity problems, too. The interface also now supports temporary "scratch" layers that can be used to merge, filter, or simply experiment with a data set, but are not saved when the current project is saved.

          +

          For working on the canvas itself, polygonal regions can now use raster images (tiled, if necessary) as fill colors, the map itself can be rotated arbitrarily, and objects can be "snapped" to align with items on any layer (not just the current layer). For working with raster image layers (e.g., aerial photographs) or simply creating new geometric shapes by hand, there is a new digitizing tool that can offer assistance by locking lines to specific angles, automatically keeping borders parallel, and other niceties.

          +

          There is a completely overhauled "simplify" tool that is used to reduce the number of extraneous vertices of a vector layer (thus reducing its size). The old simplify tool provided only a relative "tolerance" setting that did not correspond directly to any units. With the new tool, users can set a simplification threshold in terms of the underlying map units, layer-specific units, pixels, and more—and, in addition, the tool reports how much the simplify operation has reduced the size of the data.

          + [QGIS style editing] +

          There has also been an effort to present a uniform interface to one of the most important features of the map canvas: the ability to change the symbology used for an item based on some data attribute. The simplest example might be to change the line color of a road based on whether its road-type attribute is "highway," "service road," "residential," or so on. But the same feature is used to automatically highlight layer information based on the filtering and querying functionality discussed above. The new release allows many more map attributes to be controlled by these "data definition" settings, and provides a hard-to-miss button next to each attribute, through which a custom data definition can be set.

          +

          QGIS's composer module is the tool used to take project data and generate a map that can be used outside of the application (in print, as a static image, or as a layer for MapServer or some other software tool, for example). Consequently, it is not a simple select-and-click-export tool; composing the output can involve a lot of choices about which data to make visible, how (and where) to label it, and how to make it generally accessible.

          +

          The updated composer in 2.8 now has a full-screen mode and sports several new options for configuring output. For instance, the user now has full control over how map axes are labeled. In previous releases, the grid coordinates of the map could be turned on or off, but the only options were all or nothing. Now, the user can individually choose whether coordinates are displayed on all four sides, and can even choose in which direction vertical text labels will run (so that they can be correctly justified to the edge of the map, for example).

          +

          There are, as usual, many more changes than there is room to discuss. Some particularly noteworthy improvements include the ability to save and load bookmarks for frequently used data sources (perhaps most useful for databases, web services, and other non-local data) and improvements to QGIS's server module. This module allows one QGIS instance to serve up data accessible to other QGIS applications (for example, to simply team projects). The server can now be extended with Python plugins and the data layers that it serves can be styled with style rules like those used in the desktop interface.

          +

          QGIS is one of those rare free-software applications that is both powerful enough for high-end work and yet also straightforward to use for the simple tasks that might attract a newcomer to GIS in the first place. The 2.8 release, particularly with its project-wide commitment to long-term support, appears to be an update well worth checking out, whether one needs to create a simple, custom map or to mine a database for obscure geo-referenced meaning.

          +

          Comments (3 posted)

          +

          +

          Development activity in LibreOffice and OpenOffice

          +
          By Jonathan Corbet +
          March 25, 2015
          The LibreOffice project was announced with great fanfare in September 2010. Nearly one year later, the OpenOffice.org project (from which LibreOffice was forked) was +cut loose from Oracle and found a new home as an Apache project. It is fair to say that the rivalry between the two projects in the time since then has been strong. Predictions that one project or the other would fail have not been borne out, but that does not mean that the two projects are equally successful. A look at the two projects' development communities reveals some interesting differences. +

          +

          Release histories

          +

          Apache OpenOffice has made two releases in the past year: 4.1 in April 2014 and 4.1.1 (described as "a micro update" in the release announcement) in August. The main feature added during that time would appear to be significantly improved accessibility support.

          +

          The release history for LibreOffice tells a slightly different story:

          +

          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          ReleaseDate
          4.2.3April 2014
          4.1.6April 2014
          4.2.4May 2014
          4.2.5June 2014
          4.3July 2014
          4.2.6August 2014
          4.3.1August 2014
          4.3.2September 2014
          4.2.7/4.3.3October 2014
          4.3.4November 2014
          4.2.8December 2014
          4.3.5December 2014
          4.4January 2015
          4.3.6February 2015
          4.4.1February 2015
          +
          +

          It seems clear that LibreOffice has maintained a rather more frenetic release cadence, generally putting out at least one release per month. The project typically keeps at least two major versions alive at any one time. Most of the releases are of the minor, bug-fix variety, but there have been two major releases in the last year as well.

          +

          +

          Development statistics

          +

          In the one-year period since late March 2014, there have been 381 changesets committed to the OpenOffice Subversion repository. The most active committers are:

          +

          +
          + + + + + + + + + + +
          Most active OpenOffice developers
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          By changesets
          Herbert Dürr6316.6%
          Jürgen Schmidt             5614.7%
          Armin Le Grand5614.7%
          Oliver-Rainer Wittmann4612.1%
          Tsutomu Uchino338.7%
          Kay Schenk277.1%
          Pedro Giffuni236.1%
          Ariel Constenla-Haile225.8%
          Andrea Pescetti143.7%
          Steve Yin112.9%
          Andre Fischer102.6%
          Yuri Dario71.8%
          Regina Henschel61.6%
          Juan C. Sanz20.5%
          Clarence Guo20.5%
          Tal Daniel20.5%
          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          By changed lines
          Jürgen Schmidt             45549988.1%
          Andre Fischer261483.8%
          Pedro Giffuni231833.4%
          Armin Le Grand110181.6%
          Juan C. Sanz45820.7%
          Oliver-Rainer Wittmann43090.6%
          Andrea Pescetti39080.6%
          Herbert Dürr28110.4%
          Tsutomu Uchino19910.3%
          Ariel Constenla-Haile12580.2%
          Steve Yin10100.1%
          Kay Schenk6160.1%
          Regina Henschel4170.1%
          Yuri Dario2680.0%
          tal160.0%
          Clarence Guo110.0%
          +
          +
          +

          In truth, the above list is not just the most active OpenOffice developers — it is all of them; a total of 16 developers have committed changes to OpenOffice in the last year. Those developers changed 528,000 lines of code, but, as can be seen above, Jürgen Schmidt accounted for the bulk of those changes, which were mostly updates to translation files.

          +

          The top four developers in the "by changesets" column all work for IBM, so IBM is responsible for a minimum of about 60% of the changes to OpenOffice in the last year.

          +

          The picture for LibreOffice is just a little bit different; in the same one-year period, the project has committed 22,134 changesets from 268 developers. The most active of these developers were:

          +

          +
          + + + + + + + + + + +
          Most active LibreOffice developers
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          By changesets
          Caolán McNamara430719.5%
          Stephan Bergmann235110.6%
          Miklos Vajna14496.5%
          Tor Lillqvist11595.2%
          Noel Grandin10644.8%
          Markus Mohrhard9354.2%
          Michael Stahl9154.1%
          Kohei Yoshida7553.4%
          Tomaž Vajngerl6583.0%
          Thomas Arnhold6192.8%
          Jan Holesovsky4662.1%
          Eike Rathke4572.1%
          Matteo Casalin4422.0%
          Bjoern Michaelsen4211.9%
          Chris Sherlock3961.8%
          David Tardon3861.7%
          Julien Nabet3621.6%
          Zolnai Tamás3381.5%
          Matúš Kukan2561.2%
          Robert Antoni Buj Gelonch2311.0%
          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          By changed lines
          Lionel Elie Mamane24406212.5%
          Noel Grandin23871112.2%
          Stephan Bergmann1612208.3%
          Miklos Vajna1293256.6%
          Caolán McNamara975445.0%
          Tomaž Vajngerl694043.6%
          Tor Lillqvist594983.1%
          Laurent Balland-Poirier528022.7%
          Markus Mohrhard505092.6%
          Kohei Yoshida455142.3%
          Chris Sherlock367881.9%
          Peter Foley343051.8%
          Christian Lohmaier337871.7%
          Thomas Arnhold327221.7%
          David Tardon216811.1%
          David Ostrovsky216201.1%
          Jan Holesovsky207921.1%
          Valentin Kettner205261.1%
          Robert Antoni Buj Gelonch204471.0%
          Michael Stahl182160.9%
          +
          +
          +

          To a first approximation, the top ten companies supporting LibreOffice in the last year are:

          +

          +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          Companies supporting LibreOffice development
          (by changesets)
          Red Hat841738.0%
          Collabora Multimedia653129.5%
          (Unknown)512623.2%
          (None)14906.7%
          Canonical4221.9%
          Igalia S.L.800.4%
          Ericsson210.1%
          Yandex180.1%
          FastMail.FM170.1%
          SUSE70.0%
          +
          +

          Development work on LibreOffice is thus concentrated in a small number of companies, though it is rather more spread out than OpenOffice development. It is worth noting that the LibreOffice developers with unknown affiliation, who contributed 23% of the changes, make up 82% of the developer base, so there would appear to be a substantial community of developers contributing from outside the above-listed companies.

          +

          +

          Some conclusions

          +

          Last October, some concerns were raised on the OpenOffice list about the health of that project's community. At the time, Rob Weir shrugged them off as the result of a marketing effort by the LibreOffice crowd. There can be no doubt that the war of words between these two projects has gotten tiresome at times, but, looking at the above numbers, it is hard not to conclude that there is an issue that goes beyond marketing hype here.

          +

          In the 4½ years since its founding, the LibreOffice project has put together a community with over 250 active developers. There is support from multiple companies and an impressive rate of patches going into the project's repository. The project's ability to sustain nearly monthly releases on two branches is a direct result of that community's work. Swearing at LibreOffice is one of your editor's favorite pastimes, but it seems clear that the project is on a solid footing with a healthy community.

          +

          OpenOffice, instead, is driven by four developers from a single company — a company that appears to have been deemphasizing OpenOffice work for some time. As a result, the project's commit rate is a fraction of what LibreOffice is able to sustain and releases are relatively rare. As of this writing, the OpenOffice +blog shows no posts in 2015. In the October discussion, Rob said that "the dogs may +bark but the caravan moves on." That may be true, but, in this case, the caravan does not appear to be moving with any great speed.

          +

          Anything can happen in the free-software development world; it is entirely possible that a reinvigorated OpenOffice.org may yet give LibreOffice a run for its money. But something will clearly have to change to bring that future around. As things stand now, it is hard not to conclude that LibreOffice has won the battle for developer participation.

          +

          Comments (74 posted)

          +

          +

          Page editor: Jonathan Corbet +

          +

          Inside this week's LWN.net Weekly Edition

          +
            +
          • Security: Toward secure package downloads; New vulnerabilities in drupal, mozilla, openssl, python-django ...
          • +
          • Kernel: LSFMM coverage: NFS, defragmentation, epoll(), copy offload, and more.
          • +
          • Distributions: A look at Debian's 2015 DPL candidates; Debian, Fedora, ...
          • +
          • Development: A look at GlusterFS; LibreOffice Online; Open sourcing existing code; Secure Boot in Windows 10; ...
          • +
          • Announcements: A Turing award for Michael Stonebraker, Sébastien Jodogne, ReGlue are Free Software Award winners, Kat Walsh joins FSF board of directors, Cyanogen, ...
          • +
          Next page: Security>> +
          + +
          +
          +
          +
          + +
          +
          +

          + Copyright © 2015, Eklektix, Inc.
          + + Comments and public postings are copyrighted by their creators.
          + Linux is a registered trademark of Linus Torvalds
          +

          +
          + + + \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/marketwatch/config.json b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/config.json new file mode 100644 index 0000000..958972e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/config.json @@ -0,0 +1,4 @@ +{ + "ArticleByLine": true, + "SubstituteEntities": true +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-images.json new file mode 100644 index 0000000..cab39a2 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-images.json @@ -0,0 +1,5 @@ +[ + "http:\/\/s.marketwatch.com\/public\/resources\/MWimages\/MW-GG178_realty_ZG_20180323163027.jpg", + "https:\/\/ei.marketwatch.com\/Multimedia\/2018\/03\/23\/Photos\/ZH\/MW-GG178_realty_20180323163027_ZH.jpg?uuid=0597cc9a-2ed9-11e8-a272-ac162d7bc1f7", + "https:\/\/i.mktw.net\/_newsimages\/2014_dreds\/andreariquiernew_100.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-metadata.json new file mode 100644 index 0000000..d603426 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Andrea Riquier", + "Direction": null, + "Excerpt": "House prices show no sign of slowing down, according to a closely-watched index out Tuesday.", + "Image": "http:\/\/s.marketwatch.com\/public\/resources\/MWimages\/MW-GG178_realty_ZG_20180323163027.jpg", + "Title": "Home prices are still on fire, Case-Shiller data show", + "SiteName": "MarketWatch" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected.html b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected.html new file mode 100644 index 0000000..2531251 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected.html @@ -0,0 +1,98 @@ +
          + + +

          Published: Mar 27, 2018 9:00 a.m. ET

          + + + + + +

          + + +

          After a lull, San Francisco is back to being one of the top three hottest markets

          +

          + +
          + + + + +
          + + + + + +
          +

          + Bloomberg News/Landov +

          +
          A home for sale in Seattle, Wash., one of the nation’s hottest housing markets.
          +
          + +
          +
          +

          + Author photo +

          By

          + + + +
          + +
          + + + + + + + + + +

          The numbers: The S&P/Case-Shiller national index rose a seasonally adjusted 0.5% in the three-month period ending in January, and was up 6.2% compared to a year before. The 20-city index rose a seasonally adjusted 0.8% for the month, and 6.4% for the year.

          What happened: Prices are still on fire. And the West is still the best: Seattle, Las Vegas and San Francisco all notched double-digit yearly price gains. Only one city, Washington, D.C., had a negative monthly reading.

          As David Blitzer, chairman of the index committee at S&P Dow Jones Indices, noted in a release, the price gains are all about demand and lack of supply.

          “The current months-supply — how many months at the current sales rate would be needed to absorb homes currently for sale — is 3.4; the average since 2000 is 6.0 months, and the high in July 2010 was 11.9,” Blitzer wrote. “Currently, the homeowner vacancy rate is 1.6% compared to an average of 2.1% since 2000; it peaked in 2010 at 2.7%. Despite limited supplies, rising prices and higher mortgage rates, affordability is not a concern.”

          Relatively affordable housing is cold comfort to many would-be home buyers who simply can’t find anything to buy.

          Read: Most house hunters have been searching for 3 months or more

          Big picture: Economists had forecast a 0.7% monthly increase, and a 6.2% 12-month increase, for the 20-city index. As MarketWatch has reported, most housing analysts have argued that the ongoing price gains in housing can’t last — and yet they have so far.

          Metro Monthly change 12-month change
          Atlanta 0.7% 6.5%
          Boston 0.2% 5.3%
          Charlotte 0.4% 6.0%
          Chicago 0.0% 2.4%
          Cleveland 0.0% 3.5%
          Dallas 0.2% 6.9%
          Denver 0.7% 7.6%
          Detroit 0.1% 7.6%
          Las Vegas 0.6% 11.1%
          Los Angeles 0.6% 7.6%
          Miami 0.6% 4.0%
          Minneapolis 0.1% 5.9%
          New York 0.0% 5.2%
          Phoenix 0.3% 5.9%
          Portland 0.4% 7.1%
          San Diego 0.8% 7.4%
          San Francisco 0.4% 10.2%
          Seattle 0.7% 12.9%
          Tampa 0.4% 6.7%
          Washington -0.4% 2.4%

          Read: Mortgage rates edge up even as trade war worries loom ahead

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +
          +
          + + + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/marketwatch/source.html b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/source.html new file mode 100644 index 0000000..080f03d --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/marketwatch/source.html @@ -0,0 +1,1453 @@ + + + + Home prices are still on fire, Case-Shiller data show - MarketWatch + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +
          + + +
          + + +

          + + + + + + + + + + + + + + + + + + + +

          + + + + + + + +
          + +
          +
          +
          +
          + +
          +
          + +
          + +
          +
          +
          + +
          +
          +
          + +
          + × +
          +

          A New Watchlist

          + + We've updated Watchlist! The changes include a new, responsive design featuring extended-hours data and more news. Learn More + +
          +
          + +
          + +
          +
          + +
          + + +
          +

          + Home prices are still on fire, Case-Shiller data show +

          +
          +
          + +
          + +
          + +
          + + +

          Published: Mar 27, 2018 9:00 a.m. ET

          + +
          +
          Share
          + +
          + +
          +
          + +
          + + + + Print icon + + + +
          + +

          + + +

          After a lull, San Francisco is back to being one of the top three hottest markets

          +

          + +
          + +
          + + + + +
          + + + + + +
          +
          + + Bloomberg News/Landov +
          +
          A home for sale in Seattle, Wash., one of the nation’s hottest housing markets.
          +
          + +
          +
          +
          +
          + + Author photo + +

          By

          + + + +
          +
          +
          + +
          + + + + + + + + + +

          The numbers: The S&P/Case-Shiller national index rose a seasonally adjusted 0.5% in the three-month period ending in January, and was up 6.2% compared to a year before. The 20-city index rose a seasonally adjusted 0.8% for the month, and 6.4% for the year.

          What happened: Prices are still on fire. And the West is still the best: Seattle, Las Vegas and San Francisco all notched double-digit yearly price gains. Only one city, Washington, D.C., had a negative monthly reading.

          As David Blitzer, chairman of the index committee at S&P Dow Jones Indices, noted in a release, the price gains are all about demand and lack of supply.

          “The current months-supply — how many months at the current sales rate would be needed to absorb homes currently for sale — is 3.4; the average since 2000 is 6.0 months, and the high in July 2010 was 11.9,” Blitzer wrote. “Currently, the homeowner vacancy rate is 1.6% compared to an average of 2.1% since 2000; it peaked in 2010 at 2.7%. Despite limited supplies, rising prices and higher mortgage rates, affordability is not a concern.”

          Relatively affordable housing is cold comfort to many would-be home buyers who simply can’t find anything to buy.

          Read: Most house hunters have been searching for 3 months or more

          Big picture: Economists had forecast a 0.7% monthly increase, and a 6.2% 12-month increase, for the 20-city index. As MarketWatch has reported, most housing analysts have argued that the ongoing price gains in housing can’t last — and yet they have so far.

          Metro Monthly change 12-month change
          Atlanta 0.7% 6.5%
          Boston 0.2% 5.3%
          Charlotte 0.4% 6.0%
          Chicago 0.0% 2.4%
          Cleveland 0.0% 3.5%
          Dallas 0.2% 6.9%
          Denver 0.7% 7.6%
          Detroit 0.1% 7.6%
          Las Vegas 0.6% 11.1%
          Los Angeles 0.6% 7.6%
          Miami 0.6% 4.0%
          Minneapolis 0.1% 5.9%
          New York 0.0% 5.2%
          Phoenix 0.3% 5.9%
          Portland 0.4% 7.1%
          San Diego 0.8% 7.4%
          San Francisco 0.4% 10.2%
          Seattle 0.7% 12.9%
          Tampa 0.4% 6.7%
          Washington -0.4% 2.4%

          Read: Mortgage rates edge up even as trade war worries loom ahead

          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + +
          +
          +
          + + +
          +

          + Andrea Riquier reports on housing and banking from MarketWatch's New York newsroom. Follow her on Twitter @ARiquier. +

          +
          +
          + +
          +

          + We Want to + Hear from You +

          +
          +

          Join the conversation

          + +
          +
          + + +
          +
          +
          + + + + +
          +
          +
          + + + +
          + +
          +
          +

          MarketWatch Partner Center

          + +
          + + + + + + +
          + +
          + + + +
          + +
          +
          + +
          + +
          +
          +
          + + +
          +
          +
          + + + +
          +
          + +
          + + + + + +
          + + + + + + + + + +
          + + + +
          +
          + + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected-images.json new file mode 100644 index 0000000..4555280 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected-images.json @@ -0,0 +1,4 @@ +[ + "https:\/\/cdn1.medicalnewstoday.com\/content\/images\/headlines\/318\/318674\/hand-holding-brain-lightbulb.jpg", + "https:\/\/cdn1.medicalnewstoday.com\/content\/images\/articles\/318\/318674\/hand-holding-brain-lightbulb.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected-metadata.json new file mode 100644 index 0000000..7b3947e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "By Ana Sandoiu", + "Direction": null, + "Excerpt": "New research investigates the neurobiological timing of the so-called a-ha! moment that occurs we have come up with the solution to a complex problem.", + "Image": "https:\/\/cdn1.medicalnewstoday.com\/content\/images\/headlines\/318\/318674\/hand-holding-brain-lightbulb.jpg", + "Title": "How does the brain turn unconscious information into conscious thought?", + "SiteName": "Medical News Today" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected.html b/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected.html new file mode 100644 index 0000000..18ab009 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/expected.html @@ -0,0 +1,102 @@ +
          +
          + Neuroscience tells us that most of the work done by our brains happens on an unconscious level, but when does that "a-ha!" moment occur? And what happens during it? New research investigates. +
          +

          hand holding brain lightbulb
          + A new study investigates when the 'a-ha!' moment takes place in the brain, and how similar it is to other brain processes. +

          +

          + Many of us have noticed that we seem to get our best ideas when we're in the shower, or that we can find the answer to a difficult question when we least think about it. +

          +

          + A large body of neuroscientific studies has pointed out that the brain does a lot of work in its spare time, the so-called idle state - wherein the brain does not appear to be thinking about anything at all - and that this is the time when it works at its hardest to find solutions to complex problems. +

          +

          + With time and advances in neuroscience, it has become more and more clear to researchers that Freud was right and the mind, as well as the brain, do work unconsciously. In fact, it would be safe to say that what is consciously known to us is just the tip of a much larger iceberg, deeply submerged in unconscious waters. +

          +

          + But the exact moment at which information becomes known to us - or when the "tip of the iceberg" pierces through the water, and the unconscious becomes conscious - has been somewhat of a mystery, from a neuroscientific point of view. +

          +

          + In other words, we do not yet know when that intellectually satisfying "a-ha!" moment takes place, or what the biology is behind it. This is why a team of researchers at Columbia University in New York City, NY, set out to investigate this moment in more detail. +

          + +

          + The scientists were led by Michael Shadlen, Ph.D., of Columbia University's Mortimer B. Zuckerman Mind Brain Behavior Institute, and the findings were published in the journal Current Biology. +

          + +

          + The hypothesis +

          +

          + Dr. Shadlen and colleagues started out from an interesting hypothesis, one which they derived from previous research on the neurobiological processes involved in decision-making. +

          +

          + As the authors explain, research conducted in both monkeys and humans shows that many of our decisions take place at a point when the brain "feels" as though it has gathered enough information, or when a critical level of information has been accumulated. +

          + +

          + This process of making a decision once the brain has accumulated enough evidence bears the name of "bounded evidence accumulation." Reaching this threshold is important because, although the brain does not use all of the information available, it uses as much as is necessary to make a speedy yet accurate decision. +

          +

          + The researchers wondered whether or not this threshold is also responsible for our "eureka!" moments. +

          + +

          + In Dr. Shadlen's words, "Could the moment when the brain believes it has accumulated enough evidence be tied to the person's awareness of having decided - that important 'a-ha!' moment?" +

          + +

          + Examining the 'a-ha!' moment +

          +

          + To answer this question, the scientists asked five people to perform a "direction discrimination" task. In it, the participants looked at dots on a computer screen. The dots moved randomly, as grains of sand would when blown by the wind. The participants were asked to say in which direction the dots had moved. +

          +

          + The moment they "decided" which direction the dots seemed to be taking was considered to be the equivalent of the "a-ha!" moment. +

          +

          + In the center of the screen, there was a fixed point and a clock. The display also had two "choice targets" - namely, left or right - and these were the directions in which the participants had to decide that the dots had moved. +

          +

          + Shortly after the dots had stopped moving, the participants used an electronic, hand-held stylus to move the cursor in the direction that they thought the dots had moved. +

          +

          + To determine when the decision was made, the researchers used the technique called "mental chronometry" - that is, after they made their decision, the participants were asked to move the clock backward to the point when they felt that they had consciously done so. +

          + +

          + "The moment in time indicated by the participants - this mental chronometry - was entirely subjective; it relied solely on their own estimation of how long it took them to make that decision," Dr. Shadlen says. "And because it was purely subjective, in principle it ought to be unverifiable." +

          + +

          + 'A-ha' moment similar to making a decision +

          +

          + However, by applying a mathematical model, the scientists were able to match these subjective decision times to the bounded evidence accumulation process. +

          +

          + The subjective decision times fit so well with what the scientists determined as the evidence accumulation threshold that they were able to predict the choices of four of the five participants. +

          +

          + "If the time reported to us by the participants was valid, we reasoned that it might be possible to predict the accuracy of the decision," explains Dr. Shadlen. +

          +

          + "We incorporated a kind of mathematical trick, based on earlier studies, which showed that the speed and accuracy of decisions were tied together by the same brain function." This "mathematical trick" was the evidence accumulation model. +

          +
          +

          + "Essentially, the act of becoming consciously aware of a decision conforms to the same process that the brain goes through to complete a decision, even a simple one - such as whether to turn left or right." +

          +

          + Michael Shadlen, Ph.D. +

          +
          +

          + In other words, the study shows that the conscious awareness of the "a-ha!" moment takes place precisely when the brain has reached that threshold of evidence accumulation. +

          +

          + The findings provide unique insights into the biology of consciousness, say the researchers, and they bring us closer to understanding the biological basis of decisions, ethics, and, generally, the human mind. +

          + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/source.html b/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/source.html new file mode 100644 index 0000000..8a01459 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/medicalnewstoday/source.html @@ -0,0 +1,2012 @@ + + + + + + + How does the brain turn unconscious information into conscious thought? + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + +
          + +
          + + + + + +
          +
          + +
          + +
          +
          +
          + +
          +
          +
          + + + + + + + + + + +
          + + +
          + + + + + + +
          +
          +
          + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-images.json new file mode 100644 index 0000000..9a24220 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-images.json @@ -0,0 +1,10 @@ +[ + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*oBWUXtszDsiv_-Qq2bFLTQ.png", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*AzYWbe4cZkMMEUbfRjysLQ.png", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*d0Hp6KlzyIcGHcL6to1sYQ.png", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*_9KYIFrk_PqWFgptsMDeww.png", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*Vh2MpQjqjPkzYJaaWExoVg.png", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*2Ln_DmC95Xpz6LzgywkcFQ.png", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*bXaR_NBJdoHpRc8lUWSsow.png", + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*lulfisQxgSQ209vPHMAifg.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-metadata.json new file mode 100644 index 0000000..a974b43 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Pippin Lee", + "Direction": null, + "Excerpt": "We pushed out the first version of the Open Journalism site in January. Here’s what we’ve learned about student journali…", + "Image": "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/800\/1*oBWUXtszDsiv_-Qq2bFLTQ.png", + "Title": "The Open Journalism Project: Better Student Journalism", + "SiteName": "Medium" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected.html new file mode 100644 index 0000000..eb62327 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected.html @@ -0,0 +1,324 @@ +
          + + +

          Better Student Journalism

          + + + +

          We pushed out the first version of the Open Journalism site in January. Our goal is for the + site to be a place to teach students what they should know about journalism + on the web. It should be fun too.

          +

          Topics like mapping, security, command + line tools, and open source are + all concepts that should be made more accessible, and should be easily + understood at a basic level by all journalists. We’re focusing on students + because we know student journalism well, and we believe that teaching maturing + journalists about the web will provide them with an important lens to view + the world with. This is how we got to where we are now.

          +

          Circa 2011

          +

          In late 2011 I sat in the design room of our university’s student newsroom + with some of the other editors: Kate Hudson, Brent Rose, and Nicholas Maronese. + I was working as the photo editor then—something I loved doing. I was very + happy travelling and photographing people while listening to their stories.

          +

          Photography was my lucky way of experiencing the many types of people + my generation seemed to avoid, as well as many the public spends too much + time discussing. One of my habits as a photographer was scouring sites + like Flickr to see how others could frame the world in ways I hadn’t previously + considered.

          +
          +
          + +

          +

          +
          topleftpixel.com
          +
          +

          I started discovering beautiful things the web could do with images: + things not possible with print. Just as every generation revolts against + walking in the previous generations shoes, I found myself questioning the + expectations that I came up against as a photo editor. In our newsroom + the expectations were built from an outdated information world. We were + expected to fill old shoes.

          +

          So we sat in our student newsroom—not very happy with what we were doing. + Our weekly newspaper had remained essentially unchanged for 40+ years. + Each editorial position had the same requirement every year. The big change + happened in the 80s when the paper started using colour. We’d also stumbled + into having a website, but it was updated just once a week with the release + of the newspaper.

          +

          Information had changed form, but the student newsroom hadn’t, and it + was becoming harder to romanticize the dusty newsprint smell coming from + the shoes we were handed down from previous generations of editors. It + was, we were told, all part of “becoming a journalist.”

          +
          +
          + +

          +

          +
          +

          We don’t know what we don’t know

          +

          We spent much of the rest of the school year asking “what should we be + doing in the newsroom?”, which mainly led us to ask “how do we use the + web to tell stories?” It was a straightforward question that led to many + more questions about the web: something we knew little about. Out in the + real world, traditional journalists were struggling to keep their jobs + in a dying print world. They wore the same design of shoes that we were + supposed to fill. Being pushed to repeat old, failing strategies and blocked + from trying something new scared us.

          +

          We had questions, so we started doing some research. We talked with student + newsrooms in Canada and the United States, and filled too many Google Doc + files with notes. Looking at the notes now, they scream of fear. We annotated + our notes with naive solutions, often involving scrambled and immature + odysseys into the future of online journalism.

          +

          There was a lot we didn’t know. We didn’t know how to build a mobile app. + We didn’t know if we should build a mobile app. + We didn’t know how to run a server. + We didn’t know where to go to find a server. + We didn’t know how the web worked. + We didn’t know how people used the web to read news. + We didn’t know what news should be on the web. + If news is just information, what does that even look like?

          +

          We asked these questions to many students at other papers to get a consensus + of what had worked and what hadn’t. They reported similar questions and + fears about the web but followed with “print advertising is keeping us + afloat so we can’t abandon it”.

          +

          In other words, we knew that we should be building a newer pair of shoes, + but we didn’t know what the function of the shoes should be.

          +

          Common problems in student newsrooms (2011)

          +

          Our questioning of other student journalists in 15 student newsrooms brought + up a few repeating issues.

          + +
          +
          + +

          +

          +
          From our 2011 research
          +
          +

          Common problems in student newsrooms (2013)

          +

          Two years later, we went back and looked at what had changed. We talked + to a dozen more newsrooms and weren’t surprised by our findings.

          + +

          Newsrooms have traditionally been covered in copies of The New York Times + or Globe and Mail. Instead newsrooms should try spend at 20 minutes each + week going over the coolest/weirdest online storytelling in an effort to + expose each other to what is possible. “Hey, what has the New York Times R&D lab been up to this week?

          +

          Instead of having computers that are locked down, try setting aside a + few office computers that allow students to play and “break”, or encourage + editors to buy their own Macbooks so they’re always able to practice with + code and new tools on their own.

          +

          From all this we realized that changing a student newsroom is difficult. + It takes patience. It requires that the business and editorial departments + of the student newsroom be on the same (web)page. The shoes of the future + must be different from the shoes we were given.

          +

          We need to rethink how long the new shoe design will be valid. It’s more + important that we focus on the process behind making footwear than on actually + creating a specific shoe. We shouldn’t be building a shoe to last 40 years. + Our footwear design process will allow us to change and adapt as technology + evolves. The media landscape will change, so having a newsroom that can + change with it will be critical.

          +

          We are building a shoe machine, not a shoe. +

          + +

          A train or light at the end of the tunnel: are student newsrooms changing for the better?

          + +

          In our 2013 research we found that almost 50% of student newsrooms had + created roles specifically for the web. This sounds great, but is still problematic in its current state. +

          +
          +
          + +

          +

          +
          We designed many of these slides to help explain to ourselves what we were doing +
          +
          +

          When a newsroom decides to create a position for the web, it’s often with + the intent of having content flow steadily from writers onto the web. This + is a big improvement from just uploading stories to the web whenever there + is a print issue. However… +

          +
            +
          1. The handoff +
            Problems arise because web editors are given roles that absolve the rest + of the editors from thinking about the web. All editors should be involved + in the process of story development for the web. While it’s a good idea + to have one specific editor manage the website, contributors and editors + should all play with and learn about the web. Instead of “can you make + a computer do XYZ for me?”, we should be saying “can you show me how to + make a computer do XYZ?”
          2. +
          3. Not just social media
            A + web editor could do much more than simply being in charge of the social + media accounts for the student paper. Their responsibility could include + teaching all other editors to be listening to what’s happening online. + The web editor can take advantage of live information to change how the + student newsroom reports news in real time.
          4. +
          5. Web (interactive) editor
            The + goal of having a web editor should be for someone to build and tell stories + that take full advantage of the web as their medium. Too often the web’s + interactivity is not considered when developing the story. The web then + ends up as a resting place for print words.
          6. +
          +

          Editors at newsrooms are still figuring out how to convince writers of + the benefit to having their content online. There’s still a stronger draw + to writers seeing their name in print than on the web. Showing writers + that their stories can be told in new ways to larger audiences is a convincing + argument that the web is a starting point for telling a story, not its + graveyard.

          +

          When everyone in the newsroom approaches their website with the intention + of using it to explore the web as a medium, they all start to ask “what + is possible?” and “what can be done?” You can’t expect students to think + in terms of the web if it’s treated as a place for print words to hang + out on a web page.

          +

          We’re OK with this problem, if we see newsrooms continue to take small + steps towards having all their editors involved in the stories for the + web.

          +
          +
          + +

          +

          +
          The current Open Journalism site was a few years in the making. This was + an original launch page we use in 2012
          +
          +

          What we know

          + +

          What we don’t know

          + +
          +

          What we’re trying to share with others

          + +

          Student newsrooms don’t have investors to please. Student newsrooms can + change their website every week if they want to try a new design or interaction. + As long as students start treating the web as a different medium, and start + building stories around that idea, then we’ll know we’re moving forward.

          +

          A note to professional news orgs

          +

          We’re also asking professional newsrooms to be more open about their process + of developing stories for the web. You play a big part in this. This means + writing about it, and sharing code. We need to start building a bridge + between student journalism and professional newsrooms.

          +
          +
          + +

          +

          +
          2012
          +
          +

          This is a start

          +

          We going to continue slowly growing the content on Open Journalism. We still consider this the beta version, + but expect to polish it, and beef up the content for a real launch at the + beginning of the summer.

          +

          We expect to have more original tutorials as well as the beginnings of + what a curriculum may look like that a student newsroom can adopt to start + guiding their transition to become a web first newsroom. We’re also going + to be working with the Queen’s Journal and + The Ubysseynext school year to better understand how to make the student + newsroom a place for experimenting with telling stories on the web. If + this sound like a good idea in your newsroom, we’re still looking to add + 1 more school.

          +

          We’re trying out some new shoes. And while they’re not self-lacing, and + smell a bit different, we feel lacing up a new pair of kicks can change + a lot.

          +
          +
          + +

          +

          +
          + +

          Let’s talk. Let’s listen. +

          +

          We’re still in the early stages of what this project will look like, so if you want to help or have thoughts, let’s talk. +

          +

          pippin@pippinlee.com +

          + + +

          This isn’t supposed to be a + manifesto™© + we just think it’s pretty cool to share what we’ve learned so far, and hope you’ll do the same. We’re all in this together. +

          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/medium-1/source.html new file mode 100644 index 0000000..63be920 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/medium-1/source.html @@ -0,0 +1,705 @@ + + + + + + + The Open Journalism Project: Better Student Journalism — Medium + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +
          +
          +
          + +
          +
          +
          +
          +
          Ready to publish?
          +
          Change the story’s title, subtitle, and visibility as needed
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          + + + + +
          +
          +
          +
          +
          + + + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +

          Open Journalism Project:

          +

          +
          +

          +

          Better Student Journalism

          +

          +
          +

          +


          +

          +
          +

          +

          We pushed out the first version of the Open Journalism site in January. Our goal is for the + site to be a place to teach students what they should know about journalism + on the web. It should be fun too.

          +

          Topics like mapping, security, command + line tools, and open source are + all concepts that should be made more accessible, and should be easily + understood at a basic level by all journalists. We’re focusing on students + because we know student journalism well, and we believe that teaching maturing + journalists about the web will provide them with an important lens to view + the world with. This is how we got to where we are now.

          +

          Circa 2011

          +

          In late 2011 I sat in the design room of our university’s student newsroom + with some of the other editors: Kate Hudson, Brent Rose, and Nicholas Maronese. + I was working as the photo editor then—something I loved doing. I was very + happy travelling and photographing people while listening to their stories.

          +

          Photography was my lucky way of experiencing the many types of people + my generation seemed to avoid, as well as many the public spends too much + time discussing. One of my habits as a photographer was scouring sites + like Flickr to see how others could frame the world in ways I hadn’t previously + considered.

          +
          +
          +
          + +
          +
          topleftpixel.com
          +
          +

          I started discovering beautiful things the web could do with images: + things not possible with print. Just as every generation revolts against + walking in the previous generations shoes, I found myself questioning the + expectations that I came up against as a photo editor. In our newsroom + the expectations were built from an outdated information world. We were + expected to fill old shoes.

          +

          So we sat in our student newsroom—not very happy with what we were doing. + Our weekly newspaper had remained essentially unchanged for 40+ years. + Each editorial position had the same requirement every year. The big change + happened in the 80s when the paper started using colour. We’d also stumbled + into having a website, but it was updated just once a week with the release + of the newspaper.

          +

          Information had changed form, but the student newsroom hadn’t, and it + was becoming harder to romanticize the dusty newsprint smell coming from + the shoes we were handed down from previous generations of editors. It + was, we were told, all part of “becoming a journalist.”

          +
          +
          +
          + +
          +
          +

          We don’t know what we don’t know

          +

          We spent much of the rest of the school year asking “what should we be + doing in the newsroom?”, which mainly led us to ask “how do we use the + web to tell stories?” It was a straightforward question that led to many + more questions about the web: something we knew little about. Out in the + real world, traditional journalists were struggling to keep their jobs + in a dying print world. They wore the same design of shoes that we were + supposed to fill. Being pushed to repeat old, failing strategies and blocked + from trying something new scared us.

          +

          We had questions, so we started doing some research. We talked with student + newsrooms in Canada and the United States, and filled too many Google Doc + files with notes. Looking at the notes now, they scream of fear. We annotated + our notes with naive solutions, often involving scrambled and immature + odysseys into the future of online journalism.

          +

          There was a lot we didn’t know. We didn’t know how to build a mobile app. + We didn’t know if we should build a mobile app. + We didn’t know how to run a server. + We didn’t know where to go to find a server. + We didn’t know how the web worked. + We didn’t know how people used the web to read news. + We didn’t know what news should be on the web. + If news is just information, what does that even look like?

          +

          We asked these questions to many students at other papers to get a consensus + of what had worked and what hadn’t. They reported similar questions and + fears about the web but followed with “print advertising is keeping us + afloat so we can’t abandon it”.

          +

          In other words, we knew that we should be building a newer pair of shoes, + but we didn’t know what the function of the shoes should be.

          +

          Common problems in student newsrooms (2011)

          +

          Our questioning of other student journalists in 15 student newsrooms brought + up a few repeating issues.

          +
            +
          • Lack of mentorship
          • +
          • A news process that lacked consideration of the web
          • +
          • No editor/position specific to the web
          • +
          • Little exposure to many of the cool projects being put together by professional + newsrooms
          • +
          • Lack of diverse skills within the newsroom. Writers made up 95% of the + personnel. Students with other skills were not sought because journalism + was seen as “a career with words.” The other 5% were designers, designing + words on computers, for print.
          • +
          • Not enough discussion between the business side and web efforts
          • +
          +
          +
          +
          + +
          +
          From our 2011 research
          +
          +

          Common problems in student newsrooms (2013)

          +

          Two years later, we went back and looked at what had changed. We talked + to a dozen more newsrooms and weren’t surprised by our findings.

          +
            +
          • Still no mentorship or link to professional newsrooms building stories + for the web
          • +
          • Very little control of website and technology
          • +
          • The lack of exposure that student journalists have to interactive storytelling. + While some newsrooms are in touch with what’s happening with the web and + journalism, there still exists a huge gap between the student newsroom + and its professional counterpart
          • +
          • No time in the current news development cycle for student newsrooms to + experiment with the web
          • +
          • Lack of skill diversity (specifically coding, interaction design, and + statistics)
          • +
          • Overly restricted access to student website technology. Changes are primarily + visual rather than functional.
          • +
          • Significantly reduced print production of many papers
          • +
          • Computers aren’t set up for experimenting with software and code, and + often locked down
          • +
          +

          Newsrooms have traditionally been covered in copies of The New York Times + or Globe and Mail. Instead newsrooms should try spend at 20 minutes each + week going over the coolest/weirdest online storytelling in an effort to + expose each other to what is possible. “Hey, what has the New York Times R&D lab been up to this week?

          +

          Instead of having computers that are locked down, try setting aside a + few office computers that allow students to play and “break”, or encourage + editors to buy their own Macbooks so they’re always able to practice with + code and new tools on their own.

          +

          From all this we realized that changing a student newsroom is difficult. + It takes patience. It requires that the business and editorial departments + of the student newsroom be on the same (web)page. The shoes of the future + must be different from the shoes we were given.

          +

          We need to rethink how long the new shoe design will be valid. It’s more + important that we focus on the process behind making footwear than on actually + creating a specific shoe. We shouldn’t be building a shoe to last 40 years. + Our footwear design process will allow us to change and adapt as technology + evolves. The media landscape will change, so having a newsroom that can + change with it will be critical.

          +

          We are building a shoe machine, not a shoe. +

          +

          +
          +

          +

          A train or light at the end of the tunnel: are student newsrooms changing for the better?

          +

          +
          +

          +

          In our 2013 research we found that almost 50% of student newsrooms had + created roles specifically for the web. This sounds great, but is still problematic in its current state. +

          +
          +
          +
          + +
          +
          We designed many of these slides to help explain to ourselves what we were doing +
          +
          +

          When a newsroom decides to create a position for the web, it’s often with + the intent of having content flow steadily from writers onto the web. This + is a big improvement from just uploading stories to the web whenever there + is a print issue. However… +

          +
            +
          1. The handoff +
            Problems arise because web editors are given roles that absolve the rest + of the editors from thinking about the web. All editors should be involved + in the process of story development for the web. While it’s a good idea + to have one specific editor manage the website, contributors and editors + should all play with and learn about the web. Instead of “can you make + a computer do XYZ for me?”, we should be saying “can you show me how to + make a computer do XYZ?”
          2. +
          3. Not just social media
            A + web editor could do much more than simply being in charge of the social + media accounts for the student paper. Their responsibility could include + teaching all other editors to be listening to what’s happening online. + The web editor can take advantage of live information to change how the + student newsroom reports news in real time.
          4. +
          5. Web (interactive) editor
            The + goal of having a web editor should be for someone to build and tell stories + that take full advantage of the web as their medium. Too often the web’s + interactivity is not considered when developing the story. The web then + ends up as a resting place for print words.
          6. +
          +

          Editors at newsrooms are still figuring out how to convince writers of + the benefit to having their content online. There’s still a stronger draw + to writers seeing their name in print than on the web. Showing writers + that their stories can be told in new ways to larger audiences is a convincing + argument that the web is a starting point for telling a story, not its + graveyard.

          +

          When everyone in the newsroom approaches their website with the intention + of using it to explore the web as a medium, they all start to ask “what + is possible?” and “what can be done?” You can’t expect students to think + in terms of the web if it’s treated as a place for print words to hang + out on a web page.

          +

          We’re OK with this problem, if we see newsrooms continue to take small + steps towards having all their editors involved in the stories for the + web.

          +
          +
          +
          + +
          +
          The current Open Journalism site was a few years in the making. This was + an original launch page we use in 2012
          +
          +

          What we know

          +
            +
          • New process +
            Our rough research has told us newsrooms need to be reorganized. This + includes every part of the newsroom’s workflow: from where a story and + its information comes from, to thinking of every word, pixel, and interaction + the reader will have with your stories. If I was a photo editor that wanted + to re-think my process with digital tools in mind, I’d start by asking + “how are photo assignments processed and sent out?”, “how do we receive + images?”, “what formats do images need to be exported in?”, “what type + of screens will the images be viewed on?”, and “how are the designers getting + these images?” Making a student newsroom digital isn’t about producing + “digital manifestos”, it’s about being curious enough that you’ll want + to to continue experimenting with your process until you’ve found one that + fits your newsroom’s needs.
          • +
          • More (remote) mentorship +
            Lack of mentorship is still a big problem. Google’s fellowship program is great. The fact that it + only caters to United States students isn’t. There are only a handful of + internships in Canada where students interested in journalism can get experience + writing code and building interactive stories. We’re OK with this for now, + as we expect internships and mentorship over the next 5 years between professional + newsrooms and student newsrooms will only increase. It’s worth noting that + some of that mentorship will likely be done remotely.
          • +
          • Changing a newsroom culture +
            Skill diversity needs to change. We encourage every student newsroom we + talk to, to start building a partnership with their school’s Computer Science + department. It will take some work, but you’ll find there are many CS undergrads + that love playing with web technologies, and using data to tell stories. + Changing who is in the newsroom should be one of the first steps newsrooms + take to changing how they tell stories. The same goes with getting designers + who understand the wonderful interactive elements of the web and students + who love statistics and exploring data. Getting students who are amazing + at design, data, code, words, and images into one room is one of the coolest + experience I’ve had. Everyone benefits from a more diverse newsroom.
          • +
          +

          What we don’t know

          +
            +
          • Sharing curiosity for the web +
            We don’t know how to best teach students about the web. It’s not efficient + for us to teach coding classes. We do go into newsrooms and get them running + their first code exercises, but if someone wants to learn to program, we + can only provide the initial push and curiosity. We will be trying out + “labs” with a few schools next school year to hopefully get a better idea + of how to teach students about the web.
          • +
          • Business +
            We don’t know how to convince the business side of student papers that + they should invest in the web. At the very least we’re able to explain + that having students graduate with their current skill set is painful in + the current job market.
          • +
          • The future +
            We don’t know what journalism or the web will be like in 10 years, but + we can start encouraging students to keep an open mind about the skills + they’ll need. We’re less interested in preparing students for the current + newsroom climate, than we are in teaching students to have the ability + to learn new tools quickly as they come and go.
          • +
          +
          +
          +
          +
          +
          + +
          +
          Another slide from 2012 website
          +
          +
          +
          +

          What we’re trying to share with others

          +
            +
          • A concise guide to building stories for the web +
            There are too many options to get started. We hope to provide an opinionated + guide that follows both our experiences, research, and observations from + trying to teach our peers.
          • +
          +

          Student newsrooms don’t have investors to please. Student newsrooms can + change their website every week if they want to try a new design or interaction. + As long as students start treating the web as a different medium, and start + building stories around that idea, then we’ll know we’re moving forward.

          +

          A note to professional news orgs

          +

          We’re also asking professional newsrooms to be more open about their process + of developing stories for the web. You play a big part in this. This means + writing about it, and sharing code. We need to start building a bridge + between student journalism and professional newsrooms.

          +
          +
          +
          + +
          +
          2012
          +
          +

          This is a start

          +

          We going to continue slowly growing the content on Open Journalism. We still consider this the beta version, + but expect to polish it, and beef up the content for a real launch at the + beginning of the summer.

          +

          We expect to have more original tutorials as well as the beginnings of + what a curriculum may look like that a student newsroom can adopt to start + guiding their transition to become a web first newsroom. We’re also going + to be working with the Queen’s Journal and + The Ubysseynext school year to better understand how to make the student + newsroom a place for experimenting with telling stories on the web. If + this sound like a good idea in your newsroom, we’re still looking to add + 1 more school.

          +

          We’re trying out some new shoes. And while they’re not self-lacing, and + smell a bit different, we feel lacing up a new pair of kicks can change + a lot.

          +
          +
          +
          + +
          +
          +

          +
          +

          +

          Let’s talk. Let’s listen. +

          +

          We’re still in the early stages of what this project will look like, so if you want to help or have thoughts, let’s talk. +

          +

          pippin@pippinlee.com +

          +

          +
          +

          +

          +
          +

          +

          This isn’t supposed to be a + manifesto™© + we just think it’s pretty cool to share what we’ve learned so far, and hope you’ll do the same. We’re all in this together. +

          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-images.json new file mode 100644 index 0000000..e52ea6f --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-images.json @@ -0,0 +1,3 @@ +[ + "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/1600\/1*eR_J8DurqygbhrwDg-WPnQ.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-metadata.json new file mode 100644 index 0000000..71804a0 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Courtney Kirchoff", + "Direction": null, + "Excerpt": "In defense of the word “literally” and why you or someone you know should stop misusing the word, lest they drive us fig…", + "Image": "https:\/\/d262ilb51hltx0.cloudfront.net\/max\/1600\/1*eR_J8DurqygbhrwDg-WPnQ.png", + "Title": "On Behalf of “Literally”", + "SiteName": "Medium" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected.html new file mode 100644 index 0000000..34eeab3 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected.html @@ -0,0 +1 @@ +

          Words need defenders.

          On Behalf of “Literally”

          You either are a “literally” abuser or know of one. If you’re anything like me, hearing the word “literally” used incorrectly causes a little piece of your soul to whither and die. Of course I do not mean that literally, I mean that figuratively. An abuser would have said: “Every time a person uses that word, a piece of my soul literally withers and dies.” Which is terribly, horribly wrong.

          For whatever bizarre reason, people feel the need to use literally as a sort of verbal crutch. They use it to emphasize a point, which is silly because they’re already using an analogy or a metaphor to illustrate said point. For example: “Ugh, I literally tore the house apart looking for my remote control!” No, you literally did not tear apart your house, because it’s still standing. If you’d just told me you “tore your house apart” searching for your remote, I would’ve understood what you meant. No need to add “literally” to the sentence.

          Maybe I should define literally.

          Literally means actually. When you say something literally happened, you’re describing the scene or situation as it actually happened.

          So you should only use literally when you mean it. It should not be used in hyperbole. Example: “That was so funny I literally cried.” Which is possible. Some things are funny enough to elicit tears. Note the example stops with “literally cried.” You cannot literally cry your eyes out. The joke wasn’t so funny your eyes popped out of their sockets.

          When in Doubt, Leave it Out

          “I’m so hungry I could eat a horse,” means you’re hungry. You don’t need to say “I’m so hungry I could literally eat a horse.” Because you can’t do that in one sitting, I don’t care how big your stomach is.

          “That play was so funny I laughed my head off,” illustrates the play was amusing. You don’t need to say you literally laughed your head off, because then your head would be on the ground and you wouldn’t be able to speak, much less laugh.

          “I drove so fast my car was flying,” we get your point: you were speeding. But your car is never going fast enough to fly, so don’t say your car was literally flying.

          Insecurities?

          Maybe no one believed a story you told as a child, and you felt the need to prove that it actually happened. No really, mom, I literally climbed the tree. In efforts to prove truth, you used literally to describe something real, however outlandish it seemed. Whatever the reason, now your overuse of literally has become a habit.

          Hard Habit to Break?

          Abusing literally isn’t as bad a smoking, but it’s still an unhealthy habit (I mean that figuratively). Help is required in order to break it.

          This is my version of an intervention for literally abusers. I’m not sure how else to do it other than in writing. I know this makes me sound like a know-it-all, and I accept that. But there’s no excuse other than blatant ignorance to misuse the word “literally.” So just stop it.

          Don’t say “Courtney, this post is so snobbish it literally burned up my computer.” Because nothing is that snobbish that it causes computers to combust. Or: “Courtney, your head is so big it literally cannot get through the door.” Because it can, unless it’s one of those tiny doors from Alice in Wonderland and I need to eat a mushroom to make my whole body smaller.

          No One’s Perfect

          And I’m not saying I am. I’m trying to restore meaning to a word that’s lost meaning. I’m standing up for literally. It’s a good word when used correctly. People are butchering it and destroying it every day (figuratively speaking) and the massacre needs to stop. Just as there’s a coalition of people against the use of certain fonts (like Comic Sans and Papyrus), so should there be a coalition of people against the abuse of literally.

          Saying it to Irritate?

          Do you misuse the word “literally” just to annoy your know-it-all or grammar police friends/acquaintances/total strangers? If so, why? Doing so would be like me going outside when it’s freezing, wearing nothing but a pair of shorts and t-shirt in hopes of making you cold by just looking at me. Who suffers more?

          Graphical Representation

          Matthew Inman of “The Oatmeal” wrote a comic about literally. Abusers and defenders alike should check it out. It’s clear this whole craze about literally is driving a lot of us nuts. You literally abusers are killing off pieces of our souls. You must be stopped, or the world will be lost to meaninglessness forever. Figuratively speaking.

          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/medium-2/source.html new file mode 100644 index 0000000..da62885 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/medium-2/source.html @@ -0,0 +1,14 @@ +On Behalf of “Literally” — Medium + +
          + + sidebar-open-28px + + + + + +
          +
          Ready to publish?
          Change the story’s title, subtitle, and visibility as needed

          Words need defenders.

          On Behalf of “Literally”

          You either are a “literally” abuser or know of one. If you’re anything like me, hearing the word “literally” used incorrectly causes a little piece of your soul to whither and die. Of course I do not mean that literally, I mean that figuratively. An abuser would have said: “Every time a person uses that word, a piece of my soul literally withers and dies.” Which is terribly, horribly wrong.

          For whatever bizarre reason, people feel the need to use literally as a sort of verbal crutch. They use it to emphasize a point, which is silly because they’re already using an analogy or a metaphor to illustrate said point. For example: “Ugh, I literally tore the house apart looking for my remote control!” No, you literally did not tear apart your house, because it’s still standing. If you’d just told me you “tore your house apart” searching for your remote, I would’ve understood what you meant. No need to add “literally” to the sentence.

          Maybe I should define literally.

          Literally means actually. When you say something literally happened, you’re describing the scene or situation as it actually happened.

          So you should only use literally when you mean it. It should not be used in hyperbole. Example: “That was so funny I literally cried.” Which is possible. Some things are funny enough to elicit tears. Note the example stops with “literally cried.” You cannot literally cry your eyes out. The joke wasn’t so funny your eyes popped out of their sockets.

          When in Doubt, Leave it Out

          “I’m so hungry I could eat a horse,” means you’re hungry. You don’t need to say “I’m so hungry I could literally eat a horse.” Because you can’t do that in one sitting, I don’t care how big your stomach is.

          “That play was so funny I laughed my head off,” illustrates the play was amusing. You don’t need to say you literally laughed your head off, because then your head would be on the ground and you wouldn’t be able to speak, much less laugh.

          “I drove so fast my car was flying,” we get your point: you were speeding. But your car is never going fast enough to fly, so don’t say your car was literally flying.

          Insecurities?

          Maybe no one believed a story you told as a child, and you felt the need to prove that it actually happened. No really, mom, I literally climbed the tree. In efforts to prove truth, you used literally to describe something real, however outlandish it seemed. Whatever the reason, now your overuse of literally has become a habit.

          Hard Habit to Break?

          Abusing literally isn’t as bad a smoking, but it’s still an unhealthy habit (I mean that figuratively). Help is required in order to break it.

          This is my version of an intervention for literally abusers. I’m not sure how else to do it other than in writing. I know this makes me sound like a know-it-all, and I accept that. But there’s no excuse other than blatant ignorance to misuse the word “literally.” So just stop it.

          Don’t say “Courtney, this post is so snobbish it literally burned up my computer.” Because nothing is that snobbish that it causes computers to combust. Or: “Courtney, your head is so big it literally cannot get through the door.” Because it can, unless it’s one of those tiny doors from Alice in Wonderland and I need to eat a mushroom to make my whole body smaller.

          No One’s Perfect

          And I’m not saying I am. I’m trying to restore meaning to a word that’s lost meaning. I’m standing up for literally. It’s a good word when used correctly. People are butchering it and destroying it every day (figuratively speaking) and the massacre needs to stop. Just as there’s a coalition of people against the use of certain fonts (like Comic Sans and Papyrus), so should there be a coalition of people against the abuse of literally.

          Saying it to Irritate?

          Do you misuse the word “literally” just to annoy your know-it-all or grammar police friends/acquaintances/total strangers? If so, why? Doing so would be like me going outside when it’s freezing, wearing nothing but a pair of shorts and t-shirt in hopes of making you cold by just looking at me. Who suffers more?

          Graphical Representation

          Matthew Inman of “The Oatmeal” wrote a comic about literally. Abusers and defenders alike should check it out. It’s clear this whole craze about literally is driving a lot of us nuts. You literally abusers are killing off pieces of our souls. You must be stopped, or the world will be lost to meaninglessness forever. Figuratively speaking.


          Originally published at www.courtneykirchoff.com on November 18, 2011. Sadly this solo post did not stop the abuse of literally. Help the word out. Recommend this article to your literally abusers in your life.

          diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-images.json new file mode 100644 index 0000000..250efd7 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-images.json @@ -0,0 +1,7 @@ +[ + "https:\/\/miro.medium.com\/max\/398\/1*kbPh7V97eyRodSOw2-ALDw.png", + "https:\/\/miro.medium.com\/fit\/c\/96\/96\/0*qPHQu8WqsC6cV_ud.jpg", + "https:\/\/miro.medium.com\/max\/796\/1*kbPh7V97eyRodSOw2-ALDw.png", + "https:\/\/miro.medium.com\/max\/1388\/1*Fpb2Bvdx7Q-688vdm-NdkQ.png", + "https:\/\/miro.medium.com\/max\/616\/1*lvOySry5gHHJfGU_bQXrzA.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-metadata.json new file mode 100644 index 0000000..cf74b95 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "John C. Welch", + "Direction": null, + "Excerpt": "(EDIT: removed the link to Samantha\u2019s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a\u2026", + "Image": "https:\/\/miro.medium.com\/max\/398\/1*kbPh7V97eyRodSOw2-ALDw.png", + "Title": "Samantha and The Great Big Lie - John C. Welch - Medium", + "SiteName": "Medium" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected.html b/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected.html new file mode 100644 index 0000000..0a32b38 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected.html @@ -0,0 +1,688 @@ +
          +
          +

          John C. Welch +

          + +
          +

          + How to get shanked doing what people say they want +

          +
          +

          + don’t preach to me
          + Mr. integrity +

          +
          +

          + (EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a dusting of transphobia along the way, all totally okay because the ends justify the means, and it’s okay when “good” people do it.) +

          +

          + First, I need to say something about this article: the reason I’m writing it infuriates me. Worse than installing CS 3 or Acrobat 7 ever did, and the former inspired comparisons to fecophile porn. I’m actually too mad to cuss. Well, not completely, but in this case, I don’t think the people I’m mad at are worth the creativity I try to put into profanity. This is about a brownfield of hypocrisy and viciously deliberate mischaracterization that “shame” cannot even come close to the shame those behind it should feel. +

          +

          + Now, read this post by Samantha Bielefeld: The Elephant in the Room. First, it is a well-written critical piece that raises a few points in a calm, rational, nonconfrontational fashion, exactly the kind of things the pushers of The Great Big Lie say we need more of, as opposed to the screaming that is the norm in such cases. +

          +

          + …sorry, I should explain “The Great Big Lie”. There are several, but in this case, our specific instance of “The Great Big Lie” is about criticism. Over and over, you hear from the very people I am not going to be nice to in this that we need “better” criticsm. Instead of rage and anger, volume and vitriol, we need in-depth rational criticism, that isn’t personal or ad hominem. That it should focus on points, not people. +

          +

          + That, readers, is “The Big Lie”. It is a lie so big that if one ponders the reality of it, as I am going to, one wonders why anyone would believe it. It is a lie and it is one we should stop telling. +

          +
          +

          + Samantha’s points (I assume you read it, for you are smart people who know the importance of such things) are fairly clear: +

          +
            +
          1. With the release of Overcast 2.0, a product Samantha actually likes, Marco Arment moved to a patronage model that will probably be successful for him. +
          2. +
          3. Arment’s insistence that “anyone can do this” while technically true, (anyone can in fact, implement this pricing model), also implies that “anyone” can have the kind of success that a developer with Marco’s history, financial status, and deep ties to the Apple News Web is expected to have. This is silly. +
          4. +
          5. Marco Arment occupies a fairly unique position in the Apple universe, (gained by hard work and no small talent), and because of that, benefits from a set of privileges that a new developer or even one that has been around for a long time, but isn’t, well, Marco, not only don’t have, but have little chance of attaining anytime soon. +
          6. +
          7. Marco has earned his success and is entitled to the benefits and privileges it brings, but he seems rather blind to all of that, and seems to still imagine himself as “two guys in a garage”. This is just not correct. +
          8. +
          9. In addition, the benefits and privileges of the above ensure that by releasing Overcast 2 as a free app, with patronage pricing, he has, if not gutted, severely hurt the ability of folks actually selling their apps for an up-front price of not free to continue doing so. This has the effect of accelerating the “race to the bottom” in the podcast listening app segment, which hurts devs who cannot afford to work on a “I don’t really need this money, so whatever you feel like sending is okay” model. +
          10. +
          +

          + None of this is incorrect. None of this is an ad hominem attack in any way. It is just pointing out that a developer of Arment’s stature and status lives in a very different world than someone in East Frog Balls, Arkansas trying to make a living off of App sales. Our dev in EFB doesn’t have the main sites on the Apple web falling all over themselves to review their app the way that Arment does. They’re not friends with the people being The Loop, Daring Fireball, SixColors, iMore, The Mac Observer, etc., yadda. +

          +

          + So, our hero, in a fit of well-meaning ignorance writes this piece (posted this morning, 14 Oct. 15) and of course, the response and any criticisms are just as reasonable and thoughtful. +

          +

          + If you really believe that, you are the most preciously ignorant person in the world, and can I have your seriously charmed life. +

          +
          +

          + The response, from all quarters, including Marco, someone who is so sensitive to criticism that the word “useless” is enough to shut him down, who blocked a friend of mine for the high crime of pointing out that his review of podcasting mics centered around higher priced gear and ignored folks without the scratch, who might not be ready for such things, is, in a single word, disgusting. Vomitous even. +

          +

          + It’s an hours-long dogpile that beggars even my imagination, and I can imagine almost anything. Seriously, it’s all there in Samantha’s Twitter Feed. From what I can tell, she’s understandably shocked over it. I however was not. This one comment in her feed made me smile (warning, this wanders a bit…er…LOT. Twitter timelines are not easy to put together): +

          +
          +

          + I can see why you have some reservations about publishing it, but my gut feeling is that he would take it better than Nilay. +

          +
          +

          + Oh honey, bless your sweet, ignorant heart. Marco is one of the biggest pushers of The Big Lie, and one of the reasons it is such a lie. +

          +

          + But it gets better. First, you have the “hey, Marco earned his status!” lot. A valid point, and one Bielefeld explicitly acknowledges, here: +

          +
          +

          + From his ground floor involvement in Tumblr (for which he is now a millionaire), to the creation and sale of a wildly successful app called Instapaper, he has become a household name in technology minded circles. It is this extensive time spent in the spotlight, the huge following on Twitter, and dedicated listeners of his weekly aired Accidental Tech Podcast, that has granted him the freedom to break from seeking revenue in more traditional manners. +

          +
          +

          + and here: +

          +
          +

          + I’m not knocking his success, he has put effort into his line of work, and has built his own life. +

          +
          +

          + and here: +

          +
          +

          + He has earned his time in the spotlight, and it’s only natural for him to take advantage of it. +

          +
          +

          + But still, you get the people telling her something she already acknowledge: +

          +
          +

          + I don’t think he’s blind. he’s worked to where he has gotten and has had failures like everyone else. +

          +
          +

          + Thank you for restating something in the article. To the person who wrote it. +

          +

          + In the original article, Samantha talked about the money Marco makes from his podcast. She based that on the numbers provided by ATP in terms of sponsorship rates and the number of current sponsors the podcast has. Is this going to yield perfect numbers? No. But the numbers you get from it will at least be reasonable, or should be unless the published sponsorship rates are just fantasy, and you’re stupid for taking them seriously. +

          +

          + At first, she went with a simple formula: +

          +
          +

          + $4K x 3 per episode = $12K x 52 weeks / 3 hosts splitting it. +

          +
          +

          + That’s not someone making shit up, right? Rather quickly, someone pointed out that she’d made an error in how she calculated it: +

          +
          +

          + That’s $4k per ad, no? So more like $12–16k per episode. +

          +
          +

          + She’d already realized her mistake and fixed it. +

          +
          +

          + which is actually wrong, and I’m correcting now. $4,000 per sponsor, per episode! So, $210,000 per year. +

          +
          +

          + Again, this is based on publicly available data the only kind someone not part of ATP or a close friend of Arment has access to. So while her numbers may be wrong, if they are, there’s no way for her to know that. She’s basing her opinion on actual available data. Which is sadly rare. +

          +

          + This becomes a huge flashpoint. You name a reason to attack her over this, people do. No really. For example, she’s not calculating his income taxes correctly: +

          +
          +

          + especially since it isn’t his only source of income thus, not an indicator of his marginal inc. tax bracket. +

          +

          + thus, guessing net income is more haphazard than stating approx. gross income. +

          +
          +

          + Ye Gods. She’s not doing his taxes for him, her point is invalid? +

          +

          + Then there’s the people who seem to have not read anything past what other people are telling them: +

          +
          +

          + Not sure what to make of your Marco piece, to be honest. You mention his fame, whatever, but what’s the main idea here? +

          +
          +

          + Just how spoon-fed do you have to be? Have you no teeth? +

          +

          + Of course, Marco jumps in, and predictably, he’s snippy: +

          +
          +

          + If you’re going to speak in precise absolutes, it’s best to first ensure that you’re correct. +

          +
          +

          + If you’re going to be like that, it’s best to provide better data. Don’t get snippy when someone is going off the only data available, and is clearly open to revising based on better data. +

          +

          + Then Marco’s friends/fans get into it: +

          +
          +

          + I really don’t understand why it’s anyone’s business +

          +
          +

          + Samantha is trying to qualify for sainthood at this point: +

          +
          +

          + It isn’t really, it was a way of putting his income in context in regards to his ability to gamble with Overcast. +

          +
          +

          + Again, she’s trying to drag people back to her actual point, but no one is going to play. The storm has begun. Then we get people who are just spouting nonsense: +

          +
          +

          + Why is that only relevant for him? It’s a pretty weird metric,especially since his apps aren’t free. +

          +
          +

          + Wha?? Overcast 2 is absolutely free. Samantha points this out: +

          +
          +

          + His app is free, that’s what sparked the article to begin with. +

          +
          +

          + The response is literally a parallel to “How can there be global warming if it snowed today in my town?” +

          +
          +

          + If it’s free, how have I paid for it? Twice? +

          +
          +

          + She is still trying: +

          +
          +

          + You paid $4.99 to unlock functionality in Overcast 1.0 and you chose to support him with no additional functionality in 2.0 +

          +
          +

          + He is having none of it. IT SNOWED! SNOWWWWWWW! +

          +
          +

          + Yes. That’s not free. Free is when you choose not to make money. And that can be weaponized. But that’s not what Overcast does. +

          +
          +

          + She however, is relentless: +

          +
          +

          + No, it’s still free. You can choose to support it, you are required to pay $4.99 for Pocket Casts. Totally different model. +

          +
          +

          + Dude seems to give up. (Note: allllll the people bagging on her are men. All of them. Mansplaining like hell. And I’d bet every one of them considers themselves a feminist.) +

          +

          + We get another guy trying to push the narrative she’s punishing him for his success, which is just…it’s stupid, okay? Stupid. +

          +
          +

          + It also wasn’t my point in writing my piece today, but it seems to be everyone’s focus. +

          +
          +

          + (UNDERSTATEMENT OF THE YEAR) +

          +
          +

          + I think the focus should be more on that fact that while it’s difficult, Marco spent years building his audience. +

          +

          + It doesn’t matter what he makes it how he charges. If the audience be earned is willing to pay for it, awesome. +

          +
          +

          + She tries, oh lord, she tries: +

          +
          +

          + To assert that he isn’t doing anything any other dev couldn’t, is wrong. It’s successful because it’s Marco. +

          +
          +

          + But no, HE KNOWS HER POINT BETTER THAN SHE DOES: +

          +
          +

          + No, it’s successful because he busted his ass to make it so. It’s like any other business. He grew it. +

          +
          +

          + Christ. This is like a field of strawmen. Stupid ones. Very stupid ones. +

          +

          + One guy tries to blame it all on Apple, another in a string of Wha??? moments: +

          +
          +

          + the appropriate context is Apple’s App Store policies. Other devs aren’t Marco’s responsibility +

          +
          +

          + Seriously? Dude, are you even trying to talk about what Samantha actually wrote? At this point, Samantha is clearly mystified at the entire thing: +

          +
          +

          + Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income? +

          +
          +

          + Because it’s a nit they can pick and allows them to ignore everything you wrote. That’s the only reason. +

          +

          + One guy is “confused”: +

          +
          +

          + I see. He does have clout, so are you saying he’s too modest in how he sees himself as a dev? +

          +

          + Yes. He can’t be equated to the vast majority of other developers. Like calling Gruber, “just another blogger”. +

          +

          + Alright, that’s fair. I was just confused by the $ and fame angle at first. +

          +
          +

          + Samantha’s point centers on the benefits Marco gains via his fame and background. HOW DO YOU NOT MENTION THAT? HOW IS THAT CONFUSING? +

          +

          + People of course are telling her it’s her fault for mentioning a salient fact at all: +

          +
          +

          + Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income? +

          +

          + Maybe because you went there with your article? +

          +

          + As a way of rationalizing his ability to gamble with the potential for Overcast to generate income…not the norm at all. +

          +
          +

          + Of course, had she not brought up those important points, she’d have been bagged on for “not providing proof”. Lose some, lose more. By now, she’s had enough and she just deletes all mention of it. Understandable, but sad she was bullied into doing that. +

          +

          + Yes, bullied. That’s all this is. Bullying. She didn’t lie, cheat, or exaagerate. If her numbers were wrong, they weren’t wrong in a way she had any ability to do anything about. But there’s blood in the water, and the comments and attacks get worse: +

          +
          +

          + Because you decided to start a conversation about someone else’s personal shit. You started this war. +

          +
          +

          + War. THIS. IS. WAR. +

          +

          + This is a bunch of nerds attacking someone for reasoned, calm, polite criticism of their friend/idol. Samantha is politely pushing back a bit: +

          +
          +

          + That doesn’t explain why every other part of my article is being pushed aside. +

          +
          +

          + She’s right. This is all nonsense. This is people ignoring her article completely, just looking for things to attack so it can be dismissed. It’s tribalism at its purest. +

          +

          + Then some of the other annointed get into it, including Jason Snell in one of the most spectactular displays of “I have special knowledge you can’t be expected to have, therefore you are totally off base and wrong, even though there’s no way for you to know this” I’ve seen in a while. Jason: +

          +
          +

          + You should never use an ad rate card to estimate ad revenue from any media product ever. +

          +

          + I learned this when I started working for a magazine — rate cards are mostly fiction, like prices on new cars +

          +
          +

          + How…exactly…in the name of whatever deity Jason may believe in…is Samantha or anyone not “in the biz” supposed to know this. Also, what exactly does a magazine on paper like Macworld have to do with sponsorships for a podcast? I have done podcasts that were sponsored, and I can retaliate with “we charged what the rate card said we did. Checkmate Elitests!” +

          +

          + Samantha basically abases herself at his feet: +

          +
          +

          + I understand my mistake, and it’s unfortunate that it has completely diluted the point of my article. +

          +
          +

          + I think she should have told him where and how to stuff that nonsense, but she’s a nicer person than I am. Also, it’s appropriate that Jason’s twitter avatar has its nose in the air. This is some rank snobbery. It’s disgusting and if anyone pulled that on him, Jason would be very upset. But hey, one cannot criticize The Marco without getting pushback. By “pushback”, I mean “an unrelenting fecal flood”. +

          +

          + Her only mistake was criticizing one of the Kool Kids. Folks, if you criticize anyone in The Deck Clique, or their friends, expect the same thing, regardless of tone or point. +

          +

          + Another App Dev, seemingly unable to parse Samantha’s words, needs more explanation: +

          +
          +

          + so just looking over your mentions, I’m curious what exactly was your main point? Ignoring the podcast income bits. +

          +
          +

          + Oh wait, he didn’t even read the article. Good on you, Dev Guy, good. on. you. Still, she plays nice with someone who didn’t even read her article: +

          +
          +

          + That a typical unknown developer can’t depend on patronage to generate revenue, and charging for apps will become a negative. +

          +
          +

          + Marco comes back of course, and now basically accuses her of lying about other devs talking to her and supporting her point: +

          +
          +

          + How many actual developers did you hear from, really? Funny how almost nobody wants to give a (real) name on these accusations. +

          +
          +

          + Really? You’re going to do that? “There’s no name, so I don’t think it’s a real person.” Just…what’s the Joe Welch quote from the McCarthy hearings? +

          +
          +

          + Let us not assassinate this lad further, Senator. You’ve done enough. Have you no sense of decency, sir? At long last, have you left no sense of decency? +

          +
          +

          + That is what this is at this point: character assasination because she said something critical of A Popular Person. It’s disgusting. Depressing and disgusting. No one, none of these people have seriously discussed her point, heck, it looks like they barely bothered to read it, if they did at all. +

          +

          + Marco starts getting really petty with her (no big shock) and Samantha finally starts pushing back: +

          +
          +

          + Glad to see you be the bigger person and ignore the mindset of so many developers not relating to you, good for you! +

          +
          +

          + That of course, is what caused Marco to question the validity, if not the existence of her sources. (Funny how anonymous sources are totes okay when they convenience Marco et al, and work for oh, Apple, but when they are inconvenient? Ha! PROVIDE ME PROOF YOU INTEMPERATE WOMAN!) +

          +

          + Make no mistake, there’s some sexist shit going on here. Every tweet I’ve quoted was authored by a guy. +

          +

          + Of course, Marco has to play the “I’ve been around longer than you” card with this bon mot: +

          +
          +

          + Yup, before you existed! +

          +
          +

          + Really dude? I mean, I’m sorry about the penis, but really? +

          +

          + Mind you, when the criticism isn’t just bizarrely stupid, Samantha reacts the way Marco and his ilk claim they would to (if they ever got any valid criticism. Which clearly is impossible): +

          +
          +

          + Not to get into the middle of this, but “income” is not the term you’re looking for. “Revenue” is. +

          +

          + lol. Noted. +

          +

          + And I wasn’t intending to be a dick, just a lot of people hear/say “income” when they intend “revenue”, and then discussion … +

          +

          + … gets derailed by a jedi handwave of “Expenses”. But outside of charitable donation, it is all directly related. +

          +

          + haha. Thank you for the clarification. +

          +
          +

          + Note to Marco and the other…whatever they are…that is how one reacts to that kind of criticism. With a bit of humor and self-deprecation. You should try it sometime. For real, not just in your heads or conversations in Irish Pubs in S.F. +

          +

          + But now, the door has been cracked, and the cheap shots come out: +

          +
          +

          + @testflight_app: Don’t worry guys, we process @marcoarment’s apps in direct proportion to his megabucks earnings. #fairelephant +

          +
          +

          + (Note: testflight_app is a parody account. Please do not mess with the actual testflight folks. They are still cool.) +

          +

          + Or this…conversation: +

          +
          +
          +

          Image for post +

          +
          +
          +

          + Good job guys. Good job. Defend the tribe. Attack the other. Frederico attempts to recover from his stunning display of demeaning douchery: ‏@viticci: @s_bielefeld I don’t know if it’s an Italian thing, but counting other people’s money is especially weird for me. IMO, bad move in the post. +

          +

          + Samantha is clearly sick of his crap: ‏@s_bielefeld: @viticci That’s what I’m referring to, the mistake of ever having mentioned it. So, now, Marco can ignore the bigger issue and go on living. +

          +

          + Good for her. There’s being patient and being roadkill. +

          +

          + Samantha does put the call out for her sources to maybe let her use their names: +

          +
          +

          + From all of you I heard from earlier, anyone care to go on record? +

          +
          +

          + My good friend, The Angry Drunk points out the obvious problem: +

          +
          +

          + Nobody’s going to go on record when they count on Marco’s friends for their PR. +

          +
          +

          + This is true. Again, the sites that are Friends of Marco: +

          +

          + Daring Fireball +

          +

          + The Loop +

          +

          + SixColors +

          +

          + iMore +

          +

          + MacStories +

          +

          + A few others, but I want this post to end one day. +

          +

          + You piss that crew off, and given how petty rather a few of them have demonstrated they are, good luck on getting any kind of notice from them. +

          +

          + Of course, the idea this could happen is just craycray: +

          +
          +

          + @KevinColeman .@Angry_Drunk @s_bielefeld @marcoarment Wow, you guys are veering right into crazy conspiracy theory territory. #JetFuelCantMeltSteelBeams +

          +
          +

          + Yeah. Because a mature person like Marco would never do anything like that. +

          +

          + Of course, the real point on this is starting to happen: +

          +
          +

          + you’re getting a lot of heat now but happy you are writing things that stir up the community. Hope you continue to be a voice! +

          +

          + I doubt I will. +

          +
          +

          + See, they’ve done their job. Mess with the bull, you get the horns. Maybe you should find another thing to write about, this isn’t a good place for you. Great job y’all. +

          +

          + Some people aren’t even pretending. They’re just in full strawman mode: +

          +
          +

          + @timkeller: Unfair to begrudge a person for leveraging past success, especially when that success is earned. No ‘luck’ involved. +

          +

          + @s_bielefeld: @timkeller I plainly stated that I don’t hold his doing this against him. Way to twist words. +

          +
          +

          + I think she’s earned her anger at this point. +

          +

          + Don’t worry, Marco knows what the real problem is: most devs just suck — +

          +
          +
          +

          Image for post +

          +
          +
          +

          + I have a saying that applies in this case: don’t place your head so far up your nethers that you go full Klein Bottle. Marco has gone full Klein Bottle. (To be correct, he went FKB some years ago.) +

          +

          + There are some bright spots. My favorite is when Building Twenty points out the real elephant in the room: +

          +
          +

          + @BuildingTwenty: Both @s_bielefeld & I wrote similar critiques of @marcoarment’s pricing model yet the Internet pilloried only the woman. Who’d have guessed? +

          +
          +

          + Yup. +

          +

          + Another bright spot are these comments from Ian Betteridge, who has been doing this even longer than Marco: +

          +
          +

          + You know, any writer who has never made a single factual error in a piece hasn’t ever written anything worth reading. +

          +

          + I learned my job with the support of people who helped me. Had I suffered an Internet pile on for every error I wouldn’t have bothered. +

          +
          +

          + To which Samantha understandably replies: +

          +
          +

          + and it’s honestly something I’m contemplating right now, whether to continue… +

          +
          +

          + Gee, I can’t imagine why. Why with comments like this from Chris Breen that completely misrepresent Samantha’s point, (who until today, I would have absolutely defended as being better than this, something I am genuinely saddened to be wrong about), why wouldn’t she want to continue doing this? +

          +
          +

          + If I have this right, some people are outraged that a creator has decided to give away his work. +

          +
          +

          + No Chris, you don’t have this right. But hey, who has time to find out the real issue and read an article. I’m sure your friends told you everything you need to know. +

          +

          + Noted Feminist Glenn Fleishman gets a piece of the action too: +

          +
          +
          +

          Image for post +

          +
          +
          +

          + I’m not actually surprised here. I watched Fleishman berate a friend of mine who has been an engineer for…heck, waaaaay too long on major software products in the most condescending way because she tried to point out that as a very technical woman, “The Magazine” literally had nothing to say to her and maybe he should fix that. “Impertinent” was I believe what he called her, but I may have the specific word wrong. Not the attitude mind you. Great Feminists like Glenn do not like uppity women criticizing Great Feminists who are their Great Allies. +

          +

          + Great Feminists are often tools. +

          +
          +

          + Luckily, I hope, the people who get Samantha’s point also started chiming in (and you get 100% of the women commenting here that I’ve seen): +

          +
          +

          + I don’t think he’s wrong for doing it, he just discusses it as if the market’s a level playing field — it isn’t +

          +

          + This is a great article with lots of great points about the sustainability of iOS development. Thank you for publishing it. +

          +

          + Regardless of the numbers and your view of MA, fair points here about confirmation bias in app marketing feasibility http://samanthabielefeld.com/the-elephant-in-the-room … +

          +

          + thank you for posting this, it covers a lot of things people don’t like to talk about. +

          +

          + I’m sure you have caught untold amounts of flak over posting this because Marco is blind to his privilege as a developer. +

          +

          + Catching up on the debate, and agreeing with Harry’s remark. (Enjoyed your article, Samantha, and ‘got’ your point.) +

          +
          +
          +

          + I would like to say I’m surprised at the reaction to Samantha’s article, but I’m not. In spite of his loud declarations of support for The Big Lie, Marco Arment is as bad at any form of criticism that he hasn’t already approved as a very insecure tween. An example from 2011: http://www.businessinsider.com/marco-arment-2011-9 +

          +

          + Marco is great with criticism as long as it never actually criticizes him. If it does, be prepared a flood of petty, petulant whining that a room full of bored preschoolers on a hot day would be hard-pressed to match. +

          +

          + Today has been…well, it sucks. It sucks because someone doing what all the Arments of the world claim to want was naive enough to believe what they were told, and found out the hard way just how big a lie The Big Lie is, and how vicious people are when you’re silly enough to believe anything they say about criticism. +

          +

          + And note again, every single condescending crack, misrepresentation, and strawman had an exclusively male source. Most of them have, at one point or another, loudly trumpted themselves as Feminist Allies, as a friend to women struggling with the sexism and misogyny in tech. Congratulations y’all on being just as bad as the people you claim to oppose. +

          +

          + Samantha has handled this better than anyone else could have. My respect for her as a person and a writer is off the charts. If she choses to walk away from blogging in the Apple space, believe me I understand. As bad as today was for her, I’ve seen worse. Much worse. +

          +

          + But I hope she doesn’t. I hope she stays, because she is Doing This Right, and in a corner of the internet that has become naught but an endless circle jerk, a cliquish collection, a churlish, childish cohort interested not in writing or the truth, but in making sure The Right People are elevated, and The Others put down, she is someone worth reading and listening to. The number people who owe her apologies goes around the block, and I don’t think she’ll ever see a one. I’m sure as heck not apologizing for them, I’ll not make their lives easier in the least. +

          +

          + All of you, all. of. you…Marco, Breen, Snell, Vittici, had a chance to live by your words. You were faced with reasoned, polite, respectful criticism and instead of what you should have done, you all dropped trou and sprayed an epic diarrheal discharge all over someone who had done nothing to deserve it. Me, I earned most of my aggro, Samantha did not earn any of the idiocy I’ve seen today. I hope you’re all proud of yourselves. Someone should be, it won’t be me. Ever. +

          +

          + So I hope she stays, but if she goes, I understand. For what it’s worth, I don’t think she’s wrong either way. +

          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/medium-3/source.html b/vendor/fivefilters/readability.php/test/test-pages/medium-3/source.html new file mode 100644 index 0000000..1bd8d82 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/medium-3/source.html @@ -0,0 +1,1645 @@ + + + + + + + + Samantha and The Great Big Lie. How to get shanked doing what people… | by John C. Welch | Medium + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +
          +
          + +
          + +
          + + +
          +
          + + +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          + Samantha and The Great Big Lie +

          +
          +
          +
          +
          + John C. Welch +
          +
          +
          +
          +
          + John C. Welch +
          + +
          +
          +
          +
          +
          + Oct 15, 2015 · 18 min read +
          +
          +
          +
          +
          +
          + +
          +
          + +
          +
          + +
          +
          +
          + + +
          +
          +
          +
          +
          +
          +
          +
          +

          + How to get shanked doing what people say they want +

          +
          +

          + don’t preach to me
          + Mr. integrity +

          +
          +

          + (EDIT: removed the link to Samantha’s post, because the arments and the grubers and the rest of The Deck Clique got what they wanted: a non-proper person driven off the internet lightly capped with a dusting of transphobia along the way, all totally okay because the ends justify the means, and it’s okay when “good” people do it.) +

          +

          + First, I need to say something about this article: the reason I’m writing it infuriates me. Worse than installing CS 3 or Acrobat 7 ever did, and the former inspired comparisons to fecophile porn. I’m actually too mad to cuss. Well, not completely, but in this case, I don’t think the people I’m mad at are worth the creativity I try to put into profanity. This is about a brownfield of hypocrisy and viciously deliberate mischaracterization that “shame” cannot even come close to the shame those behind it should feel. +

          +

          + Now, read this post by Samantha Bielefeld: The Elephant in the Room. First, it is a well-written critical piece that raises a few points in a calm, rational, nonconfrontational fashion, exactly the kind of things the pushers of The Great Big Lie say we need more of, as opposed to the screaming that is the norm in such cases. +

          +

          + …sorry, I should explain “The Great Big Lie”. There are several, but in this case, our specific instance of “The Great Big Lie” is about criticism. Over and over, you hear from the very people I am not going to be nice to in this that we need “better” criticsm. Instead of rage and anger, volume and vitriol, we need in-depth rational criticism, that isn’t personal or ad hominem. That it should focus on points, not people. +

          +

          + That, readers, is “The Big Lie”. It is a lie so big that if one ponders the reality of it, as I am going to, one wonders why anyone would believe it. It is a lie and it is one we should stop telling. +

          +
          +
          +
          +
          +
          +
          +
          +

          + Samantha’s points (I assume you read it, for you are smart people who know the importance of such things) are fairly clear: +

          +
            +
          1. With the release of Overcast 2.0, a product Samantha actually likes, Marco Arment moved to a patronage model that will probably be successful for him. +
          2. +
          3. Arment’s insistence that “anyone can do this” while technically true, (anyone can in fact, implement this pricing model), also implies that “anyone” can have the kind of success that a developer with Marco’s history, financial status, and deep ties to the Apple News Web is expected to have. This is silly. +
          4. +
          5. Marco Arment occupies a fairly unique position in the Apple universe, (gained by hard work and no small talent), and because of that, benefits from a set of privileges that a new developer or even one that has been around for a long time, but isn’t, well, Marco, not only don’t have, but have little chance of attaining anytime soon. +
          6. +
          7. Marco has earned his success and is entitled to the benefits and privileges it brings, but he seems rather blind to all of that, and seems to still imagine himself as “two guys in a garage”. This is just not correct. +
          8. +
          9. In addition, the benefits and privileges of the above ensure that by releasing Overcast 2 as a free app, with patronage pricing, he has, if not gutted, severely hurt the ability of folks actually selling their apps for an up-front price of not free to continue doing so. This has the effect of accelerating the “race to the bottom” in the podcast listening app segment, which hurts devs who cannot afford to work on a “I don’t really need this money, so whatever you feel like sending is okay” model. +
          10. +
          +

          + None of this is incorrect. None of this is an ad hominem attack in any way. It is just pointing out that a developer of Arment’s stature and status lives in a very different world than someone in East Frog Balls, Arkansas trying to make a living off of App sales. Our dev in EFB doesn’t have the main sites on the Apple web falling all over themselves to review their app the way that Arment does. They’re not friends with the people being The Loop, Daring Fireball, SixColors, iMore, The Mac Observer, etc., yadda. +

          +

          + So, our hero, in a fit of well-meaning ignorance writes this piece (posted this morning, 14 Oct. 15) and of course, the response and any criticisms are just as reasonable and thoughtful. +

          +

          + If you really believe that, you are the most preciously ignorant person in the world, and can I have your seriously charmed life. +

          +
          +
          +
          +
          +
          +
          +
          +

          + The response, from all quarters, including Marco, someone who is so sensitive to criticism that the word “useless” is enough to shut him down, who blocked a friend of mine for the high crime of pointing out that his review of podcasting mics centered around higher priced gear and ignored folks without the scratch, who might not be ready for such things, is, in a single word, disgusting. Vomitous even. +

          +

          + It’s an hours-long dogpile that beggars even my imagination, and I can imagine almost anything. Seriously, it’s all there in Samantha’s Twitter Feed. From what I can tell, she’s understandably shocked over it. I however was not. This one comment in her feed made me smile (warning, this wanders a bit…er…LOT. Twitter timelines are not easy to put together): +

          +
          +

          + I can see why you have some reservations about publishing it, but my gut feeling is that he would take it better than Nilay. +

          +
          +

          + Oh honey, bless your sweet, ignorant heart. Marco is one of the biggest pushers of The Big Lie, and one of the reasons it is such a lie. +

          +

          + But it gets better. First, you have the “hey, Marco earned his status!” lot. A valid point, and one Bielefeld explicitly acknowledges, here: +

          +
          +

          + From his ground floor involvement in Tumblr (for which he is now a millionaire), to the creation and sale of a wildly successful app called Instapaper, he has become a household name in technology minded circles. It is this extensive time spent in the spotlight, the huge following on Twitter, and dedicated listeners of his weekly aired Accidental Tech Podcast, that has granted him the freedom to break from seeking revenue in more traditional manners. +

          +
          +

          + and here: +

          +
          +

          + I’m not knocking his success, he has put effort into his line of work, and has built his own life. +

          +
          +

          + and here: +

          +
          +

          + He has earned his time in the spotlight, and it’s only natural for him to take advantage of it. +

          +
          +

          + But still, you get the people telling her something she already acknowledge: +

          +
          +

          + I don’t think he’s blind. he’s worked to where he has gotten and has had failures like everyone else. +

          +
          +

          + Thank you for restating something in the article. To the person who wrote it. +

          +

          + In the original article, Samantha talked about the money Marco makes from his podcast. She based that on the numbers provided by ATP in terms of sponsorship rates and the number of current sponsors the podcast has. Is this going to yield perfect numbers? No. But the numbers you get from it will at least be reasonable, or should be unless the published sponsorship rates are just fantasy, and you’re stupid for taking them seriously. +

          +

          + At first, she went with a simple formula: +

          +
          +

          + $4K x 3 per episode = $12K x 52 weeks / 3 hosts splitting it. +

          +
          +

          + That’s not someone making shit up, right? Rather quickly, someone pointed out that she’d made an error in how she calculated it: +

          +
          +

          + That’s $4k per ad, no? So more like $12–16k per episode. +

          +
          +

          + She’d already realized her mistake and fixed it. +

          +
          +

          + which is actually wrong, and I’m correcting now. $4,000 per sponsor, per episode! So, $210,000 per year. +

          +
          +

          + Again, this is based on publicly available data the only kind someone not part of ATP or a close friend of Arment has access to. So while her numbers may be wrong, if they are, there’s no way for her to know that. She’s basing her opinion on actual available data. Which is sadly rare. +

          +

          + This becomes a huge flashpoint. You name a reason to attack her over this, people do. No really. For example, she’s not calculating his income taxes correctly: +

          +
          +

          + especially since it isn’t his only source of income thus, not an indicator of his marginal inc. tax bracket. +

          +

          + thus, guessing net income is more haphazard than stating approx. gross income. +

          +
          +

          + Ye Gods. She’s not doing his taxes for him, her point is invalid? +

          +

          + Then there’s the people who seem to have not read anything past what other people are telling them: +

          +
          +

          + Not sure what to make of your Marco piece, to be honest. You mention his fame, whatever, but what’s the main idea here? +

          +
          +

          + Just how spoon-fed do you have to be? Have you no teeth? +

          +

          + Of course, Marco jumps in, and predictably, he’s snippy: +

          +
          +

          + If you’re going to speak in precise absolutes, it’s best to first ensure that you’re correct. +

          +
          +

          + If you’re going to be like that, it’s best to provide better data. Don’t get snippy when someone is going off the only data available, and is clearly open to revising based on better data. +

          +

          + Then Marco’s friends/fans get into it: +

          +
          +

          + I really don’t understand why it’s anyone’s business +

          +
          +

          + Samantha is trying to qualify for sainthood at this point: +

          +
          +

          + It isn’t really, it was a way of putting his income in context in regards to his ability to gamble with Overcast. +

          +
          +

          + Again, she’s trying to drag people back to her actual point, but no one is going to play. The storm has begun. Then we get people who are just spouting nonsense: +

          +
          +

          + Why is that only relevant for him? It’s a pretty weird metric,especially since his apps aren’t free. +

          +
          +

          + Wha?? Overcast 2 is absolutely free. Samantha points this out: +

          +
          +

          + His app is free, that’s what sparked the article to begin with. +

          +
          +

          + The response is literally a parallel to “How can there be global warming if it snowed today in my town?” +

          +
          +

          + If it’s free, how have I paid for it? Twice? +

          +
          +

          + She is still trying: +

          +
          +

          + You paid $4.99 to unlock functionality in Overcast 1.0 and you chose to support him with no additional functionality in 2.0 +

          +
          +

          + He is having none of it. IT SNOWED! SNOWWWWWWW! +

          +
          +

          + Yes. That’s not free. Free is when you choose not to make money. And that can be weaponized. But that’s not what Overcast does. +

          +
          +

          + She however, is relentless: +

          +
          +

          + No, it’s still free. You can choose to support it, you are required to pay $4.99 for Pocket Casts. Totally different model. +

          +
          +

          + Dude seems to give up. (Note: allllll the people bagging on her are men. All of them. Mansplaining like hell. And I’d bet every one of them considers themselves a feminist.) +

          +

          + We get another guy trying to push the narrative she’s punishing him for his success, which is just…it’s stupid, okay? Stupid. +

          +
          +

          + It also wasn’t my point in writing my piece today, but it seems to be everyone’s focus. +

          +
          +

          + (UNDERSTATEMENT OF THE YEAR) +

          +
          +

          + I think the focus should be more on that fact that while it’s difficult, Marco spent years building his audience. +

          +

          + It doesn’t matter what he makes it how he charges. If the audience be earned is willing to pay for it, awesome. +

          +
          +

          + She tries, oh lord, she tries: +

          +
          +

          + To assert that he isn’t doing anything any other dev couldn’t, is wrong. It’s successful because it’s Marco. +

          +
          +

          + But no, HE KNOWS HER POINT BETTER THAN SHE DOES: +

          +
          +

          + No, it’s successful because he busted his ass to make it so. It’s like any other business. He grew it. +

          +
          +

          + Christ. This is like a field of strawmen. Stupid ones. Very stupid ones. +

          +

          + One guy tries to blame it all on Apple, another in a string of Wha??? moments: +

          +
          +

          + the appropriate context is Apple’s App Store policies. Other devs aren’t Marco’s responsibility +

          +
          +

          + Seriously? Dude, are you even trying to talk about what Samantha actually wrote? At this point, Samantha is clearly mystified at the entire thing: +

          +
          +

          + Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income? +

          +
          +

          + Because it’s a nit they can pick and allows them to ignore everything you wrote. That’s the only reason. +

          +

          + One guy is “confused”: +

          +
          +

          + I see. He does have clout, so are you saying he’s too modest in how he sees himself as a dev? +

          +

          + Yes. He can’t be equated to the vast majority of other developers. Like calling Gruber, “just another blogger”. +

          +

          + Alright, that’s fair. I was just confused by the $ and fame angle at first. +

          +
          +

          + Samantha’s point centers on the benefits Marco gains via his fame and background. HOW DO YOU NOT MENTION THAT? HOW IS THAT CONFUSING? +

          +

          + People of course are telling her it’s her fault for mentioning a salient fact at all: +

          +
          +

          + Why has the conversation suddenly turned to focus on nothing more than ATP sponsorship income? +

          +

          + Maybe because you went there with your article? +

          +

          + As a way of rationalizing his ability to gamble with the potential for Overcast to generate income…not the norm at all. +

          +
          +

          + Of course, had she not brought up those important points, she’d have been bagged on for “not providing proof”. Lose some, lose more. By now, she’s had enough and she just deletes all mention of it. Understandable, but sad she was bullied into doing that. +

          +

          + Yes, bullied. That’s all this is. Bullying. She didn’t lie, cheat, or exaagerate. If her numbers were wrong, they weren’t wrong in a way she had any ability to do anything about. But there’s blood in the water, and the comments and attacks get worse: +

          +
          +

          + Because you decided to start a conversation about someone else’s personal shit. You started this war. +

          +
          +

          + War. THIS. IS. WAR. +

          +

          + This is a bunch of nerds attacking someone for reasoned, calm, polite criticism of their friend/idol. Samantha is politely pushing back a bit: +

          +
          +

          + That doesn’t explain why every other part of my article is being pushed aside. +

          +
          +

          + She’s right. This is all nonsense. This is people ignoring her article completely, just looking for things to attack so it can be dismissed. It’s tribalism at its purest. +

          +

          + Then some of the other annointed get into it, including Jason Snell in one of the most spectactular displays of “I have special knowledge you can’t be expected to have, therefore you are totally off base and wrong, even though there’s no way for you to know this” I’ve seen in a while. Jason: +

          +
          +

          + You should never use an ad rate card to estimate ad revenue from any media product ever. +

          +

          + I learned this when I started working for a magazine — rate cards are mostly fiction, like prices on new cars +

          +
          +

          + How…exactly…in the name of whatever deity Jason may believe in…is Samantha or anyone not “in the biz” supposed to know this. Also, what exactly does a magazine on paper like Macworld have to do with sponsorships for a podcast? I have done podcasts that were sponsored, and I can retaliate with “we charged what the rate card said we did. Checkmate Elitests!” +

          +

          + Samantha basically abases herself at his feet: +

          +
          +

          + I understand my mistake, and it’s unfortunate that it has completely diluted the point of my article. +

          +
          +

          + I think she should have told him where and how to stuff that nonsense, but she’s a nicer person than I am. Also, it’s appropriate that Jason’s twitter avatar has its nose in the air. This is some rank snobbery. It’s disgusting and if anyone pulled that on him, Jason would be very upset. But hey, one cannot criticize The Marco without getting pushback. By “pushback”, I mean “an unrelenting fecal flood”. +

          +

          + Her only mistake was criticizing one of the Kool Kids. Folks, if you criticize anyone in The Deck Clique, or their friends, expect the same thing, regardless of tone or point. +

          +

          + Another App Dev, seemingly unable to parse Samantha’s words, needs more explanation: +

          +
          +

          + so just looking over your mentions, I’m curious what exactly was your main point? Ignoring the podcast income bits. +

          +
          +

          + Oh wait, he didn’t even read the article. Good on you, Dev Guy, good. on. you. Still, she plays nice with someone who didn’t even read her article: +

          +
          +

          + That a typical unknown developer can’t depend on patronage to generate revenue, and charging for apps will become a negative. +

          +
          +

          + Marco comes back of course, and now basically accuses her of lying about other devs talking to her and supporting her point: +

          +
          +

          + How many actual developers did you hear from, really? Funny how almost nobody wants to give a (real) name on these accusations. +

          +
          +

          + Really? You’re going to do that? “There’s no name, so I don’t think it’s a real person.” Just…what’s the Joe Welch quote from the McCarthy hearings? +

          +
          +

          + Let us not assassinate this lad further, Senator. You’ve done enough. Have you no sense of decency, sir? At long last, have you left no sense of decency? +

          +
          +

          + That is what this is at this point: character assasination because she said something critical of A Popular Person. It’s disgusting. Depressing and disgusting. No one, none of these people have seriously discussed her point, heck, it looks like they barely bothered to read it, if they did at all. +

          +

          + Marco starts getting really petty with her (no big shock) and Samantha finally starts pushing back: +

          +
          +

          + Glad to see you be the bigger person and ignore the mindset of so many developers not relating to you, good for you! +

          +
          +

          + That of course, is what caused Marco to question the validity, if not the existence of her sources. (Funny how anonymous sources are totes okay when they convenience Marco et al, and work for oh, Apple, but when they are inconvenient? Ha! PROVIDE ME PROOF YOU INTEMPERATE WOMAN!) +

          +

          + Make no mistake, there’s some sexist shit going on here. Every tweet I’ve quoted was authored by a guy. +

          +

          + Of course, Marco has to play the “I’ve been around longer than you” card with this bon mot: +

          +
          +

          + Yup, before you existed! +

          +
          +

          + Really dude? I mean, I’m sorry about the penis, but really? +

          +

          + Mind you, when the criticism isn’t just bizarrely stupid, Samantha reacts the way Marco and his ilk claim they would to (if they ever got any valid criticism. Which clearly is impossible): +

          +
          +

          + Not to get into the middle of this, but “income” is not the term you’re looking for. “Revenue” is. +

          +

          + lol. Noted. +

          +

          + And I wasn’t intending to be a dick, just a lot of people hear/say “income” when they intend “revenue”, and then discussion … +

          +

          + … gets derailed by a jedi handwave of “Expenses”. But outside of charitable donation, it is all directly related. +

          +

          + haha. Thank you for the clarification. +

          +
          +

          + Note to Marco and the other…whatever they are…that is how one reacts to that kind of criticism. With a bit of humor and self-deprecation. You should try it sometime. For real, not just in your heads or conversations in Irish Pubs in S.F. +

          +

          + But now, the door has been cracked, and the cheap shots come out: +

          +
          +

          + @testflight_app: Don’t worry guys, we process @marcoarment’s apps in direct proportion to his megabucks earnings. #fairelephant +

          +
          +

          + (Note: testflight_app is a parody account. Please do not mess with the actual testflight folks. They are still cool.) +

          +

          + Or this…conversation: +

          +
          +
          +
          +
          +
          + +
          Image for post +
          +
          +
          +
          +

          + Good job guys. Good job. Defend the tribe. Attack the other. Frederico attempts to recover from his stunning display of demeaning douchery: ‏@viticci: @s_bielefeld I don’t know if it’s an Italian thing, but counting other people’s money is especially weird for me. IMO, bad move in the post. +

          +

          + Samantha is clearly sick of his crap: ‏@s_bielefeld: @viticci That’s what I’m referring to, the mistake of ever having mentioned it. So, now, Marco can ignore the bigger issue and go on living. +

          +

          + Good for her. There’s being patient and being roadkill. +

          +

          + Samantha does put the call out for her sources to maybe let her use their names: +

          +
          +

          + From all of you I heard from earlier, anyone care to go on record? +

          +
          +

          + My good friend, The Angry Drunk points out the obvious problem: +

          +
          +

          + Nobody’s going to go on record when they count on Marco’s friends for their PR. +

          +
          +

          + This is true. Again, the sites that are Friends of Marco: +

          +

          + Daring Fireball +

          +

          + The Loop +

          +

          + SixColors +

          +

          + iMore +

          +

          + MacStories +

          +

          + A few others, but I want this post to end one day. +

          +

          + You piss that crew off, and given how petty rather a few of them have demonstrated they are, good luck on getting any kind of notice from them. +

          +

          + Of course, the idea this could happen is just craycray: +

          +
          +

          + @KevinColeman .@Angry_Drunk @s_bielefeld @marcoarment Wow, you guys are veering right into crazy conspiracy theory territory. #JetFuelCantMeltSteelBeams +

          +
          +

          + Yeah. Because a mature person like Marco would never do anything like that. +

          +

          + Of course, the real point on this is starting to happen: +

          +
          +

          + you’re getting a lot of heat now but happy you are writing things that stir up the community. Hope you continue to be a voice! +

          +

          + I doubt I will. +

          +
          +

          + See, they’ve done their job. Mess with the bull, you get the horns. Maybe you should find another thing to write about, this isn’t a good place for you. Great job y’all. +

          +

          + Some people aren’t even pretending. They’re just in full strawman mode: +

          +
          +

          + @timkeller: Unfair to begrudge a person for leveraging past success, especially when that success is earned. No ‘luck’ involved. +

          +

          + @s_bielefeld: @timkeller I plainly stated that I don’t hold his doing this against him. Way to twist words. +

          +
          +

          + I think she’s earned her anger at this point. +

          +

          + Don’t worry, Marco knows what the real problem is: most devs just suck — +

          +
          +
          +
          +
          +
          + +
          Image for post +
          +
          +
          +
          +

          + I have a saying that applies in this case: don’t place your head so far up your nethers that you go full Klein Bottle. Marco has gone full Klein Bottle. (To be correct, he went FKB some years ago.) +

          +

          + There are some bright spots. My favorite is when Building Twenty points out the real elephant in the room: +

          +
          +

          + @BuildingTwenty: Both @s_bielefeld & I wrote similar critiques of @marcoarment’s pricing model yet the Internet pilloried only the woman. Who’d have guessed? +

          +
          +

          + Yup. +

          +

          + Another bright spot are these comments from Ian Betteridge, who has been doing this even longer than Marco: +

          +
          +

          + You know, any writer who has never made a single factual error in a piece hasn’t ever written anything worth reading. +

          +

          + I learned my job with the support of people who helped me. Had I suffered an Internet pile on for every error I wouldn’t have bothered. +

          +
          +

          + To which Samantha understandably replies: +

          +
          +

          + and it’s honestly something I’m contemplating right now, whether to continue… +

          +
          +

          + Gee, I can’t imagine why. Why with comments like this from Chris Breen that completely misrepresent Samantha’s point, (who until today, I would have absolutely defended as being better than this, something I am genuinely saddened to be wrong about), why wouldn’t she want to continue doing this? +

          +
          +

          + If I have this right, some people are outraged that a creator has decided to give away his work. +

          +
          +

          + No Chris, you don’t have this right. But hey, who has time to find out the real issue and read an article. I’m sure your friends told you everything you need to know. +

          +

          + Noted Feminist Glenn Fleishman gets a piece of the action too: +

          +
          +
          +
          +
          +
          + +
          Image for post +
          +
          +
          +
          +

          + I’m not actually surprised here. I watched Fleishman berate a friend of mine who has been an engineer for…heck, waaaaay too long on major software products in the most condescending way because she tried to point out that as a very technical woman, “The Magazine” literally had nothing to say to her and maybe he should fix that. “Impertinent” was I believe what he called her, but I may have the specific word wrong. Not the attitude mind you. Great Feminists like Glenn do not like uppity women criticizing Great Feminists who are their Great Allies. +

          +

          + Great Feminists are often tools. +

          +
          +
          +
          +
          +
          +
          +
          +

          + Luckily, I hope, the people who get Samantha’s point also started chiming in (and you get 100% of the women commenting here that I’ve seen): +

          +
          +

          + I don’t think he’s wrong for doing it, he just discusses it as if the market’s a level playing field — it isn’t +

          +

          + This is a great article with lots of great points about the sustainability of iOS development. Thank you for publishing it. +

          +

          + Regardless of the numbers and your view of MA, fair points here about confirmation bias in app marketing feasibility http://samanthabielefeld.com/the-elephant-in-the-room … +

          +

          + thank you for posting this, it covers a lot of things people don’t like to talk about. +

          +

          + I’m sure you have caught untold amounts of flak over posting this because Marco is blind to his privilege as a developer. +

          +

          + Catching up on the debate, and agreeing with Harry’s remark. (Enjoyed your article, Samantha, and ‘got’ your point.) +

          +
          +
          +
          +
          +
          +
          +
          +
          +

          + I would like to say I’m surprised at the reaction to Samantha’s article, but I’m not. In spite of his loud declarations of support for The Big Lie, Marco Arment is as bad at any form of criticism that he hasn’t already approved as a very insecure tween. An example from 2011: http://www.businessinsider.com/marco-arment-2011-9 +

          +

          + Marco is great with criticism as long as it never actually criticizes him. If it does, be prepared a flood of petty, petulant whining that a room full of bored preschoolers on a hot day would be hard-pressed to match. +

          +

          + Today has been…well, it sucks. It sucks because someone doing what all the Arments of the world claim to want was naive enough to believe what they were told, and found out the hard way just how big a lie The Big Lie is, and how vicious people are when you’re silly enough to believe anything they say about criticism. +

          +

          + And note again, every single condescending crack, misrepresentation, and strawman had an exclusively male source. Most of them have, at one point or another, loudly trumpted themselves as Feminist Allies, as a friend to women struggling with the sexism and misogyny in tech. Congratulations y’all on being just as bad as the people you claim to oppose. +

          +

          + Samantha has handled this better than anyone else could have. My respect for her as a person and a writer is off the charts. If she choses to walk away from blogging in the Apple space, believe me I understand. As bad as today was for her, I’ve seen worse. Much worse. +

          +

          + But I hope she doesn’t. I hope she stays, because she is Doing This Right, and in a corner of the internet that has become naught but an endless circle jerk, a cliquish collection, a churlish, childish cohort interested not in writing or the truth, but in making sure The Right People are elevated, and The Others put down, she is someone worth reading and listening to. The number people who owe her apologies goes around the block, and I don’t think she’ll ever see a one. I’m sure as heck not apologizing for them, I’ll not make their lives easier in the least. +

          +

          + All of you, all. of. you…Marco, Breen, Snell, Vittici, had a chance to live by your words. You were faced with reasoned, polite, respectful criticism and instead of what you should have done, you all dropped trou and sprayed an epic diarrheal discharge all over someone who had done nothing to deserve it. Me, I earned most of my aggro, Samantha did not earn any of the idiocy I’ve seen today. I hope you’re all proud of yourselves. Someone should be, it won’t be me. Ever. +

          +

          + So I hope she stays, but if she goes, I understand. For what it’s worth, I don’t think she’s wrong either way. +

          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          +

          + +

          +
          +
          +
          +
          +
          +
          + +
          +

          + +

          +
          +
          +
          +
          + + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          +

          + +

          +
          +
          +
          +
          + +
          +
          +

          + +

          +
          +
          +
          +
          +
          +
          + +
          +

          + +

          +
          +
          +
          +
          +
          + +
          +
          + +
          +
          + +
          +
          +
          + + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + John C. Welch +
          +
          +

          + Written by +

          +
          +
          +
          +

          + John C. Welch +

          +
          + +
          +
          +
          +
          +
          +

          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          + John C. Welch +
          +
          +

          + Written by +

          +
          +

          + John C. Welch +

          +
          + +
          +
          +
          +

          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          + More From Medium +

          +
          +
          +
          +
          + +
          +
          +
          + +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          + +
          +
          +
          +
          +
          + +
          +
          +
          +
          + +
          + +
          + + +
          +
          +
          +
          +
          + +
          +
          + +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + +

          + Welcome to a place where words matter. On Medium, smart voices and original ideas take center stage - with no ads in sight. Watch +

          +
          +
          + +

          + Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox. Explore +

          +
          +
          + +

          + Get unlimited access to the best stories on Medium — and support writers while you’re at it. Just $5/month. Upgrade +

          +
          +
          +
          +
          +
          + + +
          +

          +
          About +

          + Help +

          +

          + Legal +

          +
          +
          +
          +

          + Get the Medium app +

          +
          +
          +
          + A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store +
          +
          + A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store +
          +
          +
          +
          +
          +
          +
          + + + + + + + + + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected-metadata.json new file mode 100644 index 0000000..d998fb4 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Contents", + "Image": null, + "Title": "Shared Mutable History \u2014 evolve extension for Mercurial", + "SiteName": null +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected.html b/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected.html new file mode 100644 index 0000000..61915e4 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/mercurial/expected.html @@ -0,0 +1,738 @@ +
          + + +

          + Once you have mastered the art of mutable history in a single repository (see the user guide), you can move up to the next level: shared mutable history. evolve lets you push and pull draft changesets between repositories along with their obsolescence markers. This opens up a number of interesting possibilities. +

          +

          + The simplest scenario is a single developer working across two computers. Say you’re working on code that must be tested on a remote test server, probably in a rack somewhere, only accessible by SSH, and running an “enterprise-grade” (out-of-date) OS. But you probably prefer to write code locally: everything is setup the way you like it, and you can use your preferred editor, IDE, merge/diff tools, etc. +

          +

          + Traditionally, your options are limited: either +

          +
          +
          +
            +
          • (ab)use your source control system by committing half-working code in order to get it onto the remote test server, or +
          • +
          • go behind source control’s back by using rsync (or similar) to transfer your code back-and-forth until it is ready to commit +
          • +
          +
          +
          +

          + The former is less bad with distributed version control systems like Mercurial, but it’s still far from ideal. (One important version control “best practice” is that every commit should make things just a little bit better, i.e. you should never commit code that is worse than what came before.) The latter, avoiding version control entirely, means that you’re walking a tightrope without a safety net. One accidental rsync in the wrong direction could destroy hours of work. +

          +

          + Using Mercurial with evolve to share mutable history solves these problems. As with single-repository evolve, you can commit whenever the code is demonstrably better, even if all the tests aren’t passing yet—just hg amend when they are. And you can transfer those half-baked changesets between repositories to try things out on your test server before anything is carved in stone. +

          +

          + A less common scenario is multiple developers sharing mutable history, typically for code review. We’ll cover this scenario later. First, we will cover single-user sharing. +

          +
          +

          + Sharing with a single developer +

          +
          +

          + Publishing and non-publishing repositories +

          +

          + The key to shared mutable history is to keep your changesets in draft phase as you pass them around. Recall that by default, hg push promotes changesets from draft to public, and public changesets are immutable. You can change this behaviour by reconfiguring the remote repository so that it is non-publishing. (Short version: set phases.publish to false. Long version follows.) +

          +
          +
          +

          + Setting up +

          +

          + We’ll work through an example with three local repositories, although in the real world they’d most likely be on three different computers. First, the public repository is where tested, polished changesets live, and it is where you synchronize with the rest of your team. +

          + +

          + We’ll need two clones where work gets done, test-repo and dev-repo: +

          +
          +
          $ hg clone public test-repo
          +updating to branch default
          +0 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +$ hg clone test-repo dev-repo
          +updating to branch default
          +0 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +
          +
          +

          + dev-repo is your local machine, with GUI merge tools and IDEs and everything configured just the way you like it. test-repo is the test server in a rack somewhere behind SSH. So for the most part, we’ll develop in dev-repo, push to test-repo, test and polish there, and push to public. +

          +

          + The key to shared mutable history is to make the target repository, in this case test-repo, non-publishing. And, of course, we have to enable the evolve extension in both test-repo and dev-repo. +

          +

          + First, edit the configuration for test-repo: +

          +
          +
          $ hg -R test-repo config --edit --local
          +
          +
          +

          + and add +

          +
          +
          [phases]
          +publish = false
          +
          +[extensions]
          +evolve =
          +
          +
          +

          + Then edit the configuration for dev-repo: +

          +
          +
          $ hg -R dev-repo config --edit --local
          +
          +
          +

          + and add +

          + +

          + Keep in mind that in real life, these repositories would probably be on separate computers, so you’d have to login to each one to configure each repository. +

          +

          + To start things off, let’s make one public, immutable changeset: +

          +
          +
          $ cd test-repo
          +$ echo 'my new project' > file1
          +$ hg add file1
          +$ hg commit -m 'create new project'
          +$ hg push
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +
          +
          +

          + and pull that into the development repository: +

          +
          +
          $ cd ../dev-repo
          +$ hg pull -u
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +1 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +
          +
          +
          + +
          +

          + Example 2: Amend again, locally +

          +

          + This process can repeat. Perhaps you figure out a more elegant fix to the bug, and want to mutate history so nobody ever knows you had a less-than-perfect idea. We’ll implement it locally in dev-repo and push to test-repo: +

          +
          +
          $ echo 'Fix, fix, and fix.' > file1
          +$ hg amend
          +$ hg push
          +
          +
          +

          + This time around, the temporary amend commit is in dev-repo, and it is not transferred to test-repo—the same as before, just in the opposite direction. Figure 4 shows the two repositories after amending in dev-repo and pushing to test-repo. +

          +
          +

          + [figure SG04: each repo has one temporary amend commit, but they’re different in each one] +

          +
          +

          + Let’s hop over to test-repo to test the more elegant fix: +

          +
          +
          $ cd ../test-repo
          +$ hg update
          +1 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +
          +
          +

          + This time, all the tests pass, so no further amending is required. This bug fix is finished, so we push it to the public repository: +

          +
          +
          $ hg push
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +
          +
          +

          + Note that only one changeset—the final version, after two amendments—was actually pushed. Again, Mercurial doesn’t transfer hidden changesets on push and pull. +

          +

          + So the picture in public is much simpler than in either dev-repo or test-repo. Neither of our missteps nor our amendments are publicly visible, just the final, beautifully polished changeset: +

          +
          +

          + [figure SG05: public repo with rev 0:0dc9, 1:de61, both public] +

          +
          +

          + There is one important step left to do. Because we pushed from test-repo to public, the pushed changeset is in public phase in those two repositories. But dev-repo has been out-of-the-loop; changeset de61 is still draft there. If we’re not careful, we might mutate history in dev-repo, obsoleting a changeset that is already public. Let’s avoid that situation for now by pushing up to dev-repo: +

          +
          +
          $ hg push ../dev-repo
          +pushing to ../dev-repo
          +searching for changes
          +no changes found
          +
          +
          +

          + Even though no changesets were pushed, Mercurial still pushed obsolescence markers and phase changes to dev-repo. +

          +

          + A final note: since this fix is now public, it is immutable. It’s no longer possible to amend it: +

          +
          +
          $ hg amend -m 'fix bug 37'
          +abort: cannot amend public changesets
          +
          +
          +

          + This is, after all, the whole point of Mercurial’s phases: to prevent rewriting history that has already been published. +

          +
          +
          +
          +

          + Sharing with multiple developers: code review +

          +

          + Now that you know how to share your own mutable history across multiple computers, you might be wondering if it makes sense to share mutable history with others. It does, but you have to be careful, stay alert, and communicate with your peers. +

          +

          + Code review is a good use case for sharing mutable history across multiple developers: Alice commits a draft changeset, submits it for review, and amends her changeset until her reviewer is satisfied. Meanwhile, Bob is also committing draft changesets for review, amending until his reviewer is satisfied. Once a particular changeset passes review, the respective author (Alice or Bob) pushes it to the public (publishing) repository. +

          +

          + Incidentally, the reviewers here can be anyone: maybe Bob and Alice review each other’s work; maybe the same third party reviews both; or maybe they pick different experts to review their work on different parts of a large codebase. Similarly, it doesn’t matter if reviews are conducted in person, by email, or by carrier pigeon. Code review is outside of the scope of Mercurial, so all we’re looking at here is the mechanics of committing, amending, pushing, and pulling. +

          +
          +

          + Setting up +

          +

          + To demonstrate, let’s start with the public repository as we left it in the last example, with two immutable changesets (figure 5 above). We’ll clone a review repository from it, and then Alice and Bob will both clone from review. +

          +
          +
          $ hg clone public review
          +updating to branch default
          +1 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +$ hg clone review alice
          +updating to branch default
          +1 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +$ hg clone review bob
          +updating to branch default
          +1 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +
          +
          +

          + We need to configure Alice’s and Bob’s working repositories to enable evolve. First, edit Alice’s configuration with +

          +
          +
          $ hg -R alice config --edit --local
          +
          +
          +

          + and add +

          + +

          + Then edit Bob’s repository configuration: +

          +
          +
          $ hg -R bob config --edit --local
          +
          +
          +

          + and add the same text. +

          +
          +
          +

          + Example 3: Alice commits and amends a draft fix +

          +

          + We’ll follow Alice working on a bug fix. We’re going to use bookmarks to make it easier to understand multiple branch heads in the review repository, so Alice starts off by creating a bookmark and committing her first attempt at a fix: +

          +
          +
          $ hg bookmark bug15
          +$ echo 'fix' > file2
          +$ hg commit -A -u alice -m 'fix bug 15 (v1)'
          +adding file2
          +
          +
          +

          + Note the unorthodox “(v1)” in the commit message. We’re just using that to make this tutorial easier to follow; it’s not something we’d recommend in real life. +

          +

          + Of course Alice wouldn’t commit unless her fix worked to her satisfaction, so it must be time to solicit a code review. She does this by pushing to the review repository: +

          +
          +
          $ hg push -B bug15
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +exporting bookmark bug15
          +
          +
          +

          + (The use of -B is important to ensure that we only push the bookmarked head, and that the bookmark itself is pushed. See this guide to bookmarks, especially the Sharing Bookmarks section, if you’re not familiar with bookmarks.) +

          +

          + Some time passes, and Alice receives her code review. As a result, Alice revises her fix and submits it for a second review: +

          +
          +
          $ echo 'Fix.' > file2
          +$ hg amend -m 'fix bug 15 (v2)'
          +$ hg push
          +[...]
          +added 1 changesets with 1 changes to 1 files (+1 heads)
          +updating bookmark bug15
          +
          +
          +

          + Figure 6 shows the state of the review repository at this point. +

          +
          +

          + [figure SG06: rev 2:fn1e is Alice’s obsolete v1, rev 3:cbdf is her v2; both children of rev 1:de61] +

          +
          +

          + After a busy morning of bug fixing, Alice stops for lunch. Let’s see what Bob has been up to. +

          +
          +
          +

          + Example 4: Bob implements and publishes a new feature +

          +

          + Meanwhile, Bob has been working on a new feature. Like Alice, he’ll use a bookmark to track his work, and he’ll push that bookmark to the review repository, so that reviewers know which changesets to review. +

          +
          +
          $ cd ../bob
          +$ echo 'stuff' > file1
          +$ hg bookmark featureX
          +$ hg commit -u bob -m 'implement feature X (v1)'          # rev 4:1636
          +$ hg push -B featureX
          +[...]
          +added 1 changesets with 1 changes to 1 files (+1 heads)
          +exporting bookmark featureX
          +
          +
          +

          + When Bob receives his code review, he improves his implementation a bit, amends, and submits the resulting changeset for review: +

          +
          +
          $ echo 'do stuff' > file1
          +$ hg amend -m 'implement feature X (v2)'                  # rev 5:0eb7
          +$ hg push
          +[...]
          +added 1 changesets with 1 changes to 1 files (+1 heads)
          +updating bookmark featureX
          +
          +
          +

          + Unfortunately, that still doesn’t pass muster. Bob’s reviewer insists on proper capitalization and punctuation. +

          +
          +
          $ echo 'Do stuff.' > file1
          +$ hg amend -m 'implement feature X (v3)'                  # rev 6:540b
          +
          +
          +

          + On the bright side, the second review said, “Go ahead and publish once you fix that.” So Bob immediately publishes his third attempt: +

          +
          +
          $ hg push ../public
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +
          +
          +

          + It’s not enough just to update public, though! Other people also use the review repository, and right now it doesn’t have Bob’s latest amendment (“v3”, revision 6:540b), nor does it know that the precursor of that changeset (“v2”, revision 5:0eb7) is obsolete. Thus, Bob pushes to review as well: +

          +
          +
          $ hg push ../review
          +[...]
          +added 1 changesets with 1 changes to 1 files (+1 heads)
          +updating bookmark featureX
          +
          +
          +

          + Figure 7 shows the result of Bob’s work in both review and public. +

          +
          +

          + [figure SG07: review includes Alice’s draft work on bug 15, as well as Bob’s v1, v2, and v3 changes for feature X: v1 and v2 obsolete, v3 public. public contains only the final, public implementation of feature X] +

          +
          +

          + Incidentally, it’s important that Bob push to public before review. If he pushed to review first, then revision 6:540b would still be in draft phase in review, but it would be public in both Bob’s local repository and the public repository. That could lead to confusion at some point, which is easily avoided by pushing first to public. +

          +
          +
          +

          + Example 5: Alice integrates and publishes +

          +

          + Finally, Alice gets back from lunch and sees that the carrier pigeon with her second review has arrived (or maybe it’s in her email inbox). Alice’s reviewer approved her amended changeset, so she pushes it to public: +

          +
          +
          $ hg push ../public
          +[...]
          +remote has heads on branch 'default' that are not known locally: 540ba8f317e6
          +abort: push creates new remote head cbdfbd5a5db2!
          +(pull and merge or see "hg help push" for details about pushing new heads)
          +
          +
          +

          + Oops! Bob has won the race to push first to public. So Alice needs to integrate with Bob: let’s pull his changeset(s) and see what the branch heads are. +

          +
          +
          $ hg pull ../public
          +[...]
          +added 1 changesets with 1 changes to 1 files (+1 heads)
          +(run 'hg heads' to see heads, 'hg merge' to merge)
          +$ hg log -G -q -r 'head()' --template '{rev}:{node|short}  ({author})\n'
          +o  5:540ba8f317e6  (bob)
          +|
          +| @  4:cbdfbd5a5db2  (alice)
          +|/
          +
          +
          +

          + We’ll assume Alice and Bob are perfectly comfortable with rebasing changesets. (After all, they’re already using mutable history in the form of amend.) So Alice rebases her changeset on top of Bob’s and publishes the result: +

          +
          +
          $ hg rebase -d 5
          +$ hg push ../public
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +$ hg push ../review
          +[...]
          +added 1 changesets with 0 changes to 0 files
          +updating bookmark bug15
          +
          +
          +

          + The result, in both review and public repositories, is shown in figure 8. +

          +
          +

          + [figure SG08: review shows v1 and v2 of Alice’s fix, then v1, v2, v3 of Bob’s feature, finally Alice’s fix rebased onto Bob’s. public just shows the final public version of each changeset] +

          +
          +
          +
          +
          +

          + Getting into trouble with shared mutable history +

          +

          + Mercurial with evolve is a powerful tool, and using powerful tools can have consequences. (You can cut yourself badly with a sharp knife, but every competent chef keeps several around. Ever try to chop onions with a spoon?) +

          +

          + In the user guide, we saw examples of unstbale changesets, which are the most common type of troubled changeset. (Recall that a non-obsolete changeset with obsolete ancestors is an orphan.) +

          +

          + Two other types of troubles can happen: divergent and bumped changesets. Both are more likely with shared mutable history, especially mutable history shared by multiple developers. +

          +
          +

          + Setting up +

          +

          + For these examples, we’re going to use a slightly different workflow: as before, Alice and Bob share a public repository. But this time there is no review repository. Instead, Alice and Bob put on their cowboy hats, throw good practice to the wind, and pull directly from each other’s working repositories. +

          +

          + So we throw away everything except public and reclone: +

          +
          +
          $ rm -rf review alice bob
          +$ hg clone public alice
          +updating to branch default
          +2 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +$ hg clone public bob
          +updating to branch default
          +2 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +
          +
          +

          + Once again we have to configure their repositories: enable evolve and (since Alice and Bob will be pulling directly from each other) make their repositories non-publishing. Edit Alice’s configuration: +

          +
          +
          $ hg -R alice config --edit --local
          +
          +
          +

          + and add +

          +
          +
          [extensions]
          +rebase =
          +evolve =
          +
          +[phases]
          +publish = false
          +
          +
          +

          + Then edit Bob’s repository configuration: +

          +
          +
          $ hg -R bob config --edit --local
          +
          +
          +

          + and add the same text. +

          +
          +
          +

          + Example 6: Divergent changesets +

          +

          + When an obsolete changeset has two successors, those successors are divergent. One way to get into such a situation is by failing to communicate with your teammates. Let’s see how that might happen. +

          +

          + First, we’ll have Bob commit a bug fix that could still be improved: +

          +
          +
          $ cd bob
          +$ echo 'pretty good fix' >> file1
          +$ hg commit -u bob -m 'fix bug 24 (v1)'                   # rev 4:2fe6
          +
          +
          +

          + Since Alice and Bob are now in cowboy mode, Alice pulls Bob’s draft changeset and amends it herself. +

          +
          +
          $ cd ../alice
          +$ hg pull -u ../bob
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +$ echo 'better fix (alice)' >> file1
          +$ hg amend -u alice -m 'fix bug 24 (v2 by alice)'
          +
          +
          +

          + But Bob has no idea that Alice just did this. (See how important good communication is?) So he implements a better fix of his own: +

          +
          +
          $ cd ../bob
          +$ echo 'better fix (bob)' >> file1
          +$ hg amend -u bob -m 'fix bug 24 (v2 by bob)'             # rev 6:a360
          +
          +
          +

          + At this point, the divergence exists, but only in theory: Bob’s original changeset, 4:2fe6, is obsolete and has two successors. But those successors are in different repositories, so the trouble is not visible to anyone yet. It will be as soon as Bob pulls from Alice’s repository (or vice-versa). +

          +
          +
          $ hg pull ../alice
          +[...]
          +added 1 changesets with 1 changes to 2 files (+1 heads)
          +(run 'hg heads' to see heads, 'hg merge' to merge)
          +2 new divergent changesets
          +
          +
          +

          + Figure 9 shows the situation in Bob’s repository. +

          +
          +

          + [figure SG09: Bob’s repo with 2 heads for the 2 divergent changesets, 6:a360 and 7:e3f9; wc is at 6:a360; both are successors of obsolete 4:2fe6, hence divergence] +

          +
          +

          + Now we need to get out of trouble. As usual, the answer is to evolve history. +

          +
          +
          $ HGMERGE=internal:other hg evolve
          +merge:[6] fix bug 24 (v2 by bob)
          +with: [7] fix bug 24 (v2 by alice)
          +base: [4] fix bug 24 (v1)
          +0 files updated, 1 files merged, 0 files removed, 0 files unresolved
          +
          +
          +

          + Figure 10 shows how Bob’s repository looks now. +

          +
          +

          + [figure SG10: only one visible head, 9:5ad6, successor to hidden 6:a360 and 7:e3f9] +

          +
          +

          + We carefully dodged a merge conflict by specifying a merge tool (internal:other) that will take Alice’s changes over Bob’s. (You might wonder why Bob wouldn’t prefer his own changes by using internal:local. He’s avoiding a bug in evolve that occurs when evolving divergent changesets using internal:local.) +

          +

          + # XXX this link does not work .. bug: https://bitbucket.org/marmoute/mutable-history/issue/48/ +

          +

          + ** STOP HERE: WORK IN PROGRESS ** +

          +
          +
          +

          + Phase-divergence: when a rewritten changeset is made public +

          +

          + If Alice and Bob are collaborating on some mutable changesets, it’s possible to get into a situation where an otherwise worthwhile changeset cannot be pushed to the public repository; it is phase-divergent with another changeset that was made public first. Let’s demonstrate one way this could happen. +

          +

          + It starts with Alice committing a bug fix. Right now, we don’t yet know if this bug fix is good enough to push to the public repository, but it’s good enough for Alice to commit. +

          +
          +
          $ cd alice
          +$ echo 'fix' > file2
          +$ hg commit -A -m 'fix bug 15'
          +adding file2
          +
          +
          +

          + Now Bob has a bad idea: he decides to pull whatever Alice is working on and tweak her bug fix to his taste: +

          +
          +
          $ cd ../bob
          +$ hg pull -u ../alice
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +1 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +$ echo 'Fix.' > file2
          +$ hg amend -A -m 'fix bug 15 (amended)'
          +
          +
          +

          + (Note the lack of communication between Alice and Bob. Failing to communicate with your colleagues is a good way to get into trouble. Nevertheless, evolve can usually sort things out, as we will see.) +

          +
          +

          + [figure SG06: Bob’s repo with one amendment] +

          +
          +

          + After some testing, Alice realizes her bug fix is just fine as it is: no need for further polishing and amending, this changeset is ready to publish. +

          +
          +
          $ cd ../alice
          +$ hg push
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +
          +
          +

          + This introduces a contradiction: in Bob’s repository, changeset 2:e011 (his copy of Alice’s fix) is obsolete, since Bob amended it. But in Alice’s repository (and the public repository), that changeset is public: it is immutable, carved in stone for all eternity. No changeset can be both obsolete and public, so Bob is in for a surprise the next time he pulls from public: +

          +
          +
          $ cd ../bob
          +$ hg pull -q -u
          +1 new phase-divergent changesets
          +
          +
          +

          + Figure 7 shows what just happened to Bob’s repository: changeset 2:e011 is now public, so it can’t be obsolete. When that changeset was obsolete, it made perfect sense for it to have a successor, namely Bob’s amendment of Alice’s fix (changeset 4:fe88). But it’s illogical for a public changeset to have a successor, so 4:fe88 is troubled: it has become bumped. +

          +
          +

          + [figure SG07: 2:e011 now public not obsolete, 4:fe88 now bumped] +

          +
          +

          + As usual when there’s trouble in your repository, the solution is to evolve it: +

          + +

          + Figure 8 illustrates Bob’s repository after evolving away the bumped changeset. Ignoring the obsolete changesets, Bob now has a nice, clean, simple history. His amendment of Alice’s bug fix lives on, as changeset 5:227d—albeit with a software-generated commit message. (Bob should probably amend that changeset to improve the commit message.) But the important thing is that his repository no longer has any troubled changesets, thanks to evolve. +

          +
          +

          + [figure SG08: 5:227d is new, formerly bumped changeset 4:fe88 now hidden] +

          +
          +
          +
          +
          +

          + Conclusion +

          +

          + Mutable history is a powerful tool. Like a sharp knife, an experienced user can do wonderful things with it, much more wonderful than with a dull knife (never mind a rusty spoon). At the same time, an inattentive or careless user can do harm to himself or others. Mercurial with evolve goes to great lengths to limit the harm you can do by trying to handle all possible types of “troubled” changesets. Nevertheless, having a first-aid kit nearby does not mean you should stop being careful with sharp knives. +

          +

          + Mutable history shared across multiple repositories by a single developer is a natural extension of this model. Once you are used to using a single sharp knife on its own, it’s pretty straightforward to chop onions and mushrooms using the same knife, or to alternate between two chopping boards with different knives. +

          +

          + Mutable history shared by multiple developers is a scary place to go. Imagine a professional kitchen full of expert chefs tossing their favourite knives back and forth, with the occasional axe or chainsaw thrown in to spice things up. If you’re confident that you and your colleagues can do it without losing a limb, go for it. But be sure to practice a lot first before you rely on it! +

          +
          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/mercurial/source.html b/vendor/fivefilters/readability.php/test/test-pages/mercurial/source.html new file mode 100644 index 0000000..e8dc6f6 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/mercurial/source.html @@ -0,0 +1,979 @@ + + + + + + Evolve: Shared Mutable History — evolve extension for Mercurial + + + + + + + + + + + + + +
          +

          + evolve extension for Mercurial +

          +

          + Evolve: Shared Mutable History +

          +
          +
          +

          + «  Evolve: User Guide   ::   Contents   ::   Evolve: Concepts  » +

          +
          +
          +
          +

          + Evolve: Shared Mutable History +

          + +

          + Once you have mastered the art of mutable history in a single repository (see the user guide), you can move up to the next level: shared mutable history. evolve lets you push and pull draft changesets between repositories along with their obsolescence markers. This opens up a number of interesting possibilities. +

          +

          + The simplest scenario is a single developer working across two computers. Say you’re working on code that must be tested on a remote test server, probably in a rack somewhere, only accessible by SSH, and running an “enterprise-grade” (out-of-date) OS. But you probably prefer to write code locally: everything is setup the way you like it, and you can use your preferred editor, IDE, merge/diff tools, etc. +

          +

          + Traditionally, your options are limited: either +

          +
          +
          +
            +
          • (ab)use your source control system by committing half-working code in order to get it onto the remote test server, or +
          • +
          • go behind source control’s back by using rsync (or similar) to transfer your code back-and-forth until it is ready to commit +
          • +
          +
          +
          +

          + The former is less bad with distributed version control systems like Mercurial, but it’s still far from ideal. (One important version control “best practice” is that every commit should make things just a little bit better, i.e. you should never commit code that is worse than what came before.) The latter, avoiding version control entirely, means that you’re walking a tightrope without a safety net. One accidental rsync in the wrong direction could destroy hours of work. +

          +

          + Using Mercurial with evolve to share mutable history solves these problems. As with single-repository evolve, you can commit whenever the code is demonstrably better, even if all the tests aren’t passing yet—just hg amend when they are. And you can transfer those half-baked changesets between repositories to try things out on your test server before anything is carved in stone. +

          +

          + A less common scenario is multiple developers sharing mutable history, typically for code review. We’ll cover this scenario later. First, we will cover single-user sharing. +

          +
          +

          + Sharing with a single developer +

          +
          +

          + Publishing and non-publishing repositories +

          +

          + The key to shared mutable history is to keep your changesets in draft phase as you pass them around. Recall that by default, hg push promotes changesets from draft to public, and public changesets are immutable. You can change this behaviour by reconfiguring the remote repository so that it is non-publishing. (Short version: set phases.publish to false. Long version follows.) +

          +
          +
          +

          + Setting up +

          +

          + We’ll work through an example with three local repositories, although in the real world they’d most likely be on three different computers. First, the public repository is where tested, polished changesets live, and it is where you synchronize with the rest of your team. +

          +
          +
          +
          $ hg init public
          +
          +
          +
          +

          + We’ll need two clones where work gets done, test-repo and dev-repo: +

          +
          +
          +
          $ hg clone public test-repo
          +updating to branch default
          +0 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +$ hg clone test-repo dev-repo
          +updating to branch default
          +0 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +
          +
          +
          +

          + dev-repo is your local machine, with GUI merge tools and IDEs and everything configured just the way you like it. test-repo is the test server in a rack somewhere behind SSH. So for the most part, we’ll develop in dev-repo, push to test-repo, test and polish there, and push to public. +

          +

          + The key to shared mutable history is to make the target repository, in this case test-repo, non-publishing. And, of course, we have to enable the evolve extension in both test-repo and dev-repo. +

          +

          + First, edit the configuration for test-repo: +

          +
          +
          +
          $ hg -R test-repo config --edit --local
          +
          +
          +
          +

          + and add +

          +
          +
          +
          [phases]
          +publish = false
          +
          +[extensions]
          +evolve =
          +
          +
          +
          +

          + Then edit the configuration for dev-repo: +

          +
          +
          +
          $ hg -R dev-repo config --edit --local
          +
          +
          +
          +

          + and add +

          +
          +
          +
          [extensions]
          +evolve =
          +
          +
          +
          +

          + Keep in mind that in real life, these repositories would probably be on separate computers, so you’d have to login to each one to configure each repository. +

          +

          + To start things off, let’s make one public, immutable changeset: +

          +
          +
          +
          $ cd test-repo
          +$ echo 'my new project' > file1
          +$ hg add file1
          +$ hg commit -m 'create new project'
          +$ hg push
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +
          +
          +
          +

          + and pull that into the development repository: +

          +
          +
          +
          $ cd ../dev-repo
          +$ hg pull -u
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +1 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +
          +
          +
          +
          +
          +

          + Example 1: Amend a shared changeset +

          +

          + Everything you learned in the user guide applies to work done in dev-repo. You can commit, amend, uncommit, evolve, and so forth just as before. +

          +

          + Things get different when you push changesets to test-repo. Or rather, things stay the same, which is different: because we configured test-repo to be non-publishing, draft changesets stay draft when we push them to test-repo. Importantly, they’re also draft (mutable) in test-repo. +

          +

          + Let’s commit a preliminary change and push it to test-repo for testing. +

          +
          +
          +
          $ echo 'fix fix fix' > file1
          +$ hg commit -m 'prelim change'
          +$ hg push ../test-repo
          +
          +
          +
          +

          + At this point, dev-repo and test-repo have the same changesets in the same phases: +

          +
          +
          + [figure SG01: rev 0:0dc9 public, rev 1:f649 draft, same on both repos] +
          +
          +

          + (You may notice a change in notation from the user guide: now changesets are labelled with their revision number and the first four digits of the 40-digit hexadecimal changeset ID. Mercurial revision numbers are never stable when working across repositories, especially when obsolescence is involved. We’ll see why shortly.) +

          +

          + Now let’s switch to test-repo to test our change: +

          +
          +
          +
          $ cd ../test-repo
          +$ hg update
          +
          +
          +
          +

          + Don’t forget to hg update! Pushing only adds changesets to a remote repository; it does not update the working directory (unless you have a hook that updates for you). +

          +

          + Now let’s imagine the tests failed because we didn’t use proper punctuation and capitalization (oops). Let’s amend our preliminary fix (and fix the lame commit message while we’re at it): +

          +
          +
          +
          $ echo 'Fix fix fix.' > file1
          +$ hg amend -m 'fix bug 37'
          +
          +
          +
          +

          + Now we’re in a funny intermediate state (figure 2): revision 1:f649 is obsolete in test-repo, having been replaced by revision 3:60ff (revision 2:2a03 is another one of those temporary amend commits that we saw in the user guide)—but dev-repo knows nothing of these recent developments. +

          +
          +
          + [figure SG02: test-repo has rev 0:0dc9 public, rev 1:f649, 2:2a03 obsolete, rev 3:60ff draft; dev-repo same as in SG01] +
          +
          +

          + Let’s resynchronize: +

          +
          +
          +
          $ cd ../dev-repo
          +$ hg pull -u
          +[...]
          +added 1 changesets with 1 changes to 1 files (+1 heads)
          +1 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +
          +
          +
          +

          + As seen in figure 3, this transfers the new changeset and the obsolescence marker for revision 1. However, it does not transfer the temporary amend commit, because it is hidden. Push and pull transfer obsolescence markers between repositories, but they do not transfer hidden changesets. +

          +
          +
          + [figure SG03: dev-repo grows new rev 2:60ff, marks 1:f649 obsolete] +
          +
          +

          + Because of this deliberately incomplete synchronization, revision numbers in test-repo and dev-repo are no longer consistent. We must use changeset IDs. +

          +
          +
          +

          + Example 2: Amend again, locally +

          +

          + This process can repeat. Perhaps you figure out a more elegant fix to the bug, and want to mutate history so nobody ever knows you had a less-than-perfect idea. We’ll implement it locally in dev-repo and push to test-repo: +

          +
          +
          +
          $ echo 'Fix, fix, and fix.' > file1
          +$ hg amend
          +$ hg push
          +
          +
          +
          +

          + This time around, the temporary amend commit is in dev-repo, and it is not transferred to test-repo—the same as before, just in the opposite direction. Figure 4 shows the two repositories after amending in dev-repo and pushing to test-repo. +

          +
          +
          + [figure SG04: each repo has one temporary amend commit, but they’re different in each one] +
          +
          +

          + Let’s hop over to test-repo to test the more elegant fix: +

          +
          +
          +
          $ cd ../test-repo
          +$ hg update
          +1 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +
          +
          +
          +

          + This time, all the tests pass, so no further amending is required. This bug fix is finished, so we push it to the public repository: +

          +
          +
          +
          $ hg push
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +
          +
          +
          +

          + Note that only one changeset—the final version, after two amendments—was actually pushed. Again, Mercurial doesn’t transfer hidden changesets on push and pull. +

          +

          + So the picture in public is much simpler than in either dev-repo or test-repo. Neither of our missteps nor our amendments are publicly visible, just the final, beautifully polished changeset: +

          +
          +
          + [figure SG05: public repo with rev 0:0dc9, 1:de61, both public] +
          +
          +

          + There is one important step left to do. Because we pushed from test-repo to public, the pushed changeset is in public phase in those two repositories. But dev-repo has been out-of-the-loop; changeset de61 is still draft there. If we’re not careful, we might mutate history in dev-repo, obsoleting a changeset that is already public. Let’s avoid that situation for now by pushing up to dev-repo: +

          +
          +
          +
          $ hg push ../dev-repo
          +pushing to ../dev-repo
          +searching for changes
          +no changes found
          +
          +
          +
          +

          + Even though no changesets were pushed, Mercurial still pushed obsolescence markers and phase changes to dev-repo. +

          +

          + A final note: since this fix is now public, it is immutable. It’s no longer possible to amend it: +

          +
          +
          +
          $ hg amend -m 'fix bug 37'
          +abort: cannot amend public changesets
          +
          +
          +
          +

          + This is, after all, the whole point of Mercurial’s phases: to prevent rewriting history that has already been published. +

          +
          +
          +
          +

          + Sharing with multiple developers: code review +

          +

          + Now that you know how to share your own mutable history across multiple computers, you might be wondering if it makes sense to share mutable history with others. It does, but you have to be careful, stay alert, and communicate with your peers. +

          +

          + Code review is a good use case for sharing mutable history across multiple developers: Alice commits a draft changeset, submits it for review, and amends her changeset until her reviewer is satisfied. Meanwhile, Bob is also committing draft changesets for review, amending until his reviewer is satisfied. Once a particular changeset passes review, the respective author (Alice or Bob) pushes it to the public (publishing) repository. +

          +

          + Incidentally, the reviewers here can be anyone: maybe Bob and Alice review each other’s work; maybe the same third party reviews both; or maybe they pick different experts to review their work on different parts of a large codebase. Similarly, it doesn’t matter if reviews are conducted in person, by email, or by carrier pigeon. Code review is outside of the scope of Mercurial, so all we’re looking at here is the mechanics of committing, amending, pushing, and pulling. +

          +
          +

          + Setting up +

          +

          + To demonstrate, let’s start with the public repository as we left it in the last example, with two immutable changesets (figure 5 above). We’ll clone a review repository from it, and then Alice and Bob will both clone from review. +

          +
          +
          +
          $ hg clone public review
          +updating to branch default
          +1 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +$ hg clone review alice
          +updating to branch default
          +1 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +$ hg clone review bob
          +updating to branch default
          +1 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +
          +
          +
          +

          + We need to configure Alice’s and Bob’s working repositories to enable evolve. First, edit Alice’s configuration with +

          +
          +
          +
          $ hg -R alice config --edit --local
          +
          +
          +
          +

          + and add +

          +
          +
          +
          [extensions]
          +evolve =
          +
          +
          +
          +

          + Then edit Bob’s repository configuration: +

          +
          +
          +
          $ hg -R bob config --edit --local
          +
          +
          +
          +

          + and add the same text. +

          +
          +
          +

          + Example 3: Alice commits and amends a draft fix +

          +

          + We’ll follow Alice working on a bug fix. We’re going to use bookmarks to make it easier to understand multiple branch heads in the review repository, so Alice starts off by creating a bookmark and committing her first attempt at a fix: +

          +
          +
          +
          $ hg bookmark bug15
          +$ echo 'fix' > file2
          +$ hg commit -A -u alice -m 'fix bug 15 (v1)'
          +adding file2
          +
          +
          +
          +

          + Note the unorthodox “(v1)” in the commit message. We’re just using that to make this tutorial easier to follow; it’s not something we’d recommend in real life. +

          +

          + Of course Alice wouldn’t commit unless her fix worked to her satisfaction, so it must be time to solicit a code review. She does this by pushing to the review repository: +

          +
          +
          +
          $ hg push -B bug15
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +exporting bookmark bug15
          +
          +
          +
          +

          + (The use of -B is important to ensure that we only push the bookmarked head, and that the bookmark itself is pushed. See this guide to bookmarks, especially the Sharing Bookmarks section, if you’re not familiar with bookmarks.) +

          +

          + Some time passes, and Alice receives her code review. As a result, Alice revises her fix and submits it for a second review: +

          +
          +
          +
          $ echo 'Fix.' > file2
          +$ hg amend -m 'fix bug 15 (v2)'
          +$ hg push
          +[...]
          +added 1 changesets with 1 changes to 1 files (+1 heads)
          +updating bookmark bug15
          +
          +
          +
          +

          + Figure 6 shows the state of the review repository at this point. +

          +
          +
          + [figure SG06: rev 2:fn1e is Alice’s obsolete v1, rev 3:cbdf is her v2; both children of rev 1:de61] +
          +
          +

          + After a busy morning of bug fixing, Alice stops for lunch. Let’s see what Bob has been up to. +

          +
          +
          +

          + Example 4: Bob implements and publishes a new feature +

          +

          + Meanwhile, Bob has been working on a new feature. Like Alice, he’ll use a bookmark to track his work, and he’ll push that bookmark to the review repository, so that reviewers know which changesets to review. +

          +
          +
          +
          $ cd ../bob
          +$ echo 'stuff' > file1
          +$ hg bookmark featureX
          +$ hg commit -u bob -m 'implement feature X (v1)'          # rev 4:1636
          +$ hg push -B featureX
          +[...]
          +added 1 changesets with 1 changes to 1 files (+1 heads)
          +exporting bookmark featureX
          +
          +
          +
          +

          + When Bob receives his code review, he improves his implementation a bit, amends, and submits the resulting changeset for review: +

          +
          +
          +
          $ echo 'do stuff' > file1
          +$ hg amend -m 'implement feature X (v2)'                  # rev 5:0eb7
          +$ hg push
          +[...]
          +added 1 changesets with 1 changes to 1 files (+1 heads)
          +updating bookmark featureX
          +
          +
          +
          +

          + Unfortunately, that still doesn’t pass muster. Bob’s reviewer insists on proper capitalization and punctuation. +

          +
          +
          +
          $ echo 'Do stuff.' > file1
          +$ hg amend -m 'implement feature X (v3)'                  # rev 6:540b
          +
          +
          +
          +

          + On the bright side, the second review said, “Go ahead and publish once you fix that.” So Bob immediately publishes his third attempt: +

          +
          +
          +
          $ hg push ../public
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +
          +
          +
          +

          + It’s not enough just to update public, though! Other people also use the review repository, and right now it doesn’t have Bob’s latest amendment (“v3”, revision 6:540b), nor does it know that the precursor of that changeset (“v2”, revision 5:0eb7) is obsolete. Thus, Bob pushes to review as well: +

          +
          +
          +
          $ hg push ../review
          +[...]
          +added 1 changesets with 1 changes to 1 files (+1 heads)
          +updating bookmark featureX
          +
          +
          +
          +

          + Figure 7 shows the result of Bob’s work in both review and public. +

          +
          +
          + [figure SG07: review includes Alice’s draft work on bug 15, as well as Bob’s v1, v2, and v3 changes for feature X: v1 and v2 obsolete, v3 public. public contains only the final, public implementation of feature X] +
          +
          +

          + Incidentally, it’s important that Bob push to public before review. If he pushed to review first, then revision 6:540b would still be in draft phase in review, but it would be public in both Bob’s local repository and the public repository. That could lead to confusion at some point, which is easily avoided by pushing first to public. +

          +
          +
          +

          + Example 5: Alice integrates and publishes +

          +

          + Finally, Alice gets back from lunch and sees that the carrier pigeon with her second review has arrived (or maybe it’s in her email inbox). Alice’s reviewer approved her amended changeset, so she pushes it to public: +

          +
          +
          +
          $ hg push ../public
          +[...]
          +remote has heads on branch 'default' that are not known locally: 540ba8f317e6
          +abort: push creates new remote head cbdfbd5a5db2!
          +(pull and merge or see "hg help push" for details about pushing new heads)
          +
          +
          +
          +

          + Oops! Bob has won the race to push first to public. So Alice needs to integrate with Bob: let’s pull his changeset(s) and see what the branch heads are. +

          +
          +
          +
          $ hg pull ../public
          +[...]
          +added 1 changesets with 1 changes to 1 files (+1 heads)
          +(run 'hg heads' to see heads, 'hg merge' to merge)
          +$ hg log -G -q -r 'head()' --template '{rev}:{node|short}  ({author})\n'
          +o  5:540ba8f317e6  (bob)
          +|
          +| @  4:cbdfbd5a5db2  (alice)
          +|/
          +
          +
          +
          +

          + We’ll assume Alice and Bob are perfectly comfortable with rebasing changesets. (After all, they’re already using mutable history in the form of amend.) So Alice rebases her changeset on top of Bob’s and publishes the result: +

          +
          +
          +
          $ hg rebase -d 5
          +$ hg push ../public
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +$ hg push ../review
          +[...]
          +added 1 changesets with 0 changes to 0 files
          +updating bookmark bug15
          +
          +
          +
          +

          + The result, in both review and public repositories, is shown in figure 8. +

          +
          +
          + [figure SG08: review shows v1 and v2 of Alice’s fix, then v1, v2, v3 of Bob’s feature, finally Alice’s fix rebased onto Bob’s. public just shows the final public version of each changeset] +
          +
          +
          +
          +
          +

          + Getting into trouble with shared mutable history +

          +

          + Mercurial with evolve is a powerful tool, and using powerful tools can have consequences. (You can cut yourself badly with a sharp knife, but every competent chef keeps several around. Ever try to chop onions with a spoon?) +

          +

          + In the user guide, we saw examples of unstbale changesets, which are the most common type of troubled changeset. (Recall that a non-obsolete changeset with obsolete ancestors is an orphan.) +

          +

          + Two other types of troubles can happen: divergent and bumped changesets. Both are more likely with shared mutable history, especially mutable history shared by multiple developers. +

          +
          +

          + Setting up +

          +

          + For these examples, we’re going to use a slightly different workflow: as before, Alice and Bob share a public repository. But this time there is no review repository. Instead, Alice and Bob put on their cowboy hats, throw good practice to the wind, and pull directly from each other’s working repositories. +

          +

          + So we throw away everything except public and reclone: +

          +
          +
          +
          $ rm -rf review alice bob
          +$ hg clone public alice
          +updating to branch default
          +2 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +$ hg clone public bob
          +updating to branch default
          +2 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +
          +
          +
          +

          + Once again we have to configure their repositories: enable evolve and (since Alice and Bob will be pulling directly from each other) make their repositories non-publishing. Edit Alice’s configuration: +

          +
          +
          +
          $ hg -R alice config --edit --local
          +
          +
          +
          +

          + and add +

          +
          +
          +
          [extensions]
          +rebase =
          +evolve =
          +
          +[phases]
          +publish = false
          +
          +
          +
          +

          + Then edit Bob’s repository configuration: +

          +
          +
          +
          $ hg -R bob config --edit --local
          +
          +
          +
          +

          + and add the same text. +

          +
          +
          +

          + Example 6: Divergent changesets +

          +

          + When an obsolete changeset has two successors, those successors are divergent. One way to get into such a situation is by failing to communicate with your teammates. Let’s see how that might happen. +

          +

          + First, we’ll have Bob commit a bug fix that could still be improved: +

          +
          +
          +
          $ cd bob
          +$ echo 'pretty good fix' >> file1
          +$ hg commit -u bob -m 'fix bug 24 (v1)'                   # rev 4:2fe6
          +
          +
          +
          +

          + Since Alice and Bob are now in cowboy mode, Alice pulls Bob’s draft changeset and amends it herself. +

          +
          +
          +
          $ cd ../alice
          +$ hg pull -u ../bob
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +$ echo 'better fix (alice)' >> file1
          +$ hg amend -u alice -m 'fix bug 24 (v2 by alice)'
          +
          +
          +
          +

          + But Bob has no idea that Alice just did this. (See how important good communication is?) So he implements a better fix of his own: +

          +
          +
          +
          $ cd ../bob
          +$ echo 'better fix (bob)' >> file1
          +$ hg amend -u bob -m 'fix bug 24 (v2 by bob)'             # rev 6:a360
          +
          +
          +
          +

          + At this point, the divergence exists, but only in theory: Bob’s original changeset, 4:2fe6, is obsolete and has two successors. But those successors are in different repositories, so the trouble is not visible to anyone yet. It will be as soon as Bob pulls from Alice’s repository (or vice-versa). +

          +
          +
          +
          $ hg pull ../alice
          +[...]
          +added 1 changesets with 1 changes to 2 files (+1 heads)
          +(run 'hg heads' to see heads, 'hg merge' to merge)
          +2 new divergent changesets
          +
          +
          +
          +

          + Figure 9 shows the situation in Bob’s repository. +

          +
          +
          + [figure SG09: Bob’s repo with 2 heads for the 2 divergent changesets, 6:a360 and 7:e3f9; wc is at 6:a360; both are successors of obsolete 4:2fe6, hence divergence] +
          +
          +

          + Now we need to get out of trouble. As usual, the answer is to evolve history. +

          +
          +
          +
          $ HGMERGE=internal:other hg evolve
          +merge:[6] fix bug 24 (v2 by bob)
          +with: [7] fix bug 24 (v2 by alice)
          +base: [4] fix bug 24 (v1)
          +0 files updated, 1 files merged, 0 files removed, 0 files unresolved
          +
          +
          +
          +

          + Figure 10 shows how Bob’s repository looks now. +

          +
          +
          + [figure SG10: only one visible head, 9:5ad6, successor to hidden 6:a360 and 7:e3f9] +
          +
          +

          + We carefully dodged a merge conflict by specifying a merge tool (internal:other) that will take Alice’s changes over Bob’s. (You might wonder why Bob wouldn’t prefer his own changes by using internal:local. He’s avoiding a bug in evolve that occurs when evolving divergent changesets using internal:local.) +

          +

          + # XXX this link does not work .. bug: https://bitbucket.org/marmoute/mutable-history/issue/48/ +

          +

          + ** STOP HERE: WORK IN PROGRESS ** +

          +
          +
          +

          + Phase-divergence: when a rewritten changeset is made public +

          +

          + If Alice and Bob are collaborating on some mutable changesets, it’s possible to get into a situation where an otherwise worthwhile changeset cannot be pushed to the public repository; it is phase-divergent with another changeset that was made public first. Let’s demonstrate one way this could happen. +

          +

          + It starts with Alice committing a bug fix. Right now, we don’t yet know if this bug fix is good enough to push to the public repository, but it’s good enough for Alice to commit. +

          +
          +
          +
          $ cd alice
          +$ echo 'fix' > file2
          +$ hg commit -A -m 'fix bug 15'
          +adding file2
          +
          +
          +
          +

          + Now Bob has a bad idea: he decides to pull whatever Alice is working on and tweak her bug fix to his taste: +

          +
          +
          +
          $ cd ../bob
          +$ hg pull -u ../alice
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +1 files updated, 0 files merged, 0 files removed, 0 files unresolved
          +$ echo 'Fix.' > file2
          +$ hg amend -A -m 'fix bug 15 (amended)'
          +
          +
          +
          +

          + (Note the lack of communication between Alice and Bob. Failing to communicate with your colleagues is a good way to get into trouble. Nevertheless, evolve can usually sort things out, as we will see.) +

          +
          +
          + [figure SG06: Bob’s repo with one amendment] +
          +
          +

          + After some testing, Alice realizes her bug fix is just fine as it is: no need for further polishing and amending, this changeset is ready to publish. +

          +
          +
          +
          $ cd ../alice
          +$ hg push
          +[...]
          +added 1 changesets with 1 changes to 1 files
          +
          +
          +
          +

          + This introduces a contradiction: in Bob’s repository, changeset 2:e011 (his copy of Alice’s fix) is obsolete, since Bob amended it. But in Alice’s repository (and the public repository), that changeset is public: it is immutable, carved in stone for all eternity. No changeset can be both obsolete and public, so Bob is in for a surprise the next time he pulls from public: +

          +
          +
          +
          $ cd ../bob
          +$ hg pull -q -u
          +1 new phase-divergent changesets
          +
          +
          +
          +

          + Figure 7 shows what just happened to Bob’s repository: changeset 2:e011 is now public, so it can’t be obsolete. When that changeset was obsolete, it made perfect sense for it to have a successor, namely Bob’s amendment of Alice’s fix (changeset 4:fe88). But it’s illogical for a public changeset to have a successor, so 4:fe88 is troubled: it has become bumped. +

          +
          +
          + [figure SG07: 2:e011 now public not obsolete, 4:fe88 now bumped] +
          +
          +

          + As usual when there’s trouble in your repository, the solution is to evolve it: +

          +
          +
          +
          $ hg evolve --all
          +
          +
          +
          +

          + Figure 8 illustrates Bob’s repository after evolving away the bumped changeset. Ignoring the obsolete changesets, Bob now has a nice, clean, simple history. His amendment of Alice’s bug fix lives on, as changeset 5:227d—albeit with a software-generated commit message. (Bob should probably amend that changeset to improve the commit message.) But the important thing is that his repository no longer has any troubled changesets, thanks to evolve. +

          +
          +
          + [figure SG08: 5:227d is new, formerly bumped changeset 4:fe88 now hidden] +
          +
          +
          +
          +
          +

          + Conclusion +

          +

          + Mutable history is a powerful tool. Like a sharp knife, an experienced user can do wonderful things with it, much more wonderful than with a dull knife (never mind a rusty spoon). At the same time, an inattentive or careless user can do harm to himself or others. Mercurial with evolve goes to great lengths to limit the harm you can do by trying to handle all possible types of “troubled” changesets. Nevertheless, having a first-aid kit nearby does not mean you should stop being careful with sharp knives. +

          +

          + Mutable history shared across multiple repositories by a single developer is a natural extension of this model. Once you are used to using a single sharp knife on its own, it’s pretty straightforward to chop onions and mushrooms using the same knife, or to alternate between two chopping boards with different knives. +

          +

          + Mutable history shared by multiple developers is a scary place to go. Imagine a professional kitchen full of expert chefs tossing their favourite knives back and forth, with the occasional axe or chainsaw thrown in to spice things up. If you’re confident that you and your colleagues can do it without losing a limb, go for it. But be sure to practice a lot first before you rely on it! +

          +
          +
          +
          +
          +

          + «  Evolve: User Guide   ::   Contents   ::   Evolve: Concepts  » +

          +
          + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected-metadata.json new file mode 100644 index 0000000..ed10c30 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Creator Name", + "Direction": null, + "Excerpt": "Preferred description", + "Image": null, + "Title": "My title", + "SiteName": null +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected.html b/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected.html new file mode 100644 index 0000000..b282bdd --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/expected.html @@ -0,0 +1,19 @@ +
          +

          Test document title

          +

          + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +

          + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/source.html b/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/source.html new file mode 100644 index 0000000..1e5c1ad --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/metadata-content-missing/source.html @@ -0,0 +1,33 @@ + + + + + Title Element + + + + + + + +
          +

          Test document title

          +

          + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +

          + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +
          + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-metadata.json new file mode 100644 index 0000000..cf0a02b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Henri Sivonen", + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy\n eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\n voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet\n clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\n amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam\n nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\n sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.\n Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor\n sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed\n diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\n sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.\n Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor\n sit amet.", + "Image": null, + "Title": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected.html b/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected.html new file mode 100644 index 0000000..39e027e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected.html @@ -0,0 +1,50 @@ +
          + + + +

          Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy + eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam + voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet + clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit + amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam + nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, + sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. + Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor + sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed + diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, + sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. + Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor + sit amet.

          + +

          Secondary header

          + +

          Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy + eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam + voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet + clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit + amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam + nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, + sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. + Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor + sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed + diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, + sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. + Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor + sit amet.

          + +

          Secondary header

          + +

          Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy + eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam + voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet + clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit + amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam + nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, + sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. + Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor + sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed + diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, + sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. + Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor + sit amet.

          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/source.html b/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/source.html new file mode 100644 index 0000000..f5f8ca6 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/source.html @@ -0,0 +1,64 @@ + + + + + + Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy + eirmod tempor invidunt + + + + + + +

          Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt

          + +

          Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy + eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam + voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet + clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit + amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam + nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, + sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. + Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor + sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed + diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, + sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. + Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor + sit amet.

          + +

          Secondary header

          + +

          Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy + eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam + voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet + clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit + amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam + nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, + sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. + Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor + sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed + diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, + sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. + Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor + sit amet.

          + +

          Secondary header

          + +

          Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy + eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam + voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet + clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit + amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam + nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, + sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. + Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor + sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed + diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, + sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. + Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor + sit amet.

          + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-images.json new file mode 100644 index 0000000..8ee13b8 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-images.json @@ -0,0 +1,9 @@ +[ + "https:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/template\/page-image.af8027a425de.png", + "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/desktop\/customize\/animations\/flexible-top-fallback.c960365ba781.png", + "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/desktop\/customize\/designed-redesigned.fbd3ee9402e6.png", + "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/desktop\/customize\/animations\/flexible-bottom-fallback.cafd48a3d0a4.png", + "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/desktop\/customize\/theme-red.61611c5734ab.png", + "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/desktop\/customize\/add-ons.63a4b761f822.png", + "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/desktop\/customize\/awesome-bar.437df162126c.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-metadata.json new file mode 100644 index 0000000..1b17f9b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": "ltr", + "Excerpt": "It’s easier than ever to personalize Firefox and make it work the way\n you do.\n No other browser gives you so much choice and flexibility.", + "Image": "https:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/template\/page-image.af8027a425de.png", + "Title": "Firefox — Customize and make it your own — The most flexible browser on the Web", + "SiteName": "Mozilla" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected.html new file mode 100644 index 0000000..986406c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected.html @@ -0,0 +1,96 @@ +
          +
          + + +

          It’s easier than ever to personalize Firefox and make it work the way + you do. +
          No other browser gives you so much choice and flexibility.

          +
          +

          +
          +
          +
          +
          +

          Designed to
          be redesigned

          + +

          Get fast and easy access to the features you use most in the new menu. + Open the “Customize” panel to add, move or remove any button you want. + Keep your favorite features — add-ons, private browsing, Sync and more + — one quick click away.

          +

          +

          +
          +

          +
          +
          +
          +

          More ways to customize

          + + +
          +
          +
          +
          +

          Themes

          + +

          Make Firefox match your style. Choose from thousands of themes and dress + up your browser with a single click.

          +

          Try it now + +
          Learn more + +

          Next

          Preview of the currently selected theme +

          +
          +
          +
          +

          Add-ons

          +

          Next

          Add-ons are like apps that you install to add features to Firefox. They + let you compare prices, check the weather, listen to music, send a tweet + and more.

          +
            +
          • Read the latest news & blogs
          • +
          • Manage your downloads
          • +
          • Watch videos & view photos
          • +

          Here are a few of our favorites + +
          Learn more + +

          + +

          +

          +
          +
          +
          +

          Awesome Bar

          +

          Next

          The Awesome Bar learns as you browse to make your version of Firefox unique. + Find and return to your favorite sites without having to remember a URL.

          +

          See what it can do for you +

          +

          Firefox Awesome Bar +

          +
          +
          + + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/source.html new file mode 100644 index 0000000..b8ff3df --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/source.html @@ -0,0 +1,1348 @@ + + + + + + + + Firefox — Customize and make it your own — The most flexible browser on + the Web — Mozilla + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +
          +
          +
          +
          +
          + + + +
          + + +
          +
          +
          +
          + + + +
          + + +
          +
          +
          +
          +
          +
          +
          +

          Make your Firefox your own

          + +

          It’s easier than ever to personalize Firefox and make it work the way + you do. +
          No other browser gives you so much choice and flexibility.

          +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          Designed to
          be redesigned

          + +

          Get fast and easy access to the features you use most in the new menu. + Open the “Customize” panel to add, move or remove any button you want. + Keep your favorite features — add-ons, private browsing, Sync and more + — one quick click away.

          + +
          +
          + +
          +
          +
          +
          +
          + +
          + + +
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +

          Themes

          + +

          Make Firefox match your style. Choose from thousands of themes and dress + up your browser with a single click.

          +
          + + + + +
          Try it now + +
          Learn more + +
          + +
          + Preview of the currently selected theme +
          +
          +
          +
          +
          +
          +

          Add-ons

          + + +

          Add-ons are like apps that you install to add features to Firefox. They + let you compare prices, check the weather, listen to music, send a tweet + and more.

          +
            +
          • Read the latest news & blogs
          • +
          • Manage your downloads
          • +
          • Watch videos & view photos
          • +
          Here are a few of our favorites + +
          Learn more + +
          + +
          + +
          +
          +
          +
          +
          +
          +

          Awesome Bar

          + + +

          The Awesome Bar learns as you browse to make your version of Firefox unique. + Find and return to your favorite sites without having to remember a URL.

          + See what it can do for you +
          +
          + Firefox Awesome Bar +
          +
          +
          +
          + +
          +
          +

          Keep your Firefox in Sync

          + +

          Access your bookmarks, history, passwords and more from any device to +
          make Firefox your own wherever you use it.

          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          +
          Learn more about Sync + +
          Get help with Sync + +
          +
          +
          +
          +
          +
          + + + +
          +
          +
          + +
          +
          +

          Download Firefox — English (US)

          + + +
          +
          +

          Your system doesn't meet the requirements to + run Firefox.

          +

          Please follow these instructions to + install Firefox.

          +

          Firefox is coming soon to iOS! Sign up to learn more.

          + + Supported Devices | What’s New | + Privacy + + + Systems & Languages | + What’s New | + Privacy + + +
          +
          +
          +
          +
          + +
          + +
          +
          + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-images.json new file mode 100644 index 0000000..365d4c2 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-images.json @@ -0,0 +1,11 @@ +[ + "https:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/developer\/page-image.03bbe7da3199.png", + "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/firstrun\/dev\/feature-webide.16763db341cb.jpg", + "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/firstrun\/dev\/feature-valence.251f9def4d8d.jpg", + "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/firstrun\/dev\/feature-inspector.c791bf1f1a59.jpg", + "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/firstrun\/dev\/feature-console.42666aaf6d03.jpg", + "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/firstrun\/dev\/feature-debugger.02ed86fb0c9f.jpg", + "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/firstrun\/dev\/feature-network.740d6082b3f6.jpg", + "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/firstrun\/dev\/feature-webaudio.a10ebc48d017.jpg", + "http:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/firstrun\/dev\/feature-style-editor.87c5d2017506.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-metadata.json new file mode 100644 index 0000000..7336ada --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": "ltr", + "Excerpt": "Built for those who build the Web. Introducing the only browser made for developers.", + "Image": "https:\/\/mozorg.cdn.mozilla.net\/media\/img\/firefox\/developer\/page-image.03bbe7da3199.png", + "Title": "Welcome to Firefox Developer Edition", + "SiteName": "Mozilla" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected.html new file mode 100644 index 0000000..7cf3fc3 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected.html @@ -0,0 +1,97 @@ +
          +
          +
          + +

          Get to know the features that make it the most complete browser for building the Web.

          +
          +
            +
          • + + Screenshot + +

            WebIDE

            +

            Develop, deploy and debug Firefox OS apps directly in your browser, or on a Firefox OS device, with this tool that replaces App Manager.

            + Learn more about WebIDE + +
          • +
          • + + Screenshot + +

            Valence

            +

            Develop and debug your apps across multiple browsers and devices with this powerful extension that comes pre-installed with Firefox Developer Edition.

            + Learn more about Valence + +
          • +
          +
          +

          Important: Sync your new profile

          +

          + Developer Edition comes with a new profile so you can run it alongside other versions of Firefox. To access your bookmarks, browsing history and more, you need to sync the profile with your existing Firefox Account, or create a new one. + Learn more +

          +
          +
          + +
          +
          +

          Features and tools

          +
          + +
          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/source.html new file mode 100644 index 0000000..31f30a6 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/source.html @@ -0,0 +1,408 @@ + + + + + + + + + + + Welcome to Firefox Developer Edition + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +
          + + +
          + +
          + Mozilla + + +

          Firefox Developer Edition

          + + + + +
          + + + + +
          +
          +
          +

          Welcome to Firefox Developer Edition

          +

          Get to know the features that make it the most complete browser for building the Web.

          +
          +
            +
          • + + Screenshot + +

            WebIDE

            +

            Develop, deploy and debug Firefox OS apps directly in your browser, or on a Firefox OS device, with this tool that replaces App Manager.

            + Learn more about WebIDE +
            +
            +
            +
          • +
          • + + Screenshot + +

            Valence

            +

            Develop and debug your apps across multiple browsers and devices with this powerful extension that comes pre-installed with Firefox Developer Edition.

            + Learn more about Valence +
            +
            +
            +
          • +
          +
          +

          Important: Sync your new profile

          +

          + Developer Edition comes with a new profile so you can run it alongside other versions of Firefox. To access your bookmarks, browsing history and more, you need to sync the profile with your existing Firefox Account, or create a new one. + Learn more +

          +
          +
          + +
          +
          +
          +

          Features and tools

          +
          + +
          +
          +
          + + + +
          + + +
          + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/msn/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/msn/expected-images.json new file mode 100644 index 0000000..176afee --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/msn/expected-images.json @@ -0,0 +1,4 @@ +[ + "http:\/\/img-s-msn-com.akamaized.net\/tenant\/amp\/entityid\/AAkk5fh.img", + "http:\/\/img-s-msn-com.akamaized.net\/tenant\/amp\/entityid\/AAkk5fh.img?h=820&w=1456&m=6&q=60&o=f&l=f&x=1162&y=540" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/msn/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/msn/expected-metadata.json new file mode 100644 index 0000000..673d995 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/msn/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Alex Perry\n \n 1 day ago", + "Direction": null, + "Excerpt": "Nintendo and Apple shocked the world earlier this year by announcing \"Super Mario Run,\" the legendary gaming company's first foray into mobile gaming. ", + "Image": "http:\/\/img-s-msn-com.akamaized.net\/tenant\/amp\/entityid\/AAkk5fh.img", + "Title": "Nintendo's first iPhone game will launch in December for $10", + "SiteName": "MSN" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/msn/expected.html b/vendor/fivefilters/readability.php/test/test-pages/msn/expected.html new file mode 100644 index 0000000..7757011 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/msn/expected.html @@ -0,0 +1,22 @@ +
          +
          +

          + + + <span style="font-size:13px;">Nintendo/Apple</span> + + + © Provided by Business Insider Inc + Nintendo/Apple + + + Nintendo and Apple shocked the world earlier this year by announcing "Super Mario Run," the legendary gaming company's first foray into mobile gaming. It's a Mario game you can play on your phone with just one hand, so what's not to love?

          +

          Thankfully, now we know when you can get it and for how much: "Super Mario Run" will launch on iPhone and iPad on December 15, for a flat fee of $9.99. You can play a sample of the game modes for free, but unlike most other mobile games that let you download for free but require money to keep playing, or access parts of the game, you can pay $10 to get everything right away.

          +

          In case you haven't heard, "Super Mario Run" is essentially a regular, side-scrolling "Super Mario" game with one key difference: You don't control Mario's movement. He runs automatically and all you do is tap the screen to jump.

          +

          The name and basic idea might sound like one of those endless score attack games like "Temple Run," but that's not the case. "Super Mario Run" is divided into hand-crafted levels with a clear end-point like any other Mario game, meaning you're essentially getting the Mario experience for $10 without needing to control his movement.

          +

          $10 might seem like a bit much compared to the $0 people pay for most mobile games, but it's possible the game has $10 worth of levels to play in it. It's also not iPhone exclusive, but the Android version will launch at a later, currently unknown date.

          +

          To see "Super Mario Run" in action, check out the footage below:

          +

          + +
          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/msn/source.html b/vendor/fivefilters/readability.php/test/test-pages/msn/source.html new file mode 100644 index 0000000..be55bf3 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/msn/source.html @@ -0,0 +1,13010 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nintendo's first iPhone game will launch in December for $10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + + + +
          + + + + + +
          + + + + + +
          + + +
          + +
          +
          +

          + Nintendo's first iPhone game will launch in December for $10 +

          +
          + +
          +
          +
          + + + + +
          + + +
          +
          + + +
          +
          + + + + + +
          + + +
          +
          +
          + + + + + + +
          +
          +

          + + + <span style="font-size:13px;">Nintendo/Apple</span> + + + © Provided by Business Insider Inc + Nintendo/Apple + + + Nintendo and Apple shocked the world earlier this year by announcing "Super Mario Run," the legendary gaming company's first foray into mobile gaming. It's a Mario game you can play on your phone with just one hand, so what's not to love?

          +

          Thankfully, now we know when you can get it and for how much: "Super Mario Run" will launch on iPhone and iPad on December 15, for a flat fee of $9.99. You can play a sample of the game modes for free, but unlike most other mobile games that let you download for free but require money to keep playing, or access parts of the game, you can pay $10 to get everything right away.

          +

          In case you haven't heard, "Super Mario Run" is essentially a regular, side-scrolling "Super Mario" game with one key difference: You don't control Mario's movement. He runs automatically and all you do is tap the screen to jump.

          +

          The name and basic idea might sound like one of those endless score attack games like "Temple Run," but that's not the case. "Super Mario Run" is divided into hand-crafted levels with a clear end-point like any other Mario game, meaning you're essentially getting the Mario experience for $10 without needing to control his movement.

          +

          $10 might seem like a bit much compared to the $0 people pay for most mobile games, but it's possible the game has $10 worth of levels to play in it. It's also not iPhone exclusive, but the Android version will launch at a later, currently unknown date.

          +

          To see "Super Mario Run" in action, check out the footage below:

          +
          +


          +
          +
          + +
          +
          +
          +
          +
          + +
          +
          +
          + + + + + + + + + + + + + + + + + + + + + +
          +
          +
          +
          +
          +
          +
          +
          +
          + +
          + + + +
          + + + + +
          + + + + + Feedback + + + + + + +
          +
          +
          +
          +
          +
          +
          +
          +
          + +
          + +
          +

          Report inappropriate content

          +
          +
          +
          +
          Sorry!
          +
          There was a problem. Please try again.
          +
          +
          +

          + Help us maintain a healthy and vibrant community by reporting any illegal or inappropriate behavior that violates MSN’s Code of Conduct. +

          +
          + + + + + + + + + + +
          +
          +
          + + +
          +
          + + Leave your comment + +
          +
          +
          + + + + + + +
          + + +
          +
          + +
          + +
          + + + + +
          +
          + +

          Found the story interesting?

          +

          Like us on Facebook to see similar stories

          +
          +
          +
          +
          +
          +
          + +
          + +
          +

          Send Feedback

          + + +
          +
          +

          We appreciate your input!

          +
          +
          +
          + +
            +
          • +

            I'm having problems with Top Destinations

            +
          • +
          • +

            I'm having issues searching

            +
          • +
          • +

            I'm having problems with Featured Apps

            +
          • +
          • +

            My Topics feedback

            +
          • +
          • +

            Other

            +
          • +
          +
          +
          + + +
          +
          +
          +
          +

          Please give an overall site rating:

          +
            +
          • +
          • +
          • +
          • +
          • +
          +
          +
          + + +
          + + + +
          + +
          + +
          + +
          +
          +
          + +

          Make MSN my homepage

          +
            +
          • + On the toolbar, click Firefox Then, click Preferences. +
            + On the toolbar, click Firefox Then, click Preferences. +
            +
          • +
          • + In the Preferences window, select General. +
            + In the Preferences window, select General. +
            +
          • +
          • + In the text box next to Home page, simply type www.msn.com. +
            + In the text box next to Home page, simply type www.msn.com. +
            +
          • +
          +
          + +
          + + + + + + + + + + + + + + + + + + + + +
          +
          +
          +
          +
          +
          +
          +
          + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected-metadata.json new file mode 100644 index 0000000..59c9941 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem\n ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n\ttab here\n incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.", + "Image": null, + "Title": "Normalize space test", + "SiteName": null +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected.html b/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected.html new file mode 100644 index 0000000..18739c3 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/expected.html @@ -0,0 +1,26 @@ +
          +

          Lorem

          +

          + Lorem + ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tab here + incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +

          Foo

          +

          + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation + + + + + ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/source.html b/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/source.html new file mode 100644 index 0000000..b230798 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/normalize-spaces/source.html @@ -0,0 +1,35 @@ + + + + + Normalize space test + + +
          +

          Lorem

          +
          + Lorem + ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tab here + incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
          +

          Foo

          +
          + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation + + + + + ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
          +
          + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-images.json new file mode 100644 index 0000000..077eb60 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-images.json @@ -0,0 +1,4 @@ +[ + "https:\/\/static01.nyt.com\/images\/2017\/01\/14\/world\/13SUDAN-1\/13SUDAN-1-facebookJumbo.jpg", + "https:\/\/static01.nyt.com\/images\/2017\/01\/14\/world\/13SUDAN-1\/13SUDAN-1-master768.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-metadata.json new file mode 100644 index 0000000..724e18a --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Jeffrey Gettleman", + "Direction": null, + "Excerpt": "For the first time since the 1990s, the country will be able to trade extensively with the United States.", + "Image": "https:\/\/static01.nyt.com\/images\/2017\/01\/14\/world\/13SUDAN-1\/13SUDAN-1-facebookJumbo.jpg", + "Title": "United States to Lift Sudan Sanctions", + "SiteName": null +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected.html new file mode 100644 index 0000000..4151659 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected.html @@ -0,0 +1,75 @@ +
          + + +
          +
          + + + + + + + + + +
          +
          + Photo +
          +

          + + +
          +
          + United Nations peacekeepers at a refugee camp in Sudan on Monday. In exchange for the lifting of United States trade sanctions, Sudan has said it will improve access for aid groups, stop supporting rebels in neighboring South Sudan and cooperate with American intelligence agents. + + Credit Ashraf Shazly/Agence France-Presse — Getty Images +
          +
          +

          LONDON — After nearly 20 years of hostile relations, the American government plans to reverse its position on Sudan and lift trade sanctions, Obama administration officials said late Thursday.

          +

          Sudan is one of the poorest, most isolated and most violent countries in Africa, and for years the United States has imposed punitive measures against it in a largely unsuccessful attempt to get the Sudanese government to stop killing its own people.

          +

          On Friday, the Obama administration will announce a new Sudan strategy. For the first time since the 1990s, the nation will be able to trade extensively with the United States, allowing it to buy goods like tractors and spare parts and attract much-needed investment in its collapsing economy.

          +

          In return, Sudan will improve access for aid groups, stop supporting rebels in neighboring South Sudan, cease the bombing of insurgent territory and cooperate with American intelligence agents.

          +

          American officials said Sudan had already shown important progress on a number of these fronts. But to make sure the progress continues, the executive order that President Obama plans to sign on Friday, days before leaving office, will have a six-month review period. If Sudan fails to live up to its commitments, the embargo can be reinstated.

          + +

          Analysts said good relations with Sudan could strengthen moderate voices within the country and give the Sudanese government incentives to refrain from the brutal tactics that have defined it for decades.

          +

          In 1997, President Bill Clinton imposed a comprehensive trade embargo against Sudan and blocked the assets of the Sudanese government, which was suspected of sponsoring international terrorism. In the mid-1990s, Osama bin Laden lived in Khartoum, the capital, as a guest of Sudan’s government.

          +

          In 1998, Bin Laden’s agents blew up the United States Embassies in Kenya and Tanzania, killing more than 200 people. In retaliation, Mr. Clinton ordered a cruise missile strike against a pharmaceutical factory in Khartoum.

          +

          Since then, American-Sudanese relations have steadily soured. The conflict in Darfur, a vast desert region of western Sudan, was a low point. After rebels in Darfur staged an uprising in 2003, Sudanese security services and their militia allies slaughtered tens of thousands of civilians, leading to condemnation around the world, genocide charges at the International Criminal Court against Sudan’s president, Omar Hassan al-Bashir, and a new round of American sanctions.

          +

          American officials said Thursday that the American demand that Mr. Bashir be held accountable had not changed. Neither has Sudan’s status as one of the few countries, along with Iran and Syria, that remain on the American government’s list of state sponsors of terrorism.

          +

          Sales of military equipment will still be prohibited, and some Sudanese militia and rebel leaders will still face sanctions.

          +

          But the Obama administration is clearly trying to open a door to Sudan. There is intense discontent across the country, and its economy is imploding. American officials have argued for years that it was time to help Sudan dig itself out of the hole it had created.

          +

          Officials divulged Thursday that the Sudanese government had allowed two visits by American operatives to a restricted border area near Libya, which they cited as evidence of a new spirit of cooperation on counterterrorism efforts.

          + +

          In addition to continuing violence in Darfur, several other serious conflicts are raging in southern and central Sudan, along with a civil war in newly independent South Sudan, which Sudan has been suspected of inflaming with covert arms shipments.

          +

          Eric Reeves, one of the leading American academic voices on Sudan, said he was “appalled” that the American government was lifting sanctions.

          +

          He said that Sudan’s military-dominated government continued to commit grave human rights abuses and atrocities, and he noted that just last week Sudanese security services killed more than 10 civilians in Darfur.

          +

          “There is no reason to believe the guys in charge have changed their stripes,” said Mr. Reeves, a senior fellow at the François-Xavier Bagnoud Center for Health and Human Rights at Harvard University. “These guys are the worst of the worst.”

          +

          Obama administration officials said that they had briefed President-elect Donald J. Trump’s transition team, but that they did not know if Mr. Trump would stick with a policy of warmer relations with Sudan.

          +

          They said that Sudan had a long way to go in terms of respecting human rights, but that better relations could help increase American leverage.

          +

          Mr. Reeves said he thought that the American government was being manipulated and that the Obama administration had made a “deal with the devil.”

          + +

          Continue reading the main story +

          + + + + + + + +
          + + + + + + + +
          + + + + + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/source.html new file mode 100644 index 0000000..d8d1243 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/source.html @@ -0,0 +1,5530 @@ + + + + + + + + + + + + United States to Lift Sudan Sanctions - The New York Times + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + +
          + + + + + +
          + + + + + + + + + + + +
          + + +
          +
          + + + + +
          + + +
          + + + + +
          +
          +
          + Photo +
          + +
          + +
          + + +
          +
          + United Nations peacekeepers at a refugee camp in Sudan on Monday. In exchange for the lifting of United States trade sanctions, Sudan has said it will improve access for aid groups, stop supporting rebels in neighboring South Sudan and cooperate with American intelligence agents. + + Credit Ashraf Shazly/Agence France-Presse — Getty Images +
          +
          +

          LONDON — After nearly 20 years of hostile relations, the American government plans to reverse its position on Sudan and lift trade sanctions, Obama administration officials said late Thursday.

          +

          Sudan is one of the poorest, most isolated and most violent countries in Africa, and for years the United States has imposed punitive measures against it in a largely unsuccessful attempt to get the Sudanese government to stop killing its own people.

          +

          On Friday, the Obama administration will announce a new Sudan strategy. For the first time since the 1990s, the nation will be able to trade extensively with the United States, allowing it to buy goods like tractors and spare parts and attract much-needed investment in its collapsing economy.

          +

          In return, Sudan will improve access for aid groups, stop supporting rebels in neighboring South Sudan, cease the bombing of insurgent territory and cooperate with American intelligence agents.

          +

          American officials said Sudan had already shown important progress on a number of these fronts. But to make sure the progress continues, the executive order that President Obama plans to sign on Friday, days before leaving office, will have a six-month review period. If Sudan fails to live up to its commitments, the embargo can be reinstated.

          + +

          Analysts said good relations with Sudan could strengthen moderate voices within the country and give the Sudanese government incentives to refrain from the brutal tactics that have defined it for decades.

          +

          In 1997, President Bill Clinton imposed a comprehensive trade embargo against Sudan and blocked the assets of the Sudanese government, which was suspected of sponsoring international terrorism. In the mid-1990s, Osama bin Laden lived in Khartoum, the capital, as a guest of Sudan’s government.

          +

          In 1998, Bin Laden’s agents blew up the United States Embassies in Kenya and Tanzania, killing more than 200 people. In retaliation, Mr. Clinton ordered a cruise missile strike against a pharmaceutical factory in Khartoum.

          +

          Since then, American-Sudanese relations have steadily soured. The conflict in Darfur, a vast desert region of western Sudan, was a low point. After rebels in Darfur staged an uprising in 2003, Sudanese security services and their militia allies slaughtered tens of thousands of civilians, leading to condemnation around the world, genocide charges at the International Criminal Court against Sudan’s president, Omar Hassan al-Bashir, and a new round of American sanctions.

          +

          American officials said Thursday that the American demand that Mr. Bashir be held accountable had not changed. Neither has Sudan’s status as one of the few countries, along with Iran and Syria, that remain on the American government’s list of state sponsors of terrorism.

          +

          Sales of military equipment will still be prohibited, and some Sudanese militia and rebel leaders will still face sanctions.

          +

          But the Obama administration is clearly trying to open a door to Sudan. There is intense discontent across the country, and its economy is imploding. American officials have argued for years that it was time to help Sudan dig itself out of the hole it had created.

          +

          Officials divulged Thursday that the Sudanese government had allowed two visits by American operatives to a restricted border area near Libya, which they cited as evidence of a new spirit of cooperation on counterterrorism efforts.

          + +

          In addition to continuing violence in Darfur, several other serious conflicts are raging in southern and central Sudan, along with a civil war in newly independent South Sudan, which Sudan has been suspected of inflaming with covert arms shipments.

          +

          Eric Reeves, one of the leading American academic voices on Sudan, said he was “appalled” that the American government was lifting sanctions.

          +

          He said that Sudan’s military-dominated government continued to commit grave human rights abuses and atrocities, and he noted that just last week Sudanese security services killed more than 10 civilians in Darfur.

          +

          “There is no reason to believe the guys in charge have changed their stripes,” said Mr. Reeves, a senior fellow at the François-Xavier Bagnoud Center for Health and Human Rights at Harvard University. “These guys are the worst of the worst.”

          +

          Obama administration officials said that they had briefed President-elect Donald J. Trump’s transition team, but that they did not know if Mr. Trump would stick with a policy of warmer relations with Sudan.

          +

          They said that Sudan had a long way to go in terms of respecting human rights, but that better relations could help increase American leverage.

          +

          Mr. Reeves said he thought that the American government was being manipulated and that the Obama administration had made a “deal with the devil.”

          +
          + + +
          + Continue reading the main story +
          + + + +
          + + + + + + + +
          + + + + + +
          + +
          + +
          +
          +

          Go to Home Page »

          +

          + Site Index + + The New York Times + The New York Times +

          + +
          + + + + +
          + + + +
          + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + +
          + + + + + + +
          + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-images.json new file mode 100644 index 0000000..1afbadf --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-images.json @@ -0,0 +1,4 @@ +[ + "https:\/\/static01.nyt.com\/images\/2016\/07\/30\/business\/db-dealprof\/db-dealprof-facebookJumbo.jpg", + "https:\/\/static01.nyt.com\/images\/2016\/07\/30\/business\/db-dealprof\/db-dealprof-master315.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-metadata.json new file mode 100644 index 0000000..21af4ee --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Steven Davidoff Solomon", + "Direction": null, + "Excerpt": "The internet giant\u2019s decision to sell its business is plagued with challenges that reveal how unusual deal structures can affect shareholders.", + "Image": "https:\/\/static01.nyt.com\/images\/2016\/07\/30\/business\/db-dealprof\/db-dealprof-facebookJumbo.jpg", + "Title": "Yahoo\u2019s Sale to Verizon Leaves Shareholders With Little Say", + "SiteName": null +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected.html new file mode 100644 index 0000000..168bd3b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected.html @@ -0,0 +1,81 @@ +
          + + +
          +
          + + + + + + + + + + + +
          +
          + Photo +
          +

          + + +
          +
          + + Credit Harry Campbell +
          +
          +

          Yahoo’s $4.8 billion sale to Verizon is a complicated beast, showing how different acquisition structures can affect how shareholders are treated.

          +

          First, let’s say what the Yahoo sale is not. It is not a sale of the publicly traded company. Instead, it is a sale of the Yahoo subsidiary and some related assets to Verizon.

          +

          The sale is being done in two steps. The first step will be the transfer of any assets related to Yahoo business to a singular subsidiary. This includes the stock in the business subsidiaries that make up Yahoo that are not already in the single subsidiary, as well as the odd assets like benefit plan rights. This is what is being sold to Verizon. A license of Yahoo’s oldest patents is being held back in the so-called Excalibur portfolio. This will stay with Yahoo, as will Yahoo’s stakes in Alibaba Group and Yahoo Japan.

          +

          It is hard to overestimate how complex an asset sale like this is. Some of the assets are self-contained, but they must be gathered up and transferred. Employees need to be shuffled around and compensation arrangements redone. Many contracts, like the now-infamous one struck with the search engine Mozilla, which may result in a payment of up to a $1 billion, will contain change-of-control provisions that will be set off and have to be addressed. Tax issues always loom large.

          Continue reading the main story +

          + +
          + +

          Continue reading the main story

          +
          +
          +

          In the second step, at the closing, Yahoo will sell the stock in the single subsidiary to Verizon. At that point, Yahoo will change its name to something without “Yahoo” in it. My favorite is simply Remain Co., the name Yahoo executives are using. Remain Co. will become a holding company for the Alibaba and Yahoo Japan stock. Included will also be $10 billion in cash, plus the Excalibur patent portfolio and a number of minority investments including Snapchat. Ahh, if only Yahoo had bought Snapchat instead of Tumblr (indeed, if only Yahoo had bought Google or Facebook when it had the chance).

          + +

          Because it is a sale of a subsidiary, the $4.8 billion will be paid to Yahoo. Its shareholders will not receive any money unless Yahoo pays it out in a dividend (after paying taxes). Instead, Yahoo shareholders will be left holding shares in the renamed company.

          +

          Verizon’s Yahoo will then be run under the same umbrella as AOL. It is unclear whether there will be a further merger of the two businesses after the acquisition. Plans for Yahoo are still a bit in flux in part because of the abnormal sale process.

          +

          As for Remain Co., it will become a so-called investment company. This is a special designation for a company that holds securities for investment but does not operate a working business. Investment companies are subject to special regulation under the Investment Company Act of 1940. Remain Co. will probably just sit there, returning cash to shareholders and waiting for Alibaba to buy it in a tax-free transaction. (Alibaba says it has no plans to do this, but most people do not believe this).

          +

          The rights of Yahoo shareholders in this sale will be different from those in an ordinary sale, when an entire company is bought.

          +

          Ordinary sales are done in one of two ways: in a merger where the target is merged into a subsidiary of the buyer and the target shareholders receive the cash (or other consideration), or in a tender offer that gives the target shareholders a choice to tender into the offer or not. Then there will be a merger where the target is merged into the buyer’s subsidiary and the target shareholders are forcibly squeezed out, receiving the merger consideration. (if you want to know why you would choose one structure over another, I wrote a good primer in 2009.)

          +

          In either case, shareholders get a say. They either vote on the merger or decide whether to tender into the offer.

          +

          In both cases, there would be appraisal rights if the buyer pays cash. This means that shareholders can object to the deal by not voting for it or not tendering into the offer and instead asking a court to value their shares – this is what happened in Dell’s buyout in 2013.

          +

          The Yahoo deal, however, is not a sale of the public company. It is an asset sale, in which there is only a shareholder vote if there is a sale of “all” or “substantially all” of the assets of the company. Yahoo is not all of the assets or even “substantially all” – the Alibaba shares being left behind in Remain Co. are worth about $28 billion, or six times the value of the cash Verizon is paying for the Yahoo assets it is buying.

          + +

          The courts have held that the definition of “substantially all” includes a change of business in a company because of an asset sale where the assets are “qualitatively vital.” And that certainly applies here. So there will be a vote – indeed, Yahoo has no problem with a vote – and shareholders are desperate to sell at this point.

          +

          There will be no appraisal rights, however. Again, in an asset sale, there are no appraisal rights. So anyone who votes against the deal and thinks this is a bum price is out of luck.

          +

          The different standards for voting and appraisal rights apply because the structure of the deal is a quirk of the law in Delaware, where Yahoo is incorporated, that allows lawyers to sometimes work around these issues simply by changing the way a deal is done.

          +

          In Yahoo’s case, this is not deliberate, though. It is simply the most expedient way to get rid of the assets.

          +

          Whether this is the most tax-efficient way is unclear to me as a nontax lawyer (email me if you know). Yahoo is likely to have a tax bill on the sale, possibly a substantial one. And I presume there were legal reasons for not using a Morris Trust structure, in which Yahoo would have been spun off and immediately sold to Verizon so that only Yahoo’s shareholders paid tax on the deal. In truth, the Yahoo assets being sold are only about 10 percent of the value of the company, so the time and logistics for such a sale when Yahoo is a melting ice cube may not have been worth it.

          +

          Finally, if another bidder still wants to acquire Yahoo, it has time. The agreement with Verizon allows Yahoo to terminate the deal and accept a superior offer by paying a $144 million breakup fee to Verizon. And if Yahoo shareholders change their minds and want to stick with Yahoo’s chief executive, Marissa Mayer, and vote down the deal, there is a so-called naked no-vote termination fee of $15 million payable to Verizon to reimburse expenses.

          +

          All in all, this was as hairy a deal as they come. There was the procedural and logistical complications of selling a company when the chief executive wanted to stay. Then there was the fact that this was an asset sale, including all of the challenges that go with it. Throw in all of the tax issues and the fact that this is a public company, and it is likely that the lawyers involved will have nightmares for years to come.

          Continue reading the main story +

          + + + + + + + +
          + + + + + + + +
          + + + + + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/source.html new file mode 100644 index 0000000..07dd748 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/source.html @@ -0,0 +1,5236 @@ + + + + + + + + + + Yahoo’s Sale to Verizon Leaves Shareholders With Little Say - The New York Times + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + +
          + + + + + +
          + + + + + + + + + + + +
          + + +
          +
          + + + +
          +

          + + + +

          +
          + + +
          + + +
          + + + + +
          +
          +
          + Photo +
          + +
          + +
          + + +
          +
          + + Credit Harry Campbell +
          +
          +

          Yahoo’s $4.8 billion sale to Verizon is a complicated beast, showing how different acquisition structures can affect how shareholders are treated.

          +

          First, let’s say what the Yahoo sale is not. It is not a sale of the publicly traded company. Instead, it is a sale of the Yahoo subsidiary and some related assets to Verizon.

          +

          The sale is being done in two steps. The first step will be the transfer of any assets related to Yahoo business to a singular subsidiary. This includes the stock in the business subsidiaries that make up Yahoo that are not already in the single subsidiary, as well as the odd assets like benefit plan rights. This is what is being sold to Verizon. A license of Yahoo’s oldest patents is being held back in the so-called Excalibur portfolio. This will stay with Yahoo, as will Yahoo’s stakes in Alibaba Group and Yahoo Japan.

          +

          It is hard to overestimate how complex an asset sale like this is. Some of the assets are self-contained, but they must be gathered up and transferred. Employees need to be shuffled around and compensation arrangements redone. Many contracts, like the now-infamous one struck with the search engine Mozilla, which may result in a payment of up to a $1 billion, will contain change-of-control provisions that will be set off and have to be addressed. Tax issues always loom large.

          Continue reading the main story +
          + + + +
          + +
          + +
          +
          +
          +

          In the second step, at the closing, Yahoo will sell the stock in the single subsidiary to Verizon. At that point, Yahoo will change its name to something without “Yahoo” in it. My favorite is simply Remain Co., the name Yahoo executives are using. Remain Co. will become a holding company for the Alibaba and Yahoo Japan stock. Included will also be $10 billion in cash, plus the Excalibur patent portfolio and a number of minority investments including Snapchat. Ahh, if only Yahoo had bought Snapchat instead of Tumblr (indeed, if only Yahoo had bought Google or Facebook when it had the chance).

          + +

          Because it is a sale of a subsidiary, the $4.8 billion will be paid to Yahoo. Its shareholders will not receive any money unless Yahoo pays it out in a dividend (after paying taxes). Instead, Yahoo shareholders will be left holding shares in the renamed company.

          +

          Verizon’s Yahoo will then be run under the same umbrella as AOL. It is unclear whether there will be a further merger of the two businesses after the acquisition. Plans for Yahoo are still a bit in flux in part because of the abnormal sale process.

          +

          As for Remain Co., it will become a so-called investment company. This is a special designation for a company that holds securities for investment but does not operate a working business. Investment companies are subject to special regulation under the Investment Company Act of 1940. Remain Co. will probably just sit there, returning cash to shareholders and waiting for Alibaba to buy it in a tax-free transaction. (Alibaba says it has no plans to do this, but most people do not believe this).

          +

          The rights of Yahoo shareholders in this sale will be different from those in an ordinary sale, when an entire company is bought.

          +

          Ordinary sales are done in one of two ways: in a merger where the target is merged into a subsidiary of the buyer and the target shareholders receive the cash (or other consideration), or in a tender offer that gives the target shareholders a choice to tender into the offer or not. Then there will be a merger where the target is merged into the buyer’s subsidiary and the target shareholders are forcibly squeezed out, receiving the merger consideration. (if you want to know why you would choose one structure over another, I wrote a good primer in 2009.)

          +

          In either case, shareholders get a say. They either vote on the merger or decide whether to tender into the offer.

          +

          In both cases, there would be appraisal rights if the buyer pays cash. This means that shareholders can object to the deal by not voting for it or not tendering into the offer and instead asking a court to value their shares – this is what happened in Dell’s buyout in 2013.

          +

          The Yahoo deal, however, is not a sale of the public company. It is an asset sale, in which there is only a shareholder vote if there is a sale of “all” or “substantially all” of the assets of the company. Yahoo is not all of the assets or even “substantially all” – the Alibaba shares being left behind in Remain Co. are worth about $28 billion, or six times the value of the cash Verizon is paying for the Yahoo assets it is buying.

          + +

          The courts have held that the definition of “substantially all” includes a change of business in a company because of an asset sale where the assets are “qualitatively vital.” And that certainly applies here. So there will be a vote – indeed, Yahoo has no problem with a vote – and shareholders are desperate to sell at this point.

          +

          There will be no appraisal rights, however. Again, in an asset sale, there are no appraisal rights. So anyone who votes against the deal and thinks this is a bum price is out of luck.

          +

          The different standards for voting and appraisal rights apply because the structure of the deal is a quirk of the law in Delaware, where Yahoo is incorporated, that allows lawyers to sometimes work around these issues simply by changing the way a deal is done.

          +

          In Yahoo’s case, this is not deliberate, though. It is simply the most expedient way to get rid of the assets.

          +

          Whether this is the most tax-efficient way is unclear to me as a nontax lawyer (email me if you know). Yahoo is likely to have a tax bill on the sale, possibly a substantial one. And I presume there were legal reasons for not using a Morris Trust structure, in which Yahoo would have been spun off and immediately sold to Verizon so that only Yahoo’s shareholders paid tax on the deal. In truth, the Yahoo assets being sold are only about 10 percent of the value of the company, so the time and logistics for such a sale when Yahoo is a melting ice cube may not have been worth it.

          +

          Finally, if another bidder still wants to acquire Yahoo, it has time. The agreement with Verizon allows Yahoo to terminate the deal and accept a superior offer by paying a $144 million breakup fee to Verizon. And if Yahoo shareholders change their minds and want to stick with Yahoo’s chief executive, Marissa Mayer, and vote down the deal, there is a so-called naked no-vote termination fee of $15 million payable to Verizon to reimburse expenses.

          +

          All in all, this was as hairy a deal as they come. There was the procedural and logistical complications of selling a company when the chief executive wanted to stay. Then there was the fact that this was an asset sale, including all of the challenges that go with it. Throw in all of the tax issues and the fact that this is a public company, and it is likely that the lawyers involved will have nightmares for years to come.

          Continue reading the main story +
          + + + +
          + + + + + + + +
          + + + + + +
          + +
          + +
          +
          +

          Go to Home Page »

          +

          + Site Index + + The New York Times + The New York Times +

          + +
          + + + + +
          + + + +
          + + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected-images.json new file mode 100644 index 0000000..93da552 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected-images.json @@ -0,0 +1,11 @@ +[ + "https:\/\/static01.nyt.com\/images\/2019\/02\/21\/nyregion\/21winterutilities1\/00winterutilities1-facebookJumbo.jpg", + "https:\/\/static01.nyt.com\/images\/2019\/02\/21\/nyregion\/21winterutilities1\/merlin_150498339_cf9085e5-9756-4169-a5a5-5b516316a3fa-articleLarge.jpg?quality=75&auto=webp&disable=upscale", + "https:\/\/static01.nyt.com\/images\/2018\/02\/20\/multimedia\/author-corey-kilgannon\/author-corey-kilgannon-thumbLarge.jpg", + "https:\/\/static01.nyt.com\/images\/2019\/02\/21\/nyregion\/21winterutilitiesOAK15\/merlin_56025490_f9412a36-eeb9-4a10-a41e-f324eb7a3248-articleLarge.jpg?quality=75&auto=webp&disable=upscale", + "https:\/\/static01.nyt.com\/images\/2019\/02\/15\/nyregion\/00winterutilitiesOAK11\/merlin_94083158_9e622a52-ec2f-4fbd-845c-5d530e94bc82-articleLarge.jpg?quality=90&auto=webp", + "https:\/\/static01.nyt.com\/images\/2019\/02\/21\/nyregion\/21winterutilitiesOAK13\/merlin_77720485_1f5be529-e659-49c3-a0bc-a3f312835d14-articleLarge.jpg?quality=90&auto=webp", + "https:\/\/static01.nyt.com\/images\/2017\/12\/07\/nyregion\/00winter4\/00winter4-articleLarge.jpg?quality=90&auto=webp", + "https:\/\/static01.nyt.com\/images\/2019\/02\/15\/nyregion\/00winterutilitiesOAK12\/merlin_77751796_7f1b7a7a-23e9-49b2-b12e-1edfed680911-articleLarge.jpg?quality=90&auto=webp", + "https:\/\/static01.nyt.com\/images\/2019\/02\/12\/nyregion\/00winterutilities2\/merlin_150504129_e893b874-01eb-4d8f-8158-18512153e414-articleLarge.jpg?quality=90&auto=webp" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected-metadata.json new file mode 100644 index 0000000..3d9b539 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "By Corey Kilgannon", + "Direction": null, + "Excerpt": "New York\u2019s aging below-street infrastructure is tough to maintain, and the corrosive rock salt and \u201cfreeze-thaw\u201d cycles of winter make it even worse.", + "Image": "https:\/\/static01.nyt.com\/images\/2019\/02\/21\/nyregion\/21winterutilities1\/00winterutilities1-facebookJumbo.jpg", + "Title": "Manhole Fires and Burst Pipes: How Winter Wreaks Havoc on What\u2019s Underneath N.Y.C.", + "SiteName": null +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected.html b/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected.html new file mode 100644 index 0000000..a8a9bc3 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/expected.html @@ -0,0 +1,267 @@ +
          + +
          + + +

          + New York’s aging below-street infrastructure is tough to maintain, and the corrosive rock salt and “freeze-thaw” cycles of winter make it even worse. +

          +
          +
          +

          Image +

          +
          + A Con Edison worker repairing underground cables this month in Flushing, Queens. The likely source of the problem was water and rock salt that had seeped underground.CreditCreditChang W. Lee/The New York Times +
          +
          +
          +
          +
          +

          Corey Kilgannon +

          + +
          +
            +
          • + +
          • +
          • + +
          • +
          +
          +
          +
          +
          +

          + [What you need to know to start the day: Get New York Today in your inbox.] +

          +

          + A series of recent manhole fires in the heart of Manhattan forced the evacuation of several theaters and was a stark reminder that the subway is not the only creaky infrastructure beneath the streets of New York City. +

          +

          + Underground lies a chaotic assemblage of utilities that, much like the subway, are lifelines for the city: a sprawling tangle of water mains, power cables, gas and steam lines, telecom wires and sewers. +

          +

          + The city has one of the oldest and largest networks of subterranean infrastructure in the world, with some portions dating more than a century and prone to leaks and cracks. +

          +

          + And winter — from the corrosive rock salt used on streets and sidewalks to “freeze-thaw” cycles that weaken pipes — makes infrastructure problems even worse. +

          +
          +
          +

          + In the late 1800s, many of the city’s overhead utilities were buried to lessen the exposure to winter weather. “People think it’s all protected and safe, but it’s really not,” said Patrick McHugh, vice president of electrical engineering and planning for Con Edison, which maintains about 90,000 miles of underground cable in the city. +

          +

          + “You have water, sewage, electricity and gas down there, and people don’t appreciate the effort that goes into keeping all that working,” he added. +

          +
          +
          +
          +

          Image +

          +
          + In the late 1800s, overhead utilities were buried to lessen the exposure to winter weather.CreditKirsten Luce for The New York Times +
          +
          +
          +
          + +

          + When rock salt melts ice, and the water seeps down manholes and into electrical units, it can set off fires and explosions strong enough to pop a 300-pound manhole cover five stories into the air. +

          +

          + For days after a storm, Con Edison officials say, they often deal with scores of electrical fires caused by the rock salt eating away at electrical cable insulation. The wet salt can create sparking that burns the insulation, producing both fire and gases that can combust and pop the manhole lids. +

          +

          + To alleviate the threat, the officials said, the utility switched most of its manhole covers to vented ones that allow gases to escape, “so they cannot form a combustible amount,” Mr. McHugh said. +

          +
          +
          +

          + “It also lets smoke escape, which can tip off the public to notify the authorities,” he added. +

          +

          + Winter can also bring an increase in gas-line breakages. Con Edison, which maintains 4,300 miles of gas mains in and around New York City, records about 500 leaks — most of them nonemergencies — in a typical month, but many more in winter. +

          +

          + Even this past January, which was unseasonably mild, there were 750 leaks, Con Edison officials said. +

          +
          +
          +
          +
          +

          Image

          +
          +
          + There are typically between 400 and 600 water main breaks each year in New York City, an official said.CreditMichael Appleton for The New York Times +
          +
          +
          +
          + +

          + The extreme temperature swings that many researchers link to climate change are adding to the challenges of winter. +

          +

          + Officials monitor weather forecasts closely for freeze-thaw cycles, when they put extra repair crews on call. +

          +

          + During a polar vortex in late January, for instance, single-digit temperatures in the city quickly ballooned into the 50s. The thaw, much welcomed by many New Yorkers, worried Tasos Georgelis, deputy commissioner for water and sewer operations at the Department of Environmental Protection, which operates the city’s water system. +

          +

          + “When you get a freeze and a thaw, the ground around the water mains expands and contracts, and puts external pressure on the pipes,” Mr. Georgelis said. +

          +

          + Along the city’s roughly 6,500 miles of water mains, there are typically between 400 and 600 breaks a year, he added. The majority occur in winter, when the cold can make older cast-iron mains brittle. +

          +
          +
          +

          + Environmental Protection officials said the department repaired 75 water-main breaks in January, including one in Lower Manhattan that disrupted rush-hour subway service and another on the West Side that snarled traffic and left nearby buildings without water for hours. +

          +

          + The city’s 7,500 miles of sewer lines are less affected by cold weather because they are generally buried deeper than other utilities, below the frost line, agency officials said. +

          +
          +
          +
          +
          +

          Image

          +
          +
          + In 1978, a water main break caused severe flooding in Bushwick, Brooklyn.CreditFred R. Conrad/The New York Times +
          +
          +
          +
          + +

          + Upgrading the city’s below-street utilities is a slow, painstaking process, “because you have such a fixed-in-place system,” said Rae Zimmerman, a research professor of planning and public administration at New York University. +

          +

          + But there is progress. Con Edison officials said they had begun replacing the city’s nearly 1,600 miles of natural gas lines — which were made of either cast iron or unprotected steel — with plastic piping. The plastic is less susceptible to corrosion, cracks and leaks, said the officials, who added that they were swapping about 100 miles of line each year. +

          +

          + The city is also replacing older, leak-prone water and sewer mains. +

          +

          + Some pipes that are more than a century old hold up because they were built with a thicker grade of cast iron, according to Environmental Protection Department officials. For less healthy ones, the agency has invested more than $1 billion in the past five years — with an additional $1.4 billion budgeted over the next five years — for upgrades and replacements. New pipes will be made of a more durable, graphite-rich cast iron known as ductile iron. +

          +
          +
          +
          +
          +

          Image

          +
          +
          + Matt Cruz snowboarded through Manhattan’s Lower East Side after a snowstorm in 2016 left the streets coated in slush and rock salt.CreditHiroko Masuike/The New York Times +
          +
          +
          +
          + +

          + Of course, winter also poses problems aboveground. Most nonemergency repair and construction work involving concrete is halted because concrete and some types of dirt, used to fill in trenches, freeze in colder temperatures, said Ian Michaels, a spokesman for the city’s Department of Design and Construction. +

          +

          + Digging by hand is also a challenge in frozen ground, so many excavations that are close to pipes and other utilities are put off, Mr. Michaels said. +

          +
          +
          +

          + And asphalt is harder to obtain because it must be kept and transported at high temperatures, he added. +

          +

          + In the extreme cold, city officials will not risk shutting down water mains for construction because spillage into the street could freeze, Mr. Michaels said. He added that stopping the water flow could freeze the private water-service connections that branch off the mains, he said. +

          +

          + Even the basic task of locating utilities under the street can be complicated because infrastructure has been added piecemeal over the decades. +

          +
          +
          +
          +
          +

          Image

          +
          +
          + A water main break in Manhattan in 2014. “When you get a freeze and a thaw, the ground around the water mains expands and contracts, and puts external pressure on the pipes,” said Tasos Georgelis of the city's Department of Environmental Protection.CreditÃngel Franco/The New York Times +
          +
          +
          +
          + +

          + Street surfaces are affected by winter weather, too: Last year, the city filled 255,904 potholes. +

          +

          + And should anyone forget that filling potholes, like snow removal, is a sacred staple of constituent services, transportation officials have compiled the number of potholes the city has filled — more than 1,786,300 — since Mayor Bill de Blasio took office in 2014. +

          +

          + Potholes form when water and salt seep into cracks, freeze and expand, creating a larger crevice, said Joe Carbone, who works for the Transportation Department, where he is known as the pothole chief. +

          +

          + Simply put, more freeze-thaw cycles result in more potholes, he said. Currently, the department has 25 crews repairing potholes. During peak pothole-repair season in early March, that number can expand to more than 60. +

          +
          +
          +

          + Still, the department is continually resurfacing the city’s more than 6,000 miles of streets and 19,000 lane miles. Each year, agency officials said, it uses more than one million tons of asphalt to repave more than 1,300 lane-miles of street. +

          + +
          +
          +
          +
          +

          Image

          +
          +
          + Workers learning how to fix water main breaks at a training center in Queens.CreditChang W. Lee/The New York Times +
          +
          +
          +
          + +

          + Of the 400 city laborers who work on water mains, many learn the finer points of leak repair at a training center in Queens, where underground pipes are made to spring leaks for repair drills. +

          +

          + Workers from the Department of Environmental Protection recently gathered around a muddy hole as a co-worker, Nehemiah Dejesus, scrambled to apply a stainless-steel repair clamp around a cracked segment that was spewing water. +

          +

          + “Don’t get nervous,” instructed Milton Velez, the agency’s district supervisor for Queens. +

          +

          + “I’m not,” Mr. Dejesus said as he secured the clamp and stopped the leak. “It’s ‘Showtime at the Apollo.’” +

          +
          + + +
          +
          + +
          +

          + Corey Kilgannon is a Metro reporter covering news and human interest stories. His writes the Character Study column in the Sunday Metropolitan section. He was also part of the team that won the 2009 Pulitzer Prize for Breaking News. @coreykilgannon Facebook +

          +
          +

          + A version of this article appears in print on

          , on Page

          A

          22

          of the New York edition

          with the headline:

          Under the City’s Streets, A Battle Against Winter. Order Reprints | Today’s Paper | Subscribe +

          + +
          + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/source.html b/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/source.html new file mode 100644 index 0000000..2936576 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-3/source.html @@ -0,0 +1,1638 @@ + + + + + + Manhole Fires and Burst Pipes: How Winter Wreaks Havoc on What’s Underneath N.Y.C. - The New York Times + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + +
          Skip to contentSkip to site index +
          +
          + New York +
          +
          + + +
          +
          + +
          +
          + +
          +
          +
          + +
          +
          +
          +
          +
          + + + + +
          +
          +
          +
          +
          + +
          +

          + Manhole Fires and Burst Pipes: How Winter Wreaks Havoc on What’s Underneath N.Y.C. +

          +
          +

          + New York’s aging below-street infrastructure is tough to maintain, and the corrosive rock salt and “freeze-thaw” cycles of winter make it even worse. +

          +
          +
          +
          +
          +
          + Image +
          +
          + A Con Edison worker repairing underground cables this month in Flushing, Queens. The likely source of the problem was water and rock salt that had seeped underground.CreditCreditChang W. Lee/The New York Times +
          +
          +
          +
          +
          +
          +
          +
          + Corey Kilgannon +
          +
          +

          + By Corey Kilgannon +

          +
          +
          +
            +
          • + +
          • +
          • +
            + +
            +
          • +
          +
          +
          +
          +
          +
          +
          +

          + [What you need to know to start the day: Get New York Today in your inbox.] +

          +

          + A series of recent manhole fires in the heart of Manhattan forced the evacuation of several theaters and was a stark reminder that the subway is not the only creaky infrastructure beneath the streets of New York City. +

          +

          + Underground lies a chaotic assemblage of utilities that, much like the subway, are lifelines for the city: a sprawling tangle of water mains, power cables, gas and steam lines, telecom wires and sewers. +

          +

          + The city has one of the oldest and largest networks of subterranean infrastructure in the world, with some portions dating more than a century and prone to leaks and cracks. +

          +

          + And winter — from the corrosive rock salt used on streets and sidewalks to “freeze-thaw” cycles that weaken pipes — makes infrastructure problems even worse. +

          +
          + +
          +
          +
          +

          + In the late 1800s, many of the city’s overhead utilities were buried to lessen the exposure to winter weather. “People think it’s all protected and safe, but it’s really not,” said Patrick McHugh, vice president of electrical engineering and planning for Con Edison, which maintains about 90,000 miles of underground cable in the city. +

          +

          + “You have water, sewage, electricity and gas down there, and people don’t appreciate the effort that goes into keeping all that working,” he added. +

          +
          + +
          +
          +
          +
          +
          +
          + Image +
          +
          + In the late 1800s, overhead utilities were buried to lessen the exposure to winter weather.CreditKirsten Luce for The New York Times +
          +
          +
          +
          +
          +
          + +

          + When rock salt melts ice, and the water seeps down manholes and into electrical units, it can set off fires and explosions strong enough to pop a 300-pound manhole cover five stories into the air. +

          +

          + For days after a storm, Con Edison officials say, they often deal with scores of electrical fires caused by the rock salt eating away at electrical cable insulation. The wet salt can create sparking that burns the insulation, producing both fire and gases that can combust and pop the manhole lids. +

          +

          + To alleviate the threat, the officials said, the utility switched most of its manhole covers to vented ones that allow gases to escape, “so they cannot form a combustible amount,” Mr. McHugh said. +

          +
          + +
          +
          +
          +

          + “It also lets smoke escape, which can tip off the public to notify the authorities,” he added. +

          +

          + Winter can also bring an increase in gas-line breakages. Con Edison, which maintains 4,300 miles of gas mains in and around New York City, records about 500 leaks — most of them nonemergencies — in a typical month, but many more in winter. +

          +

          + Even this past January, which was unseasonably mild, there were 750 leaks, Con Edison officials said. +

          +
          + +
          +
          +
          +
          +
          +
          + Image +
          +
          +
          +
          +
          + There are typically between 400 and 600 water main breaks each year in New York City, an official said.CreditMichael Appleton for The New York Times +
          +
          +
          +
          +
          +
          + +

          + The extreme temperature swings that many researchers link to climate change are adding to the challenges of winter. +

          +

          + Officials monitor weather forecasts closely for freeze-thaw cycles, when they put extra repair crews on call. +

          +

          + During a polar vortex in late January, for instance, single-digit temperatures in the city quickly ballooned into the 50s. The thaw, much welcomed by many New Yorkers, worried Tasos Georgelis, deputy commissioner for water and sewer operations at the Department of Environmental Protection, which operates the city’s water system. +

          +

          + “When you get a freeze and a thaw, the ground around the water mains expands and contracts, and puts external pressure on the pipes,” Mr. Georgelis said. +

          +

          + Along the city’s roughly 6,500 miles of water mains, there are typically between 400 and 600 breaks a year, he added. The majority occur in winter, when the cold can make older cast-iron mains brittle. +

          +
          + +
          +
          +
          +

          + Environmental Protection officials said the department repaired 75 water-main breaks in January, including one in Lower Manhattan that disrupted rush-hour subway service and another on the West Side that snarled traffic and left nearby buildings without water for hours. +

          +

          + The city’s 7,500 miles of sewer lines are less affected by cold weather because they are generally buried deeper than other utilities, below the frost line, agency officials said. +

          +
          + +
          +
          +
          +
          +
          +
          + Image +
          +
          +
          +
          +
          + In 1978, a water main break caused severe flooding in Bushwick, Brooklyn.CreditFred R. Conrad/The New York Times +
          +
          +
          +
          +
          +
          + +

          + Upgrading the city’s below-street utilities is a slow, painstaking process, “because you have such a fixed-in-place system,” said Rae Zimmerman, a research professor of planning and public administration at New York University. +

          +

          + But there is progress. Con Edison officials said they had begun replacing the city’s nearly 1,600 miles of natural gas lines — which were made of either cast iron or unprotected steel — with plastic piping. The plastic is less susceptible to corrosion, cracks and leaks, said the officials, who added that they were swapping about 100 miles of line each year. +

          +

          + The city is also replacing older, leak-prone water and sewer mains. +

          +

          + Some pipes that are more than a century old hold up because they were built with a thicker grade of cast iron, according to Environmental Protection Department officials. For less healthy ones, the agency has invested more than $1 billion in the past five years — with an additional $1.4 billion budgeted over the next five years — for upgrades and replacements. New pipes will be made of a more durable, graphite-rich cast iron known as ductile iron. +

          +
          + +
          +
          +
          +
          +
          +
          + Image +
          +
          +
          +
          +
          + Matt Cruz snowboarded through Manhattan’s Lower East Side after a snowstorm in 2016 left the streets coated in slush and rock salt.CreditHiroko Masuike/The New York Times +
          +
          +
          +
          +
          +
          + +

          + Of course, winter also poses problems aboveground. Most nonemergency repair and construction work involving concrete is halted because concrete and some types of dirt, used to fill in trenches, freeze in colder temperatures, said Ian Michaels, a spokesman for the city’s Department of Design and Construction. +

          +

          + Digging by hand is also a challenge in frozen ground, so many excavations that are close to pipes and other utilities are put off, Mr. Michaels said. +

          +
          + +
          +
          +
          +

          + And asphalt is harder to obtain because it must be kept and transported at high temperatures, he added. +

          +

          + In the extreme cold, city officials will not risk shutting down water mains for construction because spillage into the street could freeze, Mr. Michaels said. He added that stopping the water flow could freeze the private water-service connections that branch off the mains, he said. +

          +

          + Even the basic task of locating utilities under the street can be complicated because infrastructure has been added piecemeal over the decades. +

          +
          + +
          +
          +
          +
          +
          +
          + Image +
          +
          +
          +
          +
          + A water main break in Manhattan in 2014. “When you get a freeze and a thaw, the ground around the water mains expands and contracts, and puts external pressure on the pipes,” said Tasos Georgelis of the city's Department of Environmental Protection.CreditÃngel Franco/The New York Times +
          +
          +
          +
          +
          +
          + +

          + Street surfaces are affected by winter weather, too: Last year, the city filled 255,904 potholes. +

          +

          + And should anyone forget that filling potholes, like snow removal, is a sacred staple of constituent services, transportation officials have compiled the number of potholes the city has filled — more than 1,786,300 — since Mayor Bill de Blasio took office in 2014. +

          +

          + Potholes form when water and salt seep into cracks, freeze and expand, creating a larger crevice, said Joe Carbone, who works for the Transportation Department, where he is known as the pothole chief. +

          +

          + Simply put, more freeze-thaw cycles result in more potholes, he said. Currently, the department has 25 crews repairing potholes. During peak pothole-repair season in early March, that number can expand to more than 60. +

          +
          + +
          +
          +
          +

          + Still, the department is continually resurfacing the city’s more than 6,000 miles of streets and 19,000 lane miles. Each year, agency officials said, it uses more than one million tons of asphalt to repave more than 1,300 lane-miles of street. +

          +
          + +
          +
          +
          +
          +
          +
          + Image +
          +
          +
          +
          +
          + Workers learning how to fix water main breaks at a training center in Queens.CreditChang W. Lee/The New York Times +
          +
          +
          +
          +
          +
          + +

          + Of the 400 city laborers who work on water mains, many learn the finer points of leak repair at a training center in Queens, where underground pipes are made to spring leaks for repair drills. +

          +

          + Workers from the Department of Environmental Protection recently gathered around a muddy hole as a co-worker, Nehemiah Dejesus, scrambled to apply a stainless-steel repair clamp around a cracked segment that was spewing water. +

          +

          + “Don’t get nervous,” instructed Milton Velez, the agency’s district supervisor for Queens. +

          +

          + “I’m not,” Mr. Dejesus said as he secured the clamp and stopped the leak. “It’s ‘Showtime at the Apollo.’” +

          +
          + +
          + +
          +
          + +
          +
          +
          +
          +
          +
          +
          +

          + Corey Kilgannon is a Metro reporter covering news and human interest stories. His writes the Character Study column in the Sunday Metropolitan section. He was also part of the team that won the 2009 Pulitzer Prize for Breaking News. @coreykilgannon Facebook +

          +
          +
          +
          +
          + A version of this article appears in print on , on Page A22 of the New York edition with the headline: Under the City’s Streets, A Battle Against Winter. Order Reprints | Today’s Paper | Subscribe +
          +
          + +
          +
          +
          +
          +

          + Advertisement +

          +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          + + +
          +
          +
          + + + + + + +
          + +
          + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected-images.json new file mode 100644 index 0000000..58b7788 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected-images.json @@ -0,0 +1,4 @@ +[ + "https:\/\/static01.nyt.com\/images\/2018\/09\/15\/business\/15DEBTS01\/15DEBTS01-facebookJumbo.jpg", + "https:\/\/static01.nyt.com\/images\/2018\/09\/15\/business\/15DEBTS01\/merlin_138209730_5f3b5746-4962-4207-a24f-aea644a8636f-articleLarge.jpg?quality=75&auto=webp&disable=upscale" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected-metadata.json new file mode 100644 index 0000000..52b7f13 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "By Nelson D. Schwartz", + "Direction": null, + "Excerpt": "Tax cuts, spending increases and higher interest rates could make it harder to respond to future recessions and deal with other needs.", + "Image": "https:\/\/static01.nyt.com\/images\/2018\/09\/15\/business\/15DEBTS01\/15DEBTS01-facebookJumbo.jpg", + "Title": "As Debt Rises, the Government Will Soon Spend More on Interest Than on the Military", + "SiteName": null +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected.html b/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected.html new file mode 100644 index 0000000..855eb55 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/expected.html @@ -0,0 +1,214 @@ +
          + +
          + + +

          + Tax cuts, spending increases and higher interest rates could make it harder to respond to future recessions and deal with other needs. +

          +
          +
          +

          Image +

          +
          + Interest payments on the federal debt could surpass the Defense Department budget in 2023.CreditCreditJeon Heon-Kyun/EPA, via Shutterstock +
          +
          +
          + +
          +
          +
          +

          + The federal government could soon pay more in interest on its debt than it spends on the military, Medicaid or children’s programs. +

          +

          + The run-up in borrowing costs is a one-two punch brought on by the need to finance a fast-growing budget deficit, worsened by tax cuts and steadily rising interest rates that will make the debt more expensive. +

          +

          + With less money coming in and more going toward interest, political leaders will find it harder to address pressing needs like fixing crumbling roads and bridges or to make emergency moves like pulling the economy out of future recessions. +

          +

          + Within a decade, more than $900 billion in interest payments will be due annually, easily outpacing spending on myriad other programs. Already the fastest-growing major government expense, the cost of interest is on track to hit $390 billion next year, nearly 50 percent more than in 2017, according to the Congressional Budget Office. +

          +
          +
          +

          + “It’s very much something to worry about,” said C. Eugene Steuerle, a fellow at the Urban Institute and a co-founder of the Urban-Brookings Tax Policy Center in Washington. “Everything else is getting squeezed.” +

          +

          + Gradually rising interest rates would have made borrowing more expensive even without additional debt. But the tax cuts passed late last year have created a deeper hole, with the deficit increasing faster than expected. A budget bill approved in February that raised spending by $300 billion over two years will add to the financial pressure. +

          +

          + The deficit is expected to total nearly $1 trillion next year — the first time it has been that big since 2012, when the economy was still struggling to recover from the financial crisis and interest rates were near zero. +

          +
          + +
          +

          + Deficit hawks have gone silent, even proposing changes that would exacerbate the deficit. House Republicans introduced legislation this month that would make the tax cuts permanent. +

          +

          + “The issue has just disappeared,” said Senator Mark Warner, a Virginia Democrat. “There’s collective amnesia.” +

          +
          +
          +

          + The combination, say economists, marks a journey into mostly uncharted financial territory. +

          +

          + In the past, government borrowing expanded during recessions and waned in recoveries. That countercyclical policy has been a part of the standard Keynesian toolbox to combat downturns since the Great Depression. +

          +

          + The deficit is soaring now as the economy booms, meaning the stimulus is pro-cyclical. The risk is that the government would have less room to maneuver if the economy slows. +

          +
          + +
          +

          + Aside from wartime or a deep downturn like the 1930s or 2008-9, “this sort of aggressive fiscal stimulus is unprecedented in U.S. history,” said Jeffrey Frankel, an economist at Harvard. +

          +

          + Pouring gasoline on an already hot economy has resulted in faster growth — the economy expanded at an annualized rate of 4.2 percent in the second quarter. But Mr. Frankel warns that when the economy weakens, the government will find it more difficult to cut taxes or increase spending. +

          +

          + Lawmakers might, in fact, feel compelled to cut spending as tax revenue falls, further depressing the economy. “There will eventually be another recession, and this increases the chances we will have to slam on the brakes when the car is already going too slowly,” Mr. Frankel said. +

          + +
          + +
          +

          + Finding the money to pay investors who hold government debt will crimp other parts of the budget. In a decade, interest on the debt will eat up 13 percent of government spending, up from 6.6 percent in 2017. +

          +

          + “By 2020, we will spend more on interest than we do on kids, including education, food stamps and aid to families,” said Marc Goldwein, senior policy director at the Committee for a Responsible Federal Budget, a research and advocacy organization. +

          +
          +
          +

          + Interest costs already dwarf spending on many popular programs. For example, grants to students from low-income families for college total roughly $30 billion — about one-tenth of what the government will pay in interest this year. Interest payments will overtake Medicaid in 2020 and the Department of Defense budget in 2023. +

          +

          + What’s more, the heavy burden of interest payments could make it harder for the government to repair aging infrastructure or take on other big new projects. +

          +

          + Mr. Trump has called for spending $1 trillion on infrastructure, but Congress has not taken up that idea. +

          +
          +
          +

          + More about the federal debt and the economy +

          + +
          +
          + +

          + Until recently, ultralow interest rates, set by the Federal Reserve to support the economy, allowed lawmakers to borrow without fretting too much about the cost of that debt. +

          +

          + But as the economy has strengthened, the Fed has gradually raised rates, starting in December 2015. The central bank is expected to push rates up again on Wednesday, and more increases are in store. +

          +

          + “When rates went down to record lows, it allowed the government to take on more debt without paying more interest,” Mr. Goldwein said. “That party is ending.” +

          +
          + +
          +

          + Since the beginning of the year, the yield on the 10-year Treasury note has risen by more than half a percentage point, to 3.1 percent. The Congressional Budget Office estimates that the yield will climb to 4.2 percent in 2021. Given that the total public debt of the United States stands at nearly $16 trillion, even a small uptick in rates can cost the government billions. +

          + +
          +
          +

          + There’s no guarantee that these forecasts will prove accurate. If the economy weakens, rates might fall or rise only slightly, reducing interest payments. But rates could also overshoot the budget office forecast. +

          +

          + Some members of Congress want to set the stage for even more red ink. Republicans in the House want to make last year’s tax cuts permanent, instead of letting some of them expire at the end of 2025. That would reduce federal revenue by an additional $631 billion over 10 years, according to the Tax Policy Center. +

          + +
          + +
          +

          + Deficit hawks have warned for years that a day of reckoning is coming, exposing the United States to the kind of economic crisis that overtook profligate borrowers in the past like Greece or Argentina. +

          +

          + But most experts say that isn’t likely because the dollar is the world’s reserve currency. As a result, the United States still has plenty of borrowing capacity left because the Fed can print money with fewer consequences than other central banks. +

          +

          + And interest rates plunged over the last decade, even as the government turned to the market for trillions each year after the recession. That’s because Treasury bonds are still the favored port of international investors in any economic storm. +

          +

          + “We exported a financial crisis a decade ago, and the world responded by sending us money,” said William G. Gale, a senior fellow at the Brookings Institution. +

          +

          + But that privileged position has allowed politicians in both parties to avoid politically painful steps like cutting spending or raising taxes. +

          +
          +
          +

          + That doesn’t mean rapidly rising interest costs and a bigger deficit won’t eventually catch up with us. +

          +

          + Charles Schultze, chairman of the Council of Economic Advisers in the Carter administration, once summed up the danger of deficits with a metaphor. “It’s not so much a question of the wolf at the door, but termites in the woodwork.” +

          + +

          + Rather than simply splitting along party lines, lawmakers’ attitudes toward the deficit also depend on which party is in power. Republicans pilloried the Obama administration for proposing a large stimulus in the depths of the recession in 2009 and complained about the deficit for years. +

          +

          + In 2013, Senator Mitch McConnell of Kentucky called the debt and deficit “the transcendent issue of our era.” By 2017, as Senate majority leader, he quickly shepherded the tax cut through Congress. +

          +

          + Senator James Lankford, an Oklahoma Republican who warned of the deficit’s dangers in the past, nevertheless played down that threat on the Senate floor as the tax billed neared passage. +

          +

          + “I understand it’s a risk, but I think it’s an appropriate risk to be able to say let’s allow Americans to keep more of their own money to invest in this economy,” he said. +

          +

          + He also claimed the tax cuts would pay for themselves even as the Congressional Budget Office estimated that they would add $250 billion to the deficit on average from 2019 to 2024. +

          +
          +
          +

          + In an interview, Mr. Lankford insisted that the jury was still out on whether the tax cuts would generate additional revenue, citing the strong economic growth recently. +

          +

          + While the Republican about-face has been much more striking, Democrats have adjusted their position, too. +

          +

          + Mr. Warner, the Virginia Democrat, called last year’s tax bill “the worst piece of legislation we have passed since I arrived in the Senate.” In 2009, however, when Congress passed an $800 billion stimulus bill backed by the Obama administration, he called it “a responsible mix of tax cuts and investments that will create jobs.” +

          +

          + The difference, Mr. Warner said, was that the economy was near the precipice then. +

          +

          + “There was virtual unanimity among economists that we needed a stimulus,” he said. “But a $2 trillion tax cut at the end of a business cycle with borrowed money won’t end well.” +

          +
          +
          +
          + +
          +

          + Nelson D. Schwartz has covered economics since 2012. Previously, he wrote about Wall Street and banking, and also served as European economic correspondent in Paris. He joined The Times in 2007 as a feature writer for the Sunday Business section. @NelsonSchwartz +

          +
          +

          + A version of this article appears in print on

          , on Page

          A

          1

          of the New York edition

          with the headline:

          What May Soon Exceed Cost of U.S. Military? Interest on U.S. Debt . Order Reprints | Today’s Paper | Subscribe +

          + +
          + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/source.html b/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/source.html new file mode 100644 index 0000000..81a2a68 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/nytimes-4/source.html @@ -0,0 +1,3896 @@ + + + + + + As Debt Rises, the Government Will Soon Spend More on Interest Than on the Military - The New York Times + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + +
          Skip to contentSkip to site index +
          +
          + Economy +
          +
          + + +
          +
          + +
          +
          + +
          +
          +
          + +
          +
          +
          +
          +
          + + + + +
          +
          +
          +
          +
          + +
          +

          + As Debt Rises, the Government Will Soon Spend More on Interest Than on the Military +

          +
          +

          + Tax cuts, spending increases and higher interest rates could make it harder to respond to future recessions and deal with other needs. +

          +
          +
          +
          +
          +
          + Image +
          +
          + Interest payments on the federal debt could surpass the Defense Department budget in 2023.CreditCreditJeon Heon-Kyun/EPA, via Shutterstock +
          +
          +
          +
          +
          +
          +
          +
          +

          + By Nelson D. Schwartz +

          +
          +
          +
            +
          • + +
          • +
          • +
            + +
            +
          • +
          +
          +
          +
          +
          +
          +
          +

          + The federal government could soon pay more in interest on its debt than it spends on the military, Medicaid or children’s programs. +

          +

          + The run-up in borrowing costs is a one-two punch brought on by the need to finance a fast-growing budget deficit, worsened by tax cuts and steadily rising interest rates that will make the debt more expensive. +

          +

          + With less money coming in and more going toward interest, political leaders will find it harder to address pressing needs like fixing crumbling roads and bridges or to make emergency moves like pulling the economy out of future recessions. +

          +

          + Within a decade, more than $900 billion in interest payments will be due annually, easily outpacing spending on myriad other programs. Already the fastest-growing major government expense, the cost of interest is on track to hit $390 billion next year, nearly 50 percent more than in 2017, according to the Congressional Budget Office. +

          +
          + +
          +
          +
          +

          + “It’s very much something to worry about,” said C. Eugene Steuerle, a fellow at the Urban Institute and a co-founder of the Urban-Brookings Tax Policy Center in Washington. “Everything else is getting squeezed.” +

          +

          + Gradually rising interest rates would have made borrowing more expensive even without additional debt. But the tax cuts passed late last year have created a deeper hole, with the deficit increasing faster than expected. A budget bill approved in February that raised spending by $300 billion over two years will add to the financial pressure. +

          +

          + The deficit is expected to total nearly $1 trillion next year — the first time it has been that big since 2012, when the economy was still struggling to recover from the financial crisis and interest rates were near zero. +

          +
          + +
          +
          +
          +
          +

          + Annual interest payments on the national debt are expected to triple over the next decade, according to the Congressional Budget Office. +

          +
          +
          + + + + +
          + +
          + +
          +

          + $915 +

          +

          + billion +

          +
          +
          +

          + Interest payments on the national debt +

          +
          +
          +

          + $900 +

          +
          +
          +

          + billion +

          +
          +
          +

          + 600 +

          +
          +
          +

          + 300 +

          +
          +
          +

          + $263 +

          +

          + billion +

          +
          +
          +

          + 0 +

          +
          +
          +

          + ’17 +

          +
          +
          +

          + ’18 +

          +
          +
          +

          + ’19 +

          +
          +
          +

          + ’20 +

          +
          +
          +

          + ’21 +

          +
          +
          +

          + ’22 +

          +
          +
          +

          + ’23 +

          +
          +
          +

          + ’24 +

          +
          +
          +

          + ’25 +

          +
          +
          +

          + ’26 +

          +
          +
          +

          + ’27 +

          +
          +
          +

          + ’28 +

          +
          +
          +
          + +
          +

          + Interest payments on the national debt +

          +
          +
          +

          + $900 +

          +
          +
          +

          + billion +

          +
          +
          +

          + $915 +

          +

          + billion +

          +
          +
          +

          + 600 +

          +
          +
          +

          + 300 +

          +
          +
          +

          + $263 +

          +

          + billion +

          +
          +
          +

          + 0 +

          +
          +
          +

          + ’17 +

          +
          +
          +

          + ’18 +

          +
          +
          +

          + ’19 +

          +
          +
          +

          + ’20 +

          +
          +
          +

          + ’21 +

          +
          +
          +

          + ’22 +

          +
          +
          +

          + ’23 +

          +
          +
          +

          + ’24 +

          +
          +
          +

          + ’25 +

          +
          +
          +

          + ’26 +

          +
          +
          +

          + ’27 +

          +
          +
          +

          + ’28 +

          +
          +
          +
          + + +
          +
          +

          + By The New York Times | Source: Congressional Budget Office +

          +
          +
          +
          +
          +
          +

          + Deficit hawks have gone silent, even proposing changes that would exacerbate the deficit. House Republicans introduced legislation this month that would make the tax cuts permanent. +

          +

          + “The issue has just disappeared,” said Senator Mark Warner, a Virginia Democrat. “There’s collective amnesia.” +

          +
          + +
          +
          +
          +

          + The combination, say economists, marks a journey into mostly uncharted financial territory. +

          +

          + In the past, government borrowing expanded during recessions and waned in recoveries. That countercyclical policy has been a part of the standard Keynesian toolbox to combat downturns since the Great Depression. +

          +

          + The deficit is soaring now as the economy booms, meaning the stimulus is pro-cyclical. The risk is that the government would have less room to maneuver if the economy slows. +

          +
          + +
          +
          +
          +
          +

          + Debt as a percentage of gross domestic product tends to increase during recessions and fall during recoveries. But the debt is increasing now, even as the economy is growing, because of tax cuts and spending increases. +

          +
          +
          + + + +
          + +
          + +
          +

          + Public debt as a share of gross domestic product +

          +
          +
          +

          + 100 +

          +
          +
          +

          + % +

          +
          +
          +

          + RECESSIONS +

          +
          +
          +

          + PROJECTED +

          +
          +
          +

          + 80 +

          +
          +
          +

          + 60 +

          +
          +
          +

          + 40 +

          +
          +
          +

          + 20 +

          +
          +
          +

          + 0 +

          +
          +
          +

          + ’78 +

          +
          +
          +

          + ’80 +

          +
          +
          +

          + ’90 +

          +
          +
          +

          + ’00 +

          +
          +
          +

          + ’10 +

          +
          +
          +

          + ’20 +

          +
          +
          +

          + ’28 +

          +
          +
          +
          + +
          +

          + Public debt as a share of gross domestic product +

          +
          +
          +

          + 100 +

          +
          +
          +

          + % +

          +
          +
          +

          + 80 +

          +
          +
          +

          + 60 +

          +
          +
          +

          + 40 +

          +
          +
          +

          + 20 +

          +
          +
          +

          + RECESSIONS +

          +
          +
          +

          + PROJECTED +

          +
          +
          +

          + 0 +

          +
          +
          +

          + ’80 +

          +
          +
          +

          + ’90 +

          +
          +
          +

          + ’00 +

          +
          +
          +

          + ’10 +

          +
          +
          +

          + ’20 +

          +
          +
          +

          + ’28 +

          +
          +
          +
          + + +
          +
          +

          + By The New York Times | Source: Congressional Budget Office +

          +
          +
          +
          +
          +
          +

          + Aside from wartime or a deep downturn like the 1930s or 2008-9, “this sort of aggressive fiscal stimulus is unprecedented in U.S. history,” said Jeffrey Frankel, an economist at Harvard. +

          +

          + Pouring gasoline on an already hot economy has resulted in faster growth — the economy expanded at an annualized rate of 4.2 percent in the second quarter. But Mr. Frankel warns that when the economy weakens, the government will find it more difficult to cut taxes or increase spending. +

          +

          + Lawmakers might, in fact, feel compelled to cut spending as tax revenue falls, further depressing the economy. “There will eventually be another recession, and this increases the chances we will have to slam on the brakes when the car is already going too slowly,” Mr. Frankel said. +

          + +
          + +
          +
          +
          +
          +

          + Interest payments will make up 13 percent of the federal budget a decade from now, surpassing spending on Medicaid and defense. +

          +
          +
          + + + + +
          + +
          + +
          +

          + Expenditures as a share of overall budget +

          +
          +
          +

          + 15 +

          +
          +
          +

          + % +

          +
          +
          +

          + Net interest +

          +
          +
          +

          + 13.0% +

          +
          +
          +

          + Defense +

          +
          +
          +

          + 10 +

          +
          +
          +

          + Medicaid +

          +
          +
          +

          + 6.6% +

          +
          +
          +

          + 5 +

          +
          +
          +

          + 0 +

          +
          +
          +

          + ’17 +

          +
          +
          +

          + ’18 +

          +
          +
          +

          + ’19 +

          +
          +
          +

          + ’20 +

          +
          +
          +

          + ’21 +

          +
          +
          +

          + ’22 +

          +
          +
          +

          + ’23 +

          +
          +
          +

          + ’24 +

          +
          +
          +

          + ’25 +

          +
          +
          +

          + ’26 +

          +
          +
          +

          + ’27 +

          +
          +
          +

          + ’28 +

          +
          +
          +
          + +
          +

          + Expenditures as a share of overall budget +

          +
          +
          +

          + 15 +

          +
          +
          +

          + % +

          +
          +
          +

          + Net interest +

          +
          +
          +

          + 13.0% +

          +
          +
          +

          + Defense +

          +
          +
          +

          + 10 +

          +
          +
          +

          + Medicaid +

          +
          +
          +

          + 6.6% +

          +
          +
          +

          + 5 +

          +
          +
          +

          + 0 +

          +
          +
          +

          + ’17 +

          +
          +
          +

          + ’18 +

          +
          +
          +

          + ’19 +

          +
          +
          +

          + ’20 +

          +
          +
          +

          + ’21 +

          +
          +
          +

          + ’22 +

          +
          +
          +

          + ’23 +

          +
          +
          +

          + ’24 +

          +
          +
          +

          + ’25 +

          +
          +
          +

          + ’26 +

          +
          +
          +

          + ’27 +

          +
          +
          +

          + ’28 +

          +
          +
          +
          + + +
          +
          +

          + By The New York Times | Source: Congressional Budget Office +

          +
          +
          +
          +
          +
          +

          + Finding the money to pay investors who hold government debt will crimp other parts of the budget. In a decade, interest on the debt will eat up 13 percent of government spending, up from 6.6 percent in 2017. +

          +

          + “By 2020, we will spend more on interest than we do on kids, including education, food stamps and aid to families,” said Marc Goldwein, senior policy director at the Committee for a Responsible Federal Budget, a research and advocacy organization. +

          +
          + +
          +
          +
          +

          + Interest costs already dwarf spending on many popular programs. For example, grants to students from low-income families for college total roughly $30 billion — about one-tenth of what the government will pay in interest this year. Interest payments will overtake Medicaid in 2020 and the Department of Defense budget in 2023. +

          +

          + What’s more, the heavy burden of interest payments could make it harder for the government to repair aging infrastructure or take on other big new projects. +

          +

          + Mr. Trump has called for spending $1 trillion on infrastructure, but Congress has not taken up that idea. +

          +
          + +
          + +
          +
          + +

          + Until recently, ultralow interest rates, set by the Federal Reserve to support the economy, allowed lawmakers to borrow without fretting too much about the cost of that debt. +

          +

          + But as the economy has strengthened, the Fed has gradually raised rates, starting in December 2015. The central bank is expected to push rates up again on Wednesday, and more increases are in store. +

          +

          + “When rates went down to record lows, it allowed the government to take on more debt without paying more interest,” Mr. Goldwein said. “That party is ending.” +

          +
          + +
          +
          +
          +
          +

          + After bottoming out below 2 percent, the yield on the 10-year Treasury note has climbed to over 3 percent recently. +

          +
          +
          + + + + +
          + +
          + +
          +

          + Yield on 10-year Treasury note +

          +
          +
          +

          + 8 +

          +
          +
          +

          + % +

          +
          +
          +

          + MONTHLY +

          +
          +
          +

          + RECESSIONS +

          +
          +
          +

          + 6 +

          +
          +
          +

          + 4 +

          +
          +
          +

          + 2 +

          +
          +
          +

          + 0 +

          +
          +
          +

          + ’98 +

          +
          +
          +

          + ’00 +

          +
          +
          +

          + ’02 +

          +
          +
          +

          + ’04 +

          +
          +
          +

          + ’06 +

          +
          +
          +

          + ’08 +

          +
          +
          +

          + ’10 +

          +
          +
          +

          + ’12 +

          +
          +
          +

          + ’14 +

          +
          +
          +

          + ’16 +

          +
          +
          +

          + ’18 +

          +
          +
          +
          + +
          +

          + Yield on 10-year Treasury note +

          +
          +
          +

          + 8 +

          +
          +
          +

          + % +

          +
          +
          +

          + MONTHLY +

          +
          +
          +

          + RECESSIONS +

          +
          +
          +

          + 6 +

          +
          +
          +

          + 4 +

          +
          +
          +

          + 2 +

          +
          +
          +

          + 0 +

          +
          +
          +

          + ’98 +

          +
          +
          +

          + ’02 +

          +
          +
          +

          + ’06 +

          +
          +
          +

          + ’10 +

          +
          +
          +

          + ’14 +

          +
          +
          +

          + ’18 +

          +
          +
          +
          + + +
          +
          +

          + By The New York Times | Source: Reuters +

          +
          +
          +
          +
          +
          +

          + Since the beginning of the year, the yield on the 10-year Treasury note has risen by more than half a percentage point, to 3.1 percent. The Congressional Budget Office estimates that the yield will climb to 4.2 percent in 2021. Given that the total public debt of the United States stands at nearly $16 trillion, even a small uptick in rates can cost the government billions. +

          +
          + +
          +
          +
          +

          + There’s no guarantee that these forecasts will prove accurate. If the economy weakens, rates might fall or rise only slightly, reducing interest payments. But rates could also overshoot the budget office forecast. +

          +

          + Some members of Congress want to set the stage for even more red ink. Republicans in the House want to make last year’s tax cuts permanent, instead of letting some of them expire at the end of 2025. That would reduce federal revenue by an additional $631 billion over 10 years, according to the Tax Policy Center. +

          + +
          + +
          +
          +
          +
          +

          + The dollar has strengthened even as government borrowing has increased. +

          +
          +
          + + + + +
          + +
          + +
          +

          + U.S. Dollar index +

          +
          +
          +

          + 140 +

          +
          +
          +

          + MONTHLY +

          +
          +
          +

          + RECESSIONS +

          +
          +
          +

          + 120 +

          +
          +
          +

          + 100 +

          +
          +
          +

          + 80 +

          +
          +
          +

          + 60 +

          +
          +
          +

          + ’98 +

          +
          +
          +

          + ’00 +

          +
          +
          +

          + ’02 +

          +
          +
          +

          + ’04 +

          +
          +
          +

          + ’06 +

          +
          +
          +

          + ’08 +

          +
          +
          +

          + ’10 +

          +
          +
          +

          + ’12 +

          +
          +
          +

          + ’14 +

          +
          +
          +

          + ’16 +

          +
          +
          +

          + ’18 +

          +
          +
          +
          + +
          +

          + U.S. Dollar index +

          +
          +
          +

          + 140 +

          +
          +
          +

          + MONTHLY +

          +
          +
          +

          + RECESSIONS +

          +
          +
          +

          + 120 +

          +
          +
          +

          + 100 +

          +
          +
          +

          + 80 +

          +
          +
          +

          + 60 +

          +
          +
          +

          + ’98 +

          +
          +
          +

          + ’02 +

          +
          +
          +

          + ’06 +

          +
          +
          +

          + ’10 +

          +
          +
          +

          + ’14 +

          +
          +
          +

          + ’18 +

          +
          +
          +
          + + +
          +
          +

          + By The New York Times | Source: Reuters +

          +
          +
          +
          +
          +
          +

          + Deficit hawks have warned for years that a day of reckoning is coming, exposing the United States to the kind of economic crisis that overtook profligate borrowers in the past like Greece or Argentina. +

          +

          + But most experts say that isn’t likely because the dollar is the world’s reserve currency. As a result, the United States still has plenty of borrowing capacity left because the Fed can print money with fewer consequences than other central banks. +

          +

          + And interest rates plunged over the last decade, even as the government turned to the market for trillions each year after the recession. That’s because Treasury bonds are still the favored port of international investors in any economic storm. +

          +

          + “We exported a financial crisis a decade ago, and the world responded by sending us money,” said William G. Gale, a senior fellow at the Brookings Institution. +

          +

          + But that privileged position has allowed politicians in both parties to avoid politically painful steps like cutting spending or raising taxes. +

          +
          + +
          +
          +
          +

          + That doesn’t mean rapidly rising interest costs and a bigger deficit won’t eventually catch up with us. +

          +

          + Charles Schultze, chairman of the Council of Economic Advisers in the Carter administration, once summed up the danger of deficits with a metaphor. “It’s not so much a question of the wolf at the door, but termites in the woodwork.” +

          + +

          + Rather than simply splitting along party lines, lawmakers’ attitudes toward the deficit also depend on which party is in power. Republicans pilloried the Obama administration for proposing a large stimulus in the depths of the recession in 2009 and complained about the deficit for years. +

          +

          + In 2013, Senator Mitch McConnell of Kentucky called the debt and deficit “the transcendent issue of our era.” By 2017, as Senate majority leader, he quickly shepherded the tax cut through Congress. +

          +

          + Senator James Lankford, an Oklahoma Republican who warned of the deficit’s dangers in the past, nevertheless played down that threat on the Senate floor as the tax billed neared passage. +

          +

          + “I understand it’s a risk, but I think it’s an appropriate risk to be able to say let’s allow Americans to keep more of their own money to invest in this economy,” he said. +

          +

          + He also claimed the tax cuts would pay for themselves even as the Congressional Budget Office estimated that they would add $250 billion to the deficit on average from 2019 to 2024. +

          +
          + +
          +
          +
          +

          + In an interview, Mr. Lankford insisted that the jury was still out on whether the tax cuts would generate additional revenue, citing the strong economic growth recently. +

          +

          + While the Republican about-face has been much more striking, Democrats have adjusted their position, too. +

          +

          + Mr. Warner, the Virginia Democrat, called last year’s tax bill “the worst piece of legislation we have passed since I arrived in the Senate.” In 2009, however, when Congress passed an $800 billion stimulus bill backed by the Obama administration, he called it “a responsible mix of tax cuts and investments that will create jobs.” +

          +

          + The difference, Mr. Warner said, was that the economy was near the precipice then. +

          +

          + “There was virtual unanimity among economists that we needed a stimulus,” he said. “But a $2 trillion tax cut at the end of a business cycle with borrowed money won’t end well.” +

          +
          + +
          +
          +
          +
          +
          +
          +
          +

          + Nelson D. Schwartz has covered economics since 2012. Previously, he wrote about Wall Street and banking, and also served as European economic correspondent in Paris. He joined The Times in 2007 as a feature writer for the Sunday Business section. @NelsonSchwartz +

          +
          +
          +
          +
          + A version of this article appears in print on , on Page A1 of the New York edition with the headline: What May Soon Exceed Cost of U.S. Military? Interest on U.S. Debt . Order Reprints | Today’s Paper | Subscribe +
          +
          +
          + +
          +
          +
          +
          +

          + Advertisement +

          +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          + + +
          +
          +
          + + + + + + +
          + +
          + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-images.json new file mode 100644 index 0000000..d36dede --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-images.json @@ -0,0 +1,48 @@ +[ + "http:\/\/pic.pimg.tw\/stevenhgm\/1387895093-631461272.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894842-1217674167.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894971-1486345289.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894979-1252095111.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387971416-4261675924.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387971406-2480195851.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894752-3567294980.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894771-2897027724.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894778-2035483089.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387897405-3236217457.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894848-3695967443.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894863-3269042540.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894868-3997219746.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894873-1524806724.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894788-105924953.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894798-1063855065.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894807-309560703.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894882-1881930036.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894887-407829597.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894857-470378275.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387895099-4119123008.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387971426-4277312474.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387971436-2828193592.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894823-4061326865.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894911-3706194096.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894894-1173705525.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894901-1058040075.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894925-1582979930.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894989-1689510758.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894933-2886337976.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387895113-4041265313.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894940-3359449338.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387895106-1387217970.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894947-2636431527.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894956-618198074.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894961-2201609427.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387971396-2999285851.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387894999-1588465034.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387895007-4184988815.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387895016-2193615729.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387895047-92554161.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387971446-966387512.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387895036-848978834.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387895067-717977929.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387895083-1227791497.jpg", + "http:\/\/pic.pimg.tw\/stevenhgm\/1387895075-2647157523.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-metadata.json new file mode 100644 index 0000000..5776867 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "\u53f2\u8482\u6587\u7684\u5bb6_\u85cd\u5929 (stevenhgm)", + "Direction": null, + "Excerpt": "\u4e00\u6ce2\u6ce2\u63a5\u7e8c\u6027\u4f4e\u6eab\u5bd2\u6d41\u5831\u5230 \u5df2\u5c07\u65b0\u7af9\u5c16\u77f3\u9109\u5f8c\u5c71\u4e00\u5e36\u5c64\u5c64\u5c71\u5dd2\u62ab\u4e0a\u5ae3\u7d05\u7684\u5f69\u8863 \u7389\u5cf0\u9053\u8def\u4e00\u8def\u4e0a\u96f2\u6c23\u5c71\u5d50\u6eef\u7559\u5c71\u982d \u9806\u8def\u4e0b\u5207\u873f\u8712\u9053\u8def\u5f8c\u4e0d\u4e45\u5373\u62b5\u9054\u4f86\u5230\"\u7389\u5cf0\u570b\u5c0f\" \"\u7f8e\u6a39\"\u7f8e", + "Image": "http:\/\/pic.pimg.tw\/stevenhgm\/1387895093-631461272.jpg", + "Title": "\u65b0\u7af9\u5c16\u77f3_\u7f8e\u6a39\u71df\u5730\u8cde\u6953 (2) @ \u53f2\u8482\u6587\u7684\u5bb6_\u85cd\u5929 :: \u75de\u5ba2\u90a6 PIXNET ::", + "SiteName": "\u53f2\u8482\u6587\u7684\u5bb6_\u85cd\u5929" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected.html b/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected.html new file mode 100644 index 0000000..80a2e4a --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected.html @@ -0,0 +1,280 @@ +
          +

          + 12-IMG_3886.jpg +

          +

          一波波接續性低溫寒流報到 已將新竹尖石鄉後山一帶層層山巒披上嫣紅的彩衣 +

          +

          玉峰道路一路上雲氣山嵐滯留山頭 順路下切蜿蜒道路後不久即抵達來到"玉峰國小" +

          +

          "美樹"美如其名偌大楓香樹早已呈現金黃 泛紅色彩也是愛攝人仕所喜愛造訪之地

          +

          第二次造訪美樹發現到營區變了 印象中以前生冷招牌換成了原木招牌可謂匠心獨運 +

          +

          燻黑原木加上金黃色醒目字體 加上了貓頭鷹原木創作也充分發揮了裝飾藝術功力 +

          +

          營區內除了露營、民宿、餐飲賞楓項目多了許多原木飾品更有畫龍點睛加乘效果 +

          + +

          30-IMG_4228.jpg

          +

          廣受歡迎的美樹營地有個很大特色就是楓紅時期楓香樹由綠轉黃、轉紅到楓紅層層 +

          +

          一來到"美樹"馬上眼睛為之一亮 也會深深地為那多種顏色多層次渲染之下楓紅而迷惑 +

          +

          不同格調就是從入口處這塊招牌第一眼開始 + + 木頭招牌 + + + 、貓頭鷹裝飾品勾勒出美樹的風格 + +

          + + +

          31-IMG_4231.jpg

          +

          每年12月向來是攝影班外拍的絕佳場所之一 楓紅期間入園費$50元

          +

          園區給愛攝一族淨空場景而不是散搭帳蓬之下反而影響拍照畫面與構圖取景

          +

          露營的話則須待中午過後再進場搭帳的彈性做法個人也相當支持這樣的權宜之計

          + + +

          + P1610088.jpg +

          +

          來到現場已是落葉飄飄堆疊滿地 不時隨著風吹雨襲而葉落垂地

          + + +

          + P1610069.jpg +

          +

          不忍踩過剛剛掉落的樹葉 沿著前人足跡踏痕輕踩而行

          +

          雖然只是一廂情願的想法 終究還是不可避免地將會化為塵土

          + + +

          02-P1610080.jpg

          +

          葉落繽紛顯得幾分蕭瑟氣息 空氣中可以嗅得出來依然瀰漫著濕寒水氣 +

          +

          偶而還會飄下來一些霧氣水滴 不時張望尋找最佳楓葉主題

          + + +

          04-P1610087.jpg

          +

          外拍的攝影班學員一堆早已不時穿梭其間

          +

          各自努力地找尋自認為最好的拍攝角度

          + + +

          05-P1610099.jpg

          + + +

          P1610095.jpg

          + + +

          13-IMG_3891.jpg

          + + +

          15-IMG_3906.jpg

          +

          "水槽"上面的這幾隻彩繪版貓頭鷹也太可愛了

          +

          同樣的造型加上不同色彩宛如賦予不同的生命力一般 cool!

          + + +

          16-IMG_3916.jpg

          +

          雨水洗塵後的枝頭固然掉落些葉片是否也洗去塵勞憂傷

          + + +

          17-IMG_3919.jpg

          + + +

          06-IMG_3853.jpg

          +

          喜歡拍照的不論是平面掃描、天空搜尋、地上地毯式搜索

          +

          有如小說偵探一般 不放過蛛絲馬跡地用力尋尋覓覓找尋最美角度

          + + +

          07-P1610104.jpg

          + + +

          08-IMG_3862.jpg

          +

          原本這周是由小朱團長早在一年前就跟"簍信"預定下來的場子

          +

          早上從台北出門之際還是小雨不斷細雨紛飛來到此地雖雨已停

          +

          但多日來的雨勢不斷已有部分區域水漬成攤並不適合落置帳篷

          +

          這個季節正是"控溪吊橋"一帶的楓紅變葉時刻 先行走一趟秀巒賞景 + + +

          + + +

          18-P1610141.jpg

          +

          午後從"秀巒"回到美樹之際已經全數撤退只剩下我們三車留下來

          +

          唯有"離開地球表面"睡車上的才可以不受到地上泥濘而影響

          + + +

          19-IMG_3933.jpg

          + + +

          14-P1610134.jpg

          +

          午後山嵐興起雲氣遊蕩盤旋在對岸山頭 人潮來來去去似乎也沒有減少 +

          + + +

          44-P1610283.jpg

          +

          美樹民宿有開設餐廳 室內簡單佈置提供伙食餐飲

          + + +

          + P1610212.jpg +

          +

          這兩間是民宿房間 跟著民宿主人"簍信"聊起來還提到日後將改變成兩層木屋

          +

          一樓則是咖啡飲料/賣店提供訪客來賓有個落腳席座之地 二樓才會是民宿房間

          +

          心中有了計畫想法才會有日後的夢想藍圖 相信將會改變得更好的民宿露營環境

          + +

          + P1610219.jpg +

          +

          民宿前這一大區楓香林為土質營位 大致區分前、後兩個營區

          +

          前面這一區約可搭上十二帳/車/廳 後面那區也大約4~5帳/車/廳

          +

          正前方小木屋即是衛浴區 男女分別以左右兩側分開(燒材鍋爐) +

          + + +

          10-P1610114.jpg

          +

          營區水電方便 水槽也很有特色

          + + +

          22-P1610245.jpg

          +

          這次選擇左側地勢高些以防午夜下雨泥濘

          + + +

          20-P1610238.jpg

          +

          "野馬"特地帶來了冬至應景食材ㄜ---湯圓 +

          +

          這家還是最近被評比第一名氣的湯圓專賣店

          + + +

          21-P1610241.jpg

          +

          向來對於湯圓是敬謝不敏 沒想到是出乎意料之外的好吃 沒話說!
          +

          + + +

          24-IMG_4113.jpg

          +

          喜歡原住民朋友的坦率、真誠 要將民宿營地經營的有聲有色並非容易之事

          +

          午茶時間與"簍信"閒聊分享著他的觀點理念之時很支持對於環境應有生態保護 +

          +

          環保維護是人人有責 勿以善小而不為不計涓滴之水才可匯集成河  + +

          + + +

          32-IMG_4248.jpg

          + + +

          25-IMG_4152.jpg

          +

          入夜前雨絲終於漸漸緩和下來 雖然氣溫很低卻沒感受到寒冷的跡象

          +

          是山谷中少了寒氣還是美樹營區裡的人熱情洋溢暖化了不少寒意

          + +

          IMG_4158.jpg

          +

          聖誕前夕裝點些聖誕飾品 感受一下節慶的氛圍

          + + +

          26-P1610261.jpg

          +

          晚餐準備了砂鍋魚頭

          + + +

          46-1021221美樹露營.jpg

          +

          "蒯嫂"還特地準備著羊肩排、鹹豬肉、柳葉魚...哇!這哩澎湃哩...

          +

           "永老爺"早已備妥了好酒為遠自台南來的蒯兄嫂敬一杯囉

          +

          感謝蒯嫂精心準備的好料理 食指大動好菜色感恩ㄟ!

          + + +

          27-IMG_4173.jpg

          +

          吃得快精光之際...才想到忘了拍合照...(哇哩咧 ^&*()

          + +

          28-IMG_4178.jpg

          + + +

          29-IMG_4188.jpg

          +

          隔日睡到很晚才起床 不用拍日出晨光的營地對我來說都是個幸福的睡眠

          +

          哪怕是葉落飄零落滿地還是睡夢周公召見而去 起床的事~差點都忘記了

          + + +

          + IMG_4205.jpg +

          +

          昨天細雨紛飛依然打落了不少落葉中間這株整個都快變成枯枝了

          +

          昨天依稀凋零稀疏的楓葉殘留今兒個完全不復存在(上周是最美的代名詞)

          + + +

          33-IMG_4255.jpg

          +

          上回來得太早沒能見到楓葉泛紅 這次晚了一周已陸續落葉也無從比對楓葉差異性  +

          +

          另一種角度看不論青楓、金黃葉紅的楓香、葉落飄零秋滿霜、落葉枯枝的蕭瑟 +

          +

          只要心中自認為是最美最浪漫的一刻 都是美的表徵也是最美的時分 +

          + + +

          34-P1610269.jpg

          +

          早起的"蒯嫂"已經備好熱騰騰中式稀飯、包子、蔬果 頓時~有幸福的感覺

          + + +

          35-IMG_4303.jpg

          +

          星期天早上趁著攝影團還沒入場先來人物場景特寫

          +

          野馬家兩張新"座椅"就當作是試坐囉!拍謝哩

          + + +

          38-IMG_4330.jpg

          + + +

          + P1610279.jpg +

          +

          難得有此無人美景在楓樹下的聖誕氛圍也一定要來一張才行

          + + +

          37-IMG_4323.jpg

          +

          三家合照(Hero也一定要入鏡的)

          + + +

          40-IMG_4342.jpg

          +

          接著攝影團入場帶隊老師請求借個時間也來讓學員練習楓樹下的聖誕飾品

          +

          此時剛好也遇到早在FB社團相互回應卻頭一次謀面的Mr."大雄"真是幸會了

          + + +

          42-IMG_4382.jpg

          +

          接近中午時分陽光漸露 藍天帷幕再次嶄露頭角 ~ 久違了!

          +

          期盼下的天空終於放晴 沒有缺席的藍天還是準時赴約如期出席

          + + +

          41-IMG_4366.jpg

          +

          這兩天肉肉(Hero)天雨濕滑無法自由奔跑都快悶壞了

          +

          天晴後"蒯嫂"帶著散步遊園也好解解悶

          + + +

          43-IMG_4383.jpg

          +

          收拾好裝備準備離開營地 亮麗的天空鮮明對比下的楓樹林又讓人覺得有點捨不得離開

          +

          道別了"美樹營地"準備前往而行"石磊國小"一個很生疏的小學座落在這深山部落裡 +

          +

          北橫"石磊部落" 一個從未踏入的陌生之地因為露營之故否則畢生大概也不會路過

          +

          三位大叔同行準備走著這段遙遠的路段 下次找機會再來重溫舊夢了.......

          + +

          美樹營地 + + 資訊 +

          +

          聯絡電話:03-584-7231  行動: 0937-141993
          林錦武 (泰雅族名: 摟信)
          營地地址:新竹縣尖石鄉玉峰村6鄰20號 + +
          +
          +

          +

          每帳$600 兩間衛浴使用燒材鍋爐/ 兩間全天瓦斯 廁所蹲式X 3 +

          +

          楓紅期間須過中午才可搭帳 水電便利

          +

          GPS: N24 39 16.4 E121 18 19.5

          + + +

          如果您喜歡"史蒂文的家"圖文分享 邀請您到 FB 粉絲團 + 按個"讚"! +

          +

          內文有不定期的更新旅遊、露營圖文訊息 謝謝! + +

          + + + + + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/pixnet/source.html b/vendor/fivefilters/readability.php/test/test-pages/pixnet/source.html new file mode 100644 index 0000000..e1849a9 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/pixnet/source.html @@ -0,0 +1,4372 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 新竹尖石_美樹營地賞楓 (2) @ 史蒂文的家_藍天 :: 痞客邦 PIXNET :: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + + +
          + +
          + + + + +
          + + + +
          + +
          + + +
          +
          + +
          + +
          + +
          + +
          + +
          + +
          + +
          + +
          +
          +
          + + +
          +
          +
          +
          相關文章
          +
          +
          + + +
          + +
          + +
          +
          +
          + +
          +

          + +
          +

          + 12-IMG_3886.jpg +

          +

          一波波接續性低溫寒流報到 已將新竹尖石鄉後山一帶層層山巒披上嫣紅的彩衣 +

          +

          玉峰道路一路上雲氣山嵐滯留山頭 順路下切蜿蜒道路後不久即抵達來到"玉峰國小" +

          +

          "美樹"美如其名偌大楓香樹早已呈現金黃 泛紅色彩也是愛攝人仕所喜愛造訪之地

          +

          第二次造訪美樹發現到營區變了 印象中以前生冷招牌換成了原木招牌可謂匠心獨運 +

          +

          燻黑原木加上金黃色醒目字體 加上了貓頭鷹原木創作也充分發揮了裝飾藝術功力 +

          +

          營區內除了露營、民宿、餐飲賞楓項目多了許多原木飾品更有畫龍點睛加乘效果 +

          +


          +

          30-IMG_4228.jpg

          +

          廣受歡迎的美樹營地有個很大特色就是楓紅時期楓香樹由綠轉黃、轉紅到楓紅層層 +

          +

          一來到"美樹"馬上眼睛為之一亮 也會深深地為那多種顏色多層次渲染之下楓紅而迷惑 +

          +

          不同格調就是從入口處這塊招牌第一眼開始 + + 木頭招牌 + + + 、貓頭鷹裝飾品勾勒出美樹的風格 + +

          +

          +

          +

          31-IMG_4231.jpg

          +

          每年12月向來是攝影班外拍的絕佳場所之一 楓紅期間入園費$50元

          +

          園區給愛攝一族淨空場景而不是散搭帳蓬之下反而影響拍照畫面與構圖取景

          +

          露營的話則須待中午過後再進場搭帳的彈性做法個人也相當支持這樣的權宜之計

          +

          +

          +

          + P1610088.jpg +

          +

          來到現場已是落葉飄飄堆疊滿地 不時隨著風吹雨襲而葉落垂地

          +

          +

          +

          + P1610069.jpg +

          +

          不忍踩過剛剛掉落的樹葉 沿著前人足跡踏痕輕踩而行

          +

          雖然只是一廂情願的想法 終究還是不可避免地將會化為塵土

          +

          +

          +

          02-P1610080.jpg

          +

          葉落繽紛顯得幾分蕭瑟氣息 空氣中可以嗅得出來依然瀰漫著濕寒水氣 +

          +

          偶而還會飄下來一些霧氣水滴 不時張望尋找最佳楓葉主題

          +

          +

          +

          04-P1610087.jpg

          +

          外拍的攝影班學員一堆早已不時穿梭其間

          +

          各自努力地找尋自認為最好的拍攝角度

          +

          +

          +

          05-P1610099.jpg

          +

          +

          +

          P1610095.jpg

          +

          +

          +

          13-IMG_3891.jpg

          +

          +

          +

          15-IMG_3906.jpg

          +

          "水槽"上面的這幾隻彩繪版貓頭鷹也太可愛了

          +

          同樣的造型加上不同色彩宛如賦予不同的生命力一般 cool!

          +

          +

          +

          16-IMG_3916.jpg

          +

          雨水洗塵後的枝頭固然掉落些葉片是否也洗去塵勞憂傷

          +

          +

          +

          17-IMG_3919.jpg

          +

          +

          +

          06-IMG_3853.jpg

          +

          喜歡拍照的不論是平面掃描、天空搜尋、地上地毯式搜索

          +

          有如小說偵探一般 不放過蛛絲馬跡地用力尋尋覓覓找尋最美角度

          +

          +

          +

          07-P1610104.jpg

          +

          +

          +

          08-IMG_3862.jpg

          +

          原本這周是由小朱團長早在一年前就跟"簍信"預定下來的場子

          +

          早上從台北出門之際還是小雨不斷細雨紛飛來到此地雖雨已停

          +

          但多日來的雨勢不斷已有部分區域水漬成攤並不適合落置帳篷

          +

          這個季節正是"控溪吊橋"一帶的楓紅變葉時刻 先行走一趟秀巒賞景 + + +

          +

          +

          +

          18-P1610141.jpg

          +

          午後從"秀巒"回到美樹之際已經全數撤退只剩下我們三車留下來

          +

          唯有"離開地球表面"睡車上的才可以不受到地上泥濘而影響

          +

          +

          +

          19-IMG_3933.jpg

          +

          +

          +

          14-P1610134.jpg

          +

          午後山嵐興起雲氣遊蕩盤旋在對岸山頭 人潮來來去去似乎也沒有減少 +

          +

          +

          +

          +

          44-P1610283.jpg

          +

          美樹民宿有開設餐廳 室內簡單佈置提供伙食餐飲

          +

          +

          +

          + P1610212.jpg +

          +

          這兩間是民宿房間 跟著民宿主人"簍信"聊起來還提到日後將改變成兩層木屋

          +

          一樓則是咖啡飲料/賣店提供訪客來賓有個落腳席座之地 二樓才會是民宿房間

          +

          心中有了計畫想法才會有日後的夢想藍圖 相信將會改變得更好的民宿露營環境

          +

          +

          + P1610219.jpg +

          +

          民宿前這一大區楓香林為土質營位 大致區分前、後兩個營區

          +

          前面這一區約可搭上十二帳/車/廳 後面那區也大約4~5帳/車/廳

          +

          正前方小木屋即是衛浴區 男女分別以左右兩側分開(燒材鍋爐) +

          +

          +

          +

          10-P1610114.jpg

          +

          營區水電方便 水槽也很有特色

          +

          +

          +

          22-P1610245.jpg

          +

          這次選擇左側地勢高些以防午夜下雨泥濘

          +

          +

          +

          20-P1610238.jpg

          +

          "野馬"特地帶來了冬至應景食材ㄜ---湯圓 +

          +

          這家還是最近被評比第一名氣的湯圓專賣店

          +

          +

          +

          21-P1610241.jpg

          +

          向來對於湯圓是敬謝不敏 沒想到是出乎意料之外的好吃 沒話說!
          +

          +

          +

          +

          24-IMG_4113.jpg

          +

          喜歡原住民朋友的坦率、真誠 要將民宿營地經營的有聲有色並非容易之事

          +

          午茶時間與"簍信"閒聊分享著他的觀點理念之時很支持對於環境應有生態保護 +

          +

          環保維護是人人有責 勿以善小而不為不計涓滴之水才可匯集成河  + +

          +

          +

          +

          32-IMG_4248.jpg

          +

          +

          +

          25-IMG_4152.jpg

          +

          入夜前雨絲終於漸漸緩和下來 雖然氣溫很低卻沒感受到寒冷的跡象

          +

          是山谷中少了寒氣還是美樹營區裡的人熱情洋溢暖化了不少寒意

          +


          +

          IMG_4158.jpg

          +

          聖誕前夕裝點些聖誕飾品 感受一下節慶的氛圍

          +

          +

          +

          26-P1610261.jpg

          +

          晚餐準備了砂鍋魚頭

          +

          +

          +

          46-1021221美樹露營.jpg

          +

          "蒯嫂"還特地準備著羊肩排、鹹豬肉、柳葉魚...哇!這哩澎湃哩...

          +

           "永老爺"早已備妥了好酒為遠自台南來的蒯兄嫂敬一杯囉

          +

          感謝蒯嫂精心準備的好料理 食指大動好菜色感恩ㄟ!

          +

          +

          +

          27-IMG_4173.jpg

          +

          吃得快精光之際...才想到忘了拍合照...(哇哩咧 ^&*()

          +

          +

          28-IMG_4178.jpg

          +

          +

          +

          29-IMG_4188.jpg

          +

          隔日睡到很晚才起床 不用拍日出晨光的營地對我來說都是個幸福的睡眠

          +

          哪怕是葉落飄零落滿地還是睡夢周公召見而去 起床的事~差點都忘記了

          +

          +

          +

          + IMG_4205.jpg +

          +

          昨天細雨紛飛依然打落了不少落葉中間這株整個都快變成枯枝了

          +

          昨天依稀凋零稀疏的楓葉殘留今兒個完全不復存在(上周是最美的代名詞)

          +

          +

          +

          33-IMG_4255.jpg

          +

          上回來得太早沒能見到楓葉泛紅 這次晚了一周已陸續落葉也無從比對楓葉差異性  +

          +

          另一種角度看不論青楓、金黃葉紅的楓香、葉落飄零秋滿霜、落葉枯枝的蕭瑟 +

          +

          只要心中自認為是最美最浪漫的一刻 都是美的表徵也是最美的時分 +

          +

          +

          +

          34-P1610269.jpg

          +

          早起的"蒯嫂"已經備好熱騰騰中式稀飯、包子、蔬果 頓時~有幸福的感覺

          +

          +

          +

          35-IMG_4303.jpg

          +

          星期天早上趁著攝影團還沒入場先來人物場景特寫

          +

          野馬家兩張新"座椅"就當作是試坐囉!拍謝哩

          +

          +

          +

          38-IMG_4330.jpg

          +

          +

          +

          + P1610279.jpg +

          +

          難得有此無人美景在楓樹下的聖誕氛圍也一定要來一張才行

          +

          +

          +

          37-IMG_4323.jpg

          +

          三家合照(Hero也一定要入鏡的)

          +

          +

          +

          40-IMG_4342.jpg

          +

          接著攝影團入場帶隊老師請求借個時間也來讓學員練習楓樹下的聖誕飾品

          +

          此時剛好也遇到早在FB社團相互回應卻頭一次謀面的Mr."大雄"真是幸會了

          +

          +

          +

          42-IMG_4382.jpg

          +

          接近中午時分陽光漸露 藍天帷幕再次嶄露頭角 ~ 久違了!

          +

          期盼下的天空終於放晴 沒有缺席的藍天還是準時赴約如期出席

          +

          +

          +

          41-IMG_4366.jpg

          +

          這兩天肉肉(Hero)天雨濕滑無法自由奔跑都快悶壞了

          +

          天晴後"蒯嫂"帶著散步遊園也好解解悶

          +

          +

          +

          43-IMG_4383.jpg

          +

          收拾好裝備準備離開營地 亮麗的天空鮮明對比下的楓樹林又讓人覺得有點捨不得離開

          +

          道別了"美樹營地"準備前往而行"石磊國小"一個很生疏的小學座落在這深山部落裡 +

          +

          北橫"石磊部落" 一個從未踏入的陌生之地因為露營之故否則畢生大概也不會路過

          +

          三位大叔同行準備走著這段遙遠的路段 下次找機會再來重溫舊夢了.......

          +

          +

          美樹營地 + + 資訊 +

          +

          聯絡電話:03-584-7231  行動: 0937-141993
          林錦武 (泰雅族名: 摟信)
          營地地址:新竹縣尖石鄉玉峰村6鄰20號 + +
          +
          +

          +

          每帳$600 兩間衛浴使用燒材鍋爐/ 兩間全天瓦斯 廁所蹲式X 3 +

          +

          楓紅期間須過中午才可搭帳 水電便利

          +

          GPS: N24 39 16.4 E121 18 19.5

          +

          +

          +

          如果您喜歡"史蒂文的家"圖文分享 邀請您到 FB 粉絲團 + 按個"讚"! +

          +

          內文有不定期的更新旅遊、露營圖文訊息 謝謝! + +

          +

          +

          + +
          + + + , , , ,
          + +
          +
          +
          上一篇文章與下一篇文章
          + +
          +
          +
          + +
          + + +

          + 史蒂文的家_藍天 發表在 痞客邦 PIXNET 留言(42) 人氣(23925) +

          + + + +
          +
          +
          +
          +
          + +
          + +
          + + + +
          +
          +
          + +
          + +
          +
          +
          + +
          +
          + + + +
          + + + +
          + +
          +
          + +

          留言列表 (42)

          +
          發表留言
          + +
          +
            + +
          • + 小鳳 +
          • +
          • +

            + 露營兼賞楓,好棒的生活
          • +
          • + 謝謝小鳳的來訪! +

            史蒂文的家_藍天 於 2014/01/01 20:31 回覆

            +
          • +
          +
            + +
          • + 茜媽咪 +
          • +
          • +

            + 嚮往大自然....再濕冷的天依舊衝衝衝
            每每分享藍天大哥捕捉的鏡頭 +
            總是特別的吸引目光....真得好美 +
            對了....我家女兒說....伯伯的露營餐點 +
            看起來好豐盛喔 +
            +
          • +
          • + 茜媽咪晚安:
            您過獎了,我們不是專業攝影師只是喜歡拍照而已, +
            雨天過後的楓葉蕭瑟感變厚重了,也顯得很鮮明色澤而已! +
            這次還是南部上來的朋友帶來豐盛的晚餐,真是不好意思ㄋ! +
            (拍謝!外出帶著平板電腦不容易回應..才剛剛回家回覆) +

            史蒂文的家_藍天 於 2014/01/01 20:37 回覆

            +
          • +
          +
            + +
          • + 訪客
          • +
          • +

            + 藍天哥
            +
            您的文筆真是讚 +
            +
            大雄
          • +
          • + 大雄 晚安:
            毋影啦~只是有感而發的抒發一點所見所聞而已! +

            史蒂文的家_藍天 於 2014/01/01 20:39 回覆

            +
          • +
          +
            + +
          • + linghua +
          • +
          • +

            + 哇!好厚的紅毯 趴在地上取景辛苦了!
            近年天氣消笑 忽冷忽熱
            外拍能遇到最美的藍天和紅葉 可遇不可求....
            桌上的砂鍋魚頭看起來超讚 +
            冷冷的寒冬享用 一定過癮極了!
          • +
          • + 哈~我的相機可以翻轉螢幕ㄜ,當初也有考慮到這場景的辛苦...
            所以螢幕可以折疊就輕鬆多囉! +
            楓紅總是不等人的,我們這一周跟上周相比較的話就差很大, +
            選對時間才是做重要! 天寒之際吃火鍋最方便,也是偷懶... +

            史蒂文的家_藍天 於 2014/01/01 20:59 回覆

            +
          • +
          +
          +
          + + +
          + + +
          + + + +
          +
            + +
          • + 青草 +
          • +
          • +

            + 大哥晚安~
            今天路過美樹營地,真的很美! +
            可惜現在楓已落的差不多了!! +
            好深山那內的地方,我們由秀巒下玉峰 +
            再由北橫三光回家,一路的山景秀麗!!
          • +
          • + 青草晚安:
            上週幾天下來又是風又是雨, +
            "花落知多少..."就算差一周也 +
            差很大呢!明年算準時間再訪 +
            就一定很棒的! +

            史蒂文的家_藍天 於 2014/01/01 20:56 回覆

            +
          • +
          +
            + +
          • + 阿蒯 +
          • +
          • +

            + 大推
            不是因為文中的很多”蒯嫂” +
            回家之後發現我的”恐山症”竟然好了八成 +
            那段石磊產業道路 心理暗唸”阿彌陀佛”不只百遍除了感謝
            我詞窮了 +
            你們與野馬伉儷的友誼讓我們在陰雨寒冷中覺得溫暖 +
            這是一次另人感動的旅程 +
            有你們真好!
          • +
          • + 蒯兄嫂晚安:
            這趟路讓您辛苦了,雖然天氣不佳依然如期赴約, +
            讓蒯嫂處處打點得得這麼好,真有點過意不去... +
            感恩!相信"之前"的車況給受驚擾了,如今應該 +
            是恢復信心,有藍天在的話,出門都是安全無虞的! +

            史蒂文的家_藍天 於 2014/01/01 20:54 回覆

            +
          • +
          +
            + +
          • + 甄妮佛 +
          • +
          • +

            + 山嵐 楓樹 落葉 ... 這地方太美了!! 太美了!!
          • +
          • + 甄妮佛 晚安:
            如果有露營的朋友一定也聽過有這個地方, +
            時令季節一到就是楓紅滿地...尖石秀巒一帶 +
            很有秋天的氣息哦.... +

            史蒂文的家_藍天 於 2014/01/01 20:48 回覆

            +
          • +
          +
            + +
          • + Cora +
          • +
          • +

            + 雨霧飄渺中的楓黃楓紅另有一番風韻
          • +
          • + Cora晚安:
            幾天下來楓葉經過雨後洗滌變得很鮮明, +
            當然也帶走許多落葉..蕭瑟唯美另一種風情! +

            史蒂文的家_藍天 於 2014/01/01 20:46 回覆

            +
          • +
          +
            + +
          • + tinned +
          • +
          • +

            + 真是拍的漂亮 我是北七強
          • +
          • + 北七強 晚安:
            謝謝不吝讚美,其實我們只是喜歡拍而已,畢竟跟專業攝影還是有段距離, +
            簍信能有有您這些朋友真是太幸福了...,美樹愈來愈進步您是功不可沒... +
            (哈~這個名稱取得...似乎很有玄機呢?) +

            史蒂文的家_藍天 於 2014/01/01 20:44 回覆

            +
          • +
          +
            + +
          • + 莉莉夫子 +
          • +
          • +

            + 藍天大哥:晚安~
            哇~睡車上.機動性很強咧~ +
            今年的美樹 好美啊~
          • +
          • + LiLi夫子晚安:
            是呀!改裝成車中床離開"地球表面",力克 +
            潮溼地表(懶得收帳篷才是事實).. +
            今年的"美樹"楓紅狀況很優,我們去的上一周 +
            更是最大值,看到FB有朋友分享..美的驚豔! +

            史蒂文的家_藍天 於 2014/01/01 20:25 回覆

            +
          • +
          +
            + +
          • + 黑傑克 +
          • +
          • +

            + 在藍天大的掌鏡下,美樹果然是仙境呀~
          • +
          • + 黑傑克晚安:
            拍謝!出門五天才剛剛入門,外出使用平板電腦 +
            實在很不方便中文輸入跟回應.... +
            您客氣了,我們只是很一般的而已,看了您的 +
            瑞士之行...才是仙境,會流口水哦! +

            史蒂文的家_藍天 於 2014/01/01 20:17 回覆

            +
          • +
          +
            +
          • + 悄悄話
          • +
          +
            + +
          • + 飛兒 +
          • +
          • +

            + 那年 我不是才不約而同到美樹賞楓
            好快 又過了一年
            山嵐在遠方飄移 讓秋楓更有意境
            美樹的楓香 不管怎麼拍都很美
            石磊部落 我在原民台看過介紹
            是一個以種植有機蔬果為主的部落 +
            也是一個很美的地方 我還沒去過
            期待藍天大哥的分享
          • +
          • + 飛兒晚安:
            說的也是,那年真的是不約而同, +
            只差沒真的碰面而已..如今又已 +
            倏逾兩年了... +
            回程走"石磊道路"再轉回北橫巴崚, +
            切回三峽回台北,路況好遠喲... +

            史蒂文的家_藍天 於 2014/01/02 23:36 回覆

            +
          • +
          +
            + +
          • + 王昆 +
          • +
          • +

            + 欣賞好圖文唷~
            安安~工作愉快~~順心~
          • +
          • + 謝謝賞圖!
            祝福~順遂 +

            史蒂文的家_藍天 於 2014/01/13 23:05 回覆

            +
          • +
          +
            + +
          • + 大小姐 +
          • +
          • +

            + 真是讓人羨慕的生活喔
          • +
          • + 大小姐 晚安:
            露營是另外一種戶外生活,您的餐飲美食生活 +
            也是不遑多讓ㄜ... +

            史蒂文的家_藍天 於 2014/01/02 23:30 回覆

            +
          • +
          +
            + +
          • + 王昆 +
          • +
          • +

            + 賞圖文唷~美唷!! 善知識晚安安
            +
            祝您馬年行大運馬上賺大錢唷~ +
            +
          • +
          • + 也祝您 新春愉快,新的一年心想事成,萬事如意 +

            史蒂文的家_藍天 於 2014/01/02 23:59 回覆

            +
          • +
          +
            + +
          • + 光頭 +
          • +
          • +

            + 楓樹 落葉~這地方太美~拍照真美
          • +
          • + 光頭 晚安:
            這格地點的楓香泛紅之際是最美的時刻, +
            人在現場看更是會感動的地方... +

            史蒂文的家_藍天 於 2014/01/02 23:32 回覆

            +
          • +
          +
            +
          • + 悄悄話
          • +
          +
            + +
          • + Sheila Teng +
          • +
          • +

            + 台灣能找到這麼厚實的楓葉地毯...不容易呀!!
            此時若想低拍就會羨慕起那些螢幕可翻轉的相機了~ +
            +
            控溪吊橋那邊我拍過, 風景真的很棒!
            美樹名字取得簡單乾脆... +
            這個地方記下來了, 不必去石門水庫人擠人
            這裡的楓葉更有看頭哩!!! +
            +
          • +
          • + Sheila晚安:
            來到秀巒軍艦岩、控溪吊橋拍秋楓的話, +
            那就得順道去"美樹"拍楓香林才不需此行, +
            一個簡單的營地卻是愛攝人士每年必訪之地, +
            攝影老師總是帶著學員來此地外拍練習, +
            要是妳來拍攝的話,必然精彩可期,"另眼看待"ㄜ! +

            史蒂文的家_藍天 於 2014/01/03 22:07 回覆

            +
          • +
          +
            + +
          • + 阿麗瑪 +
          • +
          • +

            + 先來說個老梗~落花並非無情物,化作春泥更護花!♥
            落葉鋪成的地毯真的感覺粉溫馨吼? +
            哦~你們南來北往大會師噢? +
            美樹營地好美呢!偶們一心一意直奔司馬庫斯所以沒有近來賞景... +
            伙食好讚噢!偶們四餐有兩餐試吃泡麵,早餐是吃隔夜飯泡水的硬硬不濃稠稀飯...☹ +
            恭喜你們收穫滿行曩♣★ +
            噢對!還有怎麼睡車上呢?露營車嗎?偶們去年元旦去國境之南找不到旅館也是當了車床族~睡車上...好累!︿_*
          • +
          • + 阿麗瑪晚安:
            這個季節的楓香林剛好泛紅,剛好連日來雨勢不斷變成 +
            落葉成塚,否則滿滿色彩的楓樹是最美的! 阿蒯之家特地
            從南部北上一起同露,蒯嫂手藝很棒我們才有口福哩! +
            我們是休旅車,經由專門店家改裝成"活動式車床",拆卸快速 +
            只需要五分鐘就可以搞定,長度180公分(含海棉墊)這樣睡眠 +
            才有品質,一覺到天亮甚至會睡過頭... +

            史蒂文的家_藍天 於 2014/01/03 23:11 回覆

            +
          • +
          + +
            +
          • + 悄悄話
          • +
          +
            + +
          • + lily +
          • +
          • +

            + 第一張相片的貓頭鷹實在是太吸睛了~~
            這裡賞楓露營真是好地方 +
            出去露營能吃到如此豐盛 +
            真是超級羨慕ㄋ
          • +
          • + Lily 晚安:
            美樹營地招牌上分別佈置了幾隻貓頭鷹, +
            顏色鮮豔也很可愛,也成為愛攝人士的鏡頭 +
            追逐焦點,有機會可以去看一看! +

            史蒂文的家_藍天 於 2014/01/09 21:10 回覆

            +
          • +
          +
            + +
          • + tinned +
          • +
          • +

            + 北七強的由來ㄚ
            就很簡單ㄚ 畫圖的時候很單純 很少去想最後的結果
            +
            北七 還挺不錯的ㄚ 可能是指ㄧ個心境問題喔
          • +
          • + 簍信,有緣認識你們這些朋友真是幸運了!
            "北七" 的取名太有意思了~~
            (拍謝, 今早上才見到有漏回覆的,金害ㄟ) +

            史蒂文的家_藍天 於 2014/02/10 10:22 回覆

            +
          • +
          + +
            + +
          • + 訪客
          • +
          • +

            + 真的拍得好棒好溫馨~~
          • +
          • + 謝謝賞圖/文! +

            史蒂文的家_藍天 於 2015/11/30 17:40 回覆

            +
          • +
          +
            + +
          • + qiqichoi +
          • +
          • +

            + 真是太美了
          • +
          • + 謝謝你的喜歡~
            +

            史蒂文的家_藍天 於 2016/07/05 19:26 回覆

            +
          • +
          + +
            + +
          • + 米可 +
          • +
          • +

            + 這太美了!好喜歡,我從沒看過,希望有一天可以去看看走一趟!
          • +
          • + 這裡是新竹縣秀巒鄉很著名的攝影景點,
            如果不是露營的話也可以趁著早上開放時間拍照, +
            付入園會即可入內盡情拍照... +
            PS:每年楓紅時間"大約"是12月中...左右, +
            實際還得視當地氣溫而定 +

            史蒂文的家_藍天 於 2016/08/02 10:37 回覆

            +
          • +
          + + +
            + +
          • + Quby +
          • +
          • +

            + 再過不久又進入秋天了
            楓葉照令人很期待呢 +
            而且到時候的天氣適合露營 +
            不會很濕熱也不會太冷
          • +
          • + 入秋之後寒流來襲就容易讓秋楓變色,
            秋高氣爽野正是露營的好時節 +

            史蒂文的家_藍天 於 2016/09/08 18:37 回覆

            +
          • +
          +
            + +
          • + 面面 +
          • +
          • +

            + 拍的照片真的好美 謝謝
          • +
          • + 謝謝妳的喜歡~ +

            史蒂文的家_藍天 於 2016/09/13 18:13 回覆

            +
          • +
          +
            + +
          • + 木博士 +
          • +
          • +

            + 很美~美術營是帶小朋友去玩的好地方!!
          • +
          • + 美樹營地有奇迷人之處,春夏秋冬各有其特色,
            小朋友玩耍也很安全的! +

            史蒂文的家_藍天 於 2016/09/23 09:38 回覆

            +
          • +
          +
            + +
          • + tw27003265 +
          • +
          • +

            + 秋之景好美呢
          • +
          • + 新竹秀巒一帶的熱門楓紅景點之一 +

            史蒂文的家_藍天 於 2016/10/04 09:47 回覆

            +
          • +
          + +
            + +
          • + Jenny10113 +
          • +
          • +

            + 好夢幻喔!!!!!
          • +
          • + 很美的楓香營地,楓紅時節也是熱門的拍照景點 +

            史蒂文的家_藍天 於 2016/10/04 09:46 回覆

            +
          • +
          +
            + +
          • + GE台北車庫-小壕 +
          • +
          • +

            + 好適合約會的地方~
          • +
          • + 小而美的營地,一年四季的楓箱各有特色,
            適合各式各樣的聚會ㄜ +

            史蒂文的家_藍天 於 2016/10/04 09:45 回覆

            +
          • +
          +
            + +
          • + 廣州十大旅遊景點
          • +
          • +

            + 這篇寫的很好
            歡迎回訪喔
          • +
          • + 謝謝你!
            +
            +

            史蒂文的家_藍天 於 2016/10/12 14:25 回覆

            +
          • +
          +
            + +
          • + tw27003265 +
          • +
          • +

            + 又是看秋景的季節
          • +
          + +
            + +
          • + 蔡敏嫻 +
          • +
          • +

            + 真是個美麗的好地方,感謝分享~
          • +
          • + 謝謝賞圖文! +

            史蒂文的家_藍天 於 2017/01/19 21:05 回覆

            +
          • +
          +
          + +
          + +
          + +
          +
          + +
          + +
          +
          +

          您尚未登入,將以訪客身份留言。亦可登入留言

          + +
          + +
          +
          +
          登入可留悄悄話
          +
          +
          + + + +
          +
          其他選項
          + +
          + + +
          + +
          + +
          + +
          + + +
          +
          + +
          + + + + +
          + +
          + + + +
          + + + +
          + +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          + +
          +
          +
          +
          +
          + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected-metadata.json new file mode 100644 index 0000000..b026cb4 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.", + "Image": null, + "Title": "Remove aria-hidden elements test", + "SiteName": null +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected.html b/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected.html new file mode 100644 index 0000000..8d2152d --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/expected.html @@ -0,0 +1,7 @@ +
          +

          Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua.

          +

          Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/source.html b/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/source.html new file mode 100644 index 0000000..1c558e6 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/remove-aria-hidden/source.html @@ -0,0 +1,19 @@ + + + + + Remove aria-hidden elements test + + +
          +

          Lorem

          +
          +

          Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua.

          +

          Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

          +
          +
          + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-metadata.json new file mode 100644 index 0000000..9a7e3d1 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.", + "Image": null, + "Title": "Remove trailing brs test", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected.html b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected.html new file mode 100644 index 0000000..e064a49 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected.html @@ -0,0 +1,16 @@ +
          +

          Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua.

          +

          Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

          Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

          +
          +

          Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

          +

          Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/source.html b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/source.html new file mode 100644 index 0000000..ac6ffc7 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/source.html @@ -0,0 +1,32 @@ + + + + + Remove trailing brs test + + +
          +

          Lorem

          +
          +
          +

          Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua.

          +

          Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.


          +

          Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

          +
          +

          Foo

          +
          +

          Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

          +

          Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

          +
          +
          + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-metadata.json new file mode 100644 index 0000000..2e6f722 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.", + "Image": null, + "Title": "Replace font tags test", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected.html b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected.html new file mode 100644 index 0000000..a7c6318 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected.html @@ -0,0 +1,23 @@ +
          +

          Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua.

          + +

          Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

          + + +

          Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

          + +
          +

          Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

          + +

          Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

          + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/source.html b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/source.html new file mode 100644 index 0000000..339d84b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/source.html @@ -0,0 +1,41 @@ + + + + + Replace font tags test + + +
          +

          Lorem

          +
          +

          Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua.

          +

          +

          Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

          +

          +

          +

          Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

          +

          +
          +

          Foo

          +
          +

          Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

          +

          +

          +

          Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

          +

          + + +

          +
          +
          + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-metadata.json new file mode 100644 index 0000000..13cd351 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua.", + "Image": null, + "Title": "Remove script tags test", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected.html b/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected.html new file mode 100644 index 0000000..769cc06 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected.html @@ -0,0 +1,19 @@ +
          +

          Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua.

          +

          Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

          +

          Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

          +
          +

          Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

          +

          Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. + + Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/source.html b/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/source.html new file mode 100644 index 0000000..cacb3df --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/source.html @@ -0,0 +1,43 @@ + + + + + Remove script tags test + + + +
          +

          Lorem

          +
          +

          Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua.

          +

          Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

          + +

          Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

          +
          + +

          Foo

          +
          +

          Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.

          + +

          Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. + + Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

          +
          +
          + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json new file mode 100644 index 0000000..4878f5d --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Regarding item# 11111, under sufficiently extreme conditions, quarks may\n become deconfined and exist as free particles. In the course of asymptotic\n freedom, the strong interaction becomes weaker at higher temperatures.\n Eventually, color confinement would be lost and an extremely hot plasma\n of freely moving quarks and gluons would be formed. This theoretical phase\n of matter is called quark-gluon plasma.[81] The exact conditions needed\n to give rise to this state are unknown and have been the subject of a great\n deal of speculation and experimentation.", + "Image": null, + "Title": null, + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected.html b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected.html new file mode 100644 index 0000000..500f687 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected.html @@ -0,0 +1,28 @@ +
          + +

          Regarding item# 11111, under sufficiently extreme conditions, quarks may + become deconfined and exist as free particles. In the course of asymptotic + freedom, the strong interaction becomes weaker at higher temperatures. + Eventually, color confinement would be lost and an extremely hot plasma + of freely moving quarks and gluons would be formed. This theoretical phase + of matter is called quark-gluon plasma.[81] The exact conditions needed + to give rise to this state are unknown and have been the subject of a great + deal of speculation and experimentation.

          +

          Regarding item# 22222, under sufficiently extreme conditions, quarks may + become deconfined and exist as free particles. In the course of asymptotic + freedom, the strong interaction becomes weaker at higher temperatures. + Eventually, color confinement would be lost and an extremely hot plasma + of freely moving quarks and gluons would be formed. This theoretical phase + of matter is called quark-gluon plasma.[81] The exact conditions needed + to give rise to this state are unknown and have been the subject of a great + deal of speculation and experimentation.

          +

          Regarding item# 33333, under sufficiently extreme conditions, quarks may + become deconfined and exist as free particles. In the course of asymptotic + freedom, the strong interaction becomes weaker at higher temperatures. + Eventually, color confinement would be lost and an extremely hot plasma + of freely moving quarks and gluons would be formed. This theoretical phase + of matter is called quark-gluon plasma.[81] The exact conditions needed + to give rise to this state are unknown and have been the subject of a great + deal of speculation and experimentation.

          +
          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/source.html b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/source.html new file mode 100644 index 0000000..d081a94 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/source.html @@ -0,0 +1,34 @@ + + + + + +
          +

          Regarding item# 11111, under sufficiently extreme conditions, quarks may + become deconfined and exist as free particles. In the course of asymptotic + freedom, the strong interaction becomes weaker at higher temperatures. + Eventually, color confinement would be lost and an extremely hot plasma + of freely moving quarks and gluons would be formed. This theoretical phase + of matter is called quark-gluon plasma.[81] The exact conditions needed + to give rise to this state are unknown and have been the subject of a great + deal of speculation and experimentation.

          +

          Regarding item# 22222, under sufficiently extreme conditions, quarks may + become deconfined and exist as free particles. In the course of asymptotic + freedom, the strong interaction becomes weaker at higher temperatures. + Eventually, color confinement would be lost and an extremely hot plasma + of freely moving quarks and gluons would be formed. This theoretical phase + of matter is called quark-gluon plasma.[81] The exact conditions needed + to give rise to this state are unknown and have been the subject of a great + deal of speculation and experimentation.

          +

          Regarding item# 33333, under sufficiently extreme conditions, quarks may + become deconfined and exist as free particles. In the course of asymptotic + freedom, the strong interaction becomes weaker at higher temperatures. + Eventually, color confinement would be lost and an extremely hot plasma + of freely moving quarks and gluons would be formed. This theoretical phase + of matter is called quark-gluon plasma.[81] The exact conditions needed + to give rise to this state are unknown and have been the subject of a great + deal of speculation and experimentation.

          +
          + + + \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-metadata.json new file mode 100644 index 0000000..2f31b06 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsumdolor sit", + "Image": null, + "Title": "Replace brs test", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected.html b/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected.html new file mode 100644 index 0000000..778fdc0 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected.html @@ -0,0 +1,14 @@ +

          + Lorem ipsum
          dolor sit

          amet, consectetur adipisicing elit, sed do eiusmod
          + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
          + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo

          + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
          + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
          + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          + Tempor

          incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
          + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
          + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse

          + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
          + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/replace-brs/source.html b/vendor/fivefilters/readability.php/test/test-pages/replace-brs/source.html new file mode 100644 index 0000000..2283d65 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/replace-brs/source.html @@ -0,0 +1,28 @@ + + + + + Replace brs test + + +
          +

          Lorem

          +
          + Lorem ipsum
          dolor sit


          amet, consectetur adipisicing elit, sed do eiusmod
          + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
          + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo

          + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
          + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
          + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
          +

          Foo

          +
          + Tempor

          incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
          + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
          + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse

          + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
          + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
          +
          + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-metadata.json new file mode 100644 index 0000000..18f46dd --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.", + "Image": null, + "Title": "Replace font tags test", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected.html b/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected.html new file mode 100644 index 0000000..cb19cbf --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected.html @@ -0,0 +1,18 @@ +
          +

          Lorem

          +

          Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +

          Foo

          +

          + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/source.html b/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/source.html new file mode 100644 index 0000000..d47851d --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/source.html @@ -0,0 +1,28 @@ + + + + + Replace font tags test + + +
          +

          Lorem

          +
          + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
          +

          Foo

          +
          + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
          +
          + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-metadata.json new file mode 100644 index 0000000..f9613b2 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": "rtl", + "Excerpt": "Lorem ipsum dolor sit amet.", + "Image": null, + "Title": "RTL Test", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected.html new file mode 100644 index 0000000..9c611c9 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected.html @@ -0,0 +1,14 @@ +
          +
          +

          Lorem

          +

          + Lorem ipsum dolor sit amet. +

          +

          + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +

          + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +
          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/rtl-1/source.html new file mode 100644 index 0000000..597c427 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-1/source.html @@ -0,0 +1,26 @@ + + + + + + RTL Test + + + +
          +
          +

          Lorem

          +

          + Lorem ipsum dolor sit amet. +

          +

          + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +

          + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +
          +
          + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-metadata.json new file mode 100644 index 0000000..f9613b2 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": "rtl", + "Excerpt": "Lorem ipsum dolor sit amet.", + "Image": null, + "Title": "RTL Test", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected.html new file mode 100644 index 0000000..9c611c9 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected.html @@ -0,0 +1,14 @@ +
          +
          +

          Lorem

          +

          + Lorem ipsum dolor sit amet. +

          +

          + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +

          + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +
          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/rtl-2/source.html new file mode 100644 index 0000000..c888309 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-2/source.html @@ -0,0 +1,26 @@ + + + + + + RTL Test + + + +
          +
          +

          Lorem

          +

          + Lorem ipsum dolor sit amet. +

          +

          + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +

          + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +
          +
          + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-metadata.json new file mode 100644 index 0000000..f9613b2 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": "rtl", + "Excerpt": "Lorem ipsum dolor sit amet.", + "Image": null, + "Title": "RTL Test", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected.html b/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected.html new file mode 100644 index 0000000..7892601 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected.html @@ -0,0 +1,14 @@ +
          +
          +

          Lorem

          +

          + Lorem ipsum dolor sit amet. +

          +

          + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +

          + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +
          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-3/source.html b/vendor/fivefilters/readability.php/test/test-pages/rtl-3/source.html new file mode 100644 index 0000000..ac68451 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-3/source.html @@ -0,0 +1,26 @@ + + + + + + RTL Test + + + +
          +
          +

          Lorem

          +

          + Lorem ipsum dolor sit amet. +

          +

          + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +

          + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +
          +
          + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-metadata.json new file mode 100644 index 0000000..c8358d5 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet.", + "Image": null, + "Title": "RTL Test", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected.html b/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected.html new file mode 100644 index 0000000..0d55d33 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected.html @@ -0,0 +1,14 @@ +
          +
          +

          Lorem

          +

          + Lorem ipsum dolor sit amet. +

          +

          + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +

          + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +
          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/rtl-4/source.html b/vendor/fivefilters/readability.php/test/test-pages/rtl-4/source.html new file mode 100644 index 0000000..677bca9 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/rtl-4/source.html @@ -0,0 +1,26 @@ + + + + + + RTL Test + + + +
          +
          +

          Lorem

          +

          + Lorem ipsum dolor sit amet. +

          +

          + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +

          + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

          +
          +
          + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-images.json new file mode 100644 index 0000000..f2c796a --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/media.salon.com\/2014\/12\/uber_rand_paul.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-metadata.json new file mode 100644 index 0000000..63cf935 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Joanna Rothkopf", + "Direction": null, + "Excerpt": "Disruptive companies talk a good game about sharing. Uber's really just an under-regulated company making riches", + "Image": "http:\/\/media.salon.com\/2014\/12\/uber_rand_paul.jpg", + "Title": "The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected.html new file mode 100644 index 0000000..4df6b42 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected.html @@ -0,0 +1,206 @@ +

          Horror stories about the increasingly unpopular taxi service Uber have + been commonplace in recent months, but there is still much to be learned + from its handling of the recent hostage drama in downtown Sydney, Australia. + We’re told that we reveal our true character in moments of crisis, and + apparently that’s as true for companies as it is for individuals.

          A number of experts have challenged the idea that the horrific explosion + of violence in a Sydney café was “terrorism,” since the attacker was mentally + unbalanced and acted alone. But, terror or not, the ordeal was certainly + terrifying. Amid the chaos and uncertainty, the city believed itself to + be under a coordinated and deadly attack.

          Uber had an interesting, if predictable, response to the panic and mayhem: + It raised prices. A lot.

          In case you missed the story, the facts are these: Someone named Man Haron + Monis, who was considered mentally unstable and had been investigated for + murdering his ex-wife, seized hostages in a café that was located in Sydney’s + Central Business District or “CBD.” In the process he put up an Islamic + flag – “igniting,” as Reuters reported, + “fears of a jihadist attack in the heart of the country’s biggest city.”

          In the midst of the fear, Uber stepped in and tweeted this announcement:  + “We are all concerned with events in CBD. Fares have increased to encourage + more drivers to come online & pick up passengers in the area.” +

          As Mashable reports, + the company announced that it would charge a minimum of $100 Australian + to take passengers from the area immediately surrounding the ongoing crisis, + and prices increased by as much as four times the standard amount. A firestorm + of criticism quickly erupted – “@Uber_Sydney stop + being assholes,” one Twitter response began – and Uber soon found itself + offering free rides out of the troubled area instead.

          That opener suggests that Uber, as part of a community under siege, is + preparing to respond in a civic manner. +

          “… Fares have increased to encourage more drivers to come online & pick up passengers in the area.” +

          +

          But, despite the expression of shared concern, there is no sense of civitas to + be found in the statement that follows. There is only a transaction, executed + at what the corporation believes to be market value. Lesson #1 about Uber + is, therefore, that in its view there is no heroism, only self-interest. + This is Ayn Rand’s brutal, irrational and primitive philosophy in its purest + form: altruism is evil, and self-interest is the only true heroism. +

          +

          There was once a time when we might have read of “hero cabdrivers” or + “hero bus drivers” placing themselves in harm’s way to rescue their fellow + citizens. For its part, Uber might have suggested that it would use its + network of drivers and its scheduling software to recruit volunteer drivers + for a rescue mission. +

          +

          Instead, we are told that Uber’s pricing surge was its expression + of concern. Uber’s way to address a human crisis is apparently by letting + the market govern human behavior, as if there were (in libertarian economist + Tyler Cowen’s phrase) “markets in everything” – including the lives of + a city’s beleaguered citizens (and its Uber drivers). +

          +

          Where would this kind of market-driven practice leave poor or middle-income + citizens in a time of crisis? If they can’t afford the “surged” price, + apparently it would leave them squarely in the line of fire. And come to + think of it, why would Uber drivers value their lives so cheaply, unless + they’re underpaid? +

          +

          One of the lessons of Sydney is this: Uber’s philosophy, whether consciously + expressed or not, is that life belongs to the highest bidder – and therefore, + by implication, the highest bidder’s life has the greatest value. Society, + on the other hand, may choose to believe that every life has equal value + – or that lifesaving services should be available at affordable prices. +

          +

          If nothing else, the Sydney experience should prove once and for all that + there is no such thing as “the sharing economy.” Uber is a taxi company, + albeit an under-regulated one, and nothing more. It’s certainly not a “ride + sharing” service, where someone who happens to be going in the same direction + is willing to take along an extra passenger and split gas costs. A ride-sharing + service wouldn’t find itself “increasing fares to encourage more drivers” + to come into Sydney’s terrorized Central Business District. +

          +

          A “sharing economy,” by definition, is lateral in structure. It is a peer-to-peer + economy. But Uber, as its name suggests, is hierarchical in structure. + It monitors and controls its drivers, demanding that they purchase services + from it while guiding their movements and determining their level of earnings. + And its pricing mechanisms impose unpredictable costs on its customers, + extracting greater amounts whenever the data suggests customers can be + compelled to pay them. +

          +

          This is a top-down economy, not a “shared” one. +

          +

          A number of Uber’s fans and supporters defended the company on the grounds + that its “surge prices,” including those seen during the Sydney crisis, + are determined by an algorithm. But an algorithm can be an ideological + statement, and is always a cultural artifact. As human creations, algorithms + reflect their creators. +

          +

          Uber’s tweet during the Sydney crisis made it sound as if human intervention, + rather than algorithmic processes, caused prices to soar that day. But + it doesn’t really matter if that surge was manually or algorithmically + driven. Either way the prices were Uber’s doing – and its moral choice. +

          +

          Uber has been strenuously defending its surge pricing in the wake of accusations + (apparently justified) + that the company enjoyed windfall profits during Hurricane Sandy. It has + now promised the state of New York that it will cap its surge prices (at + three times the highest rate on two non-emergency days). But if Uber has + its way, it will soon enjoy a monopolistic stranglehold on car service + rates in most major markets. And it has demonstrated its willingness to + ignore rules and regulations. That means predictable and affordable + taxi fares could become a thing of the past. +

          +

          In practice, surge pricing could become a new, privatized form of taxation + on middle-class taxi customers. +

          +

          Even without surge pricing, Uber and its supporters are hiding its full + costs. When middle-class workers are underpaid or deprived of benefits + and full working rights, as Uber’s reportedly are, + the entire middle-class economy suffers. Overall wages and benefits are + suppressed for the majority, while the wealthy few are made even richer. + The invisible costs of ventures like Uber are extracted over time, far + surpassing whatever short-term savings they may occasionally offer. +

          +

          Like Walmart, Uber underpays its employees – many of its drivers are employees, + in everything but name – and then drains the social safety net to make + up the difference. While Uber preaches libertarianism, it practices a form + of corporate welfare. It’s reportedly celebrating Obamacare, + for example, since the Affordable Care Act allows it to avoid providing + health insurance to its workforce. But the ACA’s subsidies, together with + Uber’s often woefully insufficient wages, mean that the rest of us are + paying its tab instead. And the lack of income security among Uber’s drivers + creates another social cost for Americans – in lost tax revenue, and possibly + in increased use of social services. +

          +

          The company’s war on regulation will also carry a social price. Uber and + its supporters don’t seem to understand that regulations exist + for a reason. It’s true that nobody likes excessive bureaucracy, but not + all regulations are excessive or onerous. And when they are, it’s a flaw + in execution rather than principle. +

          +

          Regulations were created because they serve a social purpose, ensuring + the free and fair exchange of services and resources among all segments + of society. Some services, such as transportation, are of such importance + that the public has a vested interest in ensuring they will be readily + available at reasonably affordable prices. That’s not unreasonable for + taxi services, especially given the fact that they profit from publicly + maintained roads and bridges. +

          +

          Uber has presented itself as a modernized, efficient alternative to government + oversight. But it’s an evasion of regulation, not its replacement. As + Alexis Madrigalreports, Uber has deliberately ignored city regulators + and used customer demand to force its model of inadequate self-governance + (my conclusion, not his) onto one city after another. +

          +

          Uber presented itself as a refreshing alternative to the over-bureaucratized + world of urban transportation. But that’s a false choice. We can streamline + sclerotic city regulators, upgrade taxi fleets and even provide users with + fancy apps that make it easier to call a cab. The company’s binary presentation + – us, or City Hall – frames the debate in artificial terms. +

          +

          Uber claims that its driver rating system is a more efficient way to monitor + drivers, but that’s an entirely unproven assumption. While taxi drivers + have been known to misbehave, the worldwide litany of complaints against + Uber drivers – for everything from dirty cars and spider bites to + assault with a hammer, fondling and + rape– suggest that Uber’s system may not work as well as old-fashioned + regulation. It’s certainly not noticeably superior. +

          +

          In fact, prosecutors in San Francisco and Los Angeles say + Uber has been lying to its customers about the level and quality of its + background checks. The company now promises it will do a better job at + screening drivers. But it won’t tell us what + measures its taking to improve its safety record, and it’s fighting the kind of driver scrutiny that + taxicab companies have been required to enforce for many decades. +

          +

          Many reports suggest that beleaguered drivers don’t feel much better about + the company than victimized passengers do. They tell horror stories about + the company’s hiring and management practices. Uber unilaterally slashes drivers’ rates, + while claiming they don’t need to unionize. (The Teamsters disagree.) +

          +

          The company also pushes sketchy, substandard loans onto + its drivers – but hey, what could go wrong? +

          +

          Uber has many libertarian defenders. And yet, it deceives the press and + threatens to spy on journalists, lies to its own employees, + keeps its practices a secret and routinely invades the privacy of civilians + – sometimes merely for entertainment. (It has a tool, with the Orwellian + name the “God View,” + that it can use for monitoring customers’ personal movements.) +

          +

          Aren’t those the kinds of things libertarians say they hate about government? +

          +

          This isn’t a “gotcha” exercise. It matters. Uber is the poster child for + the pro-privatization, anti-regulatory ideology that ascribes magical powers + to technology and the private sector. It is deeply a political entity, + from its Nietzschean name to its recent hiring of White House veteran David + Plouffe. Uber is built around a relatively simple app (which relies on + government-created technology), but it’s not really a tech company. Above + all else Uber is an ideological campaign, a neoliberal project whose real + products are deregulation and the dismantling of the social contract. +

          +

          Or maybe, as that tweeter in Sydney suggested, they’re just assholes. +

          +

          Either way, it’s important that Uber’s worldview and business practices + not be allowed to “disrupt” our economy or our social fabric. People who + work hard deserve to make a decent living. Society at large deserves access + to safe and affordable transportation. And government, as the collective + expression of a democratic society, has a role to play in protecting its + citizens. +

          +

          And then there’s the matter of our collective psyche. In her book “A Paradise + Built in Hell: The Extraordinary Communities that Arise in Disaster,” Rebecca + Solnit wrote of the purpose, meaning and deep satisfaction people find + when they pull together to help one another in the face of adversity.  + But in the world Uber seeks to create, those surges of the spirit would + be replaced by surge pricing. +

          +

          You don’t need a “God view” to see what happens next. When heroism is + reduced to a transaction, the soul of a society is sold cheap. +

          +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/salon-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/salon-1/source.html new file mode 100644 index 0000000..3bfa3fe --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/salon-1/source.html @@ -0,0 +1,2513 @@ + + + + + The sharing economy is a lie: Uber, Ayn Rand and the truth about tech + and libertarians - Salon.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +
          +
          +
          +
          +
          +
          +
          + +
          +
          + +
          +
          + +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          + The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians

          + +

          + Disruptive companies talk a good game about sharing. Uber's really just an under-regulated company making riches

          + + +
          + +
          +

          Topics: uber, + libertarians, Sydney, + Editor's Picks, sharing economy, + +

          +
          The sharing economy is a lie: Uber, Ayn Rand and the truth about tech and libertarians + Ayn Rand, Rand Paul (Credit: AP/Manuel Balce Ceneta/Photo montage by Salon) +
          +
          +

          Horror stories about the increasingly unpopular taxi service Uber have + been commonplace in recent months, but there is still much to be learned + from its handling of the recent hostage drama in downtown Sydney, Australia. + We’re told that we reveal our true character in moments of crisis, and + apparently that’s as true for companies as it is for individuals.

          +
          +
          +

          A number of experts have challenged the idea that the horrific explosion + of violence in a Sydney café was “terrorism,” since the attacker was mentally + unbalanced and acted alone. But, terror or not, the ordeal was certainly + terrifying. Amid the chaos and uncertainty, the city believed itself to + be under a coordinated and deadly attack.

          +

          Uber had an interesting, if predictable, response to the panic and mayhem: + It raised prices. A lot.

          +

          In case you missed the story, the facts are these: Someone named Man Haron + Monis, who was considered mentally unstable and had been investigated for + murdering his ex-wife, seized hostages in a café that was located in Sydney’s + Central Business District or “CBD.” In the process he put up an Islamic + flag – “igniting,” as Reuters reported, + “fears of a jihadist attack in the heart of the country’s biggest city.”

          +

          In the midst of the fear, Uber stepped in and tweeted this announcement:  + “We are all concerned with events in CBD. Fares have increased to encourage + more drivers to come online & pick up passengers in the area.” +

          +

          As Mashable reports, + the company announced that it would charge a minimum of $100 Australian + to take passengers from the area immediately surrounding the ongoing crisis, + and prices increased by as much as four times the standard amount. A firestorm + of criticism quickly erupted – “@Uber_Sydney stop + being assholes,” one Twitter response began – and Uber soon found itself + offering free rides out of the troubled area instead.

          +

          What can we learn from this incident? Let’s start by parsing that tweet:

          +

          “We are all concerned with events in CBD …” +

          +

          That opener suggests that Uber, as part of a community under siege, is + preparing to respond in a civic manner. +

          +

          “… Fares have increased to encourage more drivers to come online & pick up passengers in the area.” +

          +
          +
          +
          +
          +
          +

          But, despite the expression of shared concern, there is no sense of civitas to + be found in the statement that follows. There is only a transaction, executed + at what the corporation believes to be market value. Lesson #1 about Uber + is, therefore, that in its view there is no heroism, only self-interest. + This is Ayn Rand’s brutal, irrational and primitive philosophy in its purest + form: altruism is evil, and self-interest is the only true heroism. +

          +

          There was once a time when we might have read of “hero cabdrivers” or + “hero bus drivers” placing themselves in harm’s way to rescue their fellow + citizens. For its part, Uber might have suggested that it would use its + network of drivers and its scheduling software to recruit volunteer drivers + for a rescue mission. +

          +

          Instead, we are told that Uber’s pricing surge was its expression + of concern. Uber’s way to address a human crisis is apparently by letting + the market govern human behavior, as if there were (in libertarian economist + Tyler Cowen’s phrase) “markets in everything” – including the lives of + a city’s beleaguered citizens (and its Uber drivers). +

          +

          Where would this kind of market-driven practice leave poor or middle-income + citizens in a time of crisis? If they can’t afford the “surged” price, + apparently it would leave them squarely in the line of fire. And come to + think of it, why would Uber drivers value their lives so cheaply, unless + they’re underpaid? +

          +

          One of the lessons of Sydney is this: Uber’s philosophy, whether consciously + expressed or not, is that life belongs to the highest bidder – and therefore, + by implication, the highest bidder’s life has the greatest value. Society, + on the other hand, may choose to believe that every life has equal value + – or that lifesaving services should be available at affordable prices. +

          +

          If nothing else, the Sydney experience should prove once and for all that + there is no such thing as “the sharing economy.” Uber is a taxi company, + albeit an under-regulated one, and nothing more. It’s certainly not a “ride + sharing” service, where someone who happens to be going in the same direction + is willing to take along an extra passenger and split gas costs. A ride-sharing + service wouldn’t find itself “increasing fares to encourage more drivers” + to come into Sydney’s terrorized Central Business District. +

          +

          A “sharing economy,” by definition, is lateral in structure. It is a peer-to-peer + economy. But Uber, as its name suggests, is hierarchical in structure. + It monitors and controls its drivers, demanding that they purchase services + from it while guiding their movements and determining their level of earnings. + And its pricing mechanisms impose unpredictable costs on its customers, + extracting greater amounts whenever the data suggests customers can be + compelled to pay them. +

          +

          This is a top-down economy, not a “shared” one. +

          +

          A number of Uber’s fans and supporters defended the company on the grounds + that its “surge prices,” including those seen during the Sydney crisis, + are determined by an algorithm. But an algorithm can be an ideological + statement, and is always a cultural artifact. As human creations, algorithms + reflect their creators. +

          +

          Uber’s tweet during the Sydney crisis made it sound as if human intervention, + rather than algorithmic processes, caused prices to soar that day. But + it doesn’t really matter if that surge was manually or algorithmically + driven. Either way the prices were Uber’s doing – and its moral choice. +

          +

          Uber has been strenuously defending its surge pricing in the wake of accusations + (apparently justified) + that the company enjoyed windfall profits during Hurricane Sandy. It has + now promised the state of New York that it will cap its surge prices (at + three times the highest rate on two non-emergency days). But if Uber has + its way, it will soon enjoy a monopolistic stranglehold on car service + rates in most major markets. And it has demonstrated its willingness to + ignore rules and regulations. That means predictable and affordable + taxi fares could become a thing of the past. +

          +

          In practice, surge pricing could become a new, privatized form of taxation + on middle-class taxi customers. +

          +

          Even without surge pricing, Uber and its supporters are hiding its full + costs. When middle-class workers are underpaid or deprived of benefits + and full working rights, as Uber’s reportedly are, + the entire middle-class economy suffers. Overall wages and benefits are + suppressed for the majority, while the wealthy few are made even richer. + The invisible costs of ventures like Uber are extracted over time, far + surpassing whatever short-term savings they may occasionally offer. +

          +

          Like Walmart, Uber underpays its employees – many of its drivers are employees, + in everything but name – and then drains the social safety net to make + up the difference. While Uber preaches libertarianism, it practices a form + of corporate welfare. It’s reportedly celebrating Obamacare, + for example, since the Affordable Care Act allows it to avoid providing + health insurance to its workforce. But the ACA’s subsidies, together with + Uber’s often woefully insufficient wages, mean that the rest of us are + paying its tab instead. And the lack of income security among Uber’s drivers + creates another social cost for Americans – in lost tax revenue, and possibly + in increased use of social services. +

          +

          The company’s war on regulation will also carry a social price. Uber and + its supporters don’t seem to understand that regulations exist + for a reason. It’s true that nobody likes excessive bureaucracy, but not + all regulations are excessive or onerous. And when they are, it’s a flaw + in execution rather than principle. +

          +

          Regulations were created because they serve a social purpose, ensuring + the free and fair exchange of services and resources among all segments + of society. Some services, such as transportation, are of such importance + that the public has a vested interest in ensuring they will be readily + available at reasonably affordable prices. That’s not unreasonable for + taxi services, especially given the fact that they profit from publicly + maintained roads and bridges. +

          +

          Uber has presented itself as a modernized, efficient alternative to government + oversight. But it’s an evasion of regulation, not its replacement. As + Alexis Madrigalreports, Uber has deliberately ignored city regulators + and used customer demand to force its model of inadequate self-governance + (my conclusion, not his) onto one city after another. +

          +

          Uber presented itself as a refreshing alternative to the over-bureaucratized + world of urban transportation. But that’s a false choice. We can streamline + sclerotic city regulators, upgrade taxi fleets and even provide users with + fancy apps that make it easier to call a cab. The company’s binary presentation + – us, or City Hall – frames the debate in artificial terms. +

          +

          Uber claims that its driver rating system is a more efficient way to monitor + drivers, but that’s an entirely unproven assumption. While taxi drivers + have been known to misbehave, the worldwide litany of complaints against + Uber drivers – for everything from dirty cars and spider bites to + assault with a hammer, fondling and + rape– suggest that Uber’s system may not work as well as old-fashioned + regulation. It’s certainly not noticeably superior. +

          +

          In fact, prosecutors in San Francisco and Los Angeles say + Uber has been lying to its customers about the level and quality of its + background checks. The company now promises it will do a better job at + screening drivers. But it won’t tell us what + measures its taking to improve its safety record, and it’s fighting the kind of driver scrutiny that + taxicab companies have been required to enforce for many decades. +

          +

          Many reports suggest that beleaguered drivers don’t feel much better about + the company than victimized passengers do. They tell horror stories about + the company’s hiring and management practices. Uber unilaterally slashes drivers’ rates, + while claiming they don’t need to unionize. (The Teamsters disagree.) +

          +

          The company also pushes sketchy, substandard loans onto + its drivers – but hey, what could go wrong? +

          +

          Uber has many libertarian defenders. And yet, it deceives the press and + threatens to spy on journalists, lies to its own employees, + keeps its practices a secret and routinely invades the privacy of civilians + – sometimes merely for entertainment. (It has a tool, with the Orwellian + name the “God View,” + that it can use for monitoring customers’ personal movements.) +

          +

          Aren’t those the kinds of things libertarians say they hate about government? +

          +

          This isn’t a “gotcha” exercise. It matters. Uber is the poster child for + the pro-privatization, anti-regulatory ideology that ascribes magical powers + to technology and the private sector. It is deeply a political entity, + from its Nietzschean name to its recent hiring of White House veteran David + Plouffe. Uber is built around a relatively simple app (which relies on + government-created technology), but it’s not really a tech company. Above + all else Uber is an ideological campaign, a neoliberal project whose real + products are deregulation and the dismantling of the social contract. +

          +

          Or maybe, as that tweeter in Sydney suggested, they’re just assholes. +

          +

          Either way, it’s important that Uber’s worldview and business practices + not be allowed to “disrupt” our economy or our social fabric. People who + work hard deserve to make a decent living. Society at large deserves access + to safe and affordable transportation. And government, as the collective + expression of a democratic society, has a role to play in protecting its + citizens. +

          +

          And then there’s the matter of our collective psyche. In her book “A Paradise + Built in Hell: The Extraordinary Communities that Arise in Disaster,” Rebecca + Solnit wrote of the purpose, meaning and deep satisfaction people find + when they pull together to help one another in the face of adversity.  + But in the world Uber seeks to create, those surges of the spirit would + be replaced by surge pricing. +

          +

          You don’t need a “God view” to see what happens next. When heroism is + reduced to a transaction, the soul of a society is sold cheap. +

          +
          + + +
          + +
          +
          + +
          + + +
          +

          More Related Stories

          + +
          +
          + + + +
          +
          +
          +

          Featured Slide Shows

          + +
          +
          +
            +
          • Share on Twitter
          • +
          • Share on Facebook
          • +
          • 1 +of 5 + +
          • +
          • Close
          • +
          • Fullscreen
          • +
          • Thumbnails
          • +
          +
            +
          • + +
            + + +
              + + +
            +
            +
            +

            “One girl can be silenced, but a nation of girls telling their stories becomes free” slideshow

            + +

            A photo contest winner

            +
            +
          • +
          • + +
            + + +
              + + +
            +
            +
            +

            “One girl can be silenced, but a nation of girls telling their stories becomes free” slideshow

            + +

            A photo contest winner

            +
            +
          • +
          • + +
            + + +
              + + +
            +
            +
            +

            “One girl can be silenced, but a nation of girls telling their stories becomes free” slideshow

            + +

            Superhero Project

            +

            “In life many people have two faces. You think you know someone, but they + are not always what they seem. You can’t always trust people. My hero would + be someone who is trustworthy, honest and always has their heart in the + right place.” Ateya Grade 9 @ Mirman Hayati School (Herat, Afghanistan)

            +
            +
          • +
          • + +
            + + +
              + + +
            +
            +
            +

            “One girl can be silenced, but a nation of girls telling their stories becomes free” slideshow

            + +

            Superhero Project

            +

            “I pray every night before I go to bed for a hero or an angel capable + of helping defenseless children and bringing them happiness. I reach up + into the sky hoping to touch a spirit who can make my wish come true.” + Fatimah Grade 9 @ Majoba Hervey (Herat, Afghanistan)

            +
            +
          • +
          • +

            Recent Slide Shows

            + + +
          • +
          +
          +
          +
          +
            +
          • + +
          • +
          • + +
          • +
          • + +
          • +
          • + +
          • +
          +
          +
          + +
          + +
          +

          Comments

          +
          + +

          Loading Comments...

          +
          +
          + +
          +
          + +
          + +
          +
          +
          +
          + +
          + + + + + + + +
          +
          + +
          + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected-images.json new file mode 100644 index 0000000..cae59d3 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected-images.json @@ -0,0 +1,4 @@ +[ + "https:\/\/static.seattletimes.com\/wp-content\/uploads\/2019\/04\/120028-1200x630.jpg", + "https:\/\/static.seattletimes.com\/wp-content\/uploads\/2019\/04\/120109-1020x680.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected-metadata.json new file mode 100644 index 0000000..7eaff99 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "April 28, 2019 at 6:01 am Updated April 29, 2019 at 3:33 pm", + "Direction": null, + "Excerpt": "The story of Whole Foods\u2019 halibut deal opens a window into Amazon\u2019s grocery strategy and draws a line from a Seattle industry with roots in the 19th century to the dominant economic force of the 21st.", + "Image": "https:\/\/static.seattletimes.com\/wp-content\/uploads\/2019\/04\/120028-1200x630.jpg", + "Title": "Alaskan halibut, caught by a century-old Seattle boat, provides a glimpse of Amazon\u2019s strategy with Whole Foods", + "SiteName": "The Seattle Times" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected.html new file mode 100644 index 0000000..27397d8 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/expected.html @@ -0,0 +1,179 @@ +
          +

          + From the deck of his 106-year-old halibut schooner, undergoing a seasonal overhaul at Fisherman’s Terminal in Seattle, skipper Wade Bassi has better insight than most into what’s happening at Amazon-owned Whole Foods Market, at least as pertains to the product he knows best. +

          +

          + While he doesn’t buy halibut much — he’s got a freezer full of it — Bassi, 43 years a fisherman, keeps an eye on how it’s handled and presented in the grocery stores and fish markets. +

          +

          + “When you look at nice halibut, I mean it is pure white,” he said. “And it is flaky-looking, and it is beautiful. It’s translucent. If you’ve got that in the fish market, people are going to buy it.” +

          +

          + A few days earlier, Whole Foods touted a rarely seen promotional price for halibut as part of its ongoing campaign to revise the grocery chain’s high-cost reputation while maintaining its image for quality and sustainability. +

          +

          + “Whole Foods is one of the better ones, to be honest with you,” Bassi said. “But you know, Whole Foods, whole paycheck. … They usually do charge way more for everything than anywhere else. Which really surprises me that they’re selling this for $16-something a pound, because they’re not making anything on it.” +

          +

          + Whole Foods’ halibut deal opens a window into Amazon’s grocery strategy as it seeks to combine the defining characteristics of each brand, leverage its juggernaut Prime membership program and take a larger share of the grocery business from competitors such as Walmart, Kroger and Costco. +

          + +

          + It also draws a long line from a major Seattle industry with roots in the 19th century to the dominant economic force of the 21st. +

          +

          + Amazon bought Whole Foods in August 2017 for $13.7 billion, its largest acquisition and an aggressive move into the grocery business. +

          +

          + The combination of the two has been steady, said Tom Forte, who follows Amazon as a managing director at the D.A. Davidson brokerage. In a few more years, he said, “You won’t recognize the original Whole Foods.” +

          +

          + Within months of the acquisition, Forte said, Whole Foods was selling cheaper cage-free eggs and organic ground beef, prices it said were a result of the deal. +

          +

          + Then came the integration of Prime, Amazon’s $119-a-year shipping and media-subscription program, which Amazon founder Jeff Bezos said last year had surpassed 100 million members. In Whole Foods, Prime operates as a hybrid of the customer-loyalty discount programs offered by most grocers — in which consumers trade details of their purchasing habits for lower prices — and a paid membership like at Costco or Sam’s Club. +

          +

          + Whole Foods stores have been festooned with yellow and blue signs pointing out Prime member benefits, one of which was fresh halibut fillets priced at $16.99 a pound, albeit only for a week earlier this month. +

          + +

          + “I was shocked to see that level,” said Tyler Besecker, president of Mercer Island-based Dana F. Besecker Company, the largest buyer of Pacific halibut. The price, which was matched at Kroger-owned QFC stores in the region last week, is “as low as I’ve ever seen.” (Besecker does not currently supply Whole Foods.) +

          +

          + Fresh halibut fillets routinely sell for $24 to $28 a pound, and often more. +

          +

          + He said there’s little if any room for a profit at the promotional price offered by Whole Foods and QFC. “They might be selling those at cost or as loss leaders just to get people into the stores,” Besecker said. +

          + +

          + In the competitive grocery business, promotions like this happen all the time. The thinking is that shoppers will be attracted by the discount on a staple or a prestige item, and then fill their carts with other groceries sold at a profit. +

          +

          + A Whole Foods spokeswoman declined to comment on pricing. The temporary halibut discount is one of more than 300 such Prime promotions Whole Foods plans in the next few months. The company also said it was lowering prices across the store, its third such announcement since the acquisition. +

          +

          + At the seafood counter in the Whole Foods store on Westlake, surrounded by Amazon headquarters buildings, a sign advertised “First of the Season Fresh Alaskan Halibut” and sported the blue Marine Stewardship Council (MSC) Certified Sustainable Seafood label. +

          + +

          + Whole Foods has been a pioneer in sustainable-seafood marketing, beginning in 1999 when it began to stock fish with the MSC label. In the mid-2000s, Pacific halibut fishermen sought the certification — a system of third-party audits that tracks seafood from catch to market — and Whole Foods was there from the beginning. +

          +

          + “They were the first ones to market the MSC halibut,” said Bob Alverson, head of the Fishing Vessel Owners Association, representing boats that catch halibut and black cod and a driver of the certification effort. “It turned into quite a marketing advantage. Whole Foods saw that early. They were focusing on sustainable, high-quality food products. They had quite a bit of foresight, I think, in that direction.” +

          +

          + The certification comes with added costs borne by the fishermen and buyers, and passed on to consumers. But it’s also an assurance “that people are watching out for the resource,” he said. +

          + +

          + As it tries to convince people it has lower prices, Whole Foods has been very careful to maintain the reputation built on products like MSC-certified halibut. +

          +
          +
          + Amazon-owned Whole Foods touted a price cut on halibut as part of an announcement recently about lower prices on hundreds of items. (Ellen M. Banner / The Seattle Times) +
          + Amazon-owned Whole Foods touted a price cut on halibut as part of an announcement recently about lower prices on hundreds of items. (Ellen M. Banner / The Seattle Times) +
          +
          +
          +

          + Whole Foods future +

          +

          + New signs in stores appeared this month, spelling out the value proposition it’s trying to strike: “New lower prices. Same high standards,” reads one, against a background image of carrots. +

          +

          + At the same time, the company claims its new prices and Prime deals have saved customers “hundreds of millions of dollars” since the Amazon acquisition. +

          + +

          + If prices are being lowered and the quality bar stays the same, something else has to give. +

          +

          + Analysts provided a few theories: +

          +

          + Amazon could be willing to accept losses or slimmer profits within Whole Foods, as it has done in other businesses, in an effort to expand its customer base. +

          +

          + “Do they take the profit from their non-retail efforts, which today is primarily cloud computing, and then reinvest those profits to take share in grocery?” Forte said. +

          + +

          + That could eventually open up an avenue to growth as the rate of expansion slows in Amazon’s broader U.S. retail sales. +

          +

          + “That’s why they need grocery to work,” Forte said. “Grocery’s a very big category.” +

          +

          + Whole Foods could also press suppliers to reduce their prices, essentially cutting their profit. +

          + +

          + “The worry with that is that it puts the squeeze on the producer upstream,” said Ananth Iyer, a professor at Purdue University whose research includes sustainability in supply chains. If producers are squeezed too much, he noted, they may start to cut corners. +

          +

          + So far, there’s no evidence this is happening in halibut, where fishery practices have been carefully managed with a goal of sustainability for nearly a century. Also, Whole Foods does not yet have the scale as a buyer to dictate prices the way a company like Costco does. +

          +

          + Forte said that even if it did have such clout, this would be a risky strategy that would undermine the very attributes of the Whole Foods brand that make it most valuable. +

          +

          + Another theory is that Amazon could apply more of its technology and expertise in logistics to create supply-chain efficiencies that would maintain its profits while benefiting producers and consumers, particularly with perishable grocery products, Iyer said. This is part of the promise of the acquisition in the first place. +

          +

          + “That’s a powerful combination,” Forte said. “The sustainable, the organic, the healthier food — all those qualities of Whole Foods, with the supply-chain technology of Amazon. It plays to the strengths of both sides.” +

          +

          + Forte said he expects Amazon to continue its aggressive moves on grocery pricing at Whole Foods. But he wonders when the price cuts will be broader, particularly as Amazon competes with the likes of Walmart and Kroger for a bigger slice of U.S. food and beverage retail sales, which totaled $726 billion in 2017. Whole Foods said it has lowered prices on hundreds of items, with an emphasis on fresh produce. +

          + +

          + Forte described his attempt after the acquisition to get the ingredients for Rice Krispies Treats at Whole Foods. It was perhaps doomed from the start: Whole Foods doesn’t carry Rice Krispies. But he found an organic brown rice puff cereal and organic marshmallows. They were “so wildly expensive that we didn’t finish the exercise. I took the kids to Walmart and bought the ingredients for a pittance,” Forte said. +

          +

          + That points to the bigger question of how Amazon plans to position Whole Foods for the long term in its expanding array of physical retail-grocery formats. It now has 11 automated Go convenience stores and is rumored to be planning a new, low-priced grocery chain of its own that may deploy the same cashierless checkout technology. +

          +

          + Meanwhile, Whole Foods is not opening any new 365 stores, a smaller, lower-priced version of the main brand highlighting the company’s private-label products. Whole Foods co-founder and CEO John Mackey said in an internal memo that the “price distinction between the two brands has become less relevant” as Whole Foods lowered its prices, Yahoo Finance reported earlier this year. +

          +

          + Amazon, too, is finding success with a growing stable of private-label brands — it had more than 100 as of last July, according to Coresight Research, double the number in 2017. One of these, Solimo, sells generic versions of everything from K-Cup coffee pods to Epsom salts to garbage bags and racked up more than $6 million in sales in January alone, according to data analysis firm 1010data. +

          +

          + Of course, there’s nothing generic about a “fresh, sustainable wild-caught halibut fillet.” +

          +

          + Back on the schooner +

          +

          + The day after Easter, Bassi and his crew — three family members and an unrelated father-and-son team — loaded up the Polaris, one of four century-old wooden schooners still chasing halibut out of Seattle. (The broader Washington-based halibut fleet numbers about 100 vessels.) Bassi’s father fished on the Polaris, which Bassi co-owns with Rolfe McCartney. Bassi’s grandfather fished halibut back when schooners carried small dories out to the fishing grounds, which made the landing of a fish that can grow to 500 pounds all the more exciting. +

          + +

          + The Polaris motored out of Fisherman’s Terminal and through the Ballard Locks to begin the three-day journey through the Inside Passage to Ketchikan, Alaska. There, they take on tons of ice and bait, herring for the black cod Bassi will target first, and later chum salmon, codfish or octopus for the halibut. +

          +

          + From a base in Kodiak, Alaska, the Polaris makes a series of trips, at sea for a week or longer at a time, to fish as far away as Attu Island at the far western edge of the Aleutian Islands chain. “It’s a big range that we fish,” Bassi said. +

          +

          + The Polaris will trail long lines of hooks, leaving them to soak for several hours before reeling them in. The fish are stunned, bled and dressed, and put on ice in the hold. It is this fishing method that contributes to the quality of the halibut and sustainability of the fishery, as it reduces by-catch — the inadvertent taking of other species. +

          +

          + They negotiate to sell the fish with four or five buyers, such as Besecker, at a price that fluctuates throughout the season. This is a peak time of year for halibut, with consumers seeking out fresh fish for Easter and Mother’s Day, Besecker said. Fishermen are typically paid between $5 and $6 a pound for halibut. +

          +

          + The Alaskan halibut fishery has its troubles — as nearly all fisheries do — but has been rationalized and managed successfully, particularly over the last quarter-century. Alverson, a commissioner on the Seattle-based International Pacific Halibut Commission, which has managed catch limits for U.S. and Canadian fishermen since 1924, described it as a stable but declining resource. +

          +

          + This year, the halibut fishery in the Northern Pacific and Bering Sea is capped at 29.4 million pounds, with most of that allocated to commercial fishing and smaller amounts reserved for recreational and tribal fishing, as well as by-catch of other commercial fisheries. +

          + +

          + Alverson summed up the journey from a wooden fishing boat in the Bering Sea to the fish counter of a grocery store owned by a company that has redefined modern buying and selling: “It’s Seattle old school meets Seattle new school with Amazon.” +

          + + +
          \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/source.html new file mode 100644 index 0000000..f9a577e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/seattletimes-1/source.html @@ -0,0 +1,1659 @@ + + + + + + + + + + + + + + + + + + + Alaskan halibut, caught by a century-old Seattle boat, provides a glimpse of Amazon’s strategy with Whole Foods | The Seattle Times + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + +
          +
          +
          +
          + +

          + Alaskan halibut, caught by a century-old Seattle boat, provides a glimpse of Amazon’s strategy with Whole Foods +

          + +
          + +
          + +
          +

          + From the deck of his 106-year-old halibut schooner, undergoing a seasonal overhaul at Fisherman’s Terminal in Seattle, skipper Wade Bassi has better insight than most into what’s happening at Amazon-owned Whole Foods Market, at least as pertains to the product he knows best. +

          +

          + While he doesn’t buy halibut much — he’s got a freezer full of it — Bassi, 43 years a fisherman, keeps an eye on how it’s handled and presented in the grocery stores and fish markets. +

          +

          + “When you look at nice halibut, I mean it is pure white,” he said. “And it is flaky-looking, and it is beautiful. It’s translucent. If you’ve got that in the fish market, people are going to buy it.” +

          +

          + A few days earlier, Whole Foods touted a rarely seen promotional price for halibut as part of its ongoing campaign to revise the grocery chain’s high-cost reputation while maintaining its image for quality and sustainability. +

          +

          + “Whole Foods is one of the better ones, to be honest with you,” Bassi said. “But you know, Whole Foods, whole paycheck. … They usually do charge way more for everything than anywhere else. Which really surprises me that they’re selling this for $16-something a pound, because they’re not making anything on it.” +

          +

          + Whole Foods’ halibut deal opens a window into Amazon’s grocery strategy as it seeks to combine the defining characteristics of each brand, leverage its juggernaut Prime membership program and take a larger share of the grocery business from competitors such as Walmart, Kroger and Costco. +

          +
          +
          + Advertising +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          + It also draws a long line from a major Seattle industry with roots in the 19th century to the dominant economic force of the 21st. +

          +

          + Amazon bought Whole Foods in August 2017 for $13.7 billion, its largest acquisition and an aggressive move into the grocery business. +

          +

          + The combination of the two has been steady, said Tom Forte, who follows Amazon as a managing director at the D.A. Davidson brokerage. In a few more years, he said, “You won’t recognize the original Whole Foods.” +

          +

          + Within months of the acquisition, Forte said, Whole Foods was selling cheaper cage-free eggs and organic ground beef, prices it said were a result of the deal. +

          +

          + Then came the integration of Prime, Amazon’s $119-a-year shipping and media-subscription program, which Amazon founder Jeff Bezos said last year had surpassed 100 million members. In Whole Foods, Prime operates as a hybrid of the customer-loyalty discount programs offered by most grocers — in which consumers trade details of their purchasing habits for lower prices — and a paid membership like at Costco or Sam’s Club. +

          +

          + Whole Foods stores have been festooned with yellow and blue signs pointing out Prime member benefits, one of which was fresh halibut fillets priced at $16.99 a pound, albeit only for a week earlier this month. +

          +
          +
          + Advertising +
          +
          +
          +
          +
          +
          +
          +

          + “I was shocked to see that level,” said Tyler Besecker, president of Mercer Island-based Dana F. Besecker Company, the largest buyer of Pacific halibut. The price, which was matched at Kroger-owned QFC stores in the region last week, is “as low as I’ve ever seen.” (Besecker does not currently supply Whole Foods.) +

          +

          + Fresh halibut fillets routinely sell for $24 to $28 a pound, and often more. +

          +

          + He said there’s little if any room for a profit at the promotional price offered by Whole Foods and QFC. “They might be selling those at cost or as loss leaders just to get people into the stores,” Besecker said. +

          +
          +

          + In the competitive grocery business, promotions like this happen all the time. The thinking is that shoppers will be attracted by the discount on a staple or a prestige item, and then fill their carts with other groceries sold at a profit. +

          +

          + A Whole Foods spokeswoman declined to comment on pricing. The temporary halibut discount is one of more than 300 such Prime promotions Whole Foods plans in the next few months. The company also said it was lowering prices across the store, its third such announcement since the acquisition. +

          +

          + At the seafood counter in the Whole Foods store on Westlake, surrounded by Amazon headquarters buildings, a sign advertised “First of the Season Fresh Alaskan Halibut” and sported the blue Marine Stewardship Council (MSC) Certified Sustainable Seafood label. +

          +
          +
          +
          +

          + Whole Foods has been a pioneer in sustainable-seafood marketing, beginning in 1999 when it began to stock fish with the MSC label. In the mid-2000s, Pacific halibut fishermen sought the certification — a system of third-party audits that tracks seafood from catch to market — and Whole Foods was there from the beginning. +

          +

          + “They were the first ones to market the MSC halibut,” said Bob Alverson, head of the Fishing Vessel Owners Association, representing boats that catch halibut and black cod and a driver of the certification effort. “It turned into quite a marketing advantage. Whole Foods saw that early. They were focusing on sustainable, high-quality food products. They had quite a bit of foresight, I think, in that direction.” +

          +

          + The certification comes with added costs borne by the fishermen and buyers, and passed on to consumers. But it’s also an assurance “that people are watching out for the resource,” he said. +

          + +

          + As it tries to convince people it has lower prices, Whole Foods has been very careful to maintain the reputation built on products like MSC-certified halibut. +

          +
          +
          + Amazon-owned Whole Foods touted a price cut on halibut as part of an announcement recently about lower prices on hundreds of items. (Ellen M. Banner / The Seattle Times) +
          + Amazon-owned Whole Foods touted a price cut on halibut as part of an announcement recently about lower prices on hundreds of items. (Ellen M. Banner / The Seattle Times) +
          +
          +
          +

          + Whole Foods future +

          +

          + New signs in stores appeared this month, spelling out the value proposition it’s trying to strike: “New lower prices. Same high standards,” reads one, against a background image of carrots. +

          +

          + At the same time, the company claims its new prices and Prime deals have saved customers “hundreds of millions of dollars” since the Amazon acquisition. +

          +
          +
          + Advertising +
          +
          +
          +

          + If prices are being lowered and the quality bar stays the same, something else has to give. +

          +

          + Analysts provided a few theories: +

          +

          + Amazon could be willing to accept losses or slimmer profits within Whole Foods, as it has done in other businesses, in an effort to expand its customer base. +

          +

          + “Do they take the profit from their non-retail efforts, which today is primarily cloud computing, and then reinvest those profits to take share in grocery?” Forte said. +

          +
          +

          + That could eventually open up an avenue to growth as the rate of expansion slows in Amazon’s broader U.S. retail sales. +

          +

          + “That’s why they need grocery to work,” Forte said. “Grocery’s a very big category.” +

          +

          + Whole Foods could also press suppliers to reduce their prices, essentially cutting their profit. +

          +
          +
          + Advertising +
          +
          +
          +
          +
          +
          +
          +

          + “The worry with that is that it puts the squeeze on the producer upstream,” said Ananth Iyer, a professor at Purdue University whose research includes sustainability in supply chains. If producers are squeezed too much, he noted, they may start to cut corners. +

          +

          + So far, there’s no evidence this is happening in halibut, where fishery practices have been carefully managed with a goal of sustainability for nearly a century. Also, Whole Foods does not yet have the scale as a buyer to dictate prices the way a company like Costco does. +

          +

          + Forte said that even if it did have such clout, this would be a risky strategy that would undermine the very attributes of the Whole Foods brand that make it most valuable. +

          +

          + Another theory is that Amazon could apply more of its technology and expertise in logistics to create supply-chain efficiencies that would maintain its profits while benefiting producers and consumers, particularly with perishable grocery products, Iyer said. This is part of the promise of the acquisition in the first place. +

          +

          + “That’s a powerful combination,” Forte said. “The sustainable, the organic, the healthier food — all those qualities of Whole Foods, with the supply-chain technology of Amazon. It plays to the strengths of both sides.” +

          +

          + Forte said he expects Amazon to continue its aggressive moves on grocery pricing at Whole Foods. But he wonders when the price cuts will be broader, particularly as Amazon competes with the likes of Walmart and Kroger for a bigger slice of U.S. food and beverage retail sales, which totaled $726 billion in 2017. Whole Foods said it has lowered prices on hundreds of items, with an emphasis on fresh produce. +

          +
          +
          + Advertising +
          +
          +
          +
          +
          +
          +
          +

          + Forte described his attempt after the acquisition to get the ingredients for Rice Krispies Treats at Whole Foods. It was perhaps doomed from the start: Whole Foods doesn’t carry Rice Krispies. But he found an organic brown rice puff cereal and organic marshmallows. They were “so wildly expensive that we didn’t finish the exercise. I took the kids to Walmart and bought the ingredients for a pittance,” Forte said. +

          +

          + That points to the bigger question of how Amazon plans to position Whole Foods for the long term in its expanding array of physical retail-grocery formats. It now has 11 automated Go convenience stores and is rumored to be planning a new, low-priced grocery chain of its own that may deploy the same cashierless checkout technology. +

          +

          + Meanwhile, Whole Foods is not opening any new 365 stores, a smaller, lower-priced version of the main brand highlighting the company’s private-label products. Whole Foods co-founder and CEO John Mackey said in an internal memo that the “price distinction between the two brands has become less relevant” as Whole Foods lowered its prices, Yahoo Finance reported earlier this year. +

          +

          + Amazon, too, is finding success with a growing stable of private-label brands — it had more than 100 as of last July, according to Coresight Research, double the number in 2017. One of these, Solimo, sells generic versions of everything from K-Cup coffee pods to Epsom salts to garbage bags and racked up more than $6 million in sales in January alone, according to data analysis firm 1010data. +

          +

          + Of course, there’s nothing generic about a “fresh, sustainable wild-caught halibut fillet.” +

          +

          + Back on the schooner +

          +

          + The day after Easter, Bassi and his crew — three family members and an unrelated father-and-son team — loaded up the Polaris, one of four century-old wooden schooners still chasing halibut out of Seattle. (The broader Washington-based halibut fleet numbers about 100 vessels.) Bassi’s father fished on the Polaris, which Bassi co-owns with Rolfe McCartney. Bassi’s grandfather fished halibut back when schooners carried small dories out to the fishing grounds, which made the landing of a fish that can grow to 500 pounds all the more exciting. +

          +
          +
          + Advertising +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +
          +

          + The Polaris motored out of Fisherman’s Terminal and through the Ballard Locks to begin the three-day journey through the Inside Passage to Ketchikan, Alaska. There, they take on tons of ice and bait, herring for the black cod Bassi will target first, and later chum salmon, codfish or octopus for the halibut. +

          +

          + From a base in Kodiak, Alaska, the Polaris makes a series of trips, at sea for a week or longer at a time, to fish as far away as Attu Island at the far western edge of the Aleutian Islands chain. “It’s a big range that we fish,” Bassi said. +

          +

          + The Polaris will trail long lines of hooks, leaving them to soak for several hours before reeling them in. The fish are stunned, bled and dressed, and put on ice in the hold. It is this fishing method that contributes to the quality of the halibut and sustainability of the fishery, as it reduces by-catch — the inadvertent taking of other species. +

          +

          + They negotiate to sell the fish with four or five buyers, such as Besecker, at a price that fluctuates throughout the season. This is a peak time of year for halibut, with consumers seeking out fresh fish for Easter and Mother’s Day, Besecker said. Fishermen are typically paid between $5 and $6 a pound for halibut. +

          +

          + The Alaskan halibut fishery has its troubles — as nearly all fisheries do — but has been rationalized and managed successfully, particularly over the last quarter-century. Alverson, a commissioner on the Seattle-based International Pacific Halibut Commission, which has managed catch limits for U.S. and Canadian fishermen since 1924, described it as a stable but declining resource. +

          +

          + This year, the halibut fishery in the Northern Pacific and Bering Sea is capped at 29.4 million pounds, with most of that allocated to commercial fishing and smaller amounts reserved for recreational and tribal fishing, as well as by-catch of other commercial fisheries. +

          +
          +
          + Advertising +
          +
          +
          +
          +
          +
          +
          +

          + Alverson summed up the journey from a wooden fishing boat in the Bering Sea to the fish counter of a grocery store owned by a company that has redefined modern buying and selling: “It’s Seattle old school meets Seattle new school with Amazon.” +

          +
          +
          + More on Amazon + +
            +
            +

            + More +

            +
            +
            +
            + +
            +
            View Comments +
            +
            + You must be logged in to leave a comment. or . +
            +
            +

            + The opinions expressed in reader comments are those of the author only, and do not reflect the opinions of The Seattle Times. +

            +
            +
            +
            + +
            +
            +
            +
            + Advertising +
            +
            +
            +
            +
            +
            +
            +
            + +
            +
            +
            +
            +
            +
            +
            + + +
            +
            + +
            +
            +
            +
            +
            +
            + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-images.json new file mode 100644 index 0000000..469dde5 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-images.json @@ -0,0 +1,3 @@ +[ + "https:\/\/d34hb2g9mvfppu.cloudfront.net\/m\/images\/cache\/images\/2016\/02\/29\/apcnews2012raspberry_pi_logo_mainimage8_jpg8_322_27630a8388eb_lg.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-metadata.json new file mode 100644 index 0000000..b024aa8 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "The Raspberry Pi Foundation started by a handful of volunteers in 2012 when they released the original Raspberry Pi 256MB Model B without knowing what to expect. In a short four-year period they have grown to over sixty full-time employees and ha...", + "Image": "https:\/\/d34hb2g9mvfppu.cloudfront.net\/m\/images\/cache\/images\/2016\/02\/29\/apcnews2012raspberry_pi_logo_mainimage8_jpg8_322_27630a8388eb_lg.jpg", + "Title": "Raspberry Pi 3 - The credit card sized PC that cost only $35 - All-time bestselling computer in UK", + "SiteName": "SIMPLYFOUND.COM | BY: JOE WEE" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected.html new file mode 100644 index 0000000..8e8313d --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected.html @@ -0,0 +1,18 @@ +
            +

            The Raspberry Pi Foundation started by a handful of volunteers in 2012 when they released the original Raspberry Pi 256MB Model B without knowing what to expect.  In a short four-year period they have grown to over sixty full-time employees and have shipped over eight million units to-date.  Raspberry Pi has achieved new heights by being shipped to the International Space Station for research and by being an affordable computing platforms used by teachers throughout the world.  "It has become the all-time best-selling computer in the UK".

            + + +

            Raspberry Pi 3 - A credit card sized PC that only costs $35 - Image: Raspberry Pi Foundation

            + +

            Raspberry Pi Foundation is charity organization that pushes for a digital revolution with a mission to inspire kids to learn by creating computer-powered objects.  The foundation also helps teachers learn computing  skills through free training and readily available tutorials & example code for creating cool things such as music.

            + + +

            Raspberry Pi in educations - Image: Raspberry Pi Foundation

            + +

            In celebration of their 4th year anniversary, the foundation has released Raspberry Pi 3 with the same price tag of $35 USD.  The 3rd revision features a 1.2GHz 64-bit quad-core ARM CPU with integrated Bluetooth 4.1 and 802.11n wireless LAN chipsets.  The ARM Cortex-A53 CPU along with other architectural enhancements making it the fastest Raspberry Pi to-date.  The 3rd revision is reportedly about 50-60% times faster than its predecessor Raspberry Pi 2 and about 10 times faster then the original Raspberry PI.

            + + +

            Raspberry Pi - Various Usage

            + +

            Raspberry Pi 3 is now available via many online resellers.  At this time, you should use a recent 32-bit NOOBS or Raspbian image from their downloads page with a promise of a switch to a 64-bit version only if further investigation proves that there is indeed some value in moving to 64-bit mode.

            +
            \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/source.html new file mode 100644 index 0000000..f2e26ac --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/source.html @@ -0,0 +1,426 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Raspberry Pi 3 - The credit card sized PC that cost only $35 - All-time bestselling computer in UK - SimplyFound + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            +
            +
            +
            + + +
            +
            + +
            +
            +

            + Raspberry Pi 3 - The credit card sized PC that cost only $35 - All-time bestselling computer in UK +

            + + +
            +
            +
            +

            The Raspberry Pi Foundation started by a handful of volunteers in 2012 when they released the original Raspberry Pi 256MB Model B without knowing what to expect.  In a short four-year period they have grown to over sixty full-time employees and have shipped over eight million units to-date.  Raspberry Pi has achieved new heights by being shipped to the International Space Station for research and by being an affordable computing platforms used by teachers throughout the world.  "It has become the all-time best-selling computer in the UK".

            +
            +
            +
            +
            +
            +
            +
            +
            Raspberry Pi 3 - A credit card sized PC that only costs $35 - Image: Raspberry Pi Foundation
            +
            +
            +

            Raspberry Pi Foundation is charity organization that pushes for a digital revolution with a mission to inspire kids to learn by creating computer-powered objects.  The foundation also helps teachers learn computing  skills through free training and readily available tutorials & example code for creating cool things such as music.

            +
            +
            +
            +
            +
            +
            +
            +
            Raspberry Pi in educations - Image: Raspberry Pi Foundation
            +
            +
            +

            In celebration of their 4th year anniversary, the foundation has released Raspberry Pi 3 with the same price tag of $35 USD.  The 3rd revision features a 1.2GHz 64-bit quad-core ARM CPU with integrated Bluetooth 4.1 and 802.11n wireless LAN chipsets.  The ARM Cortex-A53 CPU along with other architectural enhancements making it the fastest Raspberry Pi to-date.  The 3rd revision is reportedly about 50-60% times faster than its predecessor Raspberry Pi 2 and about 10 times faster then the original Raspberry PI.

            +
            +
            +
            + +
            +
            Raspberry Pi - Various Usage
            +
            +
            +

            Raspberry Pi 3 is now available via many online resellers.  At this time, you should use a recent 32-bit NOOBS or Raspbian image from their downloads page with a promise of a switch to a 64-bit version only if further investigation proves that there is indeed some value in moving to 64-bit mode.

            +
            +
            +
            +
            137
            + 1 + Share + +
            +
            +
            + + + +
            +
            + +
            +
            +
            +
            + + + + + + + + + + +
            +
            +
            + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-metadata.json new file mode 100644 index 0000000..7a80654 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.", + "Image": null, + "Title": "Share buttons removal test", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected.html b/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected.html new file mode 100644 index 0000000..30c09b2 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected.html @@ -0,0 +1,34 @@ +
            +

            Lorem ipsum dolor

            +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            + +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            +
            \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/social-buttons/source.html b/vendor/fivefilters/readability.php/test/test-pages/social-buttons/source.html new file mode 100644 index 0000000..ee9d660 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/social-buttons/source.html @@ -0,0 +1,54 @@ + + + + Share buttons removal test + + +
            +

            Lorem ipsum dolor

            +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            + +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            +
            + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-metadata.json new file mode 100644 index 0000000..47039a9 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.", + "Image": null, + "Title": "Style tags removal", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected.html b/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected.html new file mode 100644 index 0000000..a5ba2c6 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected.html @@ -0,0 +1,21 @@ +
            +

            Lorem

            + +

            + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

            + +

            Foo

            +

            + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

            +
            \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/source.html b/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/source.html new file mode 100644 index 0000000..687ca39 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/source.html @@ -0,0 +1,42 @@ + + + + + Style tags removal + + + +
            +

            Lorem

            + +
            + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
            + +

            Foo

            +
            + Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
            +
            + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-metadata.json new file mode 100644 index 0000000..321414f --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\ntempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\nquis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\nconsequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\ncillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\nproident, sunt in culpa qui officia deserunt mollit anim id est laborum.", + "Image": null, + "Title": "SVG parsing", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected.html b/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected.html new file mode 100644 index 0000000..faa8ff8 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected.html @@ -0,0 +1,38 @@ +
            +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod +tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, +quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo +consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse +cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non +proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod +tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, +quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo +consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse +cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non +proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            + + + + + + +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod +tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, +quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo +consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse +cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non +proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod +tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, +quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo +consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse +cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non +proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod +tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, +quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo +consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse +cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non +proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            +
            \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/source.html b/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/source.html new file mode 100644 index 0000000..e4fb905 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/source.html @@ -0,0 +1,44 @@ + + + + SVG parsing + + +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod +tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, +quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo +consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse +cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non +proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod +tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, +quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo +consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse +cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non +proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            + + + + + + +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod +tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, +quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo +consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse +cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non +proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod +tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, +quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo +consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse +cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non +proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            +

            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod +tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, +quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo +consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse +cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non +proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-images.json new file mode 100644 index 0000000..dc37064 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/fakehost\/compass1.gif" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-metadata.json new file mode 100644 index 0000000..cdb8fc3 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "linux usability\n ...or, why do I bother. © 2002, 2003\n Jamie Zawinski", + "Image": null, + "Title": "linux video", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected.html b/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected.html new file mode 100644 index 0000000..7ded97c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected.html @@ -0,0 +1,122 @@ +
            +

            + linux usability +
            ...or, why do I bother.

            © 2002, 2003 + Jamie Zawinski

            + + +
            + + + + + + + +
            +

            In December 2002, I tried to install some software on my computer. The experience was, shall we say, less than pleasant. On many levels. I wrote about my experience, as I so often do.

            +

            Then in January, the jackasses over at Slashdot posted a link to it, calling it a "review" of Linux video software. I guess you could consider it a review, if you were to squint at it just right. But really what it is is a rant about how I had an evening stolen from me by crap software design. It is a flame about the pathetic state of Linux usability in general, and the handful of video players I tried out in particular. It makes no attempt to be balanced or objective or exhaustive. It is a description of my experience. Perhaps your experience was different. Good for you.

            +

            So of course that day I got hundreds of emails about it. Every Linux apologist in the world wanted to make sure I was fully informed of their opinion. The replies were roughly in the following groups:

            + +
              +
            • "Right on! I had exactly the same experience! Thank you for putting it into words." (This was about 1/3 of the replies.) + +
            • +
            • "You're clearly an idiot, Linux is too sophisticated for you, you clearly are incapable of understanding anything, you should go back to kindergarten and/or use a Mac." (Oddly, all of these messages used the word `clearly' repeatedly.) + +
            • +
            • "If you don't like it, fix it yourself." + +
            • +
            • "Netscape sucks! XEmacs sucks! You suck! I never liked you anyway! And you swear too much!" + +
            • +
            • "How dare you criticize someone else's work! You got it for free! You should be on your knees thanking them for wasting your time!" + +
            • +
            • "While you have some valid complaints, I'm going to focus on this one inconsequential error you made in your characterization of one of the many roadblocks you encountered. You suck!" + +
            • +
            • "It's your fault for using Red Hat! You should be using Debian/Mandrake/Gentoo instead!" + +
            • +
            • "Red Hat 7.2 is totally obsolete! It's almost 14 months old! What were you expecting!"
            • +
            +
            +

            While I am flattered that so many logorrheic Linux fanboys are sufficiently interested in my opinions and experiences to share their deeply heartfelt views with me, you can all rest assured that:

            + +
              +
                +
              • I've heard it before; and
              • +
              • I didn't care the first time.
              • +
              +
            +

            So please. Don't bother sending me any more mail about this. It's a near certainty that I will just delete it unread, so you might as well not waste your time. Feel free to call me names on your own web page if you feel the need to get it out of your system. But kindly stay out of my inbox. + + +

            +
            +
            + +

            + that said... +

            +

            I understand that one can play videos on one's computer. I understand these videos come in many different formats. Every now and then I try to figure out what the Done Thing is, as far as playing movies on one's Linux machine.

            + + +

            I finally found RPMs of mplayer that would consent to install themselves on a Red Hat 7.2 machine, and actually got it to play some videos. Amazing. But it's a total pain in the ass to use due to rampant "themeing." Why do people do this? They map this stupid shaped window with no titlebar (oh, sorry, your choice of a dozen stupidly-shaped windows without titlebars) all of which use fonts that are way too small to read. But, here's the best part, there's no way to raise the window to the top. So if another window ever gets on top of it, well, sorry, you're out of luck. And half of the themes always map the window at the very bottom of the + screen -- conveniently under my panel where I can't reach it.

            +

            Resizing the window changes the aspect ratio of the video! Yeah, I'm sure someone has ever wanted that.

            +

            It moves the mouse to the upper left corner of every dialog box it creates! Which is great, because that means that when it gets into this cute little state of popping up a blank dialog that says "Error" five times a second, you can't even move the mouse over to another window to kill the program, you have to log in from another machine.

            +

            Fucking morons.

            +

            So I gave up on that, and tried to install gstreamer. Get this. Their propose ``solution'' for distributing binaries on Red Hat systems? They point you at an RPM that installs apt, the Debian package system! Yeah, that's a good idea, I want to struggle with two competing packaging systems on my machine just to install a single app. Well, I found some +RPMs for Red Hat 7.2, but apparently they expect you to have already rectally inserted Gnome2 on that 7.2 system first. Uh, no. I've seen the horror of Red Hat 8.0, and there's no fucking way I'm putting Gnome2 on any more of my machines for at least another six months, maybe a year.

            +

            Ok, no gstreamer. Let's try Xine. I found +RPMs, and it sucks about the same as mplayer, and in about the same ways, though slightly less bad: it doesn't screw the aspect ratio when you resize the window; and at least its stupidly-shaped window is always forced to be on top. I don't like that either, but it's better than never being on top. It took me ten minutes to figure out where the "Open File" dialog was. It's on the button labeled "://" whose tooltip says "MRL Browser". Then you get to select file names from an oh-so-cute window that I guess is supposed to look like a tty, or maybe an LCD screen. It conveniently centers the file names in the list, and truncates them at about 30 characters. The scrollbar is also composed of "characters": it's an underscore.

            +

            What are these fucktards thinking???

            +

            Then I checked out Ogle again, and it hasn't been updated since the last time I tried, six months ago. It's a pretty decent DVD player, if you have the physical DVD. It does on-screen menus, and you can click on them with the mouse. But I don't need a DVD player (I have a hardware DVD player that works just fine.) It can't, as far as I can tell, play anything but actual discs.

            +

            Oh, and even though I have libdvdcss installed (as evidenced by the fact that Ogle actually works) Xine won't play the same disc that Ogle will play. It seems to be claiming that the CSS stuff isn't installed, which it clearly is.

            +

            An idiocy that all of these programs have in common is that, in addition to opening a window for the movie, and a window for the control panel, they also spray a constant spatter of curses crud on the terminal they were started from. I imagine at some point, there was some user who said, ``this program is pretty nice, but you know what it's missing? It's missing a lot of pointless chatter about what plugins and fonts have been loaded!''

            + +
            And here's the Random Commentary section: + +
            Makali wrote: +
              + Whenever a programmer thinks, "Hey, skins, what a cool idea", their + computer's speakers should create some sort of cock-shaped soundwave + and plunge it repeatedly through their skulls. +
            +

            I am fully in support of this proposed audio-cock technology.

            +

            Various people wrote:

            +
              + You shouldn't even bother compiling the GUI into mplayer! +
            +

            So I should solve the problem of ``crappy GUI'' by replacing it with ``no GUI at all?'' I should use the program only from the command line, or by memorizing magic keystrokes? Awesome idea.

            +

            Various other people wrote:

            +
              + You didn't try vlc! +
            +

            True, I hadn't. Now I have. It has an overly-complicated UI, (the Preferences panel is a festival of overkill) but at least it uses standard menus and buttons, so it doesn't make you want to claw your eyes out immediately. But, it can only play a miniscule number of video formats, so it's mostly useless. *plonk*

            +

            Someone else wrote:

            +
              + Have you considered changing distributions? +
            +

            Yes, every single time I try something like this, I very seriously consider getting a Mac.

            +

            Really the only thing that's stopping me is that I fear the Emacs situation.

            +

            (By which I mean, ``Lack of a usable version thereof.'' No, running RMSmacs inside a terminal window doesn't qualify. Nor does running an X server on the Mac: if I were going to switch, why in the world would I continue inflicting the X Windows Disaster on myself? Wouldn't getting away from that be the whole + point?)

            + +
              + (I understand there is an almost-functional Aqua version of + RMSmacs now. I'll probably check it out at some point, but the problem with me switching from XEmacs to RMSmacs is that it would probably result in another + Slashdork post, meaning I'd wake up to another 150+ poorly spelled flames in my inbox... I'm hoping for a Aquafied XEmacs, but I know that's not likely to happen any time soon.) +
            +

            By the way, the suggestion to switch Linux distrubutions in order to get a single app to work might sound absurd at first. And that's because it is. But I've been saturated with Unix-peanut-gallery effluvia for so long that it no longer even surprises me when every + question -- no matter how + simple -- results in someone suggesting that you either A) patch your kernel or B) change distros. It's inevitable and inescapable, like Hitler.

            +
            + +
            + +

            [ up ]

            +
            \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/source.html b/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/source.html new file mode 100644 index 0000000..0e20275 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/source.html @@ -0,0 +1,167 @@ + + + + + linux video + + + + + + +

            + linux usability +
            ...or, why do I bother.

            © 2002, 2003 + Jamie Zawinski

            + +


            +
            + + + + + + + +
            +

            In December 2002, I tried to install some software on my computer. The experience was, shall we say, less than pleasant. On many levels. I wrote about my experience, as I so often do.

            +

            Then in January, the jackasses over at Slashdot posted a link to it, calling it a "review" of Linux video software. I guess you could consider it a review, if you were to squint at it just right. But really what it is is a rant about how I had an evening stolen from me by crap software design. It is a flame about the pathetic state of Linux usability in general, and the handful of video players I tried out in particular. It makes no attempt to be balanced or objective or exhaustive. It is a description of my experience. Perhaps your experience was different. Good for you.

            +

            So of course that day I got hundreds of emails about it. Every Linux apologist in the world wanted to make sure I was fully informed of their opinion. The replies were roughly in the following groups:

            +

            +
              +
            • "Right on! I had exactly the same experience! Thank you for putting it into words." (This was about 1/3 of the replies.) +

              +
            • +
            • "You're clearly an idiot, Linux is too sophisticated for you, you clearly are incapable of understanding anything, you should go back to kindergarten and/or use a Mac." (Oddly, all of these messages used the word `clearly' repeatedly.) +

              +
            • +
            • "If you don't like it, fix it yourself." +

              +
            • +
            • "Netscape sucks! XEmacs sucks! You suck! I never liked you anyway! And you swear too much!" +

              +
            • +
            • "How dare you criticize someone else's work! You got it for free! You should be on your knees thanking them for wasting your time!" +

              +
            • +
            • "While you have some valid complaints, I'm going to focus on this one inconsequential error you made in your characterization of one of the many roadblocks you encountered. You suck!" +

              +
            • +
            • "It's your fault for using Red Hat! You should be using Debian/Mandrake/Gentoo instead!" +

              +
            • +
            • "Red Hat 7.2 is totally obsolete! It's almost 14 months old! What were you expecting!"
            • +
            +
            +

            While I am flattered that so many logorrheic Linux fanboys are sufficiently interested in my opinions and experiences to share their deeply heartfelt views with me, you can all rest assured that:

            +

            +
              +
                +
              • I've heard it before; and
              • +
              • I didn't care the first time.
              • +
              +
            +

            So please. Don't bother sending me any more mail about this. It's a near certainty that I will just delete it unread, so you might as well not waste your time. Feel free to call me names on your own web page if you feel the need to get it out of your system. But kindly stay out of my inbox. + + +

            +
            +
            +


            +

            + that said... +

            +

            I understand that one can play videos on one's computer. I understand these videos come in many different formats. Every now and then I try to figure out what the Done Thing is, as far as playing movies on one's Linux machine.

            +

            + +

            I finally found RPMs of mplayer that would consent to install themselves on a Red Hat 7.2 machine, and actually got it to play some videos. Amazing. But it's a total pain in the ass to use due to rampant "themeing." Why do people do this? They map this stupid shaped window with no titlebar (oh, sorry, your choice of a dozen stupidly-shaped windows without titlebars) all of which use fonts that are way too small to read. But, here's the best part, there's no way to raise the window to the top. So if another window ever gets on top of it, well, sorry, you're out of luck. And half of the themes always map the window at the very bottom of the + screen -- conveniently under my panel where I can't reach it.

            +

            Resizing the window changes the aspect ratio of the video! Yeah, I'm sure someone has ever wanted that.

            +

            It moves the mouse to the upper left corner of every dialog box it creates! Which is great, because that means that when it gets into this cute little state of popping up a blank dialog that says "Error" five times a second, you can't even move the mouse over to another window to kill the program, you have to log in from another machine.

            +

            Fucking morons.

            +

            So I gave up on that, and tried to install gstreamer. Get this. Their propose ``solution'' for distributing binaries on Red Hat systems? They point you at an RPM that installs apt, the Debian package system! Yeah, that's a good idea, I want to struggle with two competing packaging systems on my machine just to install a single app. Well, I found some +RPMs for Red Hat 7.2, but apparently they expect you to have already rectally inserted Gnome2 on that 7.2 system first. Uh, no. I've seen the horror of Red Hat 8.0, and there's no fucking way I'm putting Gnome2 on any more of my machines for at least another six months, maybe a year.

            +

            Ok, no gstreamer. Let's try Xine. I found +RPMs, and it sucks about the same as mplayer, and in about the same ways, though slightly less bad: it doesn't screw the aspect ratio when you resize the window; and at least its stupidly-shaped window is always forced to be on top. I don't like that either, but it's better than never being on top. It took me ten minutes to figure out where the "Open File" dialog was. It's on the button labeled "://" whose tooltip says "MRL Browser". Then you get to select file names from an oh-so-cute window that I guess is supposed to look like a tty, or maybe an LCD screen. It conveniently centers the file names in the list, and truncates them at about 30 characters. The scrollbar is also composed of "characters": it's an underscore.

            +

            What are these fucktards thinking???

            +

            Then I checked out Ogle again, and it hasn't been updated since the last time I tried, six months ago. It's a pretty decent DVD player, if you have the physical DVD. It does on-screen menus, and you can click on them with the mouse. But I don't need a DVD player (I have a hardware DVD player that works just fine.) It can't, as far as I can tell, play anything but actual discs.

            +

            Oh, and even though I have libdvdcss installed (as evidenced by the fact that Ogle actually works) Xine won't play the same disc that Ogle will play. It seems to be claiming that the CSS stuff isn't installed, which it clearly is.

            +

            An idiocy that all of these programs have in common is that, in addition to opening a window for the movie, and a window for the control panel, they also spray a constant spatter of curses crud on the terminal they were started from. I imagine at some point, there was some user who said, ``this program is pretty nice, but you know what it's missing? It's missing a lot of pointless chatter about what plugins and fonts have been loaded!''

            +

            +
            And here's the Random Commentary section: +

            +
            Makali wrote: + +

            I am fully in support of this proposed audio-cock technology.

            +

            Various people wrote:

            + +

            So I should solve the problem of ``crappy GUI'' by replacing it with ``no GUI at all?'' I should use the program only from the command line, or by memorizing magic keystrokes? Awesome idea.

            +

            Various other people wrote:

            + +

            True, I hadn't. Now I have. It has an overly-complicated UI, (the Preferences panel is a festival of overkill) but at least it uses standard menus and buttons, so it doesn't make you want to claw your eyes out immediately. But, it can only play a miniscule number of video formats, so it's mostly useless. *plonk*

            +

            Someone else wrote:

            + +

            Yes, every single time I try something like this, I very seriously consider getting a Mac.

            +

            Really the only thing that's stopping me is that I fear the Emacs situation.

            +

            (By which I mean, ``Lack of a usable version thereof.'' No, running RMSmacs inside a terminal window doesn't qualify. Nor does running an X server on the Mac: if I were going to switch, why in the world would I continue inflicting the X Windows Disaster on myself? Wouldn't getting away from that be the whole + point?)

            +

            + +

            By the way, the suggestion to switch Linux distrubutions in order to get a single app to work might sound absurd at first. And that's because it is. But I've been saturated with Unix-peanut-gallery effluvia for so long that it no longer even surprises me when every + question -- no matter how + simple -- results in someone suggesting that you either A) patch your kernel or B) change distros. It's inevitable and inescapable, like Hitler.

            +
            +

            +
            +

            +

            [ up ]

            + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-images.json new file mode 100644 index 0000000..c52fd8c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/www.telegraph.co.uk\/content\/dam\/news\/2017\/11\/16\/TELEMMGLPICT000146889449-xlarge_trans_NvBQzQNjv4BqySoB6nTCgtc7U4LQ_FPO4hKi2sT3vi7ux2-RDZwC4QA.jpeg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-metadata.json new file mode 100644 index 0000000..26924de --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Zimbabwe President Robert Mugabe, his wife Grace and two key figures from her G40 political faction are under house arrest at Mugabe's \"Blue House\" compound in Harare and are insisting the 93 year-old finishes his presidential term, a source said.", + "Image": "http:\/\/www.telegraph.co.uk\/content\/dam\/news\/2017\/11\/16\/TELEMMGLPICT000146889449-xlarge_trans_NvBQzQNjv4BqySoB6nTCgtc7U4LQ_FPO4hKi2sT3vi7ux2-RDZwC4QA.jpeg", + "Title": "Zimbabwe coup: Robert Mugabe and wife Grace 'insisting he finishes his term', as priest steps in to mediate", + "SiteName": "The Telegraph" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected.html b/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected.html new file mode 100644 index 0000000..352b47d --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected.html @@ -0,0 +1,20 @@ +
            +

            Zimbabwe President Robert Mugabe, his wife Grace and two key figures from her G40 political faction are under house arrest at Mugabe's "Blue House" compound in Harare and are insisting the 93 year-old finishes his presidential term, a source said.

            +

            The G40 figures are cabinet ministers Jonathan Moyo and Saviour Kasukuwere, who fled to the compound after their homes were attacked by troops in Tuesday night's coup, the source, who said he had spoken to people inside the compound, told Reuters.

            +

            Mr Mugabe is resisting mediation by a Catholic priest to allow the former guerrilla a graceful exit after the military takeover.

            +

            The priest, Fidelis Mukonori, is acting as a middle-man between Mr Mugabe and the generals, who seized power in a targeted operation against "criminals" in his entourage, a senior political source told Reuters.

            +

            The source could not provide details of the talks, which appear to be aimed at a smooth and bloodless transition after the departure of Mr Mugabe, who has led Zimbabwe since independence in 1980.

            +

            Mr Mugabe, still seen by many Africans as a liberation hero, is reviled in the West as a despot whose disastrous handling of the economy and willingness to resort to violence to maintain power destroyed one of Africa's most promising states.

            +
            +

            Zimbabwean intelligence reports seen by Reuters suggest that former security chief Emmerson Mnangagwa, who was ousted as vice-president this month, has been mapping out a post-Mugabe vision with the military and opposition for more than a year.

            +
            +

            Fuelling speculation that Mnangagwa's plan might be rolling into action, opposition leader Morgan Tsvangirai, who has been receiving cancer treatment in Britain and South Africa, returned to Harare late on Wednesday, his spokesman said.

            +

            South Africa said Mr Mugabe had told President Jacob Zuma by telephone on Wednesday that he was confined to his home but was otherwise fine and the military said it was keeping him and his family, including wife Grace, safe.

            +
            +

            Despite the lingering admiration for Mr Mugabe, there is little public affection for 52-year-old Grace, a former government typist who started having an affair with Mr Mugabe in the early 1990s as his first wife, Sally, was dying of kidney disease.

            +

            Dubbed "DisGrace" or "Gucci Grace" on account of her reputed love of shopping, she enjoyed a meteoric rise through the ranks of Mugabe's ruling Zanu-PF in the last two years, culminating in Mnangagwa's removal a week ago - a move seen as clearing the way for her to succeed her husband.

            +
            +

            In contrast to the high political drama unfolding behind closed doors, the streets of the capital remained calm, with people going about their daily business, albeit under the watch of soldiers on armoured vehicles at strategic locations.

            +
            +

            Whatever the final outcome, the events could signal a once-in-a-generation change for the former British colony, a regional breadbasket reduced to destitution by economic policies Mr Mugabe's critics have long blamed on him.

            +
            \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/telegraph/source.html b/vendor/fivefilters/readability.php/test/test-pages/telegraph/source.html new file mode 100644 index 0000000..3aad2a1 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/telegraph/source.html @@ -0,0 +1,1821 @@ + + + + + + + + + + + + + + + + + + Zimbabwe coup: Robert Mugabe and wife Grace 'insisting he finishes his term', as priest steps in to mediate + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            +
            + +
            +
            + +
            +
            + +
            +
            +
            +
            +
            + +
            +
            +

            Zimbabwe coup: Robert Mugabe and wife Grace 'insisting he finishes his term', as priest steps in to mediate

            + +
            +
            +
            +
            +
            + +
            + +
            +
            +
            +
            + + + +
            +
            + + +
            Zimbabwe president Robert Mugabe with ZDF commander general Constantino Chiwenga at State House in an image the Harare Herald claims was taken on November 16 - the day after the military takeover +Credit: HARARE HERALD +
            +
            +
            +
            +
            +
            +
            + + +
            +
            +
            +
            +

            Zimbabwe President Robert Mugabe, his wife Grace and two key figures from her G40 political faction are under house arrest at Mugabe's "Blue House" compound in Harare and are insisting the 93 year-old finishes his presidential term, a source said.

            +

            The G40 figures are cabinet ministers Jonathan Moyo and Saviour Kasukuwere, who fled to the compound after their homes were attacked by troops in Tuesday night's coup, the source, who said he had spoken to people inside the compound, told Reuters.

            +

            Mr Mugabe is resisting mediation by a Catholic priest to allow the former guerrilla a graceful exit after the military takeover.

            +

            The priest, Fidelis Mukonori, is acting as a middle-man between Mr Mugabe and the generals, who seized power in a targeted operation against "criminals" in his entourage, a senior political source told Reuters.

            +

            The source could not provide details of the talks, which appear to be aimed at a smooth and bloodless transition after the departure of Mr Mugabe, who has led Zimbabwe since independence in 1980.

            +

            Mr Mugabe, still seen by many Africans as a liberation hero, is reviled in the West as a despot whose disastrous handling of the economy and willingness to resort to violence to maintain power destroyed one of Africa's most promising states.

            +
            +
            +
            +
            +
            +
            +
            +
            + +
            +
            +
            Zimbabwean opposition leader Morgan Tsvangirai, right, meets church leaders Bishop Trevor Manhanga, centre, and Father Fidelis Mukonori in 2006. Father Mukonori is said to be mediating in the current crisis +Credit:  DESMOND KWANDE/ AFP +
            +
            +
            +
            +
            +
            +
            +
            +

            Zimbabwean intelligence reports seen by Reuters suggest that former security chief Emmerson Mnangagwa, who was ousted as vice-president this month, has been mapping out a post-Mugabe vision with the military and opposition for more than a year.

            +
            +
            +
            +
            + +
            +
            +
            +
            +

            Fuelling speculation that Mnangagwa's plan might be rolling into action, opposition leader Morgan Tsvangirai, who has been receiving cancer treatment in Britain and South Africa, returned to Harare late on Wednesday, his spokesman said.

            +

            South Africa said Mr Mugabe had told President Jacob Zuma by telephone on Wednesday that he was confined to his home but was otherwise fine and the military said it was keeping him and his family, including wife Grace, safe.

            +
            +
            +
            +
            + +
            +
            +
            +
            +

            Despite the lingering admiration for Mr Mugabe, there is little public affection for 52-year-old Grace, a former government typist who started having an affair with Mr Mugabe in the early 1990s as his first wife, Sally, was dying of kidney disease.

            +

            Dubbed "DisGrace" or "Gucci Grace" on account of her reputed love of shopping, she enjoyed a meteoric rise through the ranks of Mugabe's ruling Zanu-PF in the last two years, culminating in Mnangagwa's removal a week ago - a move seen as clearing the way for her to succeed her husband.

            +
            +
            +
            +
            +
            +
            +
            +
            + +
            +
            +
            A man walks past an armoured personnel carrier parked on a Harare street on Thursday +Credit: STR/AFP  +
            +
            +
            +
            +
            +
            +
            +
            +

            In contrast to the high political drama unfolding behind closed doors, the streets of the capital remained calm, with people going about their daily business, albeit under the watch of soldiers on armoured vehicles at strategic locations.

            +
            +
            +
            +
            + +
            +
            +
            +
            +

            Whatever the final outcome, the events could signal a once-in-a-generation change for the former British colony, a regional breadbasket reduced to destitution by economic policies Mr Mugabe's critics have long blamed on him.

            +
            +
            +
            +
            +
            + +
            + + + +
            +
            + + +
            + +
            + +
            +
            +
            + + + + + + + + + + \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-metadata.json new file mode 100644 index 0000000..07338d0 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lorem\n ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod\n incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,\n quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo\n consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse\n cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non\n proident, sunt in culpa qui officia deserunt mollit anim id est laborum.", + "Image": null, + "Title": "This is a long title with a colon: Hello there", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected.html b/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected.html new file mode 100644 index 0000000..8eded27 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected.html @@ -0,0 +1,21 @@ +
            +

            This is a long title with a colon: But the final text here is different

            +

            + Lorem + ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

            +

            + Lorem + ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +

            +
            \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/source.html b/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/source.html new file mode 100644 index 0000000..d91b658 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/source.html @@ -0,0 +1,30 @@ + + + + + This is a long title with a colon: Hello there + + +
            +

            This is a long title with a colon: But the final text here is different

            +
            + Lorem + ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
            +
            + Lorem + ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod + incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, + quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non + proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
            +
            + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-images.json new file mode 100644 index 0000000..fa74f0b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-images.json @@ -0,0 +1,6 @@ +[ + "http:\/\/ll-media.tmz.com\/2015\/02\/26\/0225-lupita-nyongo-getty-01-1200x630.jpg", + "http:\/\/ll-media.tmz.com\/2015\/02\/26\/0225-lupita-nyongo-getty-4.jpg", + "http:\/\/ll-media.tmz.com\/2013\/11\/20\/update-graphic-red-bar.jpg", + "http:\/\/ll-media.tmz.com\/2015\/02\/26\/0226-sub-london-hotel-swipe-tmz-11.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-metadata.json new file mode 100644 index 0000000..63d6796 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Lupita Nyong'o's now-famous Oscar dress -- adorned in pearls -- was stolen right out of her hotel room ... TMZ has learned. Law enforcement sources tell…", + "Image": "http:\/\/ll-media.tmz.com\/2015\/02\/26\/0225-lupita-nyongo-getty-01-1200x630.jpg", + "Title": "Lupita Nyong'o's $150K Pearl Oscar Dress -- STOLEN!!!", + "SiteName": "http://www.tmz.com" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected.html new file mode 100644 index 0000000..6849dfe --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected.html @@ -0,0 +1,35 @@ +
            +

            + + +

            $150K Pearl Oscar Dress ... STOLEN!!!!

            + +

            +
            + 2/26/2015 7:11 AM PST BY TMZ STAFF +
            + +
            +

            EXCLUSIVE +

            +

            + 0225-lupita-nyongo-getty-01Lupita Nyong'o's now-famous Oscar dress + -- adorned in pearls -- was stolen right out of her hotel room ... TMZ + has learned.

            +

            Law enforcement sources tell TMZ ... the dress was taken out of Lupita's + room at The London West Hollywood. The dress is made of pearls ... 6,000 + white Akoya pearls. It's valued at $150,000.

            +

            Our sources say Lupita told cops it was taken from her room sometime between + 8 AM and 9 PM Wednesday ... while she was gone.  

            +

            We're told there is security footage that cops are looking at that could + catch the culprit right in the act. 

            +

            + update_graphic_red_bar12:00 PM PT -- Sheriff's deputies were at The London Thursday + morning.  We know they were in the manager's office and we're told + they have looked at security footage to determine if they can ID the culprit.

            +

            + 0226-SUB-london-hotel-swipe-tmz-02 +

            +
            + +
            \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/tmz-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/tmz-1/source.html new file mode 100644 index 0000000..c2b19f0 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/tmz-1/source.html @@ -0,0 +1,1528 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Lupita Nyong'o's $150K Pearl Oscar Dress -- STOLEN!!! | TMZ.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +  + +
            + +
            +
            + + + + + + + + + + + + +
            +
            +
            +
            + +
            + +
            +
            +
            +
            +TMZ + +
            +
            +
            +

            Our TV Shows

            + +
            +
            + +
            +
            +
            + + + +
            + +
            +
            + +
            + +
            +
              +
              + +
              +
              +
              + +
              + +
              +
                +
                + +
                +
                +
                +
                + + +
                +

                Got a Tip?

                + +

                Call TMZ at (888) 847-9869 or Click Here + +

                +
                + +
                +
                +
                +
                + + + + + + + + + + + +
                + + +
                + +
                +
                +
                +

                Lupita Nyong'o

                + +

                $150K Pearl Oscar Dress ... STOLEN!!!!

                + +
                +
                + 2/26/2015 7:11 AM PST BY TMZ STAFF +
                + +
                +
                EXCLUSIVE +
                +

                + 0225-lupita-nyongo-getty-01Lupita Nyong'o's now-famous Oscar dress + -- adorned in pearls -- was stolen right out of her hotel room ... TMZ + has learned.

                +

                Law enforcement sources tell TMZ ... the dress was taken out of Lupita's + room at The London West Hollywood. The dress is made of pearls ... 6,000 + white Akoya pearls. It's valued at $150,000.

                +

                Our sources say Lupita told cops it was taken from her room sometime between + 8 AM and 9 PM Wednesday ... while she was gone.  

                +

                We're told there is security footage that cops are looking at that could + catch the culprit right in the act. 

                +

                + update_graphic_red_bar12:00 PM PT -- Sheriff's deputies were at The London Thursday + morning.  We know they were in the manager's office and we're told + they have looked at security footage to determine if they can ID the culprit.

                +

                + 0226-SUB-london-hotel-swipe-tmz-02 +

                + + +
                + +
                + + + + +
                +
                +
                + + + + +
                + + +
                + +
                + +
                + +
                + + + + + + +
                +

                Around The Web

                + + + +
                + +
                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected-images.json new file mode 100644 index 0000000..61e175c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected-images.json @@ -0,0 +1,3 @@ +[ + "https:\/\/topicseed.com\/static\/9c97da26f6eeee98fc2e628ca3416226\/57090\/content-depth-seo.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected-metadata.json new file mode 100644 index 0000000..cfac459 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Content writers and marketers find it hard to write a lot of content about a very specific topic. They lose a lot of points on their content depth because they would rather focus on pushing thin content about plenty of topics.", + "Image": "https:\/\/topicseed.com\/static\/9c97da26f6eeee98fc2e628ca3416226\/57090\/content-depth-seo.png", + "Title": "Content Depth \u2014 Write Comprehensively About Your Core Topics", + "SiteName": "topicseed" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected.html new file mode 100644 index 0000000..18cd128 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/expected.html @@ -0,0 +1,93 @@ +
                + +

                + Content depth is an arbitrary score or rating of how comprehensive the coverage of a specific topic is within a piece of content. Content breadth is an arbitrary grading of how many related subjects are you covering within your content. +

                +

                + And this distinction is important to make and establish from the beginning. Effective topical authority can only be gained when you use both content depth and content breadth in your overall content strategy for rapid search engine optimization gains. However, because most content writers prefer to write a little bit about many things rather than write a lot about one thing, you end up with a too little substance spread very thin. +

                +

                + Content depth should be the urgent priority for your content marketing strategy, and clearly defined in your content briefs. Start by dominating your own core topics, before venturing across the pond and write about linked subject matters. Otherwise, you are the opposite of an authority as the definition states that an authority is “a person with extensive or specialized knowledge about a subject; an expert”. Lastly, do not mistake article depth vs. article length: a blog post’s extreme wordcount has nothing to do with its content depth. +

                +

                + Assess How Deep Is Your Content +

                +

                + The first task on your list, right now, is to shortlist your core topics. What are you trying to be an expert on? Then, go through each one of your pieces of content and understand how well each blog post is covering its focus topic(s). Not how many times specific keywords appear, or how well the article is outlined and structured. +

                +

                + Put yourself in the shoes of an ignorant reader who seeks information. Read your article. And ask yourself how in-depth was the content you have written? I know the excuse you will come up with: this was written for beginners, therefore, it shouldn’t be too in-depth. And you are correct. Not every blog post is about absolute content depth otherwise we would only write one 10,000-word-long article, once and for all. But then, how well your beginner-level content pointing to your expert-level content? +

                +

                + In other words, each article should reach an incredible level of content depth for its expertise level. And then, provide further reading (i.e. links) to gain more knowledge, and depth. A lot of content editors write a beginner’s blog post and wait to see it perform well in order to write a more advanced sequel. Wrong. Give all the value so search engines can grade you highly on their authority scale for your core topics. Yes, it is a risk and you may write a dozen of articles on a specific topic that will never really rank at the top of SERPs, but reaching content depth is the first step towards SEO gains. +

                +

                + Remember that skyscraper content and 10x content are not necessarily the answer. These content writing strategies state that in order to beat another piece of content, you need to write 10x more. Either in quantity with a 10x word count or in quality by putting times more information within your own piece of content. Such articles often become unreadable and discourage visitors from absorbing all the knowledge. The best alternative is the create pillar pages centered around core topics, and several articles dealing with each specific section in depth. This is deep content powered by a smart internal linking strategy and search engines love that in this day and age where attention spans are short! With that being said, avoid writing 600-word articles! +

                +

                + Rewrite With Content Depth In Mind +

                +

                + Once you know which articles are lacking depth of knowledge and information, it is time to rethink each one. For each article, make a list of what essential pieces of information or data are missing. Then decide where to fit them, and decide whether the article would benefit from a full rewrite or not. As a rule of thumb, if you need to change a third of your article, you may need to rewrite it entirely. Of course, this does not mean erasing all work done prior, but it means starting afresh! Trying to fit deep content into an existing blog post gives you constraints so doing it from scratch can actually be easier to fight thin content. +

                + +

                + As explained above, make sure you do not force yourself to write a much longer article to reach a magic word count. And if you do, it has to be natural. In many cases, articles written months or years ago may need some upkeeping: trimming the fat and removing parts that are not bringing much value. Replace these with your newer and deeper content. +

                +

                + All content writers know that when you open Google Docs, WordPress, or your text editor of choice, you will inevitably count your focus keywords’ frequency. Although I understand (yet question) the value of keywords in modern SEO, do not become obsessed with reaching a magic number for your keywords. No reader coming from Google is out there counting how often your keywords are appearing. And search engine algorithms will penalize you for writing for robots, rather than humans. +

                +

                + With the massive rise of voice searches, users tend to use full questions for their search queries. What used to be top bottled water brands is now OK google, what is the best bottled-water brand in Texas? The point being, keywords are losing traction to leave space for a more natural language understanding of a blog post’s textual content, and meaning. +

                +

                + Yes, Content Depth and Breadth Overlap +

                +

                + “A topic can be defined as the company it keeps.” A very accurate saying loved by ontologists within the fields of computational linguistics, and information science. In simpler terms, a topic and all the terminology it is encompassing will inevitably overlap with related topics. Which, in turn, will form topic clusters. +

                +

                + For example, it is obvious that despite being two different topics, digital advertising and content marketing share some common phrases and terms. Inevitably, a website picking one as its core topic will use words in some blog posts that will identify the article as belonging to both topics, with a specific weight for each. +

                +

                + A keyword, phrase, or term, is not a prisoner to a single concept at all. This is how algorithms in natural language understanding can understand how two topics are related (e.g. read about topic modeling). Each topic has a specific vocabulary, a list of words and phrases commonly used in its context, and some of these terms are present in different vocabularies. +

                +

                + Therefore, content depth and content breadth are not to be opposed. Content marketers should use both strategies in order to reach ultimate topical authority over their choice of subject matters. +

                +

                + Depth of Content = Quality + Frequency +

                +

                + Up until recently, long-form blog posts generally were evergreen articles that generated a constant stream of organic traffic for a website. This was a lead magnet generation strategy which worked well: hire a writer, include the right keywords, reach over a 5,000-word word count, and hit publish. Then, wait. +

                +

                + Nowadays, in-depth content requires more effort over time in order to pay off. Writing a big article, as good as it is, will not get your anywhere near the level of topical breadth required by Google to rank you first. Instead, your content marketing plan should be about having: +

                + +

                + Search engines also look at how often you publish about a specific topic, and when was the last time it was written about. Nobody likes a graveyard blog, it just makes the reader lose trust; as if the writer was not good enough, therefore had no traffic, before entirely giving up. Deep content requires a sustained effort on your part to always new find ways to write about a specific subject. Sure, it will be easy at first. But what about five years later? Well, you will still need to hit publish, all about the very same topics you already covered years ago. +

                +

                + Tools and platforms such as topicseed are here to help you find new article ideas pertaining to your core topics within a few clicks and a few minutes. The number of web pages, Wikipedia articles, and pieces of content, our machine-learning algorithms can analyze in seconds would take you months to digest. Our topicgraph finds closely related concepts in order for your domain to reach topical authority through content depth and content breadth. +

                +
                \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/source.html new file mode 100644 index 0000000..fca1c00 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/topicseed-1/source.html @@ -0,0 +1,400 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Content Depth — Write Comprehensively About Your Core Topics | topicseed + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                +
                +
                +
                + +
                +
                +
                +
                +
                +

                + Content Depth — Write Comprehensively About Your Core Topics +

                +

                + Content writers and marketers find it hard to write a lot of content about a very specific topic. They lose a lot of points on their content depth because they would rather focus on pushing thin content about plenty of topics. +

                +
                  +
                • + On 6/13/2018 by @lazharichir +
                • +
                +
                +
                +
                + +
                +
                +
                +
                +
                +
                + +

                + Content depth is an arbitrary score or rating of how comprehensive the coverage of a specific topic is within a piece of content. Content breadth is an arbitrary grading of how many related subjects are you covering within your content. +

                +

                + And this distinction is important to make and establish from the beginning. Effective topical authority can only be gained when you use both content depth and content breadth in your overall content strategy for rapid search engine optimization gains. However, because most content writers prefer to write a little bit about many things rather than write a lot about one thing, you end up with a too little substance spread very thin. +

                +

                + Content depth should be the urgent priority for your content marketing strategy, and clearly defined in your content briefs. Start by dominating your own core topics, before venturing across the pond and write about linked subject matters. Otherwise, you are the opposite of an authority as the definition states that an authority is “a person with extensive or specialized knowledge about a subject; an expert”. Lastly, do not mistake article depth vs. article length: a blog post’s extreme wordcount has nothing to do with its content depth. +

                +

                + Assess How Deep Is Your Content +

                +

                + The first task on your list, right now, is to shortlist your core topics. What are you trying to be an expert on? Then, go through each one of your pieces of content and understand how well each blog post is covering its focus topic(s). Not how many times specific keywords appear, or how well the article is outlined and structured. +

                +

                + Put yourself in the shoes of an ignorant reader who seeks information. Read your article. And ask yourself how in-depth was the content you have written? I know the excuse you will come up with: this was written for beginners, therefore, it shouldn’t be too in-depth. And you are correct. Not every blog post is about absolute content depth otherwise we would only write one 10,000-word-long article, once and for all. But then, how well your beginner-level content pointing to your expert-level content? +

                +

                + In other words, each article should reach an incredible level of content depth for its expertise level. And then, provide further reading (i.e. links) to gain more knowledge, and depth. A lot of content editors write a beginner’s blog post and wait to see it perform well in order to write a more advanced sequel. Wrong. Give all the value so search engines can grade you highly on their authority scale for your core topics. Yes, it is a risk and you may write a dozen of articles on a specific topic that will never really rank at the top of SERPs, but reaching content depth is the first step towards SEO gains. +

                +

                + Remember that skyscraper content and 10x content are not necessarily the answer. These content writing strategies state that in order to beat another piece of content, you need to write 10x more. Either in quantity with a 10x word count or in quality by putting times more information within your own piece of content. Such articles often become unreadable and discourage visitors from absorbing all the knowledge. The best alternative is the create pillar pages centered around core topics, and several articles dealing with each specific section in depth. This is deep content powered by a smart internal linking strategy and search engines love that in this day and age where attention spans are short! With that being said, avoid writing 600-word articles! +

                +

                + Rewrite With Content Depth In Mind +

                +

                + Once you know which articles are lacking depth of knowledge and information, it is time to rethink each one. For each article, make a list of what essential pieces of information or data are missing. Then decide where to fit them, and decide whether the article would benefit from a full rewrite or not. As a rule of thumb, if you need to change a third of your article, you may need to rewrite it entirely. Of course, this does not mean erasing all work done prior, but it means starting afresh! Trying to fit deep content into an existing blog post gives you constraints so doing it from scratch can actually be easier to fight thin content. +

                +
                + +
                +

                + As explained above, make sure you do not force yourself to write a much longer article to reach a magic word count. And if you do, it has to be natural. In many cases, articles written months or years ago may need some upkeeping: trimming the fat and removing parts that are not bringing much value. Replace these with your newer and deeper content. +

                +

                + All content writers know that when you open Google Docs, WordPress, or your text editor of choice, you will inevitably count your focus keywords’ frequency. Although I understand (yet question) the value of keywords in modern SEO, do not become obsessed with reaching a magic number for your keywords. No reader coming from Google is out there counting how often your keywords are appearing. And search engine algorithms will penalize you for writing for robots, rather than humans. +

                +

                + With the massive rise of voice searches, users tend to use full questions for their search queries. What used to be top bottled water brands is now OK google, what is the best bottled-water brand in Texas? The point being, keywords are losing traction to leave space for a more natural language understanding of a blog post’s textual content, and meaning. +

                +

                + Yes, Content Depth and Breadth Overlap +

                +

                + “A topic can be defined as the company it keeps.” A very accurate saying loved by ontologists within the fields of computational linguistics, and information science. In simpler terms, a topic and all the terminology it is encompassing will inevitably overlap with related topics. Which, in turn, will form topic clusters. +

                +

                + For example, it is obvious that despite being two different topics, digital advertising and content marketing share some common phrases and terms. Inevitably, a website picking one as its core topic will use words in some blog posts that will identify the article as belonging to both topics, with a specific weight for each. +

                +

                + A keyword, phrase, or term, is not a prisoner to a single concept at all. This is how algorithms in natural language understanding can understand how two topics are related (e.g. read about topic modeling). Each topic has a specific vocabulary, a list of words and phrases commonly used in its context, and some of these terms are present in different vocabularies. +

                +

                + Therefore, content depth and content breadth are not to be opposed. Content marketers should use both strategies in order to reach ultimate topical authority over their choice of subject matters. +

                +

                + Depth of Content = Quality + Frequency +

                +

                + Up until recently, long-form blog posts generally were evergreen articles that generated a constant stream of organic traffic for a website. This was a lead magnet generation strategy which worked well: hire a writer, include the right keywords, reach over a 5,000-word word count, and hit publish. Then, wait. +

                +

                + Nowadays, in-depth content requires more effort over time in order to pay off. Writing a big article, as good as it is, will not get your anywhere near the level of topical breadth required by Google to rank you first. Instead, your content marketing plan should be about having: +

                +
                  +
                • a comprehensive pillar page covering a unique topic, and +
                • +
                • + narrow-focused children articles to dig deeper. +
                • +
                +

                + Search engines also look at how often you publish about a specific topic, and when was the last time it was written about. Nobody likes a graveyard blog, it just makes the reader lose trust; as if the writer was not good enough, therefore had no traffic, before entirely giving up. Deep content requires a sustained effort on your part to always new find ways to write about a specific subject. Sure, it will be easy at first. But what about five years later? Well, you will still need to hit publish, all about the very same topics you already covered years ago. +

                +

                + Tools and platforms such as topicseed are here to help you find new article ideas pertaining to your core topics within a few clicks and a few minutes. The number of web pages, Wikipedia articles, and pieces of content, our machine-learning algorithms can analyze in seconds would take you months to digest. Our topicgraph finds closely related concepts in order for your domain to reach topical authority through content depth and content breadth. +

                +
                +
                +
                +
                +
                + +
                + + +
                +
                +
                +
                +
                + + + + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-images.json new file mode 100644 index 0000000..bce09c6 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/assets.tumblr.com\/images\/og\/fb_landscape_share.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-metadata.json new file mode 100644 index 0000000..225236c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "+ Added Granite, Andesite, and Diorite stone blocks, with smooth versions\n+ Added Slime Block\n+ Added Iron Trapdoor\n+ Added Prismarine and Sea Lantern blocks\n+ Added the Ocean Monument\n+ Added Red...", + "Image": "http:\/\/assets.tumblr.com\/images\/og\/fb_landscape_share.png", + "Title": "Minecraft 1.8 - The Bountiful Update", + "SiteName": "Minecraft Update News" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected.html b/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected.html new file mode 100644 index 0000000..92cea21 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected.html @@ -0,0 +1,4 @@ +
                +

                Minecraft 1.8 - The Bountiful Update

                +

                + Added Granite, Andesite, and Diorite stone blocks, with smooth versions
                + Added Slime Block
                + Added Iron Trapdoor
                + Added Prismarine and Sea Lantern blocks
                + Added the Ocean Monument
                + Added Red Sandstone
                + Added Banners
                + Added Armor Stands
                + Added Coarse Dirt (dirt where grass won’t grow)
                + Added Guardian mobs, with item drops
                + Added Endermite mob
                + Added Rabbits, with item drops
                + Added Mutton and Cooked Mutton
                + Villagers will harvest crops and plant new ones
                + Mossy Cobblestone and Mossy Stone Bricks are now craftable
                + Chiseled Stone Bricks are now craftable
                + Doors and fences now come in all wood type variants
                + Sponge block has regained its water-absorbing ability and becomes wet
                + Added a spectator game mode (game mode 3)
                + Added one new achievement
                + Added “Customized” world type
                + Added hidden “Debug Mode” world type
                + Worlds can now have a world barrier
                + Added @e target selector for Command Blocks
                + Added /blockdata command
                + Added /clone command
                + Added /execute command
                + Added /fill command
                + Added /particle command
                + Added /testforblocks command
                + Added /title command
                + Added /trigger command
                + Added /worldborder command
                + Added /stats command
                + Containers can be locked in custom maps by using the “Lock” data tag
                + Added logAdminCommands, showDeathMessages, reducedDebugInfo, sendCommandFeedback, and randomTickSpeed game rules
                + Added three new statistics
                + Player skins can now have double layers across the whole model, and left/right arms/legs can be edited independently
                + Added a new player model with smaller arms, and a new player skin called Alex?
                + Added options for configuring what pieces of the skin that are visible
                + Blocks can now have custom visual variations in the resource packs
                + Minecraft Realms now has an activity chart, so you can see who has been online
                + Minecraft Realms now lets you upload your maps
                * Difficulty setting is saved per world, and can be locked if wanted
                * Enchanting has been redone, now costs lapis lazuli in addition to enchantment levels
                * Villager trading has been rebalanced
                * Anvil repairing has been rebalanced
                * Considerable faster client-side performance
                * Max render distance has been increased to 32 chunks (512 blocks)
                * Adventure mode now prevents you from destroying blocks, unless your items have the CanDestroy data tag
                * Resource packs can now also define the shape of blocks and items, and not just their textures
                * Scoreboards have been given a lot of new features
                * Tweaked the F3 debug screen
                * Block ID numbers (such as 1 for stone), are being replaced by ID names (such as minecraft:stone)
                * Server list has been improved
                * A few minor changes to village and temple generation
                * Mob heads for players now show both skin layers
                * Buttons can now be placed on the ceiling
                * Lots and lots of other changes
                * LOTS AND LOTS of other changes
                - Removed Herobrine

                +
                \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/tumblr/source.html b/vendor/fivefilters/readability.php/test/test-pages/tumblr/source.html new file mode 100644 index 0000000..14069d2 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/tumblr/source.html @@ -0,0 +1,793 @@ + + + + + + + + + + Minecraft 1.8 - The Bountiful Update - Minecraft 1.8 - The Bountiful Update - Minecraft Update News + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + + + + + + + +
                +

                Minecraft News

                +
                + + Powered by Tumblr + +
                +
                +
                +
                +
                +
                +

                Minecraft 1.8 - The Bountiful Update

                +

                + Added Granite, Andesite, and Diorite stone blocks, with smooth versions
                + Added Slime Block
                + Added Iron Trapdoor
                + Added Prismarine and Sea Lantern blocks
                + Added the Ocean Monument
                + Added Red Sandstone
                + Added Banners
                + Added Armor Stands
                + Added Coarse Dirt (dirt where grass won’t grow)
                + Added Guardian mobs, with item drops
                + Added Endermite mob
                + Added Rabbits, with item drops
                + Added Mutton and Cooked Mutton
                + Villagers will harvest crops and plant new ones
                + Mossy Cobblestone and Mossy Stone Bricks are now craftable
                + Chiseled Stone Bricks are now craftable
                + Doors and fences now come in all wood type variants
                + Sponge block has regained its water-absorbing ability and becomes wet
                + Added a spectator game mode (game mode 3)
                + Added one new achievement
                + Added “Customized” world type
                + Added hidden “Debug Mode” world type
                + Worlds can now have a world barrier
                + Added @e target selector for Command Blocks
                + Added /blockdata command
                + Added /clone command
                + Added /execute command
                + Added /fill command
                + Added /particle command
                + Added /testforblocks command
                + Added /title command
                + Added /trigger command
                + Added /worldborder command
                + Added /stats command
                + Containers can be locked in custom maps by using the “Lock” data tag
                + Added logAdminCommands, showDeathMessages, reducedDebugInfo, sendCommandFeedback, and randomTickSpeed game rules
                + Added three new statistics
                + Player skins can now have double layers across the whole model, and left/right arms/legs can be edited independently
                + Added a new player model with smaller arms, and a new player skin called Alex?
                + Added options for configuring what pieces of the skin that are visible
                + Blocks can now have custom visual variations in the resource packs
                + Minecraft Realms now has an activity chart, so you can see who has been online
                + Minecraft Realms now lets you upload your maps
                * Difficulty setting is saved per world, and can be locked if wanted
                * Enchanting has been redone, now costs lapis lazuli in addition to enchantment levels
                * Villager trading has been rebalanced
                * Anvil repairing has been rebalanced
                * Considerable faster client-side performance
                * Max render distance has been increased to 32 chunks (512 blocks)
                * Adventure mode now prevents you from destroying blocks, unless your items have the CanDestroy data tag
                * Resource packs can now also define the shape of blocks and items, and not just their textures
                * Scoreboards have been given a lot of new features
                * Tweaked the F3 debug screen
                * Block ID numbers (such as 1 for stone), are being replaced by ID names (such as minecraft:stone)
                * Server list has been improved
                * A few minor changes to village and temple generation
                * Mob heads for players now show both skin layers
                * Buttons can now be placed on the ceiling
                * Lots and lots of other changes
                * LOTS AND LOTS of other changes
                - Removed Herobrine

                +
                + +
                +
                +
                + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-images.json new file mode 100644 index 0000000..c2be6de --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-images.json @@ -0,0 +1,3 @@ +[ + "http://fakehost/test/logo.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-metadata.json new file mode 100644 index 0000000..416d55e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "", + "Image": null, + "Title": "Seattle Thunderbirds Hockey", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected.html b/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected.html new file mode 100644 index 0000000..09cd247 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected.html @@ -0,0 +1,174 @@ +
                +

                +

                +
                +
                + + +

                General Info

                +

                The Seattle Thunderbirds are excited to announce the dates of their + annual Summer Hockey Clinic! This three day hockey school will feature top level + instruction, both on and off-ice, from Thunderbirds players and coaches. Each day + includes 1.5 hours on-ice and 1.25 hours of off-ice instruction, conditioning and + theory!

                +

                Included in your purchase is a 2007 HOCKEY CLINIC JERSEY and the T-BIRDS + SUMMER HOCKEY TICKET SPECIAL! This ticket special includes 6 ticket vouchers for any + Thunderbirds game at KeyArena in 2007, where you can watch your own instructors take on + division rivals such as the Portland Winter Hawks and Everett Silvertips. That\'s 4.5 + hours on-ice, 3.75 hours off-ice, a jersey and 6 Thunderbirds tickets for as little as + $125! Your vouchers will be redeemable at the KeyArena East Box Office or the Hockey + Store at Kingsgate, but expire on December 31, 2007 - so pick out your games soon!

                +
                +

                The Thunderbirds offer 4 sessions, broken down by the age of the participating player. + You will begin your daily training on-ice and complete the day off-ice (see the next + page for a complete schedule). Please come prepared with appropriate work-out gear and + sneakers!

                +

                • GROUP A: 7, 8 & 9 yrs old $125
                • GROUP B: 10 & 11 yrs old $125
                • GROUP + C: 12, 13 & 14 yrs old $125
                • ADULTS: 18 & Over $160

                +
                +

                To reserve your space in the T-Birds Summer Hockey Clinic and receive + your Ticket Special, fill out the registration form on reverse. Space is limited and + fills up fast, so sign-up today!

                +

                Safe Environment: Our goal is to provide a positive, safe environment for + hockey players of all ages to improve their skills and enjoy their time with us. To help + ensure this, the Thunderbirds\' training staff will be at the clinic for its + entirety.

                +

                Elevate your game!
                Improve your skating…
                • lengthen your stride
                + • gain power
                • balance and agility

                +

                Improve your puck skills…
                • puck control and deking
                • power moves + and puck protection

                +

                Improve your passing and team play…
                • puck support and \'ice + vision\'
                • shooting for accuracy vs rebounds
                • game systems

                +


                Instructors: Instructors for the 2007 Summer Hockey Clinics will + include Seattle Thunderbirds Head Coach Rob Sumner, Assistant Coach Turner Stevenson, + past Thunderbirds Ryan Gibbons and Tyler Metcalfe and past and present Seattle + Thunderbirds players.

                +

                When/Where

                +

                The Thunderbirds Summer Hockey Clinic will take place from Tuesday, + August 14th, through Thursday, August 16th, at Kingsgate Ice Arena, 14326 124th Ave. NE, + Kirkland, WA 98034.

                +

                PLEASE NOTE: All players are required to wear full gear including a HECC + certified helmet with full facemask. Youth players must also wear a mouth guard. Adult + players may wear a half visor, however full cages and mouth guards are highly + recommended.

                +


                Registration

                +

                • To register and pay for your clinic online, compelte the form below
                • + To register and pay for your clinic via mail, click here to download the registration + form

                + + + + + + + + + +
                +
                +

                + Summer Hockey Clinic Registration Form +

                +
                +
                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

                Player Name

                Email Address

                Birthdate

                Address

                City/St

                Zip

                Day Phone

                Eve Phone

                Please indicate your curreny hockey association or + league:

                SKAHA   SJHA    KVAHA    + GSHL    Other

                If other, pelase specify:

                Position:

                Forward    Defense    Goalie

                +

                Jersey Size

                S   M    L    XL    + XXL

                I want to purchase the following T-Birds Summer Hockey + Clinic:

                + + + + + + + + + +

                GROUP A
                7, 8 & 9
                $125
                +

                GROUP B
                10 & 11
                $125
                +

                GROUP C
                12, 13 & 14
                + $125

                ADULTS
                18 & Over
                $160
                +

                +
                 

                Waiver and Release

                By checking this box, I understand that participation + of the sport constitutes a risk to me (or my child). I voluntarily + recognize, accept and assume risk and release the Seattle + Thunderbirds and Kingsgate Arena from any and all liability.

                +

                Once you click submit, you will be + given the link to continue to online payment

                +
                + +
                +
                \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/source.html b/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/source.html new file mode 100644 index 0000000..e4b2d4a --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/source.html @@ -0,0 +1,421 @@ + + + + Seattle Thunderbirds Hockey + + + + + + + + + + + + + + + + + + + + + + + +
                +
                + Official Website of the Seattle Thunderbirds Hockey Club      + Contact Us | + Site Map | + Sign up for the + E-News! +
                +
                + + + + + + + +
                +
                + +
                +
                +
                + + + + + + + + + +

                General Info

                When/Where

                Sign Up Online

                Downloand + Brochure

                +

                 

                +

                General Info

                +

                The Seattle Thunderbirds are excited to announce the dates of their + annual Summer Hockey Clinic! This three day hockey school will feature top level + instruction, both on and off-ice, from Thunderbirds players and coaches. Each day + includes 1.5 hours on-ice and 1.25 hours of off-ice instruction, conditioning and + theory!

                +

                Included in your purchase is a 2007 HOCKEY CLINIC JERSEY and the T-BIRDS + SUMMER HOCKEY TICKET SPECIAL! This ticket special includes 6 ticket vouchers for any + Thunderbirds game at KeyArena in 2007, where you can watch your own instructors take on + division rivals such as the Portland Winter Hawks and Everett Silvertips. That\'s 4.5 + hours on-ice, 3.75 hours off-ice, a jersey and 6 Thunderbirds tickets for as little as + $125! Your vouchers will be redeemable at the KeyArena East Box Office or the Hockey + Store at Kingsgate, but expire on December 31, 2007 - so pick out your games soon!

                +
                +
                +

                The Thunderbirds offer 4 sessions, broken down by the age of the participating player. + You will begin your daily training on-ice and complete the day off-ice (see the next + page for a complete schedule). Please come prepared with appropriate work-out gear and + sneakers!

                +
                +
                +

                • GROUP A: 7, 8 & 9 yrs old $125
                • GROUP B: 10 & 11 yrs old $125
                • GROUP + C: 12, 13 & 14 yrs old $125
                • ADULTS: 18 & Over $160

                +
                +
                +

                To reserve your space in the T-Birds Summer Hockey Clinic and receive + your Ticket Special, fill out the registration form on reverse. Space is limited and + fills up fast, so sign-up today!

                +

                Safe Environment: Our goal is to provide a positive, safe environment for + hockey players of all ages to improve their skills and enjoy their time with us. To help + ensure this, the Thunderbirds\' training staff will be at the clinic for its + entirety.

                +

                Elevate your game!
                Improve your skating…
                • lengthen your stride
                + • gain power
                • balance and agility

                +

                Improve your puck skills…
                • puck control and deking
                • power moves + and puck protection

                +

                Improve your passing and team play…
                • puck support and \'ice + vision\'
                • shooting for accuracy vs rebounds
                • game systems

                +


                Instructors: Instructors for the 2007 Summer Hockey Clinics will + include Seattle Thunderbirds Head Coach Rob Sumner, Assistant Coach Turner Stevenson, + past Thunderbirds Ryan Gibbons and Tyler Metcalfe and past and present Seattle + Thunderbirds players.

                +

                When/Where

                +

                The Thunderbirds Summer Hockey Clinic will take place from Tuesday, + August 14th, through Thursday, August 16th, at Kingsgate Ice Arena, 14326 124th Ave. NE, + Kirkland, WA 98034.

                +

                PLEASE NOTE: All players are required to wear full gear including a HECC + certified helmet with full facemask. Youth players must also wear a mouth guard. Adult + players may wear a half visor, however full cages and mouth guards are highly + recommended.

                +


                Registration

                +

                • To register and pay for your clinic online, compelte the form below
                • + To register and pay for your clinic via mail, click here to download the registration + form

                + + + + + + + + + +
                + + + + + + +
                +
                + Summer Hockey Clinic Registration Form +
                +
                +
                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

                Player Name

                Email Address

                Birthdate

                Address

                City/St

                Zip

                Day Phone

                Eve Phone

                Please indicate your curreny hockey association or + league:

                 

                SKAHA   SJHA    KVAHA    + GSHL    Other

                If other, pelase specify:

                Position:

                Forward    Defense    Goalie

                +

                Jersey Size

                S   M    L    XL    + XXL

                I want to purchase the following T-Birds Summer Hockey + Clinic:

                + + + + + + + + + +

                GROUP A
                7, 8 & 9
                $125
                +

                GROUP B
                10 & 11
                $125
                +

                GROUP C
                12, 13 & 14
                + $125

                ADULTS
                18 & Over
                $160
                +

                +
                 

                Waiver and Release

                By checking this box, I understand that participation + of the sport constitutes a risk to me (or my child). I voluntarily + recognize, accept and assume risk and release the Seattle + Thunderbirds and Kingsgate Arena from any and all liability.

                +

                 

                Once you click submit, you will be + given the link to continue to online payment

                +
                +

                 

                +
                +
                +
                 
                +
                + Seattle Thunderbirds Hockey Club © 2005-06 All Rights Reserved • + Powered by Worldlink • Webmaster Email +
                14326 124th Ave• Kirkland, WA 98034 • Phone: 425.869.7825 • Tix: 206.448.PUCK• Fax: 425.497.0812 +
                +
                + + \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected-images.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected-images.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected-metadata.json new file mode 100644 index 0000000..76403c3 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": null, + "Excerpt": "Emscripten now supports standalone Wasm files, which do not need JavaScript.", + "Image": null, + "Title": "standalone WebAssembly binaries using Emscripten \u00b7 V8", + "SiteName": null +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected.html b/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected.html new file mode 100644 index 0000000..ba11321 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/v8-blog/expected.html @@ -0,0 +1,178 @@ +
                +

                + Emscripten has always focused first and foremost on compiling to the Web and other JavaScript environments like Node.js. But as WebAssembly starts to be used without JavaScript, new use cases are appearing, and so we've been working on support for emitting standalone Wasm files from Emscripten, that do not depend on the Emscripten JS runtime! This post explains why that's interesting. +

                +

                + Using standalone mode in Emscripten # +

                +

                + First, let's see what you can do with this new feature! Similar to this post let's start with a "hello world" type program that exports a single function that adds two numbers: +

                +
                // add.c
                #include <emscripten.h>

                EMSCRIPTEN_KEEPALIVE
                int add(int x, int y) {
                return x + y;
                }

                +

                + We'd normally build this with something like emcc -O3 add.c -o add.js which would emit add.js and add.wasm. Instead, let's ask emcc to only emit Wasm: +

                +
                emcc -O3 add.c -o add.wasm
                +
                +

                + When emcc sees we only want Wasm then it makes it "standalone" - a Wasm file that can run by itself as much as possible, without any JavaScript runtime code from Emscripten. +

                +

                + Disassembling it, it's very minimal - just 87 bytes! It contains the obvious add function +

                +
                (func $add (param $0 i32) (param $1 i32) (result i32)
                (i32.add
                (local.get $0)
                (local.get $1)
                )
                )
                +

                + and one more function, _start, +

                +
                (func $_start
                (nop)
                )
                +

                + _start is part of the WASI spec, and Emscripten's standalone mode emits it so that we can run in WASI runtimes. (Normally _start would do global initialization, but here we just don't need any so it's empty.) +

                +

                + Write your own JavaScript loader # +

                +

                + One nice thing about a standalone Wasm file like this is that you can write custom JavaScript to load and run it, which can be very minimal depending on your use case. For example, we can do this in Node.js: +

                +
                // load-add.js
                const binary = require('fs').readFileSync('add.wasm');

                WebAssembly.instantiate(binary).then(({ instance }) => {
                console.log(instance.exports.add(40, 2));
                });

                +

                + Just 4 lines! Running that prints 42 as expected. Note that while this example is very simplistic, there are cases where you simply don't need much JavaScript, and may be able to do better than Emscripten's default JavaScript runtime (which supports a bunch of environments and options). A real-world example of that is in zeux's meshoptimizer - just 57 lines, including memory management, growth, etc.! +

                +

                + Running in Wasm runtimes # +

                +

                + Another nice thing about standalone Wasm files is that you can run them in Wasm runtimes like wasmer, wasmtime, or WAVM. For example, consider this hello world: +

                +
                // hello.cpp
                #include <stdio.h>

                int main() {
                printf("hello, world!\n");
                return 0;
                }

                +

                + We can build and run that in any of those runtimes: +

                +
                $ emcc hello.cpp -O3 -o hello.wasm
                $ wasmer run hello.wasm
                hello, world!
                $ wasmtime hello.wasm
                hello, world!
                $ wavm run hello.wasm
                hello, world!
                +

                + Emscripten uses WASI APIs as much as possible, so programs like this end up using 100% WASI and can run in WASI-supporting runtimes (see notes later on what programs require more than WASI). +

                +

                + Building Wasm plugins # +

                +

                + Aside from the Web and the server, an exciting area for Wasm is plugins. For example, an image editor might have Wasm plugins that can perform filters and other operations on the image. For that type of use case you want a standalone Wasm binary, just like in the examples so far, but where it also has a proper API for the embedding application. +

                +

                + Plugins are sometimes related to dynamic libraries, as dynamic libraries are one way to implement them. Emscripten has support for dynamic libraries with the SIDE_MODULE option, and this has been a way to build Wasm plugins. The new standalone Wasm option described here is an improvement on that in several ways: First, a dynamic library has relocatable memory, which adds overhead if you don’t need it (and you don’t if you aren’t linking the Wasm with another Wasm after loading it). Second, standalone output is designed to run in Wasm runtimes as well, as mentioned earlier. +

                +

                + Okay, so far so good: Emscripten can either emit JavaScript + WebAssembly as it always did, and now it can also emit just WebAssembly by itself, which lets you run it in places that don't have JavaScript like Wasm runtimes, or you can write your own custom JavaScript loader code, etc. Now let's talk about the background and the technical details! +

                +

                + WebAssembly's two standard APIs # +

                +

                + WebAssembly can only access the APIs it receives as imports - the core Wasm spec has no concrete API details. Given the current trajectory of Wasm, it looks like there will be 3 main categories of APIs that people import and use: +

                + +

                + WebAssembly is in the interesting position of having two standardized sets of APIs. This does makes sense in that one is for the Web and one for the server, and those environments do have different requirements; for similar reasons Node.js does not have identical APIs to JavaScript on the Web. +

                +

                + However, there is more than the Web and the server, in particular there are also Wasm plugins. For one thing, plugins can run inside an application that may be on the Web (just like JS plugins) or off the Web; for another, regardless of where the embedding application is, a plugin environment is not a Web nor a server environment. So it's not immediately obvious which sets of APIs will be used - it may depend on the code being ported, the Wasm runtime being embedded, etc. +

                +

                + Let's unify as much as possible # +

                +

                + One concrete way Emscripten hopes to help here is that by using WASI APIs as much as possible we can avoid unnecessary API differences. As mentioned earlier, on the Web Emscripten code accesses Web APIs indirectly, through JavaScript, so where that JavaScript API could look like WASI, we'd be removing an unnecessary API difference, and that same binary can also run on the server. In other words, if Wasm wants to log some info, it needs to call into JS, something like this: +

                +
                wasm   =>   function musl_writev(..) { .. console.log(..) .. }
                +

                + musl_writev is an implementation of the Linux syscall interface that musl libc uses to write data to a file descriptor, and that ends up calling console.log with the proper data. The Wasm module imports and calls that musl_writev, which defines an ABI between the JS and the Wasm. That ABI is arbitrary (and in fact Emscripten has changed its ABI over time to optimize it). If we replace that with an ABI that matches WASI, we can get this: +

                +
                wasm   =>   function __wasi_fd_write(..) { .. console.log(..) .. }
                +

                + This isn't a big change, just requiring some refactoring of the ABI, and when running in a JS environment it doesn't matter much. But now the Wasm can run without the JS since that WASI API is recognized by WASI runtimes! That’s how the standalone Wasm examples from before work, just by refactoring Emscripten to use WASI APIs. +

                +

                + Another advantage of Emscripten using WASI APIs is that we can help the WASI spec by finding real-world issues. For example, we found that changing the WASI "whence" constants would be useful, and we've started some discussions around code size and POSIX compatibility. +

                +

                + Emscripten using WASI as much as possible is also useful in that it lets users use a single SDK to target Web, server, and plugin environments. Emscripten isn't the only SDK allowing that, as the WASI SDK's output can be run on the Web using the WASI Web Polyfill or Wasmer's wasmer-js, but Emscripten’s Web output is more compact, so it lets a single SDK be used without compromising Web performance. +

                +

                + Speaking of which, you can emit a standalone Wasm file from Emscripten with optional JS in a single command: +

                +
                emcc -O3 add.c -o add.js -s STANDALONE_WASM
                +
                +

                + That emits add.js and add.wasm. The Wasm file is standalone just like earlier when we only emitted a Wasm file by itself (STANDALONE_WASM was set automatically when we said -o add.wasm), but now in addition there is a JS file that can load and run it. The JS is useful for running it on the Web if you don't want to write your own JS for that. +

                +

                + Do we need non-standalone Wasm? # +

                +

                + Why does the STANDALONE_WASM flag exist? In theory Emscripten could always set STANDALONE_WASM, which would be simpler. But standalone Wasm files can't depend on JS, and that has some downsides: +

                + +

                + If you want to run both on the Web and elsewhere, and you want 100% optimal code size and startup times, you should make two separate builds, one with -s STANDALONE and one without. That's very easy as it's just flipping one flag! +

                +

                + Necessary API differences # +

                +

                + We saw that Emscripten uses WASI APIs as much as possible to avoid unnecessary API differences. Are there any necessary ones? Sadly, yes - some WASI APIs require tradeoffs. For example: +

                + +

                + In time WASI may add more POSIX support, a memory growth notification, etc. - WASI is still highly experimental and expected to change significantly. For now, to avoid regressions in Emscripten we do not emit 100% WASI binaries if you use certain features. In particular, opening files uses a POSIX method instead of WASI, which means that if you call fopen then the resulting Wasm file will not be 100% WASI - however, if all you do is use printf, which operates on the already-open stdout, then it will be 100% WASI, as in the "hello world" example we saw near the beginning, where Emscripten's output does run in WASI runtimes. +

                +

                + If it would be useful for users we can add a PURE_WASI option which would sacrifice code size in return for strict WASI compliance, but if that's not urgent (and most plugin use cases we’ve seen so far don’t need full file I/O) then maybe we can wait for WASI to improve to where Emscripten can remove these non-WASI APIs. That would be the best outcome, and we’re working towards that as you can see in the links above. +

                +

                + However, even if WASI does improve, there is no avoiding the fact that Wasm has two standardized APIs as mentioned earlier. In the future I expect Emscripten will call Web APIs directly using interface types, because that will be more compact than calling a WASI-looking JS API that then calls a Web API (as in the musl_writev example from before). We could have a polyfill or a translation layer of some sort to help here, but we wouldn't want to use it unnecessarily, so we will need separate builds for Web and WASI environments. (This is somewhat unfortunate; in theory this could have been avoided if WASI were a superset of Web APIs, but obviously that would have meant compromises on the server side.) +

                +

                + Current status # +

                +

                + Quite a lot works already! The main limitations are: +

                + +

                + You can still use all those in Emscripten's standalone mode, but the output will contain calls to JS runtime support code. As a result, it will not be 100% WASI (for similar reasons those features also do not work in the WASI SDK). Those Wasm files won't run in WASI runtimes, but you can use them on the Web and you can write your own JS runtime for them. You can also use them as plugins; for example, a game engine could have plugins that render using OpenGL, and the developer would compile them in standalone mode and then implement the OpenGL imports in the engine's Wasm runtime. Standalone Wasm mode still helps here because it makes the output as standalone as Emscripten can make it. +

                +

                + You may also find APIs that do have a non-JS replacement that we haven’t converted yet, as work is still ongoing. Please file bugs, and as always help is welcome! +

                +
                \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/v8-blog/source.html b/vendor/fivefilters/readability.php/test/test-pages/v8-blog/source.html new file mode 100644 index 0000000..4a23d09 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/v8-blog/source.html @@ -0,0 +1,259 @@ + + + + + + Outside the web: standalone WebAssembly binaries using Emscripten · V8 + + + + + + + + + + + + + +
                +
                +
                +

                + Outside the web: standalone WebAssembly binaries using Emscripten +

                +

                + Published · Tagged with WebAssembly tooling +

                +
                +
                +

                + Emscripten has always focused first and foremost on compiling to the Web and other JavaScript environments like Node.js. But as WebAssembly starts to be used without JavaScript, new use cases are appearing, and so we've been working on support for emitting standalone Wasm files from Emscripten, that do not depend on the Emscripten JS runtime! This post explains why that's interesting. +

                +

                + Using standalone mode in Emscripten # +

                +

                + First, let's see what you can do with this new feature! Similar to this post let's start with a "hello world" type program that exports a single function that adds two numbers: +

                +
                // add.c
                #include <emscripten.h>

                EMSCRIPTEN_KEEPALIVE
                int add(int x, int y) {
                return x + y;
                }
                +

                + We'd normally build this with something like emcc -O3 add.c -o add.js which would emit add.js and add.wasm. Instead, let's ask emcc to only emit Wasm: +

                +
                emcc -O3 add.c -o add.wasm
                +
                +

                + When emcc sees we only want Wasm then it makes it "standalone" - a Wasm file that can run by itself as much as possible, without any JavaScript runtime code from Emscripten. +

                +

                + Disassembling it, it's very minimal - just 87 bytes! It contains the obvious add function +

                +
                (func $add (param $0 i32) (param $1 i32) (result i32)
                (i32.add
                (local.get $0)
                (local.get $1)
                )
                )
                +

                + and one more function, _start, +

                +
                (func $_start
                (nop)
                )
                +

                + _start is part of the WASI spec, and Emscripten's standalone mode emits it so that we can run in WASI runtimes. (Normally _start would do global initialization, but here we just don't need any so it's empty.) +

                +

                + Write your own JavaScript loader # +

                +

                + One nice thing about a standalone Wasm file like this is that you can write custom JavaScript to load and run it, which can be very minimal depending on your use case. For example, we can do this in Node.js: +

                +
                // load-add.js
                const binary = require('fs').readFileSync('add.wasm');

                WebAssembly.instantiate(binary).then(({ instance }) => {
                console.log(instance.exports.add(40, 2));
                });
                +

                + Just 4 lines! Running that prints 42 as expected. Note that while this example is very simplistic, there are cases where you simply don't need much JavaScript, and may be able to do better than Emscripten's default JavaScript runtime (which supports a bunch of environments and options). A real-world example of that is in zeux's meshoptimizer - just 57 lines, including memory management, growth, etc.! +

                +

                + Running in Wasm runtimes # +

                +

                + Another nice thing about standalone Wasm files is that you can run them in Wasm runtimes like wasmer, wasmtime, or WAVM. For example, consider this hello world: +

                +
                // hello.cpp
                #include <stdio.h>

                int main() {
                printf("hello, world!\n");
                return 0;
                }
                +

                + We can build and run that in any of those runtimes: +

                +
                $ emcc hello.cpp -O3 -o hello.wasm
                $ wasmer run hello.wasm
                hello, world!
                $ wasmtime hello.wasm
                hello, world!
                $ wavm run hello.wasm
                hello, world!
                +

                + Emscripten uses WASI APIs as much as possible, so programs like this end up using 100% WASI and can run in WASI-supporting runtimes (see notes later on what programs require more than WASI). +

                +

                + Building Wasm plugins # +

                +

                + Aside from the Web and the server, an exciting area for Wasm is plugins. For example, an image editor might have Wasm plugins that can perform filters and other operations on the image. For that type of use case you want a standalone Wasm binary, just like in the examples so far, but where it also has a proper API for the embedding application. +

                +

                + Plugins are sometimes related to dynamic libraries, as dynamic libraries are one way to implement them. Emscripten has support for dynamic libraries with the SIDE_MODULE option, and this has been a way to build Wasm plugins. The new standalone Wasm option described here is an improvement on that in several ways: First, a dynamic library has relocatable memory, which adds overhead if you don’t need it (and you don’t if you aren’t linking the Wasm with another Wasm after loading it). Second, standalone output is designed to run in Wasm runtimes as well, as mentioned earlier. +

                +

                + Okay, so far so good: Emscripten can either emit JavaScript + WebAssembly as it always did, and now it can also emit just WebAssembly by itself, which lets you run it in places that don't have JavaScript like Wasm runtimes, or you can write your own custom JavaScript loader code, etc. Now let's talk about the background and the technical details! +

                +

                + WebAssembly's two standard APIs # +

                +

                + WebAssembly can only access the APIs it receives as imports - the core Wasm spec has no concrete API details. Given the current trajectory of Wasm, it looks like there will be 3 main categories of APIs that people import and use: +

                +
                  +
                • + Web APIs: This is what Wasm programs use on the Web, which are the existing standardized APIs that JavaScript can use too. Currently these are called indirectly, through JS glue code, but in the future with interface types they will be called directly. +
                • +
                • + WASI APIs: WASI focuses on standardizing APIs for Wasm on the server. +
                • +
                • + Other APIs: Various custom embeddings will define their own application-specific APIs. For example, we gave the example earlier of an image editor with Wasm plugins that implement an API to do visual effects. Note that a plugin might also have access to “system” APIs, like a native dynamic library would, or it might be very sandboxed and have no imports at all (if the embedding just calls its methods). +
                • +
                +

                + WebAssembly is in the interesting position of having two standardized sets of APIs. This does makes sense in that one is for the Web and one for the server, and those environments do have different requirements; for similar reasons Node.js does not have identical APIs to JavaScript on the Web. +

                +

                + However, there is more than the Web and the server, in particular there are also Wasm plugins. For one thing, plugins can run inside an application that may be on the Web (just like JS plugins) or off the Web; for another, regardless of where the embedding application is, a plugin environment is not a Web nor a server environment. So it's not immediately obvious which sets of APIs will be used - it may depend on the code being ported, the Wasm runtime being embedded, etc. +

                +

                + Let's unify as much as possible # +

                +

                + One concrete way Emscripten hopes to help here is that by using WASI APIs as much as possible we can avoid unnecessary API differences. As mentioned earlier, on the Web Emscripten code accesses Web APIs indirectly, through JavaScript, so where that JavaScript API could look like WASI, we'd be removing an unnecessary API difference, and that same binary can also run on the server. In other words, if Wasm wants to log some info, it needs to call into JS, something like this: +

                +
                wasm   =>   function musl_writev(..) { .. console.log(..) .. }
                +

                + musl_writev is an implementation of the Linux syscall interface that musl libc uses to write data to a file descriptor, and that ends up calling console.log with the proper data. The Wasm module imports and calls that musl_writev, which defines an ABI between the JS and the Wasm. That ABI is arbitrary (and in fact Emscripten has changed its ABI over time to optimize it). If we replace that with an ABI that matches WASI, we can get this: +

                +
                wasm   =>   function __wasi_fd_write(..) { .. console.log(..) .. }
                +

                + This isn't a big change, just requiring some refactoring of the ABI, and when running in a JS environment it doesn't matter much. But now the Wasm can run without the JS since that WASI API is recognized by WASI runtimes! That’s how the standalone Wasm examples from before work, just by refactoring Emscripten to use WASI APIs. +

                +

                + Another advantage of Emscripten using WASI APIs is that we can help the WASI spec by finding real-world issues. For example, we found that changing the WASI "whence" constants would be useful, and we've started some discussions around code size and POSIX compatibility. +

                +

                + Emscripten using WASI as much as possible is also useful in that it lets users use a single SDK to target Web, server, and plugin environments. Emscripten isn't the only SDK allowing that, as the WASI SDK's output can be run on the Web using the WASI Web Polyfill or Wasmer's wasmer-js, but Emscripten’s Web output is more compact, so it lets a single SDK be used without compromising Web performance. +

                +

                + Speaking of which, you can emit a standalone Wasm file from Emscripten with optional JS in a single command: +

                +
                emcc -O3 add.c -o add.js -s STANDALONE_WASM
                +
                +

                + That emits add.js and add.wasm. The Wasm file is standalone just like earlier when we only emitted a Wasm file by itself (STANDALONE_WASM was set automatically when we said -o add.wasm), but now in addition there is a JS file that can load and run it. The JS is useful for running it on the Web if you don't want to write your own JS for that. +

                +

                + Do we need non-standalone Wasm? # +

                +

                + Why does the STANDALONE_WASM flag exist? In theory Emscripten could always set STANDALONE_WASM, which would be simpler. But standalone Wasm files can't depend on JS, and that has some downsides: +

                +
                  +
                • We can't minify the Wasm import and export names, as the minification only works if both sides agree, the Wasm and what loads it. +
                • +
                • Normally we create the Wasm Memory in JS so that JS can start to use it during startup, which lets us do work in parallel. But in standalone Wasm we have to create the Memory in the Wasm. +
                • +
                • Some APIs are just easy to do in JS. For example __assert_fail, which is called when a C assertion fails, is normally implemented in JS. It takes just a single line, and even if you include the JS functions it calls, the total code size is quite small. On the other hand, in a standalone build we can't depend on JS, so we use musl's assert.c. That uses fprintf, which means it ends up pulling in a bunch of C stdio support, including things with indirect calls that make it hard to remove unused functions. Overall, there are many such details that end up making a difference in total code size. +
                • +
                +

                + If you want to run both on the Web and elsewhere, and you want 100% optimal code size and startup times, you should make two separate builds, one with -s STANDALONE and one without. That's very easy as it's just flipping one flag! +

                +

                + Necessary API differences # +

                +

                + We saw that Emscripten uses WASI APIs as much as possible to avoid unnecessary API differences. Are there any necessary ones? Sadly, yes - some WASI APIs require tradeoffs. For example: +

                +
                  +
                • WASI does not support various POSIX features, like user/group/world file permissions, as a result of which you can't fully implement a (Linux) system ls for example (see details in that link). Emscripten's existing filesystem layer does support some of those things, so if we switched to WASI APIs for all filesystem operations then we'd be losing some POSIX support. +
                • +
                • WASI's path_open has a cost in code size because it forces extra permissions handling in the Wasm itself. That code is unnecessary on the Web. +
                • +
                • WASI doesn't provide a notification API for memory growth, and as a result, JS runtimes must constantly check if memory grew and if so update their views, on every import and export. To avoid that overhead, Emscripten provides a notification API, emscripten_notify_memory_growth, which you can see implemented in a single line in zeux's meshoptimizer that we mentioned earlier. +
                • +
                +

                + In time WASI may add more POSIX support, a memory growth notification, etc. - WASI is still highly experimental and expected to change significantly. For now, to avoid regressions in Emscripten we do not emit 100% WASI binaries if you use certain features. In particular, opening files uses a POSIX method instead of WASI, which means that if you call fopen then the resulting Wasm file will not be 100% WASI - however, if all you do is use printf, which operates on the already-open stdout, then it will be 100% WASI, as in the "hello world" example we saw near the beginning, where Emscripten's output does run in WASI runtimes. +

                +

                + If it would be useful for users we can add a PURE_WASI option which would sacrifice code size in return for strict WASI compliance, but if that's not urgent (and most plugin use cases we’ve seen so far don’t need full file I/O) then maybe we can wait for WASI to improve to where Emscripten can remove these non-WASI APIs. That would be the best outcome, and we’re working towards that as you can see in the links above. +

                +

                + However, even if WASI does improve, there is no avoiding the fact that Wasm has two standardized APIs as mentioned earlier. In the future I expect Emscripten will call Web APIs directly using interface types, because that will be more compact than calling a WASI-looking JS API that then calls a Web API (as in the musl_writev example from before). We could have a polyfill or a translation layer of some sort to help here, but we wouldn't want to use it unnecessarily, so we will need separate builds for Web and WASI environments. (This is somewhat unfortunate; in theory this could have been avoided if WASI were a superset of Web APIs, but obviously that would have meant compromises on the server side.) +

                +

                + Current status # +

                +

                + Quite a lot works already! The main limitations are: +

                +
                  +
                • + WebAssembly limitations: Various features, like C++ exceptions, setjmp, and pthreads, depend on JavaScript due to Wasm limitations, and there is no good non-JS replacement yet. (Emscripten may start to support some of them using Asyncify, or maybe we'll just wait for native Wasm features to arrive to VMs.) +
                • +
                • + WASI limitations: Libraries and APIs like OpenGL and SDL don't have corresponding WASI APIs yet. +
                • +
                +

                + You can still use all those in Emscripten's standalone mode, but the output will contain calls to JS runtime support code. As a result, it will not be 100% WASI (for similar reasons those features also do not work in the WASI SDK). Those Wasm files won't run in WASI runtimes, but you can use them on the Web and you can write your own JS runtime for them. You can also use them as plugins; for example, a game engine could have plugins that render using OpenGL, and the developer would compile them in standalone mode and then implement the OpenGL imports in the engine's Wasm runtime. Standalone Wasm mode still helps here because it makes the output as standalone as Emscripten can make it. +

                +

                + You may also find APIs that do have a non-JS replacement that we haven’t converted yet, as work is still ongoing. Please file bugs, and as always help is welcome! +

                +
                + +
                +
                + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected-images.json new file mode 100644 index 0000000..e9012bd --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected-images.json @@ -0,0 +1,3 @@ +[ + "https:\/\/cdn.vox-cdn.com\/thumbor\/7WyjCLC7n6i1IG2eJB06qi1o7kQ=\/0x148:2300x1352\/fit-in\/1200x630\/cdn.vox-cdn.com\/uploads\/chorus_asset\/file\/9871033\/Movies_end_of_year_2017.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected-metadata.json new file mode 100644 index 0000000..4d61d3b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Alissa Wilkinson", + "Direction": null, + "Excerpt": "It was an extraordinary year for movies.", + "Image": "https:\/\/cdn.vox-cdn.com\/thumbor\/7WyjCLC7n6i1IG2eJB06qi1o7kQ=\/0x148:2300x1352\/fit-in\/1200x630\/cdn.vox-cdn.com\/uploads\/chorus_asset\/file\/9871033\/Movies_end_of_year_2017.jpg", + "Title": "How to watch the 21 best films of 2017", + "SiteName": "Vox" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected.html new file mode 100644 index 0000000..82740b1 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/videos-1/expected.html @@ -0,0 +1,309 @@ +
                +

                + In the introduction to her review anthology For Keeps: 30 Years at the Movies, the legendary film critic Pauline Kael wrote, “I’m frequently asked why I don’t write my memoirs. I think I have.” She meant what most movie critics realize at some point: that reading your past reviews and revisiting the lists of films you liked most during the year reveals not just something about a particular year in cinema, but something about you as well. +

                +

                + That’s the feeling I get constructing my list of the best films of 2017, a year that overflowed with great films in every genre, from horror and romantic comedy to documentary and arthouse drama. Some of the films on my list have commonalities — ghosts, meditations on memory and interpersonal connection, and women who refuse to behave — but mostly they underscore just how vibrant cinema remains as an art form, even in the midst of massive cultural shifts in the industry and beyond. And it is a keen reminder to me of all the 2017 conversations I’ve had around and at the movies — and the ways I will never be the same. +

                +

                + Here are my top 21 films of 2017 and how to watch them at home, with 14 honorable mentions. +

                +

                + 21) Star Wars: The Last Jedi +

                +
                +

                + +

                +
                +

                + I am as shocked as anyone that a Star Wars movie found its way onto my list — but I was bowled over by The Last Jedi, which may be one of the series’ best. In the hands of writer-director Rian Johnson (who will also oversee a new Star Wars trilogy), The Last Jedi is beautiful to look at and keeps its eye on the relationships between characters and how they communicate with one another, in addition to the bigger galactic story. The same characters are back, but they seem infused with new life, and the galaxy with a new kind of hope. The movie’s best details are in the strong bonds that develop between characters, and I left the film with the realization that for the first time in my life, I loved a Star Wars movie. Now I understand the magic. +

                +

                + Star Wars: The Last Jedi is currently streaming on Netflix and available to digitally rent on Google Play and YouTube. +

                +

                + 20) Faces Places +

                +
                +

                + +

                +
                +

                + The unusual documentary Faces Places (in French, Visages Villages) turns on the friendship between the accomplished street artist JR and legendary film director Agnès Varda, whose work was central to the development of the French New Wave movement. The pair (whose difference in age is 55 years) met after years of admiring each other’s work and decided to create a documentary portrait of France — by making a number of actual portraits. The film chronicles a leg of the "Inside Outside Project," a roving art initiative in which JR makes enormous portraits of people he meets and pastes them onto buildings and walls. In the film, Varda joins him, and as they talk to people around the country, they grow in their understanding of themselves and of each other. The development of their friendship, which is both affectionate and mutually sharpening, forms Faces Places’ emotional center. +

                +

                + Faces Places is currently streaming on Netflix and available to digitally rent on Google Play and YouTube. +

                + +

                + 19) Ingrid Goes West +

                +
                +

                + +

                +
                +

                + Ingrid Goes West is a twisted and dark comedy — part addiction narrative, part stalker story — and yet it’s set in a world that’s almost pathologically cheery: the glossy, sunny, nourishing, superfood- and superlative-loving universe of Instagram celebrity. But despite Ingrid Goes West’s spot-on take on that world, the best thing about the film is that it refuses to traffic in lazy buzzwords and easy skewering, particularly at the expense of young women. Instead, the movie conveys that behind every Instagram image and meltdown is a real person, with real insecurities, real feelings, and real problems. And it recognizes that living a life performed in public can be its own kind of self-deluding prison. +

                +

                + Ingrid Goes West is currently streaming on Hulu and available to digitally rent on YouTube and Google Play. +

                +

                + 18) Lady Macbeth +

                +
                +

                + +

                +
                +

                + Lady Macbeth is no placid costume drama. Adapted from an 1865 Russian novella by Nikolai Leskov, the movie follows Katherine (the astounding Florence Pugh), a woman in the Lady Macbeth line characterized by a potent cocktail of very few scruples and a lot of determination. She's a chilling avatar for the ways that class and privilege — both obvious and hidden — insulate some people from the consequences of their actions while damning others. Lady Macbeth is also a dazzling directorial debut from William Oldroyd, a thrilling combination of sex, murder, intrigue, and power plays. It’s visually stunning, each frame composed so carefully and deliberately that the wildness and danger roiling just below the surface feels even more frightening. Each scene ratchets up the tension to an explosive, chilling end. +

                +

                + Lady Macbeth is currently streaming on HBO Go and HBO Now, and it is available to digitally rent on Amazon Prime, Vudu, YouTube, iTunes, and Google Play. +

                +

                + 17) BPM (Beats Per Minute) +

                +
                +

                + +

                +
                +

                + BPM (Beats Per Minute) is a remarkably tender and stirring story of the Paris chapter of ACT UP, an AIDS activism group, and the young people who found themselves caught in the crosshairs of the AIDS crisis in the early 1990s. The film follows both the group's actions and the individual members’ shifting relationships to one another — enemies becoming friends, friends becoming lovers, lovers becoming caretakers — as well as their struggles with the disease wracking their community. As an account of the period, it’s riveting; as an exploration of life and love set at the urgent intersection of the political and the personal, it’s devastating. +

                +

                + BPM (Beats Per Minute) is currently streaming on Hulu and available to digitally rent on Google Play and YouTube. +

                +

                + 16) The Big Sick +

                +
                +

                + +

                +
                +

                + Few 2017 movies could top the charm and tenderness of The Big Sick, which hits all the right romantic comedy notes with one unusual distinction: It feels like real life. That’s probably because The Big Sick is written by real-life married couple Emily V. Gordon and Silicon Valley's Kumail Nanjiani, and based on their real-life romance. The Big Sick — which stars Nanjiani as a version of himself, alongside Zoe Kazan as Emily — is funny and sweet while not backing away from matters that romantic comedies don’t usually touch on, like serious illness, struggles in long-term marriages, and religion. As it tells the couple’s story, which takes a serious turn when Emily falls ill with a mysterious infection and her parents (played by Holly Hunter and Ray Romano) come to town, it becomes a funny and wise story about real love. +

                +

                + The Big Sick is currently streaming on Amazon Prime and available to digitally rent on iTunes, Vudu, Amazon, YouTube, and Google Play. +

                +

                + 15) Mother! +

                +
                +

                + +

                +
                +

                + There’s so much pulsing beneath the surface of Mother! that it’s hard to grab on to just one theme as what it “means.” It’s full-on apocalyptic fiction, and like all stories of apocalypse, it’s intended to draw back the veil on reality and show us what’s really beneath. And this movie gets wild: If its gleeful cracking apart of traditional theologies doesn’t get you (there’s a lot of Catholic folk imagery here, complete with an Ash Wednesday-like mud smearing on the foreheads of the faithful), its bonkers scenes of chaos probably will. Mother! is a movie designed to provoke fury, ecstasy, madness, catharsis, and more than a little awe. Watching it, and then participating in the flurry of arguments and discussions unpacking it, was among my best moviegoing experiences of 2017. +

                +

                + Mother! is available to digitally purchase on Google Play and YouTube. +

                +

                + 14) A Ghost Story +

                +
                +

                + +

                +
                +

                + Director David Lowery filmed A Ghost Story in secret, then premiered it at the Sundance Film Festival to critical acclaim. The movie starts out being about a grieving widow (Rooney Mara) trying to live through the pain of losing her beloved husband, but it soon shifts focus to the ghost of her husband (Casey Affleck, covered in a sheet), evolving into a compelling rumination on the nature of time, memory, history, and the universe. Bathed in warm humor and wistful longing, it's a film that stays with you long after it’s over, a lingering reminder of the inextricable link between love and place. +

                +

                + A Ghost Story is available to digitally rent on iTunes, Vudu, Amazon, Google Play, and YouTube. +

                +

                + 13) The Square +

                +
                +

                + +

                +
                + +

                + The Square is currently streaming on Hulu and available to digitally rent on Google Play and YouTube. +

                +

                + 12) Dunkirk +

                +
                +

                + +

                +
                +

                + Dunkirk, a true cinematic achievement from acclaimed director Christopher Nolan, backs off conventional notions of narrative and chronology as much as possible, while leaning headfirst into everything else that makes a movie a visceral work of art aimed at the senses: the images, the sounds, the scale, the swelling vibrations of it all. You can’t smell the sea spray, but your brain may trick you into thinking you can. Nolan’s camera pushes the edges of the screen as far as it can as Dunkirk engulfs the audience in something that feels like a lot more than a war movie. It’s a symphony for the brave and broken, and it resolves in a major key — but one with an undercurrent of sorrow, and of sober warning. Courage in the face of danger is not just for characters in movies. +

                +

                + Dunkirk is currently streaming on HBO Go and HBO Now, and available to digitally rent on Google Play and YouTube. +

                +

                + 11) Rat Film +

                +
                +

                + +

                +
                +

                + Rat Film is about rats, yes — and rat poison experts and rat hunters and people who keep rats as pets. But it’s also about the history of eugenics, dubious science, “redlining,” and segregated housing in Baltimore. All these pieces come together to form one big essay, where the meaning of each vignette only becomes clearer in light of the whole. It’s a fast-paced, no-holds-barred exploration of a damning history, and it accrues meaning as the images, sounds, and text pile up. +

                +

                + Rat Film is available to digitally rent on YouTube and Google Play. +

                +

                + 10) A Quiet Passion +

                +
                +

                + +

                +
                +

                + A Quiet Passion is technically a biographical film about Emily Dickinson, but it transcends its genre to become something more like poetry. It’s a perplexing and challenging film, crafted without the traditional guardrails that guide most biographical movies — dates, times, major accomplishments, and so on. Time slips away in the film almost imperceptibly, and the narrative arc doesn’t yield easily to the viewer. Cynthia Nixon plays Emily Dickinson, whose poetry and life is a perfect match for the signature style of director Terence Davies: rich in detail, deeply enigmatic, and weighed down with a kind of sparkling, joy-tinged sorrow. A Quiet Passion is a portrait, both visual and narrative, of the kind of saint most modern people can understand: one who is certain of her uncertainty, and yearning to walk the path on which her passion and longing meet. +

                +

                + A Quiet Passion is currently streaming on Amazon Prime and available to digitally rent or purchase on iTunes, Vudu, Amazon, YouTube, and Google Play. +

                +

                + 9) Columbus +

                +
                +

                + +

                +
                +

                + Columbus is a stunner of a debut from video essayist turned director Kogonada. Haley Lu Richardson stars as Casey, a young woman living in Columbus, Indiana, who cares for her mother, works at a library, and harbors a passion for architecture. (Columbus is a mecca for modernist architecture scholars and enthusiasts.) When a visiting architecture scholar falls into a coma in Columbus, his estranged son Jin (John Cho) arrives to wait for him and strikes up a friendship with Casey, who starts to show him her favorite buildings. The two begin to unlock something in each other that’s hard to define but life-changing for both. Columbus is beautiful and subtle, letting us feel how the places we build and the people we let near us move and mold us. +

                +

                + Columbus is currently streaming on Hulu and available to rent on Google Play and YouTube. +

                +

                + 8) The Florida Project +

                +
                +

                + +

                +
                +

                + Sean Baker’s The Florida Project unfolds at first like a series of sketches about the characters who live in a purple-painted, $35-a-night motel called the Magic Castle down the street from Disney World. The film is held together by the hysterical antics of a kid named Moonee and her pack of young friends, as well as long-suffering hotel manager Bobby (a splendid, warm Willem Dafoe), who tries to put up with it all while keeping some kind of order. But as The Florida Project goes on, a narrative starts to form, one that chronicles with heartbreaking attention the sort of dilemmas that face poor parents and their children in America, and the broken systems that try to cope with impossible situations. +

                +

                + The Florida Project is currently streaming on Amazon Prime and available to digitally rent on YouTube, Vudu, and Google Play. +

                +

                + 7) Call Me by Your Name +

                +
                +

                + +

                +
                +

                + Luca Guadagnino’s gorgeous film Call Me by Your Name adapts André Aciman’s 2007 novel about a precocious 17-year-old named Elio (Timothée Chalamet), who falls in lust and love with his father’s 24-year-old graduate student Oliver (Armie Hammer). It’s remarkable for how it turns literature into pure cinema, all emotion and image and heady sensation. Set in 1983 in Northern Italy, Call Me by Your Name is less about coming out than coming of age, but it also captures a particular sort of love that’s equal parts passion and torment, a kind of irrational heart fire that opens a gate into something longer-lasting. The film is a lush, heady experience for the body, but it’s also an arousal for the soul. +

                +

                + Call Me By Your Name is available to digitally purchase on Amazon, YouTube, and Google Play. +

                +

                + 6) Personal Shopper +

                +
                +

                + +

                +
                +

                + In her second collaboration with French director Olivier Assayas, Kristen Stewart plays a personal shopper to a wealthy socialite, with a sideline as an amateur ghost hunter who’s searching for her dead twin brother. Personal Shopper is deeper than it seems at first blush, a meditation on grief and an exploration of “between” places — on the fringes of wealth, and in the space between life and death. Some souls are linked in a way that can’t be shaken, and whether or not there’s an afterlife doesn’t change the fact that we see and sense them everywhere. (Personal Shopper also has one of the most tense extended scenes involving text messaging ever seen onscreen.) +

                +

                + Personal Shopper is currently streaming on Showtime and available to rent on Vudu, YouTube, Amazon, iTunes, and Google Play. +

                +

                + 5) Princess Cyd +

                +
                +

                + +

                +
                +

                + Stephen Cone is a master of small, carefully realized filmmaking; his earlier films such as The Wise Kids and Henry Gamble’s Birthday Party combine an unusual level of empathy for his characters with an unusual combination of interests: love, desire, sexual awakenings, and religion. Princess Cyd is his most accomplished film yet, about a young woman named Cyd (Jessie Pinnick) who finds herself attracted to Katie (Malic White), a barista, while visiting her Aunt Miranda (Rebecca Spence, playing a character modeled on the author Marilynne Robinson) in Chicago. As she works through her own sexual awakening with Katie, Cyd unwinds some of the ways Miranda’s life has gotten too safe. They provoke each other while forming a bond and being prodded toward a bigger understanding of the world. It is a graceful and honest film, and it feels like a modest miracle. +

                +

                + Princess Cyd is currently streaming on Netflix and available to digitally rent on Google Play and YouTube. +

                +

                + 4) Get Out +

                +
                +

                + +

                +
                +

                + Racism is sinister, frightening, and deadly. But Get Out (a stunning directorial debut from Key & Peele's Jordan Peele) isn’t about the blatantly, obviously scary kind of racism — burning crosses and lynchings and snarling hate. Instead, it’s interested in showing how the parts of racism that try to be aggressively unscary are just as horrifying, and it’s interested in making us feel that horror in a visceral, bodily way. In the tradition of the best classic social thrillers, Get Out takes a topic that is often approached cerebrally — casual racism — and turns it into something you feel in your tummy. And it does it with a wicked sense of humor. +

                +

                + Get Out is currently streaming on HBO Go and HBO Now, and is available to digitally rent on iTunes, Amazon, Google Play, YouTube, and Vudu. +

                +

                + 3) The Work +

                +
                +

                + +

                +
                +

                + The Work is an outstanding, astonishing accomplishment and a viewing experience that will leave you shaken (but in a good way). At Folsom Prison in California, incarcerated men regularly participate in group therapy, and each year other men from the “outside” apply to participate in an intense four-day period of group therapy alongside Folsom’s inmates. The Work spends almost all of its time inside the room where that therapy happens, observing the strong, visceral, and sometimes violent emotions the men feel as they expose the hurt and raw nerves that have shaped how they encounter the world. Watching is not always easy, but by letting us peek in, the film invites viewers to become part of the experience — as if we, too, are being asked to let go. +

                +

                + The Work is streaming on Topic.com and available to digitally rent on Google Play and YouTube. +

                +

                + 2) Ex Libris +

                +
                +

                + +

                +
                +

                + Frederick Wiseman is one of the towering giants of nonfiction film, a keen observer of American institutions — ranging from prisons to dance companies to welfare offices — for the past half-century. Ex Libris is his mesmerizing look at the New York Public Library and the many functions it fills, which go far beyond housing books. Wiseman works in the observational mode, which means his films contain no captions, dates, or talking-head interviews: We just see what his camera captured, which in this case includes community meetings, benefit dinners, after-school programs, readings with authors and scholars (including Richard Dawkins and Ta-Nehisi Coates), and NYPL patrons going about their business in the library’s branches all over the city. The result is almost hypnotic and, perhaps surprisingly, deeply moving. It makes a case for having faith in the public institutions where ordinary people work — away from the limelight, without trying to score political points — in order to make our communities truly better. +

                +

                + Ex Libris will air on PBS in the fall and then be available to cardholders in many library systems across the country via Kanopy. +

                +

                + 1) Lady Bird +

                +
                +

                + +

                +
                +

                + Lady Bird topped my list almost instantly, and only rose in my estimation on repeated viewings. For many who saw it (including me), it felt like a movie made not just for but about me. Lady Bird is a masterful, exquisite coming-of-age comedy starring the great Saoirse Ronan as Christine — or “Lady Bird,” as she’s re-christened herself — and it’s as funny, smart, and filled with yearning as its heroine. Writer-director Greta Gerwig made the film as an act of love, not just toward her hometown of Sacramento but also toward girlhood, and toward the feeling of always being on the outside of wherever real life is happening. Lady Bird is the rare movie that manages to be affectionate, entertaining, hilarious, witty, and confident. And one line from it struck me as the guiding principle of many of the year’s best films: “Don’t you think they are the same thing? Love, and attention?” +

                +

                + Lady Bird is currently streaming on Amazon Prime and available to digitally rent on Amazon, Google Play, and YouTube. +

                +

                + Honorable mentions: Marjorie Prime, Phantom Thread, Casting JonBenet, The Post, The Shape of Water, Logan Lucky, I, Tonya, The Lost City of Z, Graduation, Spettacolo, Loveless, Restless Creature: Wendy Whelan, In Transit, The Reagan Show +

                +
                \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/videos-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/videos-1/source.html new file mode 100644 index 0000000..9e407bc --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/videos-1/source.html @@ -0,0 +1,1319 @@ + + + + + How to watch the 21 best films of 2017 - Vox + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + clock + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + menu + + + + + + more-arrow + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + no + + + + + + yes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + +
                +
                +
                +
                +
                +

                + The 21 best movies of 2017 +

                +
                +

                + How to watch the greatest movies of the year, from Lady Bird and Dunkirk to Get Out and The Big Sick. +

                + +
                + +
                +
                +
                +
                + Javier Zarracina/Vox +
                + +
                +

                + In the introduction to her review anthology For Keeps: 30 Years at the Movies, the legendary film critic Pauline Kael wrote, “I’m frequently asked why I don’t write my memoirs. I think I have.” She meant what most movie critics realize at some point: that reading your past reviews and revisiting the lists of films you liked most during the year reveals not just something about a particular year in cinema, but something about you as well. +

                +

                + That’s the feeling I get constructing my list of the best films of 2017, a year that overflowed with great films in every genre, from horror and romantic comedy to documentary and arthouse drama. Some of the films on my list have commonalities — ghosts, meditations on memory and interpersonal connection, and women who refuse to behave — but mostly they underscore just how vibrant cinema remains as an art form, even in the midst of massive cultural shifts in the industry and beyond. And it is a keen reminder to me of all the 2017 conversations I’ve had around and at the movies — and the ways I will never be the same. +

                +

                + Here are my top 21 films of 2017 and how to watch them at home, with 14 honorable mentions. +

                +

                + 21) Star Wars: The Last Jedi +

                +
                +
                + +
                +
                +

                + I am as shocked as anyone that a Star Wars movie found its way onto my list — but I was bowled over by The Last Jedi, which may be one of the series’ best. In the hands of writer-director Rian Johnson (who will also oversee a new Star Wars trilogy), The Last Jedi is beautiful to look at and keeps its eye on the relationships between characters and how they communicate with one another, in addition to the bigger galactic story. The same characters are back, but they seem infused with new life, and the galaxy with a new kind of hope. The movie’s best details are in the strong bonds that develop between characters, and I left the film with the realization that for the first time in my life, I loved a Star Wars movie. Now I understand the magic. +

                +

                + Star Wars: The Last Jedi is currently streaming on Netflix and available to digitally rent on Google Play and YouTube. +

                +

                + 20) Faces Places +

                +
                +
                + +
                +
                +

                + The unusual documentary Faces Places (in French, Visages Villages) turns on the friendship between the accomplished street artist JR and legendary film director Agnès Varda, whose work was central to the development of the French New Wave movement. The pair (whose difference in age is 55 years) met after years of admiring each other’s work and decided to create a documentary portrait of France — by making a number of actual portraits. The film chronicles a leg of the "Inside Outside Project," a roving art initiative in which JR makes enormous portraits of people he meets and pastes them onto buildings and walls. In the film, Varda joins him, and as they talk to people around the country, they grow in their understanding of themselves and of each other. The development of their friendship, which is both affectionate and mutually sharpening, forms Faces Places’ emotional center. +

                +

                + Faces Places is currently streaming on Netflix and available to digitally rent on Google Play and YouTube. +

                + +

                + 19) Ingrid Goes West +

                +
                +
                + +
                +
                +

                + Ingrid Goes West is a twisted and dark comedy — part addiction narrative, part stalker story — and yet it’s set in a world that’s almost pathologically cheery: the glossy, sunny, nourishing, superfood- and superlative-loving universe of Instagram celebrity. But despite Ingrid Goes West’s spot-on take on that world, the best thing about the film is that it refuses to traffic in lazy buzzwords and easy skewering, particularly at the expense of young women. Instead, the movie conveys that behind every Instagram image and meltdown is a real person, with real insecurities, real feelings, and real problems. And it recognizes that living a life performed in public can be its own kind of self-deluding prison. +

                +

                + Ingrid Goes West is currently streaming on Hulu and available to digitally rent on YouTube and Google Play. +

                +

                + 18) Lady Macbeth +

                +
                +
                + +
                +
                +

                + Lady Macbeth is no placid costume drama. Adapted from an 1865 Russian novella by Nikolai Leskov, the movie follows Katherine (the astounding Florence Pugh), a woman in the Lady Macbeth line characterized by a potent cocktail of very few scruples and a lot of determination. She's a chilling avatar for the ways that class and privilege — both obvious and hidden — insulate some people from the consequences of their actions while damning others. Lady Macbeth is also a dazzling directorial debut from William Oldroyd, a thrilling combination of sex, murder, intrigue, and power plays. It’s visually stunning, each frame composed so carefully and deliberately that the wildness and danger roiling just below the surface feels even more frightening. Each scene ratchets up the tension to an explosive, chilling end. +

                +

                + Lady Macbeth is currently streaming on HBO Go and HBO Now, and it is available to digitally rent on Amazon Prime, Vudu, YouTube, iTunes, and Google Play. +

                +

                + 17) BPM (Beats Per Minute) +

                +
                +
                + +
                +
                +

                + BPM (Beats Per Minute) is a remarkably tender and stirring story of the Paris chapter of ACT UP, an AIDS activism group, and the young people who found themselves caught in the crosshairs of the AIDS crisis in the early 1990s. The film follows both the group's actions and the individual members’ shifting relationships to one another — enemies becoming friends, friends becoming lovers, lovers becoming caretakers — as well as their struggles with the disease wracking their community. As an account of the period, it’s riveting; as an exploration of life and love set at the urgent intersection of the political and the personal, it’s devastating. +

                +

                + BPM (Beats Per Minute) is currently streaming on Hulu and available to digitally rent on Google Play and YouTube. +

                +

                + 16) The Big Sick +

                +
                +
                + +
                +
                +

                + Few 2017 movies could top the charm and tenderness of The Big Sick, which hits all the right romantic comedy notes with one unusual distinction: It feels like real life. That’s probably because The Big Sick is written by real-life married couple Emily V. Gordon and Silicon Valley's Kumail Nanjiani, and based on their real-life romance. The Big Sick — which stars Nanjiani as a version of himself, alongside Zoe Kazan as Emily — is funny and sweet while not backing away from matters that romantic comedies don’t usually touch on, like serious illness, struggles in long-term marriages, and religion. As it tells the couple’s story, which takes a serious turn when Emily falls ill with a mysterious infection and her parents (played by Holly Hunter and Ray Romano) come to town, it becomes a funny and wise story about real love. +

                +

                + The Big Sick is currently streaming on Amazon Prime and available to digitally rent on iTunes, Vudu, Amazon, YouTube, and Google Play. +

                +

                + 15) Mother! +

                +
                +
                + +
                +
                +

                + There’s so much pulsing beneath the surface of Mother! that it’s hard to grab on to just one theme as what it “means.” It’s full-on apocalyptic fiction, and like all stories of apocalypse, it’s intended to draw back the veil on reality and show us what’s really beneath. And this movie gets wild: If its gleeful cracking apart of traditional theologies doesn’t get you (there’s a lot of Catholic folk imagery here, complete with an Ash Wednesday-like mud smearing on the foreheads of the faithful), its bonkers scenes of chaos probably will. Mother! is a movie designed to provoke fury, ecstasy, madness, catharsis, and more than a little awe. Watching it, and then participating in the flurry of arguments and discussions unpacking it, was among my best moviegoing experiences of 2017. +

                +

                + Mother! is available to digitally purchase on Google Play and YouTube. +

                +

                + 14) A Ghost Story +

                +
                +
                + +
                +
                +

                + Director David Lowery filmed A Ghost Story in secret, then premiered it at the Sundance Film Festival to critical acclaim. The movie starts out being about a grieving widow (Rooney Mara) trying to live through the pain of losing her beloved husband, but it soon shifts focus to the ghost of her husband (Casey Affleck, covered in a sheet), evolving into a compelling rumination on the nature of time, memory, history, and the universe. Bathed in warm humor and wistful longing, it's a film that stays with you long after it’s over, a lingering reminder of the inextricable link between love and place. +

                +

                + A Ghost Story is available to digitally rent on iTunes, Vudu, Amazon, Google Play, and YouTube. +

                +

                + 13) The Square +

                +
                +
                + +
                +
                + +

                + The Square is currently streaming on Hulu and available to digitally rent on Google Play and YouTube. +

                +

                + 12) Dunkirk +

                +
                +
                + +
                +
                +

                + Dunkirk, a true cinematic achievement from acclaimed director Christopher Nolan, backs off conventional notions of narrative and chronology as much as possible, while leaning headfirst into everything else that makes a movie a visceral work of art aimed at the senses: the images, the sounds, the scale, the swelling vibrations of it all. You can’t smell the sea spray, but your brain may trick you into thinking you can. Nolan’s camera pushes the edges of the screen as far as it can as Dunkirk engulfs the audience in something that feels like a lot more than a war movie. It’s a symphony for the brave and broken, and it resolves in a major key — but one with an undercurrent of sorrow, and of sober warning. Courage in the face of danger is not just for characters in movies. +

                +

                + Dunkirk is currently streaming on HBO Go and HBO Now, and available to digitally rent on Google Play and YouTube. +

                +

                + 11) Rat Film +

                +
                +
                + +
                +
                +

                + Rat Film is about rats, yes — and rat poison experts and rat hunters and people who keep rats as pets. But it’s also about the history of eugenics, dubious science, “redlining,” and segregated housing in Baltimore. All these pieces come together to form one big essay, where the meaning of each vignette only becomes clearer in light of the whole. It’s a fast-paced, no-holds-barred exploration of a damning history, and it accrues meaning as the images, sounds, and text pile up. +

                +

                + Rat Film is available to digitally rent on YouTube and Google Play. +

                +

                + 10) A Quiet Passion +

                +
                +
                + +
                +
                +

                + A Quiet Passion is technically a biographical film about Emily Dickinson, but it transcends its genre to become something more like poetry. It’s a perplexing and challenging film, crafted without the traditional guardrails that guide most biographical movies — dates, times, major accomplishments, and so on. Time slips away in the film almost imperceptibly, and the narrative arc doesn’t yield easily to the viewer. Cynthia Nixon plays Emily Dickinson, whose poetry and life is a perfect match for the signature style of director Terence Davies: rich in detail, deeply enigmatic, and weighed down with a kind of sparkling, joy-tinged sorrow. A Quiet Passion is a portrait, both visual and narrative, of the kind of saint most modern people can understand: one who is certain of her uncertainty, and yearning to walk the path on which her passion and longing meet. +

                +

                + A Quiet Passion is currently streaming on Amazon Prime and available to digitally rent or purchase on iTunes, Vudu, Amazon, YouTube, and Google Play. +

                +

                + 9) Columbus +

                +
                +
                + +
                +
                +

                + Columbus is a stunner of a debut from video essayist turned director Kogonada. Haley Lu Richardson stars as Casey, a young woman living in Columbus, Indiana, who cares for her mother, works at a library, and harbors a passion for architecture. (Columbus is a mecca for modernist architecture scholars and enthusiasts.) When a visiting architecture scholar falls into a coma in Columbus, his estranged son Jin (John Cho) arrives to wait for him and strikes up a friendship with Casey, who starts to show him her favorite buildings. The two begin to unlock something in each other that’s hard to define but life-changing for both. Columbus is beautiful and subtle, letting us feel how the places we build and the people we let near us move and mold us. +

                +

                + Columbus is currently streaming on Hulu and available to rent on Google Play and YouTube. +

                +

                + 8) The Florida Project +

                +
                +
                + +
                +
                +

                + Sean Baker’s The Florida Project unfolds at first like a series of sketches about the characters who live in a purple-painted, $35-a-night motel called the Magic Castle down the street from Disney World. The film is held together by the hysterical antics of a kid named Moonee and her pack of young friends, as well as long-suffering hotel manager Bobby (a splendid, warm Willem Dafoe), who tries to put up with it all while keeping some kind of order. But as The Florida Project goes on, a narrative starts to form, one that chronicles with heartbreaking attention the sort of dilemmas that face poor parents and their children in America, and the broken systems that try to cope with impossible situations. +

                +

                + The Florida Project is currently streaming on Amazon Prime and available to digitally rent on YouTube, Vudu, and Google Play. +

                +

                + 7) Call Me by Your Name +

                +
                +
                + +
                +
                +

                + Luca Guadagnino’s gorgeous film Call Me by Your Name adapts André Aciman’s 2007 novel about a precocious 17-year-old named Elio (Timothée Chalamet), who falls in lust and love with his father’s 24-year-old graduate student Oliver (Armie Hammer). It’s remarkable for how it turns literature into pure cinema, all emotion and image and heady sensation. Set in 1983 in Northern Italy, Call Me by Your Name is less about coming out than coming of age, but it also captures a particular sort of love that’s equal parts passion and torment, a kind of irrational heart fire that opens a gate into something longer-lasting. The film is a lush, heady experience for the body, but it’s also an arousal for the soul. +

                +

                + Call Me By Your Name is available to digitally purchase on Amazon, YouTube, and Google Play. +

                +

                + 6) Personal Shopper +

                +
                +
                + +
                +
                +

                + In her second collaboration with French director Olivier Assayas, Kristen Stewart plays a personal shopper to a wealthy socialite, with a sideline as an amateur ghost hunter who’s searching for her dead twin brother. Personal Shopper is deeper than it seems at first blush, a meditation on grief and an exploration of “between” places — on the fringes of wealth, and in the space between life and death. Some souls are linked in a way that can’t be shaken, and whether or not there’s an afterlife doesn’t change the fact that we see and sense them everywhere. (Personal Shopper also has one of the most tense extended scenes involving text messaging ever seen onscreen.) +

                +

                + Personal Shopper is currently streaming on Showtime and available to rent on Vudu, YouTube, Amazon, iTunes, and Google Play. +

                +

                + 5) Princess Cyd +

                +
                +
                + +
                +
                +

                + Stephen Cone is a master of small, carefully realized filmmaking; his earlier films such as The Wise Kids and Henry Gamble’s Birthday Party combine an unusual level of empathy for his characters with an unusual combination of interests: love, desire, sexual awakenings, and religion. Princess Cyd is his most accomplished film yet, about a young woman named Cyd (Jessie Pinnick) who finds herself attracted to Katie (Malic White), a barista, while visiting her Aunt Miranda (Rebecca Spence, playing a character modeled on the author Marilynne Robinson) in Chicago. As she works through her own sexual awakening with Katie, Cyd unwinds some of the ways Miranda’s life has gotten too safe. They provoke each other while forming a bond and being prodded toward a bigger understanding of the world. It is a graceful and honest film, and it feels like a modest miracle. +

                +

                + Princess Cyd is currently streaming on Netflix and available to digitally rent on Google Play and YouTube. +

                +

                + 4) Get Out +

                +
                +
                + +
                +
                +

                + Racism is sinister, frightening, and deadly. But Get Out (a stunning directorial debut from Key & Peele's Jordan Peele) isn’t about the blatantly, obviously scary kind of racism — burning crosses and lynchings and snarling hate. Instead, it’s interested in showing how the parts of racism that try to be aggressively unscary are just as horrifying, and it’s interested in making us feel that horror in a visceral, bodily way. In the tradition of the best classic social thrillers, Get Out takes a topic that is often approached cerebrally — casual racism — and turns it into something you feel in your tummy. And it does it with a wicked sense of humor. +

                +

                + Get Out is currently streaming on HBO Go and HBO Now, and is available to digitally rent on iTunes, Amazon, Google Play, YouTube, and Vudu. +

                +

                + 3) The Work +

                +
                +
                + +
                +
                +

                + The Work is an outstanding, astonishing accomplishment and a viewing experience that will leave you shaken (but in a good way). At Folsom Prison in California, incarcerated men regularly participate in group therapy, and each year other men from the “outside” apply to participate in an intense four-day period of group therapy alongside Folsom’s inmates. The Work spends almost all of its time inside the room where that therapy happens, observing the strong, visceral, and sometimes violent emotions the men feel as they expose the hurt and raw nerves that have shaped how they encounter the world. Watching is not always easy, but by letting us peek in, the film invites viewers to become part of the experience — as if we, too, are being asked to let go. +

                +

                + The Work is streaming on Topic.com and available to digitally rent on Google Play and YouTube. +

                +

                + 2) Ex Libris +

                +
                +
                + +
                +
                +

                + Frederick Wiseman is one of the towering giants of nonfiction film, a keen observer of American institutions — ranging from prisons to dance companies to welfare offices — for the past half-century. Ex Libris is his mesmerizing look at the New York Public Library and the many functions it fills, which go far beyond housing books. Wiseman works in the observational mode, which means his films contain no captions, dates, or talking-head interviews: We just see what his camera captured, which in this case includes community meetings, benefit dinners, after-school programs, readings with authors and scholars (including Richard Dawkins and Ta-Nehisi Coates), and NYPL patrons going about their business in the library’s branches all over the city. The result is almost hypnotic and, perhaps surprisingly, deeply moving. It makes a case for having faith in the public institutions where ordinary people work — away from the limelight, without trying to score political points — in order to make our communities truly better. +

                +

                + Ex Libris will air on PBS in the fall and then be available to cardholders in many library systems across the country via Kanopy. +

                +

                + 1) Lady Bird +

                +
                +
                + +
                +
                +

                + Lady Bird topped my list almost instantly, and only rose in my estimation on repeated viewings. For many who saw it (including me), it felt like a movie made not just for but about me. Lady Bird is a masterful, exquisite coming-of-age comedy starring the great Saoirse Ronan as Christine — or “Lady Bird,” as she’s re-christened herself — and it’s as funny, smart, and filled with yearning as its heroine. Writer-director Greta Gerwig made the film as an act of love, not just toward her hometown of Sacramento but also toward girlhood, and toward the feeling of always being on the outside of wherever real life is happening. Lady Bird is the rare movie that manages to be affectionate, entertaining, hilarious, witty, and confident. And one line from it struck me as the guiding principle of many of the year’s best films: “Don’t you think they are the same thing? Love, and attention?” +

                +

                + Lady Bird is currently streaming on Amazon Prime and available to digitally rent on Amazon, Google Play, and YouTube. +

                +

                + Honorable mentions: Marjorie Prime, Phantom Thread, Casting JonBenet, The Post, The Shape of Water, Logan Lucky, I, Tonya, The Lost City of Z, Graduation, Spettacolo, Loveless, Restless Creature: Wendy Whelan, In Transit, The Reagan Show +

                +
                +
                +
                + +
                +
                +
                +
                + + +
                +
                + +
                + +
                +
                +
                +
                + +
                + +
                +
                + + +
                + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected-images.json new file mode 100644 index 0000000..d572c8d --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected-images.json @@ -0,0 +1,3 @@ +[ + "https:\/\/medias.liberation.fr\/photo\/1075029-screenshot-alphonse-vape-wave-6-days.jpg?modified_at=1511536242&picto=fb&ratio_x=191&ratio_y=100&width=600" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected-metadata.json new file mode 100644 index 0000000..00c0019 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Alexandre Hervaud, J\u00e9r\u00e9my Piette", + "Direction": null, + "Excerpt": "S\u00e9ries, documentaires, programmes jeunesse\u2026 Retrouvez les recommandations de\u00a0Lib\u00e9ration\u00a0pour savoir quoi regarder sur vos \u00e9crans cette semaine.\nPour d\u00e9passer...", + "Image": "https:\/\/medias.liberation.fr\/photo\/1075029-screenshot-alphonse-vape-wave-6-days.jpg?modified_at=1511536242&picto=fb&ratio_x=191&ratio_y=100&width=600", + "Title": "Screenshot\u00a0: \u00abVape Wave\u00bb, \u00ab6\u00a0Days\u00bb, \u00abAlphonse Pr\u00e9sident\u00bb\u2026", + "SiteName": "Lib\u00e9ration" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected.html new file mode 100644 index 0000000..77e6011 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/videos-2/expected.html @@ -0,0 +1,107 @@ +
                +

                + Séries, documentaires, programmes jeunesse… Retrouvez les recommandations de Libération pour savoir quoi regarder sur vos écrans cette semaine. +

                +

                + Pour dépasser le tabac +

                +

                + Vape Wave (documentaire, 1h28, Planète+) +

                +

                + +

                +

                + Pendant quelques jours, le doute a plané : l’Etat comptait-il vraiment légiférer contre la cigarette dans les films français, que ce soit via une interdiction pure et simple ou via un système de «punition» (coupe des aides CNC, par exemple) pour les longs-métrages qui sentent le mégot ? Si le rétropédalage de la ministre Buzyn n’en est pas vraiment un (elle n’avait jamais clairement menacé le septième art), la polémique a le mérite de pointer la (sur)représentation clopesque sur écran. Et si, comme c’est le cas dans la vie quotidienne, on voyait progressivement les cigarettes électroniques remplacer les tiges nicotinées authentiques ? Que ceux qui mettraient en doute le potentiel cinématographique des vapoteuses se ruent sur Vape Wave, documentaire militant signé Jan Kounen, ex-fumeur reconverti à la vape dont les images magnifient les volutes de vapeur recrachée. +

                +

                + Si le film du réalisateur de Dobermann et 99 Francs part un peu dans tous les sens, il a le mérite de défendre avec une passion contagieuse ce qui semble, de loin, être le meilleur et plus sain substitut à la clope, n’en déplaise aux mesures restrictives imposées en France à son égard. Financé en partie via crowdfunding, le documentaire a été présenté par Kounen à travers toute la France lors de projection tenant quasiment de l’évangélisation. Disponible en VOD/DVD, il a été diffusé cette semaine sur la chaîne Planète+, qui le rediffusera les 25/11, 30/11 et 02/12 prochains. (Alexandre Hervaud) +

                +

                + Pour écouter parler un génie +

                +

                + Dans la tête d’Alan Moore (websérie documentaire, 8x5min, Arte Creative) +

                +

                + +

                +

                + Le week-end dernier, Libération publiait un portrait de der consacré à l’auteur britannique Alan Moore, connu pour ses BD cultes (V pour Vendetta, Watchmen, From Hell), à l’occasion de la sortie de son deuxième roman, le pavé Jérusalem. En attendant l’imminente sortie d’une version longue de son entretien avec Libé, on pourra se replonger dans les épisodes d’une websérie documentaire d’Arte Creative en 8 épisodes consacré au maître. Brexit, magie, Anonymous font partie des sujets discutés avec le maître au fil de ce programme sobrement intitulé Dans la tête d’Alan Moore. (A.H.) +

                +

                + Pour honorer la mémoire d’une icône queer +

                +

                + The Death and Life of Marsha P. Johnson (docu, 1h45, Netflix) +

                +

                + +

                +

                + Marsha, la «Rosa Parks du mouvement LGBTQ». Marsha «la prostituée, l’actrice et la sainte, modèle d’Andy Warhol» ou encore Marsha l’élaborée, la radicale, «avec ses plumes et ce maquillage qu’elle ne mettait jamais bien». «Queen Marsha» a été retrouvée morte dans l’Hudson en juillet 1992, alors qu’on la voyait encore parader dans les rues de Greenwich Village quelques jours auparavant. Un choc glaçant. Là où son corps a été repêché puis ingratement déposé, les sans-abri ont constitué le lendemain un mémorial de bouteilles et de plantes qui délimitent les contours de l’absente. +

                +

                + Marsha P. Johnson de son nom complet, icône queer, femme transgenre noire américaine et emblème de la lutte pour les droits des LGBTQ avait été l’une des premières à s’engager lors des émeutes de Stonewall à New York, en 1969 : «C’est la révolution. Dieu merci.» Marsha était une fleur souriante au parfum d’espoir. Le documentaire The Death and Life of Marsha P. Johnson du cinéaste David France relate l’enquête de l’activiste Victoria Cruz, membre de l’organisation Anti-Violence Project à New York qui, avant de prendre sa retraite, réclame que lumière soit faite sur la disparition de l’icône […] Lire la suite de la critique de Jérémy Piette sur Libération.fr +

                +

                + Pour Michel Vuilermoz (et rien d’autre) +

                +

                + Alphonse President (série, 10x26, OCS Max) +

                +

                + +

                +

                + Un temps baptisée French Touch, la série Alphonse Président est le dernier né des programmes originaux made in OCS. On savait les budgets de la chaîne bien moins généreux que ceux de Canal+ (voire que ceux de France 3 Limousin), et cette série le prouve à nouveau régulièrement, notamment lors d’une scène de conférence de presse alternant plans larges d’une authentique conf' à l’Elysée période François Hollande et plans serrés d’acteurs filmés dans un château des Pays de la Loire où a eu lieu le tournage. Le principal atout (et quel atout) de cette série écrite et réalisée par Nicolas Castro (Des lendemains qui chantent, 2014) réside dans son interprète principal, Michel Vuillermoz. +

                +

                + Dans le rôle d’un sénateur ringard devenu par un concours de circonstances président de la République, ce pensionnaire de la Comédie-Française et complice d’Albert Dupontel fait des merveilles, notamment lorsque le scénario lui prête des répliques enflammées typiques de la langue de bois politicienne – pas étonnant qu’il brasse du vent, son personnage de prof d’histoire retraité s’appelle Alphonse Dumoulin. C’est lorsqu’il n’est plus à l’écran que les choses se gâtent : si Jean-Michel Lahmi (de la bande d’Edouard Baer) fait le job en grand patron des flics, difficile de croire une seconde à Nabiha Akkari dans le rôle de la Première ministre – et pas uniquement parce que l’idée d’avoir une femme trentenaire issue de la diversité à Matignon sonne hélas comme un doux rêve en 2017. Si, en matière de fiction politique sérieuse, un Baron Noir n’a pas grand-chose à envier à un House of Cards, côté comique la France est encore loin d’avoir son Veep. Gageons que la génération LREM saura largement inspirer des scénaristes moqueurs. (A.H.) +

                +

                + Pour les coulisses d’un tournage dément +

                +

                + Jim & Andy (documentaire, 1h33, Netflix)  +

                +

                + +

                +

                + A la sortie de Man on the Moon (2000), le magnifique film de Milos Forman consacré à Andy Kaufman – comique et génie de la performance absurde mort en 1984 –, le cinéaste et les acteurs insistaient dans chaque interview sur l’in­croyable comportement de Jim Carrey pendant le tournage : il aurait été comme possédé par Kaufman, se prenant pour lui 24 heures sur 24. Certains affirmaient même ne jamais avoir eu l’impression que l’acteur était présent, tant son modèle avait littéralement pris sa place. Nous en avons aujourd’hui la preuve en images car tout cela avait été filmé par Bob Zmuda et Lynne Margulies, l’ancien complice et la veuve de Kaufman. +

                +

                + Dans le passionnant Jim & Andy : the Great Beyond, disponible sur Netflix, Chris Smith a monté ces documents inédits parallèlement à un entretien dans lequel Jim Carrey revient sur cette expérience unique. Lire la suite de la critique de Marcos Uzal sur Liberation.fr +

                +

                + Pour un trip sibérien en totale autarcie +

                +

                + Braguino (documentaire, 50min, Arte) +

                +

                + +

                +

                + La querelle peut se trouver derrière toutes les portes, y compris celle de l’exil. On a beau croire avoir tourné le dos à tout, à cette inclination humaine à nourrir sa propre haine, l’allergie peut regermer fissa sur une peau qui frissonne à l’approche de ce voisin que l’on ne comprend pas. Issu d’une lignée de vieux-croyants orthodoxes russes, Sacha Braguine a pris sa famille sous le bras, loin de toute autre présence humaine en taïga sibérienne. Un autre groupe, les Kiline, a décidé d’en faire de même et de s’installer de l’autre côté de la rivière. Qui est arrivé en premier ? Qui menace l’autre ? L’histoire de l’impossible communauté peut commencer. +

                +

                + La lecture d’Ermites dans la taïga (1992) de Vassili Peskov, authentique récit sur la famille Lykov opérant une migration similaire en 1938, a poussé l’artiste Clément Cogitore à rencontrer les Braguine, puis à se faire témoin de la bisbille de voisinage en 2016. Il en est revenu avec un nouveau film d’une cinquantaine de minutes : Braguino, soutenu par le prix Le Bal de la jeune création avec l’ADAGP. Le documentaire y frôle son déguisement fictionnel, tant ce qui s’y déroule convoque une dramaturgie comme invoquée par on ne sait quel rituel vaudou […] Lire la suite de la critique de Jérémy Piette sur Liberation.fr, le film diffusé cette semaine sur Arte est visible en intégralité ci-dessus. +

                +

                + Pour un thriller tiré de faits réels +

                +

                + 6 Days (film, 1h34, Netflix) +

                +

                + +

                +

                + Fin avril 1980, l’ambassade d’Iran à Londres a été le théâtre d’une prise d’otages largement médiatisée : une trentaine de personnes ont ainsi été retenues pendant six jours par des soldats iraniens dissidents exigeant la libération de 91 prisonniers. Avec Margaret Thatcher au 10 Downing Street à l’époque, pas question pour l’Angleterre d’avoir l’air mou du genou sur la réponse à apporter à cette crise scrutée par les caméras du monde entier. Le SAS (Special Air Service) est sur le coup : l’opération Nimrod se met en place pour prendre d’assaut l’ambassade. +

                +

                + Inspiré par cet épisode, 6 Days de Toa Fraser (The Dead Lands, 2014) est un thriller carré pouvant compter sur l'autorité naturelle de Mark Strong (Kingsman) ici recyclé en flic londonien et sur la néo-badass attitude de Jamie Bell, bien loin du freluquet danseur de Billy Elliot puisqu'on le retrouve ici en soldat chargé d’organiser l’opération de secours. Attention, la bande-annonce ci-dessus dévoile à peu près l’intégralité des scènes d’action du film. (A.H.) +

                Alexandre Hervaud , Jérémy Piette +

                \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/videos-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/videos-2/source.html new file mode 100644 index 0000000..5cfc0ba --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/videos-2/source.html @@ -0,0 +1,2043 @@ + + + + + Screenshot : «Vape Wave», «6 Days», «Alphonse Président»… - Culture / Next + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Search + + + + + + + + + Direct + + + + + + User + + + + + + + + + 100 + + + + + + + + Zoom + + + + + + Quiz + + + ? + + + + + + Libération Diamond + + + + + + clock + + + + + + + + + xml + + + + + + netvibes + + + + + + + + live + + + + + + anciens-numeros + + + + + + + + data + + + + + + + + + desintox + + + + + + + + + + + + + + + diapo + + + + + + + + edito + + + + + + + + + election-2017 + + + + + + + + + + + election + + + + + + + + essentiel + + + + + + + + generique + + + + + + idee + + + + + + + + + + + + + + + jo + + + + + + + + + + + + next + + + + + + + + portrait + + + + + + + + + + radio + + + + + + + + + + + son + + + + + + + + + alerte + + + + + + top-100 + + + + + + + + + star + + + + + + une + + + + + + + video + + + + + + + scroll + + + + + + + politiques + + + + + + + + + + + + + + + + food + + + + + + + + + + + + sciences + + + + + + + + + + + + Facebook + + + + + + Whatsapp + + + + + + + + Twitter + + + + + + insta + + + + + + vine + + + + + + later + + + + + + + + glass + + + + + + Mail + + + + + + print + + + + + + Facebook + + + + + + Instagram + + + + + + Twitter + + + + + + Calendar + + + + + + download + + + + + + cross + + + + + + zoom-in + + + + + + + + + zoom-out + + + + + + + + + previous + + + + + + + + + next + + + + + + + + + truck + + + + + + + + + + + visa + + + + + + + + + mastercard + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + user-libe + + + + + + user-doc + + + + + + user-doc-list + + + + + + + + + user-mail + + + + + + + user-security + + + + + + user-settings + + + + + + user-shop + + + + + + + + + user-star + + + + + + + Ruban abo + + + + + + Losange orange + + + + + + List check + + + + + + Most read + + + + + + Ptit Libé + + + + + + + sport + + + + + + + + + blog + + + + + + + + voyage + + + + + + + + + + + + + + + + + + + + + + + +
                +
                +
                + +
                + +
                + + + + +
                + +
                +
                +
                +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + Sur vos écrans cette semaine +
                  +

                  + Screenshot : «Vape Wave», «6 Days», «Alphonse Président»… +

                  +
                  + Par Alexandre Hervaud et Jérémy Piette +
                  +
                  +
                  +
                  +
                  +
                  +
                  + «Vape Wave», «6 Days», «Alphonse président» et «Braguino» + +
                  + «Vape Wave», «6 Days», «Alphonse président» et «Braguino» DR + +
                  +
                  +
                  +

                  + Séries, documentaires, programmes jeunesse… Retrouvez les recommandations de Libération pour savoir quoi regarder sur vos écrans cette semaine. +

                  +

                  + Pour dépasser le tabac +

                  +

                  + Vape Wave (documentaire, 1h28, Planète+) +

                  +

                  + +

                  +

                  + Pendant quelques jours, le doute a plané : l’Etat comptait-il vraiment légiférer contre la cigarette dans les films français, que ce soit via une interdiction pure et simple ou via un système de «punition» (coupe des aides CNC, par exemple) pour les longs-métrages qui sentent le mégot ? Si le rétropédalage de la ministre Buzyn n’en est pas vraiment un (elle n’avait jamais clairement menacé le septième art), la polémique a le mérite de pointer la (sur)représentation clopesque sur écran. Et si, comme c’est le cas dans la vie quotidienne, on voyait progressivement les cigarettes électroniques remplacer les tiges nicotinées authentiques ? Que ceux qui mettraient en doute le potentiel cinématographique des vapoteuses se ruent sur Vape Wave, documentaire militant signé Jan Kounen, ex-fumeur reconverti à la vape dont les images magnifient les volutes de vapeur recrachée. +

                  +

                  + Si le film du réalisateur de Dobermann et 99 Francs part un peu dans tous les sens, il a le mérite de défendre avec une passion contagieuse ce qui semble, de loin, être le meilleur et plus sain substitut à la clope, n’en déplaise aux mesures restrictives imposées en France à son égard. Financé en partie via crowdfunding, le documentaire a été présenté par Kounen à travers toute la France lors de projection tenant quasiment de l’évangélisation. Disponible en VOD/DVD, il a été diffusé cette semaine sur la chaîne Planète+, qui le rediffusera les 25/11, 30/11 et 02/12 prochains. (Alexandre Hervaud) +

                  +

                  + Pour écouter parler un génie +

                  +

                  + Dans la tête d’Alan Moore (websérie documentaire, 8x5min, Arte Creative) +

                  +

                  + +

                  +

                  + Le week-end dernier, Libération publiait un portrait de der consacré à l’auteur britannique Alan Moore, connu pour ses BD cultes (V pour Vendetta, Watchmen, From Hell), à l’occasion de la sortie de son deuxième roman, le pavé Jérusalem. En attendant l’imminente sortie d’une version longue de son entretien avec Libé, on pourra se replonger dans les épisodes d’une websérie documentaire d’Arte Creative en 8 épisodes consacré au maître. Brexit, magie, Anonymous font partie des sujets discutés avec le maître au fil de ce programme sobrement intitulé Dans la tête d’Alan Moore. (A.H.) +

                  +

                  + Pour honorer la mémoire d’une icône queer +

                  +

                  + The Death and Life of Marsha P. Johnson (docu, 1h45, Netflix) +

                  +

                  + +

                  +

                  + Marsha, la «Rosa Parks du mouvement LGBTQ». Marsha «la prostituée, l’actrice et la sainte, modèle d’Andy Warhol» ou encore Marsha l’élaborée, la radicale, «avec ses plumes et ce maquillage qu’elle ne mettait jamais bien». «Queen Marsha» a été retrouvée morte dans l’Hudson en juillet 1992, alors qu’on la voyait encore parader dans les rues de Greenwich Village quelques jours auparavant. Un choc glaçant. Là où son corps a été repêché puis ingratement déposé, les sans-abri ont constitué le lendemain un mémorial de bouteilles et de plantes qui délimitent les contours de l’absente. +

                  +

                  + Marsha P. Johnson de son nom complet, icône queer, femme transgenre noire américaine et emblème de la lutte pour les droits des LGBTQ avait été l’une des premières à s’engager lors des émeutes de Stonewall à New York, en 1969 : «C’est la révolution. Dieu merci.» Marsha était une fleur souriante au parfum d’espoir. Le documentaire The Death and Life of Marsha P. Johnson du cinéaste David France relate l’enquête de l’activiste Victoria Cruz, membre de l’organisation Anti-Violence Project à New York qui, avant de prendre sa retraite, réclame que lumière soit faite sur la disparition de l’icône […] Lire la suite de la critique de Jérémy Piette sur Libération.fr +

                  +

                  + Pour Michel Vuilermoz (et rien d’autre) +

                  +

                  + Alphonse President (série, 10x26, OCS Max) +

                  +

                  + +

                  +

                  + Un temps baptisée French Touch, la série Alphonse Président est le dernier né des programmes originaux made in OCS. On savait les budgets de la chaîne bien moins généreux que ceux de Canal+ (voire que ceux de France 3 Limousin), et cette série le prouve à nouveau régulièrement, notamment lors d’une scène de conférence de presse alternant plans larges d’une authentique conf' à l’Elysée période François Hollande et plans serrés d’acteurs filmés dans un château des Pays de la Loire où a eu lieu le tournage. Le principal atout (et quel atout) de cette série écrite et réalisée par Nicolas Castro (Des lendemains qui chantent, 2014) réside dans son interprète principal, Michel Vuillermoz. +

                  +

                  + Dans le rôle d’un sénateur ringard devenu par un concours de circonstances président de la République, ce pensionnaire de la Comédie-Française et complice d’Albert Dupontel fait des merveilles, notamment lorsque le scénario lui prête des répliques enflammées typiques de la langue de bois politicienne – pas étonnant qu’il brasse du vent, son personnage de prof d’histoire retraité s’appelle Alphonse Dumoulin. C’est lorsqu’il n’est plus à l’écran que les choses se gâtent : si Jean-Michel Lahmi (de la bande d’Edouard Baer) fait le job en grand patron des flics, difficile de croire une seconde à Nabiha Akkari dans le rôle de la Première ministre – et pas uniquement parce que l’idée d’avoir une femme trentenaire issue de la diversité à Matignon sonne hélas comme un doux rêve en 2017. Si, en matière de fiction politique sérieuse, un Baron Noir n’a pas grand-chose à envier à un House of Cards, côté comique la France est encore loin d’avoir son Veep. Gageons que la génération LREM saura largement inspirer des scénaristes moqueurs. (A.H.) +

                  +

                  + Pour les coulisses d’un tournage dément +

                  +

                  + Jim & Andy (documentaire, 1h33, Netflix)  +

                  +

                  + +

                  +

                  + A la sortie de Man on the Moon (2000), le magnifique film de Milos Forman consacré à Andy Kaufman – comique et génie de la performance absurde mort en 1984 –, le cinéaste et les acteurs insistaient dans chaque interview sur l’in­croyable comportement de Jim Carrey pendant le tournage : il aurait été comme possédé par Kaufman, se prenant pour lui 24 heures sur 24. Certains affirmaient même ne jamais avoir eu l’impression que l’acteur était présent, tant son modèle avait littéralement pris sa place. Nous en avons aujourd’hui la preuve en images car tout cela avait été filmé par Bob Zmuda et Lynne Margulies, l’ancien complice et la veuve de Kaufman. +

                  +

                  + Dans le passionnant Jim & Andy : the Great Beyond, disponible sur Netflix, Chris Smith a monté ces documents inédits parallèlement à un entretien dans lequel Jim Carrey revient sur cette expérience unique. Lire la suite de la critique de Marcos Uzal sur Liberation.fr +

                  +

                  + Pour un trip sibérien en totale autarcie +

                  +

                  + Braguino (documentaire, 50min, Arte) +

                  +

                  + +

                  +

                  + La querelle peut se trouver derrière toutes les portes, y compris celle de l’exil. On a beau croire avoir tourné le dos à tout, à cette inclination humaine à nourrir sa propre haine, l’allergie peut regermer fissa sur une peau qui frissonne à l’approche de ce voisin que l’on ne comprend pas. Issu d’une lignée de vieux-croyants orthodoxes russes, Sacha Braguine a pris sa famille sous le bras, loin de toute autre présence humaine en taïga sibérienne. Un autre groupe, les Kiline, a décidé d’en faire de même et de s’installer de l’autre côté de la rivière. Qui est arrivé en premier ? Qui menace l’autre ? L’histoire de l’impossible communauté peut commencer. +

                  +

                  + La lecture d’Ermites dans la taïga (1992) de Vassili Peskov, authentique récit sur la famille Lykov opérant une migration similaire en 1938, a poussé l’artiste Clément Cogitore à rencontrer les Braguine, puis à se faire témoin de la bisbille de voisinage en 2016. Il en est revenu avec un nouveau film d’une cinquantaine de minutes : Braguino, soutenu par le prix Le Bal de la jeune création avec l’ADAGP. Le documentaire y frôle son déguisement fictionnel, tant ce qui s’y déroule convoque une dramaturgie comme invoquée par on ne sait quel rituel vaudou […] Lire la suite de la critique de Jérémy Piette sur Liberation.fr, le film diffusé cette semaine sur Arte est visible en intégralité ci-dessus. +

                  +

                  + Pour un thriller tiré de faits réels +

                  +

                  + 6 Days (film, 1h34, Netflix) +

                  +

                  + +

                  +

                  + Fin avril 1980, l’ambassade d’Iran à Londres a été le théâtre d’une prise d’otages largement médiatisée : une trentaine de personnes ont ainsi été retenues pendant six jours par des soldats iraniens dissidents exigeant la libération de 91 prisonniers. Avec Margaret Thatcher au 10 Downing Street à l’époque, pas question pour l’Angleterre d’avoir l’air mou du genou sur la réponse à apporter à cette crise scrutée par les caméras du monde entier. Le SAS (Special Air Service) est sur le coup : l’opération Nimrod se met en place pour prendre d’assaut l’ambassade. +

                  +

                  + Inspiré par cet épisode, 6 Days de Toa Fraser (The Dead Lands, 2014) est un thriller carré pouvant compter sur l'autorité naturelle de Mark Strong (Kingsman) ici recyclé en flic londonien et sur la néo-badass attitude de Jamie Bell, bien loin du freluquet danseur de Billy Elliot puisqu'on le retrouve ici en soldat chargé d’organiser l’opération de secours. Attention, la bande-annonce ci-dessus dévoile à peu près l’intégralité des scènes d’action du film. (A.H.) +

                  Alexandre Hervaud , Jérémy Piette +
                  +
                  + +
                  +
                  +
                  +
                  +
                  + + +
                  +
                  +
                  +
                  +
                  + +
                  + Un mot à ajouter ? +
                  +
                  +
                  +
                  +
                  +
                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-images.json new file mode 100644 index 0000000..cc41335 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-images.json @@ -0,0 +1,4 @@ +[ + "http:\/\/img.washingtonpost.com\/rw\/2010-2019\/WashingtonPost\/2015\/03\/18\/Foreign\/Images\/Nic6429927.jpg", + "https:\/\/img.washingtonpost.com\/rf\/image_480w\/2010-2019\/WashingtonPost\/2015\/03\/18\/Foreign\/Graphics\/tunisia600.jpg?uuid=1_yuLs2LEeSHME9HNBbnWQ" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-metadata.json new file mode 100644 index 0000000..d3aad65 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "By Erin Cunningham", + "Direction": null, + "Excerpt": "The assault on Tunisia’s most renowned museum, in which gunmen killed at least 19 people, could heighten tensions in a nation that has become deeply divided between pro- and anti-Islamist factions.", + "Image": "http:\/\/img.washingtonpost.com\/rw\/2010-2019\/WashingtonPost\/2015\/03\/18\/Foreign\/Images\/Nic6429927.jpg", + "Title": "Attack stokes instability fears in North Africa", + "SiteName": "Washington Post" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected.html new file mode 100644 index 0000000..7fd81fe --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected.html @@ -0,0 +1,147 @@ +
                  + +

                  CAIRO — Gunmen opened fire on visitors at + Tunisia’s most renowned museum on Wednesday, killing at least 19 people, + including 17 foreigners, in an assault that threatened to upset the fragile + stability of a country seen as the lone success of the Arab Spring.

                  +

                  It was the most deadly terrorist attack in the North African nation in + more than a decade. Although no group claimed responsibility, the bloodshed + raised fears that militants linked to the Islamic State were expanding + their operations.

                  +

                  The attackers, clad in military uniforms, stormed the Bardo National Museum on + Wednesday afternoon, seizing and gunning down foreign tourists before security + forces raided the building to end the siege. The museum is a major tourist + draw and is near the heavily guarded national parliament in downtown Tunis.

                  +

                  Tunisian Prime Minister Habib Essid said that in addition to the slain + foreigners — from Italy, Poland, Germany and Spain — a local museum worker + and a security official were killed. Two gunmen died, and three others + may have escaped, officials said. About 50 other people were wounded, according + to local news reports.

                  +

                  “Our nation is in danger,” Essid declared in a televised address Wednesday + evening. He vowed that the country would be “merciless” in defending itself.

                  +

                  [Read: Why Tunisia, Arab Spring’s sole success story, suffers from Islamist violence] +

                  +

                  Tunisia, a mostly Muslim nation of about 11 million people, was governed + for decades by autocrats who imposed secularism. Its sun-drenched Mediterranean + beaches drew thousands of bikini-clad tourists, and its governments promoted + education and other rights for women. But the country has grappled with + rising Islamist militancy since a popular uprising overthrew its dictator + four years ago, setting the stage for the Arab Spring revolts across the + region.

                  +

                  Thousands of Tunisians have flocked to join jihadist groups in Syria, + including the Islamic State, making the country one of the major sources + of foreign fighters in the conflict. Tunisian security forces have also + fought increasing gunbattles with jihadists at home.

                  +

                  Despite this, the country has been hailed as a model of democratic transition + as other governments that came to power after the Arab Spring collapsed, + often in bloody confrontations. But the attack Wednesday — on a national + landmark that showcases Tunisia’s rich heritage — could heighten tensions + in a nation that has become deeply divided between pro- and anti-Islamist + political factions.

                  +

                  Many Tunisians accuse the country’s political Islamists, who held power + from 2011 to 2013, of having been slow to respond to the growing danger + of terrorism. Islamist politicians have acknowledged that they did not + realize the threat that would develop when radical Muslims, who had been + repressed under authoritarian regimes, won the freedom to preach freely + in mosques.

                  +

                  In Washington, White House press secretary Josh Earnest condemned the attack and + said the U.S. government was willing to assist Tunisian authorities in + the investigation.

                  +
                  + +

                  Gunmen in military uniforms stormed Tunisia's national museum, killing at least 19 people, most of them foreign tourists. (Reuters) +

                  +
                  +

                  “This attack today is meant to threaten authorities, to frighten tourists + and to negatively affect the economy,” said Lotfi Azzouz, Tunisia country + director for Amnesty International, a London-based rights group.

                  +

                  Tourism is critical to Tunisia’s economy, accounting for 15 percent of + its gross domestic product in 2013, according to the World Travel and Tourism + Council, an industry body. The Bardo museum hosts one of the world’s most + outstanding collections of Roman mosaics and is popular with tourists and + Tunisians alike.

                  +

                  [Bardo museum houses amazing Roman treasures] +

                  +

                  The attack is “also aimed at the country’s security and stability during + the transition period,” Azzouz said. “And it could have political repercussions + — like the curtailing of human rights, or even less government transparency + if there’s fear of further attacks.”

                  +

                  The attack raised concerns that the government, led by secularists, would + be pressured to stage a wider crackdown on Islamists of all stripes. Lawmakers + are drafting an anti-terrorism bill to give security forces additional + tools to fight militants.

                  + +

                  [Read: Tunisia sends most foreign fighters to Islamic State in Syria] +

                  +

                  “We must pay attention to what is written” in that law, Azzouz said. “There + is worry the government will use the attack to justify some draconian measures.”

                  +

                  Tunisian Islamists and secular forces have worked together — often reluctantly + — to defuse the country’s political crises in the years since the revolt.

                  +

                  Last fall, Tunisians elected a secular-minded president and parliament + dominated by liberal forces after souring on Islamist-led rule. + In 2011, voters had elected a government led by the Ennahda party — a movement + similar to Egypt’s Islamist Muslim Brotherhood. But a political stalemate + developed as the party and others tried to draft the country’s new constitution. + The Islamists failed to improve a slumping economy. And Ennahda came under + fire for what many Tunisians saw as a failure to crack down on Islamist + extremists.

                  +
                  +

                  Map: Flow of foreign fighters to Syria +

                  +

                  After the collapse of the authoritarian system in 2011, hard-line Muslims + known as Salafists attacked bars and art galleries. Then, in 2012, hundreds + of Islamists assaulted the U.S. Embassy in + Tunis, shattering windows and hurling gasoline bombs, after the release + of a crude online video about the prophet Muhammad. The + government outlawed the group behind the attack — Ansar al-Sharia, an al-Qaeda-linked + organization — and began a crackdown. But the killing of two leftist politicians in + 2013 prompted a fresh political crisis, and Ennahda stepped down, replaced + by a technocratic government.

                  +

                  Tunisia’s current coalition government includes + an Ennahda minister in the cabinet. Still, many leftist figures openly + oppose collaboration with the movement’s leaders.

                  +

                  “Ennahda is responsible for the current deterioration of the situation, + because they were careless with the extremists” while they were in power, + Azzouz said.

                  +

                  The leader of Ennahda, Rachid Ghannouchi, condemned Wednesday’s attack, + saying in a statement that it “will not break our people’s will and will + not undermine our revolution and our democracy.”

                  +

                  Security officials are particularly concerned by the collapse of Libya, + where various armed groups are vying for influence and jihadist militants + have entrenched themselves in major cities. Tunisians worry that extremists + can easily get arms and training in the neighboring country.

                  +

                  In January, Libyan militants loyal to the Islamic State beheaded 21 Christians — + 20 of them Egyptian Copts — along the country’s coast. They later seized + the Libyan city of Sirte.

                  +

                  +
                  +

                  +

                  Officials are worried about the number of Tunisian militants who may have + joined the jihadists in Libya — with the goal of returning home to fight + the Tunis government.

                  +

                  Ajmi Lourimi, a member of Ennahda’s general secretariat, said he believed + the attack would unite Tunisians in the face of terrorism.

                  +

                  “There is a consensus here that this [attack] is alien to our culture, + to our way of life. We want to unify against this danger,” Lourimi said. + He said he did not expect a wider government campaign against Islamists.

                  +

                  “We have nothing to fear,” he said of himself and fellow Ennahda members. + “We believe the Interior Ministry should be trained and equipped to fight + and counter this militancy.”

                  +

                  The last major attack on a civilian target in Tunisia was in 2002, when + al-Qaeda militants killed more than 20 people in a car bombing outside + a synagogue in the city of Djerba.

                  + +

                  Heba Habib contributed to this report.

                  + + + +

                  Read more: +

                  +

                  Tunisia’s Islamists get a sobering lesson in governing +

                  +

                  Tunisia sends most foreign fighters to Islamic State in Syria +

                  +

                  Tunisia’s Bardo museum is home to amazing Roman treasures +

                  + +
                  \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wapo-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/wapo-1/source.html new file mode 100644 index 0000000..0475059 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wapo-1/source.html @@ -0,0 +1,1560 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Attack stokes instability fears in North Africa - The Washington Post + + + + + + + + + + + + + + + + + + + + + + +
                  +
                  +
                  + + + + + + + +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  + +
                  +
                  + +
                  +
                  +
                  +
                  + +

                  Attack stokes instability fears in North Africa

                  +
                  +
                  +
                  +
                  + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  + March 18 at 3:57 PM +
                  +
                  + +

                  Gunmen opened fire on visitors at + Tunisia’s most renowned museum on Wednesday, killing at least 19 people, + including 17 foreigners, in an assault that threatened to upset the fragile + stability of a country seen as the lone success of the Arab Spring.

                  +

                  It was the most deadly terrorist attack in the North African nation in + more than a decade. Although no group claimed responsibility, the bloodshed + raised fears that militants linked to the Islamic State were expanding + their operations.

                  +

                  The attackers, clad in military uniforms, stormed the Bardo National Museum on + Wednesday afternoon, seizing and gunning down foreign tourists before security + forces raided the building to end the siege. The museum is a major tourist + draw and is near the heavily guarded national parliament in downtown Tunis.

                  +

                  Tunisian Prime Minister Habib Essid said that in addition to the slain + foreigners — from Italy, Poland, Germany and Spain — a local museum worker + and a security official were killed. Two gunmen died, and three others + may have escaped, officials said. About 50 other people were wounded, according + to local news reports.

                  +

                  “Our nation is in danger,” Essid declared in a televised address Wednesday + evening. He vowed that the country would be “merciless” in defending itself.

                  + +

                  Tunisia, a mostly Muslim nation of about 11 million people, was governed + for decades by autocrats who imposed secularism. Its sun-drenched Mediterranean + beaches drew thousands of bikini-clad tourists, and its governments promoted + education and other rights for women. But the country has grappled with + rising Islamist militancy since a popular uprising overthrew its dictator + four years ago, setting the stage for the Arab Spring revolts across the + region.

                  +

                  Thousands of Tunisians have flocked to join jihadist groups in Syria, + including the Islamic State, making the country one of the major sources + of foreign fighters in the conflict. Tunisian security forces have also + fought increasing gunbattles with jihadists at home.

                  +

                  Despite this, the country has been hailed as a model of democratic transition + as other governments that came to power after the Arab Spring collapsed, + often in bloody confrontations. But the attack Wednesday — on a national + landmark that showcases Tunisia’s rich heritage — could heighten tensions + in a nation that has become deeply divided between pro- and anti-Islamist + political factions.

                  +

                  Many Tunisians accuse the country’s political Islamists, who held power + from 2011 to 2013, of having been slow to respond to the growing danger + of terrorism. Islamist politicians have acknowledged that they did not + realize the threat that would develop when radical Muslims, who had been + repressed under authoritarian regimes, won the freedom to preach freely + in mosques.

                  +

                  In Washington, White House press secretary Josh Earnest condemned the attack and + said the U.S. government was willing to assist Tunisian authorities in + the investigation.

                  +
                  +
                  + +
                  +
                  Gunmen in military uniforms stormed Tunisia's national museum, killing at least 19 people, most of them foreign tourists. (Reuters) +
                  +
                  +

                  “This attack today is meant to threaten authorities, to frighten tourists + and to negatively affect the economy,” said Lotfi Azzouz, Tunisia country + director for Amnesty International, a London-based rights group.

                  +

                  Tourism is critical to Tunisia’s economy, accounting for 15 percent of + its gross domestic product in 2013, according to the World Travel and Tourism + Council, an industry body. The Bardo museum hosts one of the world’s most + outstanding collections of Roman mosaics and is popular with tourists and + Tunisians alike.

                  + +

                  The attack is “also aimed at the country’s security and stability during + the transition period,” Azzouz said. “And it could have political repercussions + — like the curtailing of human rights, or even less government transparency + if there’s fear of further attacks.”

                  +

                  The attack raised concerns that the government, led by secularists, would + be pressured to stage a wider crackdown on Islamists of all stripes. Lawmakers + are drafting an anti-terrorism bill to give security forces additional + tools to fight militants.

                  + + +

                  “We must pay attention to what is written” in that law, Azzouz said. “There + is worry the government will use the attack to justify some draconian measures.”

                  +

                  Tunisian Islamists and secular forces have worked together — often reluctantly + — to defuse the country’s political crises in the years since the revolt.

                  +

                  Last fall, Tunisians elected a secular-minded president and parliament + dominated by liberal forces after souring on Islamist-led rule. + In 2011, voters had elected a government led by the Ennahda party — a movement + similar to Egypt’s Islamist Muslim Brotherhood. But a political stalemate + developed as the party and others tried to draft the country’s new constitution. + The Islamists failed to improve a slumping economy. And Ennahda came under + fire for what many Tunisians saw as a failure to crack down on Islamist + extremists.

                  +
                  + Map: Flow of foreign fighters to Syria +
                  +

                  After the collapse of the authoritarian system in 2011, hard-line Muslims + known as Salafists attacked bars and art galleries. Then, in 2012, hundreds + of Islamists assaulted the U.S. Embassy in + Tunis, shattering windows and hurling gasoline bombs, after the release + of a crude online video about the prophet Muhammad. The + government outlawed the group behind the attack — Ansar al-Sharia, an al-Qaeda-linked + organization — and began a crackdown. But the killing of two leftist politicians in + 2013 prompted a fresh political crisis, and Ennahda stepped down, replaced + by a technocratic government.

                  +

                  Tunisia’s current coalition government includes + an Ennahda minister in the cabinet. Still, many leftist figures openly + oppose collaboration with the movement’s leaders.

                  +

                  “Ennahda is responsible for the current deterioration of the situation, + because they were careless with the extremists” while they were in power, + Azzouz said.

                  +

                  The leader of Ennahda, Rachid Ghannouchi, condemned Wednesday’s attack, + saying in a statement that it “will not break our people’s will and will + not undermine our revolution and our democracy.”

                  +

                  Security officials are particularly concerned by the collapse of Libya, + where various armed groups are vying for influence and jihadist militants + have entrenched themselves in major cities. Tunisians worry that extremists + can easily get arms and training in the neighboring country.

                  +

                  In January, Libyan militants loyal to the Islamic State beheaded 21 Christians — + 20 of them Egyptian Copts — along the country’s coast. They later seized + the Libyan city of Sirte.

                  +
                  + +
                  +
                  +

                  Officials are worried about the number of Tunisian militants who may have + joined the jihadists in Libya — with the goal of returning home to fight + the Tunis government.

                  +

                  Ajmi Lourimi, a member of Ennahda’s general secretariat, said he believed + the attack would unite Tunisians in the face of terrorism.

                  +

                  “There is a consensus here that this [attack] is alien to our culture, + to our way of life. We want to unify against this danger,” Lourimi said. + He said he did not expect a wider government campaign against Islamists.

                  +

                  “We have nothing to fear,” he said of himself and fellow Ennahda members. + “We believe the Interior Ministry should be trained and equipped to fight + and counter this militancy.”

                  +

                  The last major attack on a civilian target in Tunisia was in 2002, when + al-Qaeda militants killed more than 20 people in a car bombing outside + a synagogue in the city of Djerba.

                  +

                  +

                  Heba Habib contributed to this report.

                  +

                  +

                  +

                  +

                  +

                  Read more: +

                  +

                  Tunisia’s Islamists get a sobering lesson in governing +

                  +

                  Tunisia sends most foreign fighters to Islamic State in Syria +

                  +

                  Tunisia’s Bardo museum is home to amazing Roman treasures +

                  +

                  +
                  +
                  +
                  +
                  Erin Cunningham is an Egypt-based correspondent for The Post. She previously + covered conflicts in the Middle East and Afghanistan for the Christian + Science Monitor, GlobalPost and The National.
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  + +
                  +
                  Comments + +
                  +
                  +
                  + +
                  +
                  + + +
                  +
                  + + +
                  +
                  +
                  +
                  +
                  + +
                  +
                  Show Comments + +
                  +
                  +
                  +
                  +
                  + +
                  Comments
                  +
                  +
                  +
                  + + + + +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +

                  world

                  +

                  middle_east

                  +

                  +

                  +

                  +
                  + + + + + + + +
                  + +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  Most Read World + +
                  + + + +
                  +
                  +
                  + + +
                  +
                  + +
                  +
                  + +
                  +
                  +
                  + +
                  +
                  + +
                  +
                  +
                  +
                  + +
                  +
                  + +
                  +
                  +
                  + +
                  +
                  + +
                  +
                  +
                  + + +
                  +
                  + + + +
                  +
                  + + + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-images.json new file mode 100644 index 0000000..a8602d5 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-images.json @@ -0,0 +1,5 @@ +[ + "http:\/\/img.washingtonpost.com\/rw\/2010-2019\/WashingtonPost\/2015\/03\/18\/National-Economy\/Images\/Nic6429750-1138.jpg", + "https:\/\/img.washingtonpost.com\/rf\/image_400w\/2010-2019\/WashingtonPost\/2015\/03\/18\/National-Economy\/Images\/Nic6429750-1140.jpg?uuid=zLIZQs2KEeSip5UXo6cFBg", + "http:\/\/img.washingtonpost.com\/wp-apps\/imrs.php?src=http:\/\/www.washingtonpost.com\/blogs\/wonkblog\/files\/2014\/07\/mufson_steve.jpg&h=180&w=180" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-metadata.json new file mode 100644 index 0000000..57f81c1 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "By Steven Mufson", + "Direction": null, + "Excerpt": "Few foreign leaders have so brazenly stood up to President Obama and the relationship could face its next test this month.", + "Image": "http:\/\/img.washingtonpost.com\/rw\/2010-2019\/WashingtonPost\/2015\/03\/18\/National-Economy\/Images\/Nic6429750-1138.jpg", + "Title": "Where do strained U.S.-Israeli relations go after Netanyahu’s victory?", + "SiteName": "Washington Post" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected.html new file mode 100644 index 0000000..d87cb37 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected.html @@ -0,0 +1,103 @@ +

                  + +
                  Israeli Prime Minister Benjamin Netanyahu reacts as he visits the Western Wall in Jerusalem on March 18 following his party's victory in Israel's general election. (Thomas Coex/AFP/Getty Images) +

                  +

                  President Obama told the U.N. General Assembly 18 months ago that he would + seek “real breakthroughs on these two issues — Iran’s nuclear program and + ­Israeli-Palestinian peace.”

                  +

                  But Benjamin Netanyahu’s triumph in Tuesday’s + parliamentary elections keeps in place an Israeli prime minister who has + declared his intention to resist Obama on both of these fronts, guaranteeing + two more years of difficult diplomacy between leaders who barely conceal + their personal distaste for each other.

                  +

                  The Israeli election results also suggest that most voters there support + Netanyahu’s tough stance on U.S.-led negotiations to limit Iran’s nuclear + program and his vow on Monday that there would be no independent Palestinian state as long + as he is prime minister.

                  +

                  “On the way to his election victory, Netanyahu broke a lot of crockery + in the relationship,” said Martin Indyk, executive vice president of the + Brookings Institution and a former U.S. ambassador to Israel. “It can’t + be repaired unless both sides have an interest and desire to do so.”

                  +

                  Aside from Russian President Vladi­mir Putin, few foreign leaders so brazenly + stand up to Obama and even fewer among longtime allies.

                  +
                  + +

                  Israeli Prime Minister Benjamin Netanyahu pledged to form a new governing coalition quickly after an upset election victory that was built on a shift to the right. (Reuters) +

                  +
                  +

                  In the past, Israeli leaders who risked damaging the country’s most important + relationship, that with Washington, tended to pay a price. In 1991, when + Prime Minister Yitzhak Shamir opposed the Madrid peace talks, President + George H.W. Bush held back loan guarantees to help absorb immigrants from + the former Soviet Union. Shamir gave in, but his government soon collapsed.

                  +

                  But this time, Netanyahu was not hurt by his personal and substantive + conflicts with the U.S. president.

                  +

                  “While the United States is loved and beloved in Israel, President Obama + is not,” said Robert M. Danin, a senior fellow at the Council on Foreign + Relations. “So the perceived enmity didn’t hurt the way it did with Shamir + when he ran afoul of Bush in ’91.”

                  +

                  Where do U.S.-Israeli relations go from here?

                  +

                  In the immediate aftermath of Tuesday’s elections, tensions between the + two sides continued to run hot. The Obama administration’s first comments + on the Israeli election came with a tough warning about some of the pre-election + rhetoric from Netanyahu’s Likud party, which tried to rally right-wing + support by saying that Arab Israeli voters were “coming out in droves.”

                  +

                  “The United States and this administration is deeply concerned about rhetoric + that seeks to marginalize Arab Israeli citizens,” White House press secretary + Josh Earnest told reporters aboard Air Force One. “It undermines the values + and democratic ideals that have been important to our democracy and an + important part of what binds the United States and Israel together.”

                  +

                  Earnest added that Netan­yahu’s election-eve disavowal of a two-state + solution for Israelis and Palestinians would force the administration to + reconsider its approach to peace in the region.

                  + +

                  Over the longer term, a number of analysts say that Obama and Netan­yahu + will seek to play down the friction between them and point to areas of + continuing cooperation on military and economic issues.

                  +

                  “Both sides are going to want to turn down the rhetoric,” Danin said. + “But it is also a structural problem. They have six years of accumulated + history. That’s going to put limits on how far they can go together.”

                  +

                  The first substantive test could come as early as this month, when the + United States hopes that it can finish hammering out the framework of an + agreement with Iran.

                  +

                  Netanyahu strongly warned against making a “bad deal” during his March + 3 address to a joint meeting of Congress, an appearance arranged by Republican + congressional leaders and criticized by the Obama administration for making + U.S.-Israeli relations partisan on both sides so close to the Israeli election.

                  +

                  If a deal is reached and does not pass muster with Netanyahu, he is likely + to work with congressional Republicans to try to scuttle the accord.

                  +

                  “The Republicans have said they will do what they can to block a deal, + and the prime minister has already made clear that he will work with the + Republicans against the president,” Indyk said. “That’s where a clash could + come, and it’s coming very quickly.”

                  +

                  The second test — talks with Palestinians — could be even more difficult. + In his September 2013 address to the United Nations, Obama hailed signs + of hope.

                  +

                  “Already, Israeli and Palestinian leaders have demonstrated a willingness + to take significant political risks,” Obama said in his speech. Palestinian + Authority President Mahmoud Abbas “has put aside efforts to shortcut the + pursuit of peace and come to the negotiating table. Prime Minister Netanyahu + has released Palestinian prisoners and reaffirmed his commitment to a Palestinian + state.”

                  +

                  Today, the signals could not differ more. The + Palestinian Authority has said that after it joins the International Criminal + Court at The Hague on April 1, it will press war crimes charges against + Israel for the bloody Gaza conflict during the summer. Israel, which controls + tax receipts, has pledged to punish the Palestinian Authority by freezing + its tax revenue.

                  +

                  The United States, which gives hundreds of millions of dollars of economic + aid to the Palestinian Authority, would be caught in the middle. It has + been trying to persuade both sides to stand down, but Netanyahu’s declaration + that there would be no Palestinian state on his watch makes that more difficult.

                  +

                  “Now it’s hard to see what could persuade the Palestinians” to hold up + on their ICC plans, Indyk said. “That has nothing to do with negotiations, + but if both sides can’t be persuaded to back down, then they will be on + a trajectory that could lead to the collapse of the Palestinian Authority + because it can’t pay wages anymore.

                  +

                  “That could be an issue forced onto the agenda about the same time as + a potential nuclear deal.”

                  + +

                  Steven Mufson covers the White House. Since joining The Post, he has covered + economics, China, foreign policy and energy.

                  + +
                  \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wapo-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/wapo-2/source.html new file mode 100644 index 0000000..1d4dd7b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wapo-2/source.html @@ -0,0 +1,1038 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Where do strained U.S.-Israeli relations go after Netanyahu’s victory? + - The Washington Post + + + + + + + + + + + + + + + + + + + + + +
                  +
                  +
                  + + + + + + + +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  + +
                  +
                  + +
                  +
                  +
                  +
                  + +

                  Where do strained U.S.-Israeli relations go after Netanyahu’s victory?

                  +
                  +
                  +
                  +
                  + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  Israeli Prime Minister Benjamin Netanyahu reacts as he visits the Western Wall in Jerusalem on March 18 following his party's victory in Israel's general election. (Thomas Coex/AFP/Getty Images) +
                  +
                  + March 18 at 12:22 PM +
                  +
                  +

                  President Obama told the U.N. General Assembly 18 months ago that he would + seek “real breakthroughs on these two issues — Iran’s nuclear program and + ­Israeli-Palestinian peace.”

                  +

                  But Benjamin Netanyahu’s triumph in Tuesday’s + parliamentary elections keeps in place an Israeli prime minister who has + declared his intention to resist Obama on both of these fronts, guaranteeing + two more years of difficult diplomacy between leaders who barely conceal + their personal distaste for each other.

                  +

                  The Israeli election results also suggest that most voters there support + Netanyahu’s tough stance on U.S.-led negotiations to limit Iran’s nuclear + program and his vow on Monday that there would be no independent Palestinian state as long + as he is prime minister.

                  +

                  “On the way to his election victory, Netanyahu broke a lot of crockery + in the relationship,” said Martin Indyk, executive vice president of the + Brookings Institution and a former U.S. ambassador to Israel. “It can’t + be repaired unless both sides have an interest and desire to do so.”

                  +

                  Aside from Russian President Vladi­mir Putin, few foreign leaders so brazenly + stand up to Obama and even fewer among longtime allies.

                  +
                  +
                  + +
                  +
                  Israeli Prime Minister Benjamin Netanyahu pledged to form a new governing coalition quickly after an upset election victory that was built on a shift to the right. (Reuters) +
                  +
                  +

                  In the past, Israeli leaders who risked damaging the country’s most important + relationship, that with Washington, tended to pay a price. In 1991, when + Prime Minister Yitzhak Shamir opposed the Madrid peace talks, President + George H.W. Bush held back loan guarantees to help absorb immigrants from + the former Soviet Union. Shamir gave in, but his government soon collapsed.

                  +

                  But this time, Netanyahu was not hurt by his personal and substantive + conflicts with the U.S. president.

                  +

                  “While the United States is loved and beloved in Israel, President Obama + is not,” said Robert M. Danin, a senior fellow at the Council on Foreign + Relations. “So the perceived enmity didn’t hurt the way it did with Shamir + when he ran afoul of Bush in ’91.”

                  +

                  Where do U.S.-Israeli relations go from here?

                  +

                  In the immediate aftermath of Tuesday’s elections, tensions between the + two sides continued to run hot. The Obama administration’s first comments + on the Israeli election came with a tough warning about some of the pre-election + rhetoric from Netanyahu’s Likud party, which tried to rally right-wing + support by saying that Arab Israeli voters were “coming out in droves.”

                  +

                  “The United States and this administration is deeply concerned about rhetoric + that seeks to marginalize Arab Israeli citizens,” White House press secretary + Josh Earnest told reporters aboard Air Force One. “It undermines the values + and democratic ideals that have been important to our democracy and an + important part of what binds the United States and Israel together.”

                  +

                  Earnest added that Netan­yahu’s election-eve disavowal of a two-state + solution for Israelis and Palestinians would force the administration to + reconsider its approach to peace in the region.

                  +
                  +

                  Over the longer term, a number of analysts say that Obama and Netan­yahu + will seek to play down the friction between them and point to areas of + continuing cooperation on military and economic issues.

                  +

                  “Both sides are going to want to turn down the rhetoric,” Danin said. + “But it is also a structural problem. They have six years of accumulated + history. That’s going to put limits on how far they can go together.”

                  +

                  The first substantive test could come as early as this month, when the + United States hopes that it can finish hammering out the framework of an + agreement with Iran.

                  +

                  Netanyahu strongly warned against making a “bad deal” during his March + 3 address to a joint meeting of Congress, an appearance arranged by Republican + congressional leaders and criticized by the Obama administration for making + U.S.-Israeli relations partisan on both sides so close to the Israeli election.

                  +

                  If a deal is reached and does not pass muster with Netanyahu, he is likely + to work with congressional Republicans to try to scuttle the accord.

                  +

                  “The Republicans have said they will do what they can to block a deal, + and the prime minister has already made clear that he will work with the + Republicans against the president,” Indyk said. “That’s where a clash could + come, and it’s coming very quickly.”

                  +

                  The second test — talks with Palestinians — could be even more difficult. + In his September 2013 address to the United Nations, Obama hailed signs + of hope.

                  +

                  “Already, Israeli and Palestinian leaders have demonstrated a willingness + to take significant political risks,” Obama said in his speech. Palestinian + Authority President Mahmoud Abbas “has put aside efforts to shortcut the + pursuit of peace and come to the negotiating table. Prime Minister Netanyahu + has released Palestinian prisoners and reaffirmed his commitment to a Palestinian + state.”

                  +

                  Today, the signals could not differ more. The + Palestinian Authority has said that after it joins the International Criminal + Court at The Hague on April 1, it will press war crimes charges against + Israel for the bloody Gaza conflict during the summer. Israel, which controls + tax receipts, has pledged to punish the Palestinian Authority by freezing + its tax revenue.

                  +

                  The United States, which gives hundreds of millions of dollars of economic + aid to the Palestinian Authority, would be caught in the middle. It has + been trying to persuade both sides to stand down, but Netanyahu’s declaration + that there would be no Palestinian state on his watch makes that more difficult.

                  +

                  “Now it’s hard to see what could persuade the Palestinians” to hold up + on their ICC plans, Indyk said. “That has nothing to do with negotiations, + but if both sides can’t be persuaded to back down, then they will be on + a trajectory that could lead to the collapse of the Palestinian Authority + because it can’t pay wages anymore.

                  +

                  “That could be an issue forced onto the agenda about the same time as + a potential nuclear deal.”

                  +
                  +

                  +
                  +
                  +
                  +
                  +
                  Steven Mufson covers the White House. Since joining The Post, he has covered + economics, China, foreign policy and energy.
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  Comments +
                  +
                  +
                  + +
                  +
                  + + +
                  +
                  + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  Show Comments +
                  +
                  +
                  +
                  +
                  + +
                  Comments
                  +
                  +
                  +
                  + + + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +

                  world

                  +

                  middle_east

                  +

                  +

                  +

                  +
                  + + + + + + + +
                  + +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  Most Read Business +
                  + + + +
                  +
                  +
                  + + +
                  +
                  + +
                  +
                  + +
                  +
                  +
                  + +
                  +
                  + +
                  +
                  +
                  +
                  + +
                  +
                  + +
                  +
                  +
                  + +
                  +
                  + +
                  +
                  +
                  + + +
                  +
                  + + + +
                  +
                  + + + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-1/config.json b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/config.json new file mode 100644 index 0000000..4bb8990 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/config.json @@ -0,0 +1,3 @@ +{ + "summonCthulhu": true +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-images.json new file mode 100644 index 0000000..2b266e4 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/img.webmd.com\/dtmcms\/live\/webmd\/consumer_assets\/site_images\/miscellaneous\/webmd_FB_logo_bluebkgrd.jpg?v=1" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-metadata.json new file mode 100644 index 0000000..2a7bced --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "By Brenda Goodman, MA\n WebMD Health News", + "Direction": null, + "Excerpt": "Life-threatening peanut allergies have mysteriously been on the rise in the past decade, with little hope for a cure. But a groundbreaking new study may offer a way to stem that rise, while another may offer some hope for those who are already allergic.", + "Image": "http:\/\/img.webmd.com\/dtmcms\/live\/webmd\/consumer_assets\/site_images\/miscellaneous\/webmd_FB_logo_bluebkgrd.jpg?v=1", + "Title": "Babies Who Eat Peanuts Early May Avoid Allergy", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected.html new file mode 100644 index 0000000..ddbe3d8 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected.html @@ -0,0 +1,48 @@ +
                  + + + + + + + + + +

                  Feb. 23, 2015 -- Life-threatening peanut allergies have mysteriously been + on the rise in the past decade, with little hope for a cure.

                  +

                  But a groundbreaking new study may offer a way to stem that rise, while + another may offer some hope for those who are already allergic.

                  +

                  Parents have been told for years to avoid giving foods containing peanuts + to babies for fear of triggering an allergy. Now research shows the opposite + is true: Feeding babies snacks made with peanuts before their first birthday + appears to prevent that from happening.

                  +

                  The study is published in the New England Journal of Medicine, and + it was presented at the annual meeting of the American Academy of Allergy, + Asthma and Immunology in Houston. It found that among children at high + risk for getting peanut allergies, eating peanut snacks by 11 months of + age and continuing to eat them at least three times a week until age 5 + cut their chances of becoming allergic by more than 80% compared to kids + who avoided peanuts. Those at high risk were already allergic to egg, they + had the skin condition eczema, or + both.

                  +

                  Overall, about 3% of kids who ate peanut butter or peanut snacks before + their first birthday got an allergy, compared to about 17% of kids who + didn’t eat them.

                  +

                  “I think this study is an astounding and groundbreaking study, really,” + says Katie Allen, MD, PhD. She's the director of the Center for Food and + Allergy Research at the Murdoch Children’s Research Institute in Melbourne, + Australia. Allen was not involved in the research.

                  +

                  Experts say the research should shift thinking about how kids develop + food allergies, and it should change the guidance doctors give to + parents.

                  +

                  Meanwhile, for children and adults who are already allergic to peanuts, + another study presented at the same meeting held out hope of a treatment.

                  +

                  A new skin patch called Viaskin allowed people with peanut allergies to + eat tiny amounts of peanuts after they wore it for a year.

                  +

                  A Change in Guidelines?

                  + +

                  Allergies to peanuts and other foods are on the rise. In the U.S., more + than 2% of people react to peanuts, a 400% increase since 1997. And reactions + to peanuts and other tree nuts can be especially severe. Nuts are the main + reason people get a life-threatening problem called anaphylaxis.

                  +
                  \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/source.html new file mode 100644 index 0000000..0b50ccc --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-1/source.html @@ -0,0 +1,2411 @@ + + + + + Babies Who Eat Peanuts Early May Avoid Allergy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  +
                  +
                  +
                  + + + + + +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  Skip to content + + +
                  +
                  + + + +
                  + +
                  +
                  + +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +

                  Allergies Health Center

                  + +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  + + + +
                  +
                  + +
                  + +
                  +
                  Font Size
                  +
                  +
                  A + +
                  +
                  A + +
                  +
                  A + +
                  +
                  +
                  +
                  + +
                  + + + +
                  +

                  Babies Who Eat Peanuts Early May Avoid Allergy

                  + +
                  +
                  By +
                  WebMD Health News
                  +
                  Reviewed by Hansa D. Bhargava, MD +
                  +
                  +

                  + +

                  +

                  Feb. 23, 2015 -- Life-threatening peanut allergies have mysteriously been + on the rise in the past decade, with little hope for a cure.

                  +

                  But a groundbreaking new study may offer a way to stem that rise, while + another may offer some hope for those who are already allergic.

                  +

                  Parents have been told for years to avoid giving foods containing peanuts + to babies for fear of triggering an allergy. Now research shows the opposite + is true: Feeding babies snacks made with peanuts before their first birthday + appears to prevent that from happening.

                  +

                  The study is published in the New England Journal of Medicine, and + it was presented at the annual meeting of the American Academy of Allergy, + Asthma and Immunology in Houston. It found that among children at high + risk for getting peanut allergies, eating peanut snacks by 11 months of + age and continuing to eat them at least three times a week until age 5 + cut their chances of becoming allergic by more than 80% compared to kids + who avoided peanuts. Those at high risk were already allergic to egg, they + had the skin condition eczema, or + both.

                  +

                  Overall, about 3% of kids who ate peanut butter or peanut snacks before + their first birthday got an allergy, compared to about 17% of kids who + didn’t eat them.

                  +

                  “I think this study is an astounding and groundbreaking study, really,” + says Katie Allen, MD, PhD. She's the director of the Center for Food and + Allergy Research at the Murdoch Children’s Research Institute in Melbourne, + Australia. Allen was not involved in the research.

                  +

                  Experts say the research should shift thinking about how kids develop + food allergies, and it should change the guidance doctors give to + parents.

                  +

                  Meanwhile, for children and adults who are already allergic to peanuts, + another study presented at the same meeting held out hope of a treatment.

                  +

                  A new skin patch called Viaskin allowed people with peanut allergies to + eat tiny amounts of peanuts after they wore it for a year.

                  +

                  + +

                  A Change in Guidelines?

                  + +

                  Allergies to peanuts and other foods are on the rise. In the U.S., more + than 2% of people react to peanuts, a 400% increase since 1997. And reactions + to peanuts and other tree nuts can be especially severe. Nuts are the main + reason people get a life-threatening problem called anaphylaxis.

                  +
                  +
                  +
                  + +
                  +
                  +
                  1 + | + 2 + + | 3 + + | 4 + + | 5 + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  + +
                  + + + + + + +
                  +
                  +
                  +
                  + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + + + + + + +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +

                  Today on WebMD

                  + +
                  +
                  + man blowing nose + + + +
                  Make these tweaks to your diet, home, and lifestyle.
                  +
                  +
                  + Allergy capsule + + + +
                  Breathe easier with these products.
                  +
                  +
                   
                  +
                  + cat on couch + + + +
                  Live in harmony with your cat or dog.
                  +
                  +
                  + Woman sneezing with tissue in meadow + + + +
                  Which ones affect you?
                  +
                  +
                   
                  +
                  +
                  + + +
                  +
                  +
                  +
                  +
                  + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +

                  + +
                  +
                  + blowing nose + + +
                  Article
                  + +
                  +
                  + woman with sore throat + + +
                  Article
                  + +
                  +
                   
                  +
                  + lone star tick + + +
                  Slideshow
                  + +
                  +
                  + Woman blowing nose + + +
                  Slideshow
                  + +
                  +
                   
                  + + +
                  +
                  +
                  +
                  + +
                  + +
                  +
                  +

                  Send yourself a link to download the app.

                  +
                  + +
                  +
                  + +
                  +
                  +
                  +
                  +
                  Loading ...
                  +

                  Please wait...

                  +
                  +
                  +

                  This feature is temporarily unavailable. Please try again later.

                  +
                  +
                  +

                  Thanks!

                  + +

                  Now check your email account on your mobile phone to download your new + app.

                  +
                  +
                  + +
                  +
                  +
                  +

                  + +
                  +
                  + cat lying on shelf + + +
                  Article
                  + +
                  +
                  + Allergy prick test + + +
                  VIDEO
                  + +
                  +
                   
                  +
                  + Man sneezing into tissue + + +
                  Assessment
                  + +
                  +
                  + Woman holding feather duster up to face, twitching + + +
                  Quiz
                  + +
                  +
                   
                  + + +
                  +
                  +
                  +
                  +
                  +
                  + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-images.json new file mode 100644 index 0000000..2b266e4 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/img.webmd.com\/dtmcms\/live\/webmd\/consumer_assets\/site_images\/miscellaneous\/webmd_FB_logo_bluebkgrd.jpg?v=1" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-metadata.json new file mode 100644 index 0000000..9fee7bc --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "By Kelli Miller\n WebMD Health News", + "Direction": null, + "Excerpt": "Drug-resistant bacteria, dubbed", + "Image": "http:\/\/img.webmd.com\/dtmcms\/live\/webmd\/consumer_assets\/site_images\/miscellaneous\/webmd_FB_logo_bluebkgrd.jpg?v=1", + "Title": "Superbugs: What They Are and How You Get Them", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected.html new file mode 100644 index 0000000..f9f1d5d --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected.html @@ -0,0 +1,24 @@ +
                  + + + + + + + +

                  April 17, 2015 -- Imagine being sick in the hospital with a bacterial infection and doctors can't stop it from spreading. This so-called "superbug" scenario is not science fiction. It's an urgent, worldwide worry that is prompting swift action.

                  +

                  Every year, about 2 million people get sick from a superbug, according to the CDC. About 23,000 die. Earlier this year, an outbreak of CRE (carbapenem-resistant enterobacteriaceae) linked to contaminated medical tools sickened 11 people at two Los-Angeles area hospitals. Two people died, and more than 200 others may have been exposed.

                  +

                  The White House recently released a comprehensive plan outlining steps to combat drug-resistant bacteria. The plan identifies three "urgent" and several "serious" threats. We asked infectious disease experts to explain what some of them are and when to worry.

                  + + + + +

                  But First: What's a Superbug?

                  +

                  It's a term coined by the media to describe bacteria that cannot be killed using multiple antibiotics. "It resonates because it's scary," says Stephen Calderwood, MD, president of the Infectious Diseases Society of America. "But in fairness, there is no real definition."

                  +

                  Instead, doctors often use phrases like "multidrug-resistant bacteria." That's because a superbug isn't necessarily resistant to all antibiotics. It refers to bacteria that can't be treated using two or more, says Brian K. Coombes, PhD, of McMaster University in Ontario.

                  +

                  Any species of bacteria can turn into a superbug.

                  +

                  Misusing antibiotics (such as taking them when you don't need them or not finishing all of your medicine) is the "single leading factor" contributing to this problem, the CDC says. The concern is that eventually doctors will run out of antibiotics to treat them.

                  +

                  "What the public should know is that the more antibiotics you’ve taken, the higher your superbug risk," says Eric Biondi, MD, who runs a program to decrease unnecessary antibiotic use. "The more encounters you have with the hospital setting, the higher your superbug risk."

                  +

                  "Superbugs should be a concern to everyone," Coombes says. "Antibiotics are the foundation on which all modern medicine rests. Cancer chemotherapy, organ transplants, surgeries, and childbirth all rely on antibiotics to prevent infections. If you can't treat those, then we lose the medical advances we have made in the last 50 years."

                  +

                  Here are some of the growing superbug threats identified in the 2015 White House report.

                  +
                  \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/webmd-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/webmd-2/source.html new file mode 100644 index 0000000..d7b374b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/webmd-2/source.html @@ -0,0 +1,1299 @@ + + + + + Superbugs: What They Are and How You Get Them + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  +
                  +
                  +
                  + + + + + +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  Skip to content + + + + + +
                  +
                  + +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +

                  Information and Resources

                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  Font Size
                  +
                  +
                  A
                  +
                  A
                  +
                  A
                  +
                  +
                  +
                  + +
                  + + + +
                  +

                  Superbugs: What They Are and How You Get Them

                  +
                  +
                  By +
                  WebMD Health News
                  + +
                  +

                  +

                  +

                  April 17, 2015 -- Imagine being sick in the hospital with a bacterial infection and doctors can't stop it from spreading. This so-called "superbug" scenario is not science fiction. It's an urgent, worldwide worry that is prompting swift action.

                  +

                  Every year, about 2 million people get sick from a superbug, according to the CDC. About 23,000 die. Earlier this year, an outbreak of CRE (carbapenem-resistant enterobacteriaceae) linked to contaminated medical tools sickened 11 people at two Los-Angeles area hospitals. Two people died, and more than 200 others may have been exposed.

                  +

                  The White House recently released a comprehensive plan outlining steps to combat drug-resistant bacteria. The plan identifies three "urgent" and several "serious" threats. We asked infectious disease experts to explain what some of them are and when to worry.

                  +

                  + + +
                  + +

                  But First: What's a Superbug?

                  +

                  It's a term coined by the media to describe bacteria that cannot be killed using multiple antibiotics. "It resonates because it's scary," says Stephen Calderwood, MD, president of the Infectious Diseases Society of America. "But in fairness, there is no real definition."

                  +

                  Instead, doctors often use phrases like "multidrug-resistant bacteria." That's because a superbug isn't necessarily resistant to all antibiotics. It refers to bacteria that can't be treated using two or more, says Brian K. Coombes, PhD, of McMaster University in Ontario.

                  +

                  Any species of bacteria can turn into a superbug.

                  +

                  Misusing antibiotics (such as taking them when you don't need them or not finishing all of your medicine) is the "single leading factor" contributing to this problem, the CDC says. The concern is that eventually doctors will run out of antibiotics to treat them.

                  +

                  "What the public should know is that the more antibiotics you’ve taken, the higher your superbug risk," says Eric Biondi, MD, who runs a program to decrease unnecessary antibiotic use. "The more encounters you have with the hospital setting, the higher your superbug risk."

                  +

                  "Superbugs should be a concern to everyone," Coombes says. "Antibiotics are the foundation on which all modern medicine rests. Cancer chemotherapy, organ transplants, surgeries, and childbirth all rely on antibiotics to prevent infections. If you can't treat those, then we lose the medical advances we have made in the last 50 years."

                  +

                  Here are some of the growing superbug threats identified in the 2015 White House report.

                  +
                  +
                  +
                  + +
                  +
                  +
                  1 | 2 | 3 + +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  + +
                  + + + + + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +

                  WebMD Video: Now Playing

                  +
                  + +
                  +
                  +
                  + +

                  + Click here to wach video: Dirty Truth About Hand Washing +

                  +

                  Which sex is the worst about washing up? Why is it so important? We’ve got the dirty truth on how and when to wash your hands.

                  +

                  + Click here to watch video: Dirty Truth About Hand Washing +

                  +
                  +
                  +
                  + + + + + + + + +
                  +
                  + +
                  +
                  +
                  +
                  +
                  + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  + + + + + \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-images.json new file mode 100644 index 0000000..2ad2556 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-images.json @@ -0,0 +1,6 @@ +[ + "https:\/\/vignette.wikia.nocookie.net\/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9\/thumbnail-down\/width\/1280\/height\/720", + "https:\/\/vignette.wikia.nocookie.net\/e80dae8a-b955-43f6-8ada-f023385e622b\/scale-to-width-down\/627", + "https:\/\/vignette.wikia.nocookie.net\/375e0e5a-170d-4560-8f20-240c9f0624e9\/scale-to-width-down\/627", + "https:\/\/vignette.wikia.nocookie.net\/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9\/scale-to-width-down\/627" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-metadata.json new file mode 100644 index 0000000..ec9aa47 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "James Akinaka", + "Direction": null, + "Excerpt": "As a 40th birthday present to the Star Wars Saga and its fans, Lucasfilm could re-release the original versions of the original trilogy films.", + "Image": "https:\/\/vignette.wikia.nocookie.net\/1fb5ee36-d9ae-4125-96d9-f52eb403f1c9\/thumbnail-down\/width\/1280\/height\/720", + "Title": "'Star Wars' Original Cuts Might Get Released for 40th Anniversary", + "SiteName": "Fandom powered by Wikia" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikia/expected.html b/vendor/fivefilters/readability.php/test/test-pages/wikia/expected.html new file mode 100644 index 0000000..eb8eb6e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wikia/expected.html @@ -0,0 +1,27 @@ +
                  +

                  Although Lucasfilm is already planning a birthday bash for the Star Wars Saga at Celebration Orlando this April, fans might get another present for the saga’s 40th anniversary. According to fan site MakingStarWars.net, rumors abound that Lucasfilm might re-release the unaltered cuts of the saga’s original trilogy.

                  +

                  If the rumors are true, this is big news for Star Wars fans. Aside from limited VHS releases, the unaltered cuts of the original trilogy films haven’t been available since they premiered in theaters in the 1970s and ’80s. If Lucasfilm indeed re-releases the films’ original cuts, then this will be the first time in decades that fans can see the films in their original forms. Here’s what makes the unaltered cuts of the original trilogy so special.

                  +

                  The Star Wars Special Editions Caused Controversy + star wars han solo +

                  +

                  Thanks to the commercial success of Star Wars, George Lucas has revisited and further edited his films for re-releases. The most notable — and controversial — release were the Special Editions of the original trilogy. In 1997, to celebrate the saga’s 20th anniversary, Lucasfilm spent a total of $15 million to remaster A New Hope, The Empire Strikes Back, and Return of the Jedi. The Special Editions had stints in theaters before moving to home media.

                  +

                  Although most of the Special Editions’ changes were cosmetic, others significantly affected the plot of the films. The most notable example is the “Han shot first” scene in A New Hope. As a result, the Special Editions generated significant controversy among Star Wars fans. Many fans remain skeptical about George Lucas’s decision to finish each original trilogy film “the way it was meant to be.”

                  +

                  + star wars +

                  +

                  While the Special Editions represent the most significant edits to the original trilogy, the saga has undergone other changes. Following up on the saga’s first Blu-ray release in 2011, Industrial Light & Magic (ILM) began remastering the entire saga in 3D, starting with the prequel trilogy. The Phantom Menace saw a theatrical 3D re-release in 2012, but Disney’s 2012 acquisition of Lucasfilm indefinitely postponed further 3D releases.

                  +

                  In 2015, Attack of the Clones and Revenge of the Sith received limited 3D showings at Celebration Anaheim. Other than that, it seems as though Disney has decided to refocus Lucasfilm’s efforts to new films. Of course, that’s why the saga has produced new content beginning with The Force Awakens. However, it looks like Lucasfilm isn’t likely to generate 3D versions of the original trilogy anytime soon.

                  +

                  Why the Original Film Cuts Matter

                  +

                  + +

                  +

                  Admittedly, the differences between the original trilogy’s unaltered cuts and the Special Editions appeal to more hardcore fans. Casual fans are less likely to care about whether Greedo or Han Solo shot first. Still, given Star Wars’ indelible impact on pop culture, there’s certainly a market for the original trilogy’s unaltered cuts. They might not be for every Star Wars fan, but many of us care about them.

                  +

                  ILM supervisor John Knoll, who first pitched the story idea for Rogue One, said last year that ILM finished a brand new 4K restoration print of A New Hope. For that reason, it seems likely that Lucasfilm will finally give diehard fans the original film cuts that they’ve clamored for. There’s no word yet whether the unaltered cuts will be released in theaters or on home media. At the very least, however, fans will likely get them after all this time. After all, the Special Editions marked the saga’s 20th anniversary. Star Wars turns 40 years old this year, so there’s no telling what’s in store.

                  +
                  +

                  + + Would you like to be part of the Fandom team? Join our Fan Contributor Program and share your voice on Fandom.com! + +

                  + +
                  \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikia/source.html b/vendor/fivefilters/readability.php/test/test-pages/wikia/source.html new file mode 100644 index 0000000..aa1d771 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wikia/source.html @@ -0,0 +1,19998 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 'Star Wars' Original Cuts Might Get Released for 40th Anniversary | Fandom powered by Wikia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  + + + +
                  +
                  + + + + + + + + + + +

                  Introducing Fandom Author Profiles

                  +

                  Bringing you closer to your readers with a customizable profile.

                  + Edit Your Profile +
                  +
                  +
                  + +
                  + + +
                  +
                  +
                  + + + +
                  +
                  + + + +
                  +
                  + +
                  +
                  + + + +
                  + + + + + + + +
                  +
                  + + Sign In + | + Register +
                  + + +
                  +
                  +
                  +
                  + +
                  +
                  +

                  TV

                  +

                  Games

                  +

                  Movies

                  +
                  + + + + +
                  + +
                  + + +
                  +
                  +
                  +
                  + + + +
                  +

                  ‘Star Wars’ Original Cuts Might Get Released for 40th Anniversary

                  +
                  + + + +
                  + +
                  + +
                  +

                  Although Lucasfilm is already planning a birthday bash for the Star Wars Saga at Celebration Orlando this April, fans might get another present for the saga’s 40th anniversary. According to fan site MakingStarWars.net, rumors abound that Lucasfilm might re-release the unaltered cuts of the saga’s original trilogy.

                  +

                  If the rumors are true, this is big news for Star Wars fans. Aside from limited VHS releases, the unaltered cuts of the original trilogy films haven’t been available since they premiered in theaters in the 1970s and ’80s. If Lucasfilm indeed re-releases the films’ original cuts, then this will be the first time in decades that fans can see the films in their original forms. Here’s what makes the unaltered cuts of the original trilogy so special.

                  +

                  The Star Wars Special Editions Caused Controversy + star wars han solo +

                  +

                  Thanks to the commercial success of Star Wars, George Lucas has revisited and further edited his films for re-releases. The most notable — and controversial — release were the Special Editions of the original trilogy. In 1997, to celebrate the saga’s 20th anniversary, Lucasfilm spent a total of $15 million to remaster A New Hope, The Empire Strikes Back, and Return of the Jedi. The Special Editions had stints in theaters before moving to home media.

                  +

                  Although most of the Special Editions’ changes were cosmetic, others significantly affected the plot of the films. The most notable example is the “Han shot first” scene in A New Hope. As a result, the Special Editions generated significant controversy among Star Wars fans. Many fans remain skeptical about George Lucas’s decision to finish each original trilogy film “the way it was meant to be.”

                  +

                  + star wars +

                  +

                  While the Special Editions represent the most significant edits to the original trilogy, the saga has undergone other changes. Following up on the saga’s first Blu-ray release in 2011, Industrial Light & Magic (ILM) began remastering the entire saga in 3D, starting with the prequel trilogy. The Phantom Menace saw a theatrical 3D re-release in 2012, but Disney’s 2012 acquisition of Lucasfilm indefinitely postponed further 3D releases.

                  +

                  In 2015, Attack of the Clones and Revenge of the Sith received limited 3D showings at Celebration Anaheim. Other than that, it seems as though Disney has decided to refocus Lucasfilm’s efforts to new films. Of course, that’s why the saga has produced new content beginning with The Force Awakens. However, it looks like Lucasfilm isn’t likely to generate 3D versions of the original trilogy anytime soon.

                  +

                  Why the Original Film Cuts Matter

                  +

                  + +

                  +

                  Admittedly, the differences between the original trilogy’s unaltered cuts and the Special Editions appeal to more hardcore fans. Casual fans are less likely to care about whether Greedo or Han Solo shot first. Still, given Star Wars’ indelible impact on pop culture, there’s certainly a market for the original trilogy’s unaltered cuts. They might not be for every Star Wars fan, but many of us care about them.

                  +

                  ILM supervisor John Knoll, who first pitched the story idea for Rogue One, said last year that ILM finished a brand new 4K restoration print of A New Hope. For that reason, it seems likely that Lucasfilm will finally give diehard fans the original film cuts that they’ve clamored for. There’s no word yet whether the unaltered cuts will be released in theaters or on home media. At the very least, however, fans will likely get them after all this time. After all, the Special Editions marked the saga’s 20th anniversary. Star Wars turns 40 years old this year, so there’s no telling what’s in store.

                  +
                  +

                  + + Would you like to be part of the Fandom team? Join our Fan Contributor Program and share your voice on Fandom.com! + +

                  + +
                  +
                  + + James Akinaka +

                  James Akinaka arrives at Fandom by way of Wookieepedia. He covers Star Wars, superheroes, and animation and values bold, inclusive stories. He suffers from a lifelong case of nitpicking and high standards.

                  + + +
                  +
                  + +
                  +
                  + + +
                  +
                  +
                  +
                  +
                  +

                  Latest Videos

                  + +
                  +
                  +
                  + +

                  See Batman and Superman Battle in Newest ‘Injustice 2’ Trailer

                  +
                  +
                  +
                  +
                  +
                  + +

                  ‘Ghost Recon: Wildlands’ Open Beta is Now Live

                  +
                  +
                  + +

                  Watch the 5-Minute Prologue to ‘Alien: Covenant’

                  +
                  +
                  +
                  +
                  + +

                  Free Xbox Games With Gold Revealed For March 2017

                  +
                  +
                  + +

                  ‘Dragon Quest Heroes II’ Release Date Revealed

                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +

                  Fan Feed

                  +
                  +
                  + +
                  + +
                    + +
                  • + + +
                  • +
                  • + + +
                  • +
                  + + +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  + + +
                  +
                  + +
                  + Got it! Your favorite fandoms are coming to your inbox.
                  +
                  +
                  + + + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + + + + + + + + + + + + + + + + + + + + + + + + + +
                  + + + +
                  + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected-images.json new file mode 100644 index 0000000..c72eb5a --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected-images.json @@ -0,0 +1,47 @@ +[ + "https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/3\/3e\/Flag_of_New_Zealand.svg\/1200px-Flag_of_New_Zealand.svg.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/3\/3e\/Flag_of_New_Zealand.svg\/125px-Flag_of_New_Zealand.svg.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/d\/d3\/Coat_of_arms_of_New_Zealand.svg\/85px-Coat_of_arms_of_New_Zealand.svg.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/29\/NZL_orthographic_NaturalEarth.svg\/250px-NZL_orthographic_NaturalEarth.svg.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b0\/Increase2.svg\/11px-Increase2.svg.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/ab\/Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png\/220px-Detail_of_1657_map_Polus_Antarcticus_by_Jan_Janssonius%2C_showing_Nova_Zeelandia.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/4\/4b\/Polynesian_Migration.svg\/290px-Polynesian_Migration.svg.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/22\/Cook_chart_of_New_Zealand.jpg\/170px-Cook_chart_of_New_Zealand.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/8\/87\/Treatyofwaitangi.jpg\/170px-Treatyofwaitangi.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/3\/3b\/1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg\/290px-1863_Meeting_of_Settlers_and_Maoris_at_Hawke%27s_Bay%2C_New_Zealand.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/ad\/Queen_Elizabeth_II_of_New_Zealand_2.jpg\/152px-Queen_Elizabeth_II_of_New_Zealand_2.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/6\/6f\/Ardern_Cropped.png\/152px-Ardern_Cropped.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/3\/32\/Seddon_Statue_in_Parliament_Grounds.jpg\/220px-Seddon_Statue_in_Parliament_Grounds.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/7\/77\/E_003261_E_Maoris_in_North_Africa_July_1941.jpg\/220px-E_003261_E_Maoris_in_North_Africa_July_1941.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/d\/d4\/ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg\/220px-ANZAC_Day_service_at_the_National_War_Memorial_-_Flickr_-_NZ_Defence_Force_%2820%29.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/4\/4b\/NZL_orthographic_NaturalEarth_labelled_en.svg\/400px-NZL_orthographic_NaturalEarth_labelled_en.svg.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/3\/3e\/Flag_of_New_Zealand.svg\/23px-Flag_of_New_Zealand.svg.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/3\/35\/Flag_of_the_Cook_Islands.svg\/23px-Flag_of_the_Cook_Islands.svg.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/01\/Flag_of_Niue.svg\/23px-Flag_of_Niue.svg.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/8\/8e\/Flag_of_Tokelau.svg\/23px-Flag_of_Tokelau.svg.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/a5\/New_Zealand_23_October_2002.jpg\/170px-New_Zealand_23_October_2002.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/4\/44\/Mt_Cook%2C_NZ.jpg\/220px-Mt_Cook%2C_NZ.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/7\/7b\/New_Zealand_moutain_ranges.jpg\/220px-New_Zealand_moutain_ranges.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/e\/e5\/Lake_Gunn.jpg\/269px-Lake_Gunn.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/d\/d4\/Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg\/269px-Pencarrow_Head%2C_Wellington%2C_New_Zealand_from_Santa_Regina%2C_24_Feb._2007.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/8\/82\/TeTuatahianui.jpg\/170px-TeTuatahianui.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/2d\/Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg\/220px-Giant_Haasts_eagle_attacking_New_Zealand_moa.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/e\/e1\/Auckland_Waterfrt.jpg\/220px-Auckland_Waterfrt.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/4\/42\/MilfordSound.jpg\/220px-MilfordSound.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/6\/6e\/Fauna_de_Nueva_Zelanda07.JPG\/220px-Fauna_de_Nueva_Zelanda07.JPG", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/1\/11\/Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg\/220px-Air_New_Zealand%2C_Boeing_787-9_ZK-NZE_%27All_Blacks%27_NRT_%2827091961041%29.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/27\/New_Zealandpop.svg\/280px-New_Zealandpop.svg.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/1\/1e\/Auckland_Cbd_%28217403753%29.jpeg\/120px-Auckland_Cbd_%28217403753%29.jpeg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/7\/7b\/Wellington_at_dawn.jpg\/120px-Wellington_at_dawn.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/0e\/Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_%282%29.jpg\/120px-Aerial_image_of_Christchurch_suburbs_-_Flickr_-_NZ_Defence_Force_%282%29.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/8\/87\/HamiltonNZfromUni.jpg\/120px-HamiltonNZfromUni.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/bb\/Queen_Street_Midtown_Auckland.jpg\/220px-Queen_Street_Midtown_Auckland.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/1\/16\/TeReoMaori2013.png\/220px-TeReoMaori2013.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/7\/70\/Ratana_Church_Raetihi.jpg\/170px-Ratana_Church_Raetihi.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/5\/53\/KupeWheke.jpg\/150px-KupeWheke.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/7\/7b\/Hinepare.jpg\/170px-Hinepare.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/8\/89\/Hobbit_holes_reflected_in_water.jpg\/220px-Hobbit_holes_reflected_in_water.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/d\/d2\/Haka_2006.jpg\/220px-Haka_2006.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/9\/91\/Hangi_ingredients.jpg\/220px-Hangi_ingredients.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/f3\/Gnome-globe.svg\/16px-Gnome-globe.svg.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected-metadata.json new file mode 100644 index 0000000..115048e --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Contributors to Wikimedia projects", + "Direction": "ltr", + "Excerpt": "Coordinates: 42\u00b0S 174\u00b0E\ufeff \/ \ufeff42\u00b0S 174\u00b0E", + "Image": "https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/3\/3e\/Flag_of_New_Zealand.svg\/1200px-Flag_of_New_Zealand.svg.png", + "Title": "New Zealand", + "SiteName": "Wikimedia Foundation, Inc." +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected.html new file mode 100644 index 0000000..4fed8d1 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/expected.html @@ -0,0 +1,3107 @@ +
                  + + + + +

                  + Coordinates: 42°S 174°E / 42°S 174°E +

                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  +

                  + New Zealand +


                  +
                  +

                  Aotearoa  (Māori) +

                  +
                  +
                  +
                  +

                  Blue field with the Union Flag in the top right corner, and four red stars with white borders to the right. +

                  +
                  +

                  Flag +

                  +
                  +
                  +

                  A quartered shield, flanked by two figures, topped with a crown. +

                  + +
                  +
                  +
                  + +
                  + A map of the hemisphere centred on New Zealand, using an orthographic projection. +

                  + Location of New Zealand, including outlying islands, its territorial claim in the Antarctic, and Tokelau +

                  +
                  + Capital + + Wellington
                  + 41°17′S 174°27′E / 41.283°S 174.450°E +
                  + Largest city + + Auckland +
                  + Official languages + +
                  + +
                  +
                  + Ethnic groups +

                  + (2018) +

                  +
                  +
                  + +
                  +
                  + Demonym(s) + + New Zealander
                  + Kiwi (informal) +
                  + Government + + Unitary parliamentary constitutional monarchy +
                  +

                  + • Monarch +

                  +
                  + Elizabeth II +
                  +

                  + • Governor-General +

                  +
                  + Patsy Reddy +
                  +

                  + • Prime Minister +

                  +
                  + Jacinda Ardern +
                  + Legislature + + Parliament
                  + (House of Representatives) +
                  + Stages of independence  +

                  + from the United Kingdom +

                  +
                  + + + 7 May 1856 +
                  +

                  + • Dominion +

                  +
                  + 26 September 1907 +
                  + + +
                  + 25 November 1947 +
                  + Area +
                  +

                  + • Total +

                  +
                  + 268,021 km2 (103,483 sq mi) (75th) +
                  +

                  + • Water (%) +

                  +
                  + 1.6[n 4] +
                  + Population +
                  +

                  + • September 2019 estimate +

                  +
                  + 4,933,210[5] (120th) +
                  +

                  + • 2018 census +

                  +
                  + 4,699,755 +
                  +

                  + • Density +

                  +
                  + 18.2/km2 (47.1/sq mi) (203rd) +
                  + GDP (PPP) + + 2018 estimate +
                  +

                  + • Total +

                  +
                  + $199 billion[6] +
                  +

                  + • Per capita +

                  +
                  + $40,266[6] +
                  + GDP (nominal) + + 2018 estimate +
                  +

                  + • Total +

                  +
                  + $206 billion[6] +
                  +

                  + • Per capita +

                  +
                  + $41,616[6] +
                  + Gini (2014) + + 33.0[7]
                  + medium · 22nd +
                  + HDI (2017) + + Increase 0.917[8]
                  + very high · 16th +
                  + Currency + + New Zealand dollar ($) (NZD) +
                  + Time zone + + UTC+12 (NZST[n 5]) +
                  +

                  + • Summer (DST) +

                  +
                  + UTC+13 (NZDT[n 6]) +
                  + Date format + + dd/mm/yyyy
                  + yyyy-mm-dd[10] +
                  + Driving side + + left +
                  + Calling code + + +64 +
                  + ISO 3166 code + + NZ +
                  + Internet TLD + + .nz +
                  +

                  + New Zealand (Māori: Aotearoa [aɔˈtɛaɾɔa]) is a sovereign island country in the southwestern Pacific Ocean. The country geographically comprises two main landmasses—the North Island (Te Ika-a-Māui), and the South Island (Te Waipounamu)—and around 600 smaller islands. It has a total land area of 268,000 square kilometres (103,500 sq mi). New Zealand is situated some 2,000 kilometres (1,200 mi) east of Australia across the Tasman Sea and roughly 1,000 kilometres (600 mi) south of the Pacific island areas of New Caledonia, Fiji, and Tonga. Because of its remoteness, it was one of the last lands to be settled by humans. During its long period of isolation, New Zealand developed a distinct biodiversity of animal, fungal, and plant life. The country's varied topography and its sharp mountain peaks, such as the Southern Alps, owe much to the tectonic uplift of land and volcanic eruptions. New Zealand's capital city is Wellington, while its most populous city is Auckland. +

                  +

                  + Sometime between 1250 and 1300, Polynesians settled in the islands that later were named New Zealand and developed a distinctive Māori culture. In 1642, Dutch explorer Abel Tasman became the first European to sight New Zealand. In 1840, representatives of the United Kingdom and Māori chiefs signed the Treaty of Waitangi, which declared British sovereignty over the islands. In 1841, New Zealand became a colony within the British Empire and in 1907 it became a dominion; it gained full statutory independence in 1947 and the British monarch remained the head of state. Today, the majority of New Zealand's population of 4.9 million is of European descent; the indigenous Māori are the largest minority, followed by Asians and Pacific Islanders. Reflecting this, New Zealand's culture is mainly derived from Māori and early British settlers, with recent broadening arising from increased immigration. The official languages are English, Māori, and New Zealand Sign Language, with English being very dominant. +

                  +

                  + A developed country, New Zealand ranks highly in international comparisons of national performance, such as quality of life, health, education, protection of civil liberties, and economic freedom. New Zealand underwent major economic changes during the 1980s, which transformed it from a protectionist to a liberalised free-trade economy. The service sector dominates the national economy, followed by the industrial sector, and agriculture; international tourism is a significant source of revenue. Nationally, legislative authority is vested in an elected, unicameral Parliament, while executive political power is exercised by the Cabinet, led by the prime minister, currently Jacinda Ardern. Queen Elizabeth II is the country's monarch and is represented by a governor-general, currently Dame Patsy Reddy. In addition, New Zealand is organised into 11 regional councils and 67 territorial authorities for local government purposes. The Realm of New Zealand also includes Tokelau (a dependent territory); the Cook Islands and Niue (self-governing states in free association with New Zealand); and the Ross Dependency, which is New Zealand's territorial claim in Antarctica. New Zealand is a member of the United Nations, Commonwealth of Nations, ANZUS, Organisation for Economic Co-operation and Development, ASEAN Plus Six, Asia-Pacific Economic Cooperation, the Pacific Community and the Pacific Islands Forum. +

                  + +

                  + Etymology +

                  + +
                  +

                  Brown square paper with Dutch writing and a thick red, curved line

                  +

                  Detail from a 1657 map showing the western coastline of "Nova Zeelandia". (In this map, north is at the bottom.) +

                  +
                  +

                  + Dutch explorer Abel Tasman sighted New Zealand in 1642 and named it Staten Land "in honour of the States General" (Dutch parliament). He wrote, "it is possible that this land joins to the Staten Land but it is uncertain",[11] referring to a landmass of the same name at the southern tip of South America, discovered by Jacob Le Maire in 1616.[12][13] In 1645, Dutch cartographers renamed the land Nova Zeelandia after the Dutch province of Zeeland.[14][15] British explorer James Cook subsequently anglicised the name to New Zealand.[16] +

                  +

                  + Aotearoa (pronounced ; often translated as "land of the long white cloud")[17] is the current Māori name for New Zealand. It is unknown whether Māori had a name for the whole country before the arrival of Europeans, with Aotearoa originally referring to just the North Island.[18] Māori had several traditional names for the two main islands, including Te Ika-a-Māui (the fish of Māui) for the North Island and Te Waipounamu (the waters of greenstone) or Te Waka o Aoraki (the canoe of Aoraki) for the South Island.[19] Early European maps labelled the islands North (North Island), Middle (South Island) and South (Stewart Island / Rakiura).[20] In 1830, mapmakers began to use "North" and "South" on their maps to distinguish the two largest islands and by 1907 this was the accepted norm.[16] The New Zealand Geographic Board discovered in 2009 that the names of the North Island and South Island had never been formalised, and names and alternative names were formalised in 2013. This set the names as North Island or Te Ika-a-Māui, and South Island or Te Waipounamu.[21] For each island, either its English or Māori name can be used, or both can be used together.[21] +

                  + +

                  + History +

                  + +
                  +

                  One set of arrows point from Taiwan to Melanesia to Fiji/Samoa and then to the Marquesas Islands. The population then spread, some going south to New Zealand and others going north to Hawai'i. A second set start in southern Asia and end in Melanesia.

                  +

                  The Māori people are most likely descended from people who emigrated from Taiwan to Melanesia and then travelled east through to the Society Islands. After a pause of 70 to 265 years, a new wave of exploration led to the discovery and settlement of New Zealand.[22] +

                  +
                  +

                  + New Zealand was one of the last major landmasses settled by humans. Radiocarbon dating, evidence of deforestation[23] and mitochondrial DNA variability within Māori populations[24] suggest New Zealand was first settled by Eastern Polynesians between 1250 and 1300,[19][25] concluding a long series of voyages through the southern Pacific islands.[26] Over the centuries that followed, these settlers developed a distinct culture now known as Māori. The population was divided into iwi (tribes) and hapū (subtribes) who would sometimes cooperate, sometimes compete and sometimes fight against each other.[27] At some point a group of Māori migrated to Rēkohu, now known as the Chatham Islands, where they developed their distinct Moriori culture.[28][29] The Moriori population was all but wiped out between 1835 and 1862, largely because of Taranaki Māori invasion and enslavement in the 1830s, although European diseases also contributed. In 1862 only 101 survived, and the last known full-blooded Moriori died in 1933.[30] +

                  +
                  +

                  An engraving of a sketched coastline on white background

                  +

                  Map of the New Zealand coastline as Cook charted it on his first visit in 1769–70. The track of the Endeavour is also shown. +

                  +
                  +

                  + The first Europeans known to have reached New Zealand were Dutch explorer Abel Tasman and his crew in 1642.[31] In a hostile encounter, four crew members were killed and at least one Māori was hit by canister shot.[32] Europeans did not revisit New Zealand until 1769 when British explorer James Cook mapped almost the entire coastline.[31] Following Cook, New Zealand was visited by numerous European and North American whaling, sealing and trading ships. They traded European food, metal tools, weapons and other goods for timber, Māori food, artefacts and water.[33] The introduction of the potato and the musket transformed Māori agriculture and warfare. Potatoes provided a reliable food surplus, which enabled longer and more sustained military campaigns.[34] The resulting intertribal Musket Wars encompassed over 600 battles between 1801 and 1840, killing 30,000–40,000 Māori.[35] From the early 19th century, Christian missionaries began to settle New Zealand, eventually converting most of the Māori population.[36] The Māori population declined to around 40% of its pre-contact level during the 19th century; introduced diseases were the major factor.[37] +

                  +
                  +

                  A torn sheet of paper

                  +
                  +

                  + In 1788 Captain Arthur Phillip assumed the position of Governor of the new British colony of New South Wales which according to his commission included New Zealand.[38] The British Government appointed James Busby as British Resident to New Zealand in 1832 following a petition from northern Māori.[39] In 1835, following an announcement of impending French settlement by Charles de Thierry, the nebulous United Tribes of New Zealand sent a Declaration of Independence to King William IV of the United Kingdom asking for protection.[39] Ongoing unrest, the proposed settlement of New Zealand by the New Zealand Company (which had already sent its first ship of surveyors to buy land from Māori) and the dubious legal standing of the Declaration of Independence prompted the Colonial Office to send Captain William Hobson to claim sovereignty for the United Kingdom and negotiate a treaty with the Māori.[40] The Treaty of Waitangi was first signed in the Bay of Islands on 6 February 1840.[41] In response to the New Zealand Company's attempts to establish an independent settlement in Wellington[42] and French settlers purchasing land in Akaroa,[43] Hobson declared British sovereignty over all of New Zealand on 21 May 1840, even though copies of the Treaty were still circulating throughout the country for Māori to sign.[44] With the signing of the Treaty and declaration of sovereignty the number of immigrants, particularly from the United Kingdom, began to increase.[45] +

                  +
                  +

                  Black and white engraving depicting a crowd of people

                  +
                  +

                  + New Zealand, still part of the colony of New South Wales, became a separate Colony of New Zealand on 1 July 1841.[46] Armed conflict began between the Colonial government and Māori in 1843 with the Wairau Affray over land and disagreements over sovereignty. These conflicts, mainly in the North Island, saw thousands of Imperial troops and the Royal Navy come to New Zealand and became known as the New Zealand Wars. Following these armed conflicts, large amounts of Māori land was confiscated by the government to meet settler demands.[47] +

                  +

                  + The colony gained a representative government in 1852 and the first Parliament met in 1854.[48] In 1856 the colony effectively became self-governing, gaining responsibility over all domestic matters other than native policy.[48] (Control over native policy was granted in the mid-1860s.[48]) Following concerns that the South Island might form a separate colony, premier Alfred Domett moved a resolution to transfer the capital from Auckland to a locality near Cook Strait.[49] Wellington was chosen for its central location, with Parliament officially sitting there for the first time in 1865.[50] +

                  +

                  + In 1891 the Liberal Party came to power as the first organised political party.[51] The Liberal Government, led by Richard Seddon for most of its period in office,[52] passed many important social and economic measures. In 1893 New Zealand was the first nation in the world to grant all women the right to vote[51] and in 1894 pioneered the adoption of compulsory arbitration between employers and unions.[53] +

                  +

                  + In 1907, at the request of the New Zealand Parliament, King Edward VII proclaimed New Zealand a Dominion within the British Empire,[54] reflecting its self-governing status.[55] In 1947 the country adopted the Statute of Westminster, confirming that the British Parliament could no longer legislate for New Zealand without the consent of New Zealand.[48] +

                  +

                  + Early in the 20th century, New Zealand was involved in world affairs, fighting in the First and Second World Wars[56] and suffering through the Great Depression.[57] The depression led to the election of the First Labour Government and the establishment of a comprehensive welfare state and a protectionist economy.[58] New Zealand experienced increasing prosperity following the Second World War[59] and Māori began to leave their traditional rural life and move to the cities in search of work.[60] A Māori protest movement developed, which criticised Eurocentrism and worked for greater recognition of Māori culture and of the Treaty of Waitangi.[61] In 1975, a Waitangi Tribunal was set up to investigate alleged breaches of the Treaty, and it was enabled to investigate historic grievances in 1985.[41] The government has negotiated settlements of these grievances with many iwi,[62] although Māori claims to the foreshore and seabed have proved controversial in the 2000s.[63][64] +

                  +

                  + Government and politics +

                  + +
                  +
                  +

                  The Queen wearing her New Zealand insignia +

                  + +
                  +
                  +

                  A smiling woman wearing a black dress +

                  + +
                  +
                  +

                  + New Zealand is a constitutional monarchy with a parliamentary democracy,[65] although its constitution is not codified.[66] Elizabeth II is the Queen of New Zealand[67] and thus the head of state.[68] The Queen is represented by the governor-general, whom she appoints on the advice of the prime minister.[69] The governor-general can exercise the Crown's prerogative powers, such as reviewing cases of injustice and making appointments of ministers, ambassadors and other key public officials,[70] and in rare situations, the reserve powers (e.g. the power to dissolve parliament or refuse the royal assent of a bill into law).[71] The powers of the monarch and the governor-general are limited by constitutional constraints and they cannot normally be exercised without the advice of ministers.[71] +

                  +

                  + The New Zealand Parliament holds legislative power and consists of the Queen and the House of Representatives.[72] It also included an upper house, the Legislative Council, until this was abolished in 1950.[72] The supremacy of parliament over the Crown and other government institutions was established in England by the Bill of Rights 1689 and has been ratified as law in New Zealand.[72] The House of Representatives is democratically elected and a government is formed from the party or coalition with the majority of seats. If no majority is formed, a minority government can be formed if support from other parties during confidence and supply votes is assured.[72] The governor-general appoints ministers under advice from the prime minister, who is by convention the parliamentary leader of the governing party or coalition.[73] Cabinet, formed by ministers and led by the prime minister, is the highest policy-making body in government and responsible for deciding significant government actions.[74] Members of Cabinet make major decisions collectively, and are therefore collectively responsible for the consequences of these decisions.[75] +

                  +

                  + A parliamentary general election must be called no later than three years after the previous election.[76] Almost all general elections between 1853 and 1993 were held under the first-past-the-post voting system.[77] Since the 1996 election, a form of proportional representation called mixed-member proportional (MMP) has been used.[66] Under the MMP system, each person has two votes; one is for a candidate standing in the voter's electorate and the other is for a party. Since the 2014 election, there have been 71 electorates (which include seven Māori electorates in which only Māori can optionally vote),[78] and the remaining 49 of the 120 seats are assigned so that representation in parliament reflects the party vote, with the threshold that a party must win at least one electorate or 5% of the total party vote before it is eligible for a seat.[79] +

                  +
                  +

                  A block of buildings fronted by a large statue.

                  +
                  +

                  + Elections since the 1930s have been dominated by two political parties, National and Labour.[77] Between March 2005 and August 2006, New Zealand became the first country in the world in which all the highest offices in the land—head of state, governor-general, prime minister, speaker and chief justice—were occupied simultaneously by women.[80] The current prime minister is Jacinda Ardern, who has been in office since 26 October 2017.[81] She is the country's third female prime minister.[82] +

                  +

                  + New Zealand's judiciary, headed by the chief justice,[83] includes the Supreme Court, Court of Appeal, the High Court, and subordinate courts.[84] Judges and judicial officers are appointed non-politically and under strict rules regarding tenure to help maintain judicial independence.[66] This theoretically allows the judiciary to interpret the law based solely on the legislation enacted by Parliament without other influences on their decisions.[85] +

                  +

                  + New Zealand is identified as one of the world's most stable and well-governed states.[86] As at 2017, the country was ranked fourth in the strength of its democratic institutions,[87] and first in government transparency and lack of corruption.[88] A 2017 Human Rights Report by the U.S. Department of State noted that the government generally respected the rights of individuals, but voiced concerns regarding the social status of the Māori population.[89] New Zealand ranks highly for civic participation in the political process, with 77% voter turnout during recent elections, compared to an OECD average of 69%.[90] +

                  + +

                  + Foreign relations and military +

                  + +
                  +

                  A squad of men kneel in the desert sand while performing a war dance

                  +
                  +

                  + Early colonial New Zealand allowed the British Government to determine external trade and be responsible for foreign policy.[91] The 1923 and 1926 Imperial Conferences decided that New Zealand should be allowed to negotiate its own political treaties and the first commercial treaty was ratified in 1928 with Japan. On 3 September 1939 New Zealand allied itself with Britain and declared war on Germany with Prime Minister Michael Joseph Savage proclaiming, "Where she goes, we go; where she stands, we stand."[92] +

                  +

                  + In 1951 the United Kingdom became increasingly focused on its European interests,[93] while New Zealand joined Australia and the United States in the ANZUS security treaty.[94] The influence of the United States on New Zealand weakened following protests over the Vietnam War,[95] the refusal of the United States to admonish France after the sinking of the Rainbow Warrior,[96] disagreements over environmental and agricultural trade issues and New Zealand's nuclear-free policy.[97][98] Despite the United States' suspension of ANZUS obligations the treaty remained in effect between New Zealand and Australia, whose foreign policy has followed a similar historical trend.[99] Close political contact is maintained between the two countries, with free trade agreements and travel arrangements that allow citizens to visit, live and work in both countries without restrictions.[100] In 2013 there were about 650,000 New Zealand citizens living in Australia, which is equivalent to 15% of the resident population of New Zealand.[101] +

                  +
                  +

                  A soldier in a green army uniform faces forwards

                  +

                  Anzac Day service at the National War Memorial +

                  +
                  +

                  + New Zealand has a strong presence among the Pacific Island countries. A large proportion of New Zealand's aid goes to these countries and many Pacific people migrate to New Zealand for employment.[102] Permanent migration is regulated under the 1970 Samoan Quota Scheme and the 2002 Pacific Access Category, which allow up to 1,100 Samoan nationals and up to 750 other Pacific Islanders respectively to become permanent New Zealand residents each year. A seasonal workers scheme for temporary migration was introduced in 2007 and in 2009 about 8,000 Pacific Islanders were employed under it.[103] A regional power,[104] New Zealand is involved in the Pacific Islands Forum, the Pacific Community, Asia-Pacific Economic Cooperation and the Association of Southeast Asian Nations Regional Forum (including the East Asia Summit).[100] New Zealand is a member of the United Nations,[105] the Commonwealth of Nations[106] and the Organisation for Economic Co-operation and Development (OECD),[107] and participates in the Five Power Defence Arrangements.[108] +

                  +

                  + New Zealand's military services—the Defence Force—comprise the New Zealand Army, the Royal New Zealand Air Force and the Royal New Zealand Navy.[109] New Zealand's national defence needs are modest, since a direct attack is unlikely.[110] However, its military has had a global presence. The country fought in both world wars, with notable campaigns in Gallipoli, Crete,[111] El Alamein[112] and Cassino.[113] The Gallipoli campaign played an important part in fostering New Zealand's national identity[114][115] and strengthened the ANZAC tradition it shares with Australia.[116] +

                  +

                  + In addition to Vietnam and the two world wars, New Zealand fought in the Second Boer War,[117] the Korean War,[118] the Malayan Emergency,[119] the Gulf War and the Afghanistan War. It has contributed forces to several regional and global peacekeeping missions, such as those in Cyprus, Somalia, Bosnia and Herzegovina, the Sinai, Angola, Cambodia, the Iran–Iraq border, Bougainville, East Timor, and the Solomon Islands.[120] +

                  +

                  + Local government and external territories +

                  + +
                  +

                  Map with the North, South, Stewart/Rakiura, Tokelau, Cook, Niue, Kermadec, Chatham, Bounty, Antipodes, Snare, Auckland and Campbell Islands highlighted. New Zealand's segment of Antarctica (the Ross Dependency) is also highlighted.

                  +
                  +

                  + The early European settlers divided New Zealand into provinces, which had a degree of autonomy.[121] Because of financial pressures and the desire to consolidate railways, education, land sales and other policies, government was centralised and the provinces were abolished in 1876.[122] The provinces are remembered in regional public holidays[123] and sporting rivalries.[124] +

                  +

                  + Since 1876, various councils have administered local areas under legislation determined by the central government.[121][125] In 1989, the government reorganised local government into the current two-tier structure of regional councils and territorial authorities.[126] The 249 municipalities[126] that existed in 1975 have now been consolidated into 67 territorial authorities and 11 regional councils.[127] The regional councils' role is to regulate "the natural environment with particular emphasis on resource management",[126] while territorial authorities are responsible for sewage, water, local roads, building consents and other local matters.[128][129] Five of the territorial councils are unitary authorities and also act as regional councils.[129] The territorial authorities consist of 13 city councils, 53 district councils, and the Chatham Islands Council. While officially the Chatham Islands Council is not a unitary authority, it undertakes many functions of a regional council.[130] +

                  +

                  + The Realm of New Zealand, one of 16 Commonwealth realms,[131] is the entire area over which the Queen of New Zealand is sovereign, and comprises New Zealand, Tokelau, the Ross Dependency, the Cook Islands and Niue.[65] The Cook Islands and Niue are self-governing states in free association with New Zealand.[132][133] The New Zealand Parliament cannot pass legislation for these countries, but with their consent can act on behalf of them in foreign affairs and defence. Tokelau is classified as a non-self-governing territory, but is administered by a council of three elders (one from each Tokelauan atoll).[134] The Ross Dependency is New Zealand's territorial claim in Antarctica, where it operates the Scott Base research facility.[135] New Zealand nationality law treats all parts of the realm equally, so most people born in New Zealand, the Cook Islands, Niue, Tokelau and the Ross Dependency are New Zealand citizens.[136][n 7] +

                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  +
                  +
                    +
                  • + v +
                  • +
                  • + t +
                  • +
                  • + e +
                  • +
                  +
                  +

                  + Administrative divisions of the Realm of New Zealand +

                  +
                  + Countries + +  New Zealand + +   + +   + +  Cook Islands + +  Niue +
                  + Regions + + 11 non-unitary regions + + 5 unitary regions + + Chatham Islands + +   + + Outlying islands outside any regional authority
                  + (the Kermadec Islands, Three Kings Islands, and Subantarctic Islands) +
                  + Ross Dependency + +  Tokelau + + 15 islands + + 14 villages +
                  + Territorial authorities + + 13 cities and 53 districts +
                  + Notes + + Some districts lie in more than one region + + These combine the regional and the territorial authority levels in one + + Special territorial authority + + The outlying Solander Islands form part of the Southland Region + + New Zealand's Antarctic territory + + Non-self-governing territory of New Zealand + + States in free association with New Zealand +
                  +

                  + Environment +

                  + +

                  + Geography +

                  + + +
                  +

                  Islands of New Zealand as seen from satellite

                  +
                  +

                  + New Zealand is located near the centre of the water hemisphere and is made up of two main islands and a number of smaller islands. The two main islands (the North Island, or Te Ika-a-Māui, and the South Island, or Te Waipounamu) are separated by Cook Strait, 22 kilometres (14 mi) wide at its narrowest point.[138] Besides the North and South Islands, the five largest inhabited islands are Stewart Island (across the Foveaux Strait), Chatham Island, Great Barrier Island (in the Hauraki Gulf),[139] D'Urville Island (in the Marlborough Sounds)[140] and Waiheke Island (about 22 km (14 mi) from central Auckland).[141] +

                  + +
                  +
                  +

                  A large mountain with a lake in the foreground +

                  + +
                  +
                  +

                  Snow-capped mountain range +

                  +

                  + The Southern Alps stretch for 500 kilometres down the South Island +

                  +
                  +
                  +

                  + New Zealand is long and narrow (over 1,600 kilometres (990 mi) along its north-north-east axis with a maximum width of 400 kilometres (250 mi)),[142] with about 15,000 km (9,300 mi) of coastline[143] and a total land area of 268,000 square kilometres (103,500 sq mi).[144] Because of its far-flung outlying islands and long coastline, the country has extensive marine resources. Its exclusive economic zone is one of the largest in the world, covering more than 15 times its land area.[145] +

                  +

                  + The South Island is the largest landmass of New Zealand. It is divided along its length by the Southern Alps.[146] There are 18 peaks over 3,000 metres (9,800 ft), the highest of which is Aoraki / Mount Cook at 3,754 metres (12,316 ft).[147] Fiordland's steep mountains and deep fiords record the extensive ice age glaciation of this southwestern corner of the South Island.[148] The North Island is less mountainous but is marked by volcanism.[149] The highly active Taupo Volcanic Zone has formed a large volcanic plateau, punctuated by the North Island's highest mountain, Mount Ruapehu (2,797 metres (9,177 ft)). The plateau also hosts the country's largest lake, Lake Taupo,[150] nestled in the caldera of one of the world's most active supervolcanoes.[151] +

                  +

                  + The country owes its varied topography, and perhaps even its emergence above the waves, to the dynamic boundary it straddles between the Pacific and Indo-Australian Plates.[152] New Zealand is part of Zealandia, a microcontinent nearly half the size of Australia that gradually submerged after breaking away from the Gondwanan supercontinent.[153] About 25 million years ago, a shift in plate tectonic movements began to contort and crumple the region. This is now most evident in the Southern Alps, formed by compression of the crust beside the Alpine Fault. Elsewhere the plate boundary involves the subduction of one plate under the other, producing the Puysegur Trench to the south, the Hikurangi Trench east of the North Island, and the Kermadec and Tonga Trenches[154] further north.[152] +

                  +

                  + New Zealand is part of a region known as Australasia, together with Australia.[155] It also forms the southwestern extremity of the geographic and ethnographic region called Polynesia.[156] The term Oceania is often used to denote the wider region encompassing the Australian continent, New Zealand and various islands in the Pacific Ocean that are not included in the seven-continent model.[157] +

                  + + +

                  + Climate +

                  + +

                  + New Zealand's climate is predominantly temperate maritime (Köppen: Cfb), with mean annual temperatures ranging from 10 °C (50 °F) in the south to 16 °C (61 °F) in the north.[158] Historical maxima and minima are 42.4 °C (108.32 °F) in Rangiora, Canterbury and −25.6 °C (−14.08 °F) in Ranfurly, Otago.[159] Conditions vary sharply across regions from extremely wet on the West Coast of the South Island to almost semi-arid in Central Otago and the Mackenzie Basin of inland Canterbury and subtropical in Northland.[160] Of the seven largest cities, Christchurch is the driest, receiving on average only 640 millimetres (25 in) of rain per year and Wellington the wettest, receiving almost twice that amount.[161] Auckland, Wellington and Christchurch all receive a yearly average of more than 2,000 hours of sunshine. The southern and southwestern parts of the South Island have a cooler and cloudier climate, with around 1,400–1,600 hours; the northern and northeastern parts of the South Island are the sunniest areas of the country and receive about 2,400–2,500 hours.[162] The general snow season is early June until early October, though cold snaps can occur outside this season.[163] Snowfall is common in the eastern and southern parts of the South Island and mountain areas across the country.[158] +

                  +

                  + The table below lists climate normals for the warmest and coldest months in New Zealand's six largest cities. North Island cities are generally warmest in February. South Island cities are warmest in January. +

                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  + Average daily maximum and minimum temperatures for the six largest cities of New Zealand[164] +
                  + Location + + Jan/Feb (°C) + + Jan/Feb (°F) + + July (°C) + + July (°F) +
                  + Auckland + + 23/16 + + 74/60 + + 14/7 + + 58/45 +
                  + Wellington + + 20/13 + + 68/56 + + 11/6 + + 52/42 +
                  + Christchurch + + 22/12 + + 72/53 + + 10/0 + + 51/33 +
                  + Hamilton + + 24/13 + + 75/56 + + 14/4 + + 57/39 +
                  + Tauranga + + 24/15 + + 75/59 + + 14/6 + + 58/42 +
                  + Dunedin + + 19/11 + + 66/53 + + 10/3 + + 50/37 +
                  +

                  + Biodiversity +

                  + +
                  +

                  Kiwi amongst sticks

                  +

                  The endemic flightless kiwi is a national icon. +

                  +
                  +

                  + New Zealand's geographic isolation for 80 million years[165] and island biogeography has influenced evolution of the country's species of animals, fungi and plants. Physical isolation has caused biological isolation, resulting in a dynamic evolutionary ecology with examples of very distinctive plants and animals as well as populations of widespread species.[166][167] About 82% of New Zealand's indigenous vascular plants are endemic, covering 1,944 species across 65 genera.[168][169] The number of fungi recorded from New Zealand, including lichen-forming species, is not known, nor is the proportion of those fungi which are endemic, but one estimate suggests there are about 2,300 species of lichen-forming fungi in New Zealand[168] and 40% of these are endemic.[170] The two main types of forest are those dominated by broadleaf trees with emergent podocarps, or by southern beech in cooler climates.[171] The remaining vegetation types consist of grasslands, the majority of which are tussock.[172] +

                  +

                  + Before the arrival of humans, an estimated 80% of the land was covered in forest, with only high alpine, wet, infertile and volcanic areas without trees.[173] Massive deforestation occurred after humans arrived, with around half the forest cover lost to fire after Polynesian settlement.[174] Much of the remaining forest fell after European settlement, being logged or cleared to make room for pastoral farming, leaving forest occupying only 23% of the land.[175] +

                  +
                  +

                  An artist's rendition of a Haast's eagle attacking two moa

                  +

                  The giant Haast's eagle died out when humans hunted its main prey, the moa, to extinction. +

                  +
                  +

                  + The forests were dominated by birds, and the lack of mammalian predators led to some like the kiwi, kakapo, weka and takahē evolving flightlessness.[176] The arrival of humans, associated changes to habitat, and the introduction of rats, ferrets and other mammals led to the extinction of many bird species, including large birds like the moa and Haast's eagle.[177][178] +

                  +

                  + Other indigenous animals are represented by reptiles (tuatara, skinks and geckos), frogs,[179] spiders,[180] insects (weta)[181] and snails.[182] Some, such as the tuatara, are so unique that they have been called living fossils.[183] Three species of bats (one since extinct) were the only sign of native land mammals in New Zealand until the 2006 discovery of bones from a unique, mouse-sized land mammal at least 16 million years old.[184][185] Marine mammals however are abundant, with almost half the world's cetaceans (whales, dolphins, and porpoises) and large numbers of fur seals reported in New Zealand waters.[186] Many seabirds breed in New Zealand, a third of them unique to the country.[187] More penguin species are found in New Zealand than in any other country.[188] +

                  +

                  + Since human arrival, almost half of the country's vertebrate species have become extinct, including at least fifty-one birds, three frogs, three lizards, one freshwater fish, and one bat. Others are endangered or have had their range severely reduced.[177] However, New Zealand conservationists have pioneered several methods to help threatened wildlife recover, including island sanctuaries, pest control, wildlife translocation, fostering, and ecological restoration of islands and other selected areas.[189][190][191][192] +

                  + +

                  + Economy +

                  + + +
                  +

                  Boats docked in blue-green water. Plate glass skyscrapers rising up in the background.

                  +
                  +

                  + New Zealand has an advanced market economy,[193] ranked 16th in the 2018 Human Development Index[8] and third in the 2018 Index of Economic Freedom.[194] It is a high-income economy with a nominal gross domestic product (GDP) per capita of US$36,254.[6] The currency is the New Zealand dollar, informally known as the "Kiwi dollar"; it also circulates in the Cook Islands (see Cook Islands dollar), Niue, Tokelau, and the Pitcairn Islands.[195] +

                  +

                  + Historically, extractive industries have contributed strongly to New Zealand's economy, focussing at different times on sealing, whaling, flax, gold, kauri gum, and native timber.[196] The first shipment of refrigerated meat on the Dunedin in 1882 led to the establishment of meat and dairy exports to Britain, a trade which provided the basis for strong economic growth in New Zealand.[197] High demand for agricultural products from the United Kingdom and the United States helped New Zealanders achieve higher living standards than both Australia and Western Europe in the 1950s and 1960s.[198] In 1973, New Zealand's export market was reduced when the United Kingdom joined the European Economic Community[199] and other compounding factors, such as the 1973 oil and 1979 energy crises, led to a severe economic depression.[200] Living standards in New Zealand fell behind those of Australia and Western Europe, and by 1982 New Zealand had the lowest per-capita income of all the developed nations surveyed by the World Bank.[201] In the mid-1980s New Zealand deregulated its agricultural sector by phasing out subsidies over a three-year period.[202][203] Since 1984, successive governments engaged in major macroeconomic restructuring (known first as Rogernomics and then Ruthanasia), rapidly transforming New Zealand from a protected and highly regulated economy to a liberalised free-trade economy.[204][205] +

                  +
                  +

                  Blue water against a backdrop of snow-capped mountains

                  +

                  Milford Sound is one of New Zealand's most famous tourist destinations.[206] +

                  +
                  +

                  + Unemployment peaked above 10% in 1991 and 1992,[207] following the 1987 share market crash, but eventually fell to a record low (since 1986) of 3.7% in 2007 (ranking third from twenty-seven comparable OECD nations).[207] However, the global financial crisis that followed had a major impact on New Zealand, with the GDP shrinking for five consecutive quarters, the longest recession in over thirty years,[208][209] and unemployment rising back to 7% in late 2009.[210] Unemployment rates for different age groups follow similar trends, but are consistently higher among youth. In the December 2014 quarter, the general unemployment rate was around 5.8%, while the unemployment rate for youth aged 15 to 21 was 15.6%.[207] New Zealand has experienced a series of "brain drains" since the 1970s[211] that still continue today.[212] Nearly one quarter of highly skilled workers live overseas, mostly in Australia and Britain, which is the largest proportion from any developed nation.[213] In recent decades, however, a "brain gain" has brought in educated professionals from Europe and less developed countries.[214][215] Today New Zealand's economy benefits from a high level of innovation.[216] +

                  +

                  + Trade +

                  +

                  + New Zealand is heavily dependent on international trade,[217] particularly in agricultural products.[218] Exports account for 24% of its output,[143] making New Zealand vulnerable to international commodity prices and global economic slowdowns. Food products made up 55% of the value of all the country's exports in 2014; wood was the second largest earner (7%).[219] New Zealand's main trading partners, as at June 2018, are China (NZ$27.8b), Australia ($26.2b), the European Union ($22.9b), the United States ($17.6b), and Japan ($8.4b).[220] On 7 April 2008, New Zealand and China signed the New Zealand–China Free Trade Agreement, the first such agreement China has signed with a developed country.[221] The service sector is the largest sector in the economy, followed by manufacturing and construction and then farming and raw material extraction.[143] Tourism plays a significant role in the economy, contributing $12.9 billion (or 5.6%) to New Zealand's total GDP and supporting 7.5% of the total workforce in 2016.[222] International visitor arrivals are expected to increase at a rate of 5.4% annually up to 2022.[222] +

                  +
                  +

                  A Romney ewe with her two lambs

                  +

                  Wool has historically been one of New Zealand's major exports. +

                  +
                  +

                  + Wool was New Zealand's major agricultural export during the late 19th century.[196] Even as late as the 1960s it made up over a third of all export revenues,[196] but since then its price has steadily dropped relative to other commodities[223] and wool is no longer profitable for many farmers.[224] In contrast dairy farming increased, with the number of dairy cows doubling between 1990 and 2007,[225] to become New Zealand's largest export earner.[226] In the year to June 2018, dairy products accounted for 17.7% ($14.1 billion) of total exports,[220] and the country's largest company, Fonterra, controls almost one-third of the international dairy trade.[227] Other exports in 2017-18 were meat (8.8%), wood and wood products (6.2%), fruit (3.6%), machinery (2.2%) and wine (2.1%).[220] New Zealand's wine industry has followed a similar trend to dairy, the number of vineyards doubling over the same period,[228] overtaking wool exports for the first time in 2007.[229][230] +

                  +

                  + Infrastructure +

                  +
                  +

                  A mid-size jet airliner in flight. The plane livery is all-black and features a New Zealand silver fern mark.

                  +
                  +

                  + In 2015, renewable energy, primarily geothermal and hydroelectric power, generated 40.1% of New Zealand's gross energy supply.[231] Geothermal power alone accounted for 22% of New Zealand's energy in 2015.[231] +

                  +

                  + The provision of water supply and sanitation is generally of good quality. Regional authorities provide water abstraction, treatment and distribution infrastructure to most developed areas.[232][233] +

                  +

                  + New Zealand's transport network comprises 94,000 kilometres (58,410 mi) of roads, including 199 kilometres (124 mi) of motorways,[234] and 4,128 kilometres (2,565 mi) of railway lines.[143] Most major cities and towns are linked by bus services, although the private car is the predominant mode of transport.[235] The railways were privatised in 1993, but were re-nationalised by the government in stages between 2004 and 2008. The state-owned enterprise KiwiRail now operates the railways, with the exception of commuter services in Auckland and Wellington which are operated by Transdev[236] and Metlink,[237] respectively. Railways run the length of the country, although most lines now carry freight rather than passengers.[238] Most international visitors arrive via air[239] and New Zealand has six international airports, but currently only the Auckland and Christchurch airports connect directly with countries other than Australia or Fiji.[240] +

                  +

                  + The New Zealand Post Office had a monopoly over telecommunications in New Zealand until 1987 when Telecom New Zealand was formed, initially as a state-owned enterprise and then privatised in 1990.[241] Chorus, which was split from Telecom (now Spark) in 2011,[242] still owns the majority of the telecommunications infrastructure, but competition from other providers has increased.[241] A large-scale rollout of gigabit-capable fibre to the premises, branded as Ultra-Fast Broadband, began in 2009 with a target of being available to 87% of the population by 2022.[243] As of 2017, the United Nations International Telecommunication Union ranks New Zealand 13th in the development of information and communications infrastructure.[244] +

                  +

                  + Demography +

                  + +
                  +

                  Stationary population pyramid broken down into 21 age ranges.

                  +
                  +

                  + The 2013 New Zealand census enumerated a resident population of 4,242,048, an increase of 5.3% over the 2006 figure.[245][n 8] As of September 2019, the total population has risen to an estimated 4,933,210.[5] +

                  +

                  + New Zealand is a predominantly urban country, with 73.0% of the population living in the seventeen main urban areas (i.e. population 30,000 or greater) and 55.1% living in the four largest cities of Auckland, Christchurch, Wellington, and Hamilton.[247] New Zealand cities generally rank highly on international livability measures. For instance, in 2016 Auckland was ranked the world's third most liveable city and Wellington the twelfth by the Mercer Quality of Living Survey.[248] +

                  +

                  + Life expectancy for New Zealanders in 2012 was 84 years for females, and 80.2 years for males.[249] Life expectancy at birth is forecast to increase from 80 years to 85 years in 2050 and infant mortality is expected to decline.[250] New Zealand's fertility rate of 2.1 is relatively high for a developed country, and natural births account for a significant proportion of population growth. Consequently, the country has a young population compared to most industrialised nations, with 20% of New Zealanders being 14 years old or younger.[143] In 2018 the median age of the New Zealand population was 38.1 years.[251] By 2050 the median age is projected to rise to 43 years and the percentage of people 60 years of age and older to rise from 18% to 29%.[250] In 2008 the leading cause of premature death was cancer, at 29.8%, followed by ischaemic heart disease, 19.7%, and then cerebrovascular disease, 9.2%.[252] As of 2016, total expenditure on health care (including private sector spending) is 9.2% of GDP.[253]
                  +

                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  + +
                  +
                    +
                  • + v +
                  • +
                  • + t +
                  • +
                  • + e +
                  • +
                  +
                  +
                  +

                  Largest urban areas in New Zealand

                  +

                  Statistics New Zealand June 2018 estimate (NZSAC92 boundaries)[254] +

                  +
                  +
                  + Rank + + Name + + Region + + Pop. + + Rank + + Name + + Region + + Pop. +
                  + Auckland
                  + Auckland
                  + Wellington
                  + Wellington +
                  + 1 + + Auckland + + Auckland + + 1,628,900 + + 11 + + Whangarei + + Northland + + 58,800 + + Christchurch
                  + Christchurch
                  + Hamilton
                  + Hamilton +
                  + 2 + + Wellington + + Wellington + + 418,500 + + 12 + + New Plymouth + + Taranaki + + 58,300 +
                  + 3 + + Christchurch + + Canterbury + + 404,500 + + 13 + + Invercargill + + Southland + + 51,200 +
                  + 4 + + Hamilton + + Waikato + + 241,200 + + 14 + + Kapiti + + Wellington + + 42,700 +
                  + 5 + + Tauranga + + Bay of Plenty + + 141,600 + + 15 + + Whanganui + + Manawatu-Wanganui + + 40,900 +
                  + 6 + + Napier-Hastings + + Hawke's Bay + + 134,500 + + 16 + + Gisborne + + Gisborne + + 37,200 +
                  + 7 + + Dunedin + + Otago + + 122,000 + + 17 + + Blenheim + + Marlborough + + 31,600 +
                  + 8 + + Palmerston North + + Manawatu-Wanganui + + 86,600 + + 18 + + Pukekohe + + Auckland + + 31,400 +
                  + 9 + + Nelson + + Nelson + + 67,500 + + 19 + + Timaru + + Canterbury + + 29,100 +
                  + 10 + + Rotorua + + Bay of Plenty + + 59,500 + + 20 + + Taupo + + Waikato + + 24,700 +
                  + +

                  + Ethnicity and immigration +

                  + +
                  +

                  Pedestrians crossing a wide street which is flanked by storefronts

                  +

                  Pedestrians on Queen Street in Auckland, an ethnically diverse city +

                  +
                  +

                  + In the 2013 census, 74.0% of New Zealand residents identified ethnically as European, and 14.9% as Māori. Other major ethnic groups include Asian (11.8%) and Pacific peoples (7.4%), two-thirds of whom live in the Auckland Region.[255][n 3] The population has become more diverse in recent decades: in 1961, the census reported that the population of New Zealand was 92% European and 7% Māori, with Asian and Pacific minorities sharing the remaining 1%.[256] +

                  +

                  + While the demonym for a New Zealand citizen is New Zealander, the informal "Kiwi" is commonly used both internationally[257] and by locals.[258] The Māori loanword Pākehā has been used to refer to New Zealanders of European descent, although others reject this appellation.[259][260] The word Pākehā today is increasingly used to refer to all non-Polynesian New Zealanders.[261] +

                  +

                  + The Māori were the first people to reach New Zealand, followed by the early European settlers. Following colonisation, immigrants were predominantly from Britain, Ireland and Australia because of restrictive policies similar to the White Australia policy.[262] There was also significant Dutch, Dalmatian,[263] German, and Italian immigration, together with indirect European immigration through Australia, North America, South America and South Africa.[264][265] Net migration increased after the Second World War; in the 1970s and 1980s policies were relaxed and immigration from Asia was promoted.[265][266] In 2009–10, an annual target of 45,000–50,000 permanent residence approvals was set by the New Zealand Immigration Service—more than one new migrant for every 100 New Zealand residents.[267] Just over 25% of New Zealand's population was born overseas, with the majority (52%) living in the Auckland Region. The United Kingdom remains the largest source of New Zealand's overseas population, with a quarter of all overseas-born New Zealanders born there; other major sources of New Zealand's overseas-born population are China, India, Australia, South Africa, Fiji and Samoa.[268] The number of fee-paying international students increased sharply in the late 1990s, with more than 20,000 studying in public tertiary institutions in 2002.[269] +

                  +

                  + Language +

                  + +
                  +

                  Map of New Zealand showing the percentage of people in each census area unit who speak Māori. Areas of the North Island exhibit the highest Māori proficiency.

                  +

                  Speakers of Māori according to the 2013 census[270]

                    Less than 5% +

                  +

                    More than 5% +

                  +

                    More than 10% +

                  +

                    More than 20% +

                  +

                    More than 30% +

                  +

                    More than 40% +

                  +

                    More than 50% +

                  +
                  +
                  +

                  + English is the predominant language in New Zealand, spoken by 96.1% of the population.[271] New Zealand English is similar to Australian English and many speakers from the Northern Hemisphere are unable to tell the accents apart.[272] The most prominent differences between the New Zealand English dialect and other English dialects are the shifts in the short front vowels: the short-"i" sound (as in "kit") has centralised towards the schwa sound (the "a" in "comma" and "about"); the short-"e" sound (as in "dress") has moved towards the short-"i" sound; and the short-"a" sound (as in "trap") has moved to the short-"e" sound.[273] +

                  +

                  + After the Second World War, Māori were discouraged from speaking their own language (te reo Māori) in schools and workplaces and it existed as a community language only in a few remote areas.[274] It has recently undergone a process of revitalisation,[275] being declared one of New Zealand's official languages in 1987,[276] and is spoken by 3.7% of the population.[271][n 9] There are now Māori language immersion schools and two television channels that broadcast predominantly in Māori.[278] Many places have both their Māori and English names officially recognised.[279] +

                  +

                  + As recorded in the 2013 census,[271] Samoan is the most widely spoken non-official language (2.2%),[n 10] followed by Hindi (1.7%), "Northern Chinese" (including Mandarin, 1.3%) and French (1.2%). 20,235 people (0.5%) reported the ability to use New Zealand Sign Language. It was declared one of New Zealand's official languages in 2006.[280] +

                  +

                  + Religion +

                  + + +
                  +

                  Simple white building with two red domed towers

                  +

                  A Rātana church on a hill near Raetihi. The two-tower construction is characteristic of Rātana buildings. +

                  +
                  +

                  + Christianity is the predominant religion in New Zealand, although its society is among the most secular in the world.[281][282] In the 2018 census, 51.4% of the population identified with one or more religions, including 38.6% identifying as Christians. Another 48.6% indicated that they had no religion.[n 11] The main Christian denominations are, by number of adherents, Roman Catholicism (10.1%), Anglicanism (6.8%), Presbyterianism (5.5%) and "Christian not further defined" (i.e. people identifying as Christian but not stating the denomination, 6.6%). The Māori-based Ringatū and Rātana religions (1.3%) are also Christian in origin.[284][285] Immigration and demographic change in recent decades has contributed to the growth of minority religions,[286] such as Hinduism (2.6%), Buddhism (1.1%), Islam (1.3%) and Sikhism (0.5%).[284] The Auckland Region exhibited the greatest religious diversity.[284] +

                  +

                  + Education +

                  + +

                  + Primary and secondary schooling is compulsory for children aged 6 to 16, with the majority attending from the age of 5.[287] There are 13 school years and attending state (public) schools is free to New Zealand citizens and permanent residents from a person's 5th birthday to the end of the calendar year following their 19th birthday.[288] New Zealand has an adult literacy rate of 99%,[143] and over half of the population aged 15 to 29 hold a tertiary qualification.[287] There are five types of government-owned tertiary institutions: universities, colleges of education, polytechnics, specialist colleges, and wānanga,[289] in addition to private training establishments.[290] In the adult population 14.2% have a bachelor's degree or higher, 30.4% have some form of secondary qualification as their highest qualification and 22.4% have no formal qualification.[291] The OECD's Programme for International Student Assessment ranks New Zealand's education system as the seventh best in the world, with students performing exceptionally well in reading, mathematics and science.[292] +

                  + +

                  + Culture +

                  + +
                  +

                  Tall wooden carving showing Kupe above two tentacled sea creatures +

                  +
                  +

                  Late 20th-century house-post depicting the navigator Kupe fighting two sea creatures +

                  +
                  +

                  + Early Māori adapted the tropically based east Polynesian culture in line with the challenges associated with a larger and more diverse environment, eventually developing their own distinctive culture. Social organisation was largely communal with families (whānau), subtribes (hapū) and tribes (iwi) ruled by a chief (rangatira), whose position was subject to the community's approval.[293] The British and Irish immigrants brought aspects of their own culture to New Zealand and also influenced Māori culture,[294][295] particularly with the introduction of Christianity.[296] However, Māori still regard their allegiance to tribal groups as a vital part of their identity, and Māori kinship roles resemble those of other Polynesian peoples.[297] More recently American, Australian, Asian and other European cultures have exerted influence on New Zealand. Non-Māori Polynesian cultures are also apparent, with Pasifika, the world's largest Polynesian festival, now an annual event in Auckland.[298] +

                  +

                  + The largely rural life in early New Zealand led to the image of New Zealanders being rugged, industrious problem solvers.[299] Modesty was expected and enforced through the "tall poppy syndrome", where high achievers received harsh criticism.[300] At the time New Zealand was not known as an intellectual country.[301] From the early 20th century until the late 1960s, Māori culture was suppressed by the attempted assimilation of Māori into British New Zealanders.[274] In the 1960s, as tertiary education became more available and cities expanded[302] urban culture began to dominate.[303] However, rural imagery and themes are common in New Zealand's art, literature and media.[304] +

                  +

                  + New Zealand's national symbols are influenced by natural, historical, and Māori sources. The silver fern is an emblem appearing on army insignia and sporting team uniforms.[305] Certain items of popular culture thought to be unique to New Zealand are called "Kiwiana".[305] +

                  +

                  + Art +

                  + +

                  + As part of the resurgence of Māori culture, the traditional crafts of carving and weaving are now more widely practised and Māori artists are increasing in number and influence.[306] Most Māori carvings feature human figures, generally with three fingers and either a natural-looking, detailed head or a grotesque head.[307] Surface patterns consisting of spirals, ridges, notches and fish scales decorate most carvings.[308] The pre-eminent Māori architecture consisted of carved meeting houses (wharenui) decorated with symbolic carvings and illustrations. These buildings were originally designed to be constantly rebuilt, changing and adapting to different whims or needs.[309] +

                  +

                  + Māori decorated the white wood of buildings, canoes and cenotaphs using red (a mixture of red ochre and shark fat) and black (made from soot) paint and painted pictures of birds, reptiles and other designs on cave walls.[310] Māori tattoos (moko) consisting of coloured soot mixed with gum were cut into the flesh with a bone chisel.[311] Since European arrival paintings and photographs have been dominated by landscapes, originally not as works of art but as factual portrayals of New Zealand.[312] Portraits of Māori were also common, with early painters often portraying them as "noble savages", exotic beauties or friendly natives.[312] The country's isolation delayed the influence of European artistic trends allowing local artists to develop their own distinctive style of regionalism.[313] During the 1960s and 1970s many artists combined traditional Māori and Western techniques, creating unique art forms.[314] New Zealand art and craft has gradually achieved an international audience, with exhibitions in the Venice Biennale in 2001 and the "Paradise Now" exhibition in New York in 2004.[306][315] +

                  +
                  +

                  Refer to caption

                  +
                  +

                  + Māori cloaks are made of fine flax fibre and patterned with black, red and white triangles, diamonds and other geometric shapes.[316] Greenstone was fashioned into earrings and necklaces, with the most well-known design being the hei-tiki, a distorted human figure sitting cross-legged with its head tilted to the side.[317] Europeans brought English fashion etiquette to New Zealand, and until the 1950s most people dressed up for social occasions.[318] Standards have since relaxed and New Zealand fashion has received a reputation for being casual, practical and lacklustre.[319][320] However, the local fashion industry has grown significantly since 2000, doubling exports and increasing from a handful to about 50 established labels, with some labels gaining international recognition.[320] +

                  +

                  + Literature +

                  + +

                  + Māori quickly adopted writing as a means of sharing ideas, and many of their oral stories and poems were converted to the written form.[321] Most early English literature was obtained from Britain and it was not until the 1950s when local publishing outlets increased that New Zealand literature started to become widely known.[322] Although still largely influenced by global trends (modernism) and events (the Great Depression), writers in the 1930s began to develop stories increasingly focused on their experiences in New Zealand. During this period literature changed from a journalistic activity to a more academic pursuit.[323] Participation in the world wars gave some New Zealand writers a new perspective on New Zealand culture and with the post-war expansion of universities local literature flourished.[324] Dunedin is a UNESCO City of Literature.[325] +

                  +

                  + Media and entertainment +

                  + +

                  + New Zealand music has been influenced by blues, jazz, country, rock and roll and hip hop, with many of these genres given a unique New Zealand interpretation.[326] Māori developed traditional chants and songs from their ancient Southeast Asian origins, and after centuries of isolation created a unique "monotonous" and "doleful" sound.[327] Flutes and trumpets were used as musical instruments[328] or as signalling devices during war or special occasions.[329] Early settlers brought over their ethnic music, with brass bands and choral music being popular, and musicians began touring New Zealand in the 1860s.[330][331] Pipe bands became widespread during the early 20th century.[332] The New Zealand recording industry began to develop from 1940 onwards and many New Zealand musicians have obtained success in Britain and the United States.[326] Some artists release Māori language songs and the Māori tradition-based art of kapa haka (song and dance) has made a resurgence.[333] The New Zealand Music Awards are held annually by Recorded Music NZ; the awards were first held in 1965 by Reckitt & Colman as the Loxene Golden Disc awards.[334] Recorded Music NZ also publishes the country's official weekly record charts.[335] +

                  +
                  +

                  Hills with inset, round doors. Reflected in water.

                  +
                  +

                  + Public radio was introduced in New Zealand in 1922.[337] A state-owned television service began in 1960.[338] Deregulation in the 1980s saw a sudden increase in the numbers of radio and television stations.[339] New Zealand television primarily broadcasts American and British programming, along with a large number of Australian and local shows.[340] The number of New Zealand films significantly increased during the 1970s. In 1978 the New Zealand Film Commission started assisting local film-makers and many films attained a world audience, some receiving international acknowledgement.[339] The highest-grossing New Zealand films are Hunt for the Wilderpeople, Boy, The World's Fastest Indian, Once Were Warriors and Whale Rider.[341] The country's diverse scenery and compact size, plus government incentives,[342] have encouraged some producers to shoot big-budget productions in New Zealand, including Avatar, The Lord of the Rings, The Hobbit, The Chronicles of Narnia, King Kong and The Last Samurai.[343] The New Zealand media industry is dominated by a small number of companies, most of which are foreign-owned, although the state retains ownership of some television and radio stations.[344] Since 1994, Freedom House has consistently ranked New Zealand's press freedom in the top twenty, with the 19th freest media in 2015.[345] +

                  + +

                  + Sports +

                  + +
                  +

                  Rugby team wearing all black, facing the camera, knees bent, and facing toward a team wearing white

                  +
                  +

                  + Most of the major sporting codes played in New Zealand have British origins.[346] Rugby union is considered the national sport[347] and attracts the most spectators.[348] Golf, netball, tennis and cricket have the highest rates of adult participation, while netball, rugby union and football (soccer) are particularly popular among young people.[348][349] Around 54% of New Zealand adolescents participate in sports for their school.[349] Victorious rugby tours to Australia and the United Kingdom in the late 1880s and the early 1900s played an early role in instilling a national identity.[350] Horseracing was also a popular spectator sport and became part of the "Rugby, Racing and Beer" culture during the 1960s.[351] Māori participation in European sports was particularly evident in rugby and the country's team performs a haka, a traditional Māori challenge, before international matches.[352] New Zealand is known for its extreme sports, adventure tourism[353] and strong mountaineering tradition, as seen in the success of notable New Zealander Sir Edmund Hillary.[354][355] Other outdoor pursuits such as cycling, fishing, swimming, running, tramping, canoeing, hunting, snowsports, surfing and sailing are also popular.[356] The Polynesian sport of waka ama racing has experienced a resurgence of interest in New Zealand since the 1980s.[357] +

                  +

                  + New Zealand has competitive international teams in rugby union, rugby league, netball, cricket, softball, and sailing. New Zealand participated at the Summer Olympics in 1908 and 1912 as a joint team with Australia, before first participating on its own in 1920.[358] The country has ranked highly on a medals-to-population ratio at recent Games.[359][360] The "All Blacks", the national rugby union team, are the most successful in the history of international rugby[361] and the reigning World Cup champions.[362] +

                  +

                  + Cuisine +

                  + +
                  +

                  Raw meat and vegetables

                  +

                  Ingredients to be prepared for a hāngi +

                  +
                  +

                  + The national cuisine has been described as Pacific Rim, incorporating the native Māori cuisine and diverse culinary traditions introduced by settlers and immigrants from Europe, Polynesia and Asia.[363] New Zealand yields produce from land and sea—most crops and livestock, such as maize, potatoes and pigs, were gradually introduced by the early European settlers.[364] Distinctive ingredients or dishes include lamb, salmon, kōura (crayfish),[365] dredge oysters, whitebait, pāua (abalone), mussels, scallops, pipis and tuatua (both are types of New Zealand shellfish),[366] kūmara (sweet potato), kiwifruit, tamarillo and pavlova (considered a national dish).[367][363] A hāngi is a traditional Māori method of cooking food using heated rocks buried in a pit oven. After European colonisation, Māori began cooking with pots and ovens and the hāngi was used less frequently, although it is still used for formal occasions such as tangihanga.[368] +

                  + +

                  + See also +

                  + + + +

                  + Footnotes +

                  +
                  +
                    +
                  1. + ^ "God Save the Queen" is officially a national anthem but is generally used only on regal and viceregal occasions.[1] +
                  2. +
                  3. + ^ English is a de facto official language due to its widespread use.[2] +
                  4. +
                  5. + ^ a b Ethnicity figures add to more than 100% as people could choose more than one ethnic group. +
                  6. +
                  7. + ^ The proportion of New Zealand's area (excluding estuaries) covered by rivers, lakes and ponds, based on figures from the New Zealand Land Cover Database,[4] is (357526 + 81936) / (26821559 – 92499–26033 – 19216) = 1.6%. If estuarine open water, mangroves, and herbaceous saline vegetation are included, the figure is 2.2%. +
                  8. +
                  9. + ^ The Chatham Islands have a separate time zone, 45 minutes ahead of the rest of New Zealand. +
                  10. +
                  11. + ^ Clocks are advanced by an hour from the last Sunday in September until the first Sunday in April.[9] Daylight saving time is also observed in the Chatham Islands, 45 minutes ahead of NZDT. +
                  12. +
                  13. + ^ A person born on or after 1 January 2006 acquires New Zealand citizenship at birth only if at least one parent is a New Zealand citizen or permanent resident. People born on or before 31 December 2005 acquired citizenship at birth (jus soli).[137] +
                  14. +
                  15. + ^ The population is increasing at a rate of 1.4–2.0% per year and is projected to rise to 5.01–5.51 million in 2025.[246] +
                  16. +
                  17. + ^ In 2015, 55% of Māori adults (aged 15 years and over) reported knowledge of te reo Māori. Of these speakers, 64% use Māori at home and 50,000 can speak the language "very well" or "well".[277] +
                  18. +
                  19. + ^ Of the 86,403 people that replied they spoke Samoan, 51,336 lived in the Auckland Region. +
                  20. +
                  21. + ^ Religion percentages may not add to 100% as people could claim multiple religions or object to answering the question. +
                  22. +
                  +
                  +

                  + Citations +

                  +
                  +
                    +
                  1. + ^ "Protocol for using New Zealand's National Anthems". Ministry for Culture and Heritage. Retrieved 17 February 2008. +
                  2. +
                  3. + ^ New Zealand Government (21 December 2007). International Covenant on Civil and Political Rights Fifth Periodic Report of the Government of New Zealand (PDF) (Report). p. 89. Archived from the original (PDF) on 24 January 2015. Retrieved 18 November 2015. In addition to the Māori language, New Zealand Sign Language is also an official language of New Zealand. The New Zealand Sign Language Act 2006 permits the use of NZSL in legal proceedings, facilitates competency standards for its interpretation and guides government departments in its promotion and use. English, the medium for teaching and learning in most schools, is a de facto official language by virtue of its widespread use. For these reasons, these three languages have special mention in the New Zealand Curriculum. + +
                  4. +
                  5. + ^ "2018 Census population and dwelling counts". Statistics New Zealand. Retrieved 26 September 2019. + +
                  6. +
                  7. + ^ "The New Zealand Land Cover Database". New Zealand Land Cover Database 2. Ministry for the Environment. 1 July 2009. Retrieved 26 April 2011. + +
                  8. +
                  9. + ^ a b "Population clock". Statistics New Zealand. Retrieved 14 April 2016. + The population estimate shown is automatically calculated daily at 00:00 UTC and is based on data obtained from the population clock on the date shown in the citation. +
                  10. +
                  11. + ^ a b c d e "New Zealand". International Monetary Fund. Retrieved 9 October 2018. + +
                  12. +
                  13. + ^ "Income inequality". Statistics New Zealand. Retrieved 14 June 2015. + +
                  14. +
                  15. + ^ a b "Human Development Report 2018" (PDF). HDRO (Human Development Report Office) United Nations Development Programme. p. 22. Retrieved 14 September 2018. + +
                  16. +
                  17. + ^ "New Zealand Daylight Time Order 2007 (SR 2007/185)". New Zealand Parliamentary Counsel Office. 6 July 2007. Retrieved 6 March 2017. + +
                  18. +
                  19. + ^ There is no official all-numeric date format for New Zealand, but government recommendations generally follow Australian date and time notation. See "The Govt.nz style guide", New Zealand Government, 9 December 2016, retrieved 7 March 2019 + . +
                  20. +
                  21. + ^ Tasman, Abel. "JOURNAL or DESCRIPTION By me Abel Jansz Tasman, Of a Voyage from Batavia for making Discoveries of the Unknown South Land in the year 1642". Project Gutenberg Australia. Retrieved 26 March 2018. + +
                  22. +
                  23. + ^ Wilson, John (March 2009). "European discovery of New Zealand – Tasman's achievement". Te Ara: The Encyclopedia of New Zealand. Retrieved 24 January 2011. + +
                  24. +
                  25. + ^ John Bathgate. "The Pamphlet Collection of Sir Robert Stout:Volume 44. Chapter 1, Discovery and Settlement". NZETC. Retrieved 17 August 2018. He named the country Staaten Land, in honour of the States-General of Holland, in the belief that it was part of the great southern continent. + +
                  26. +
                  27. + ^ Wilson, John (September 2007). "Tasman's achievement". Te Ara: The Encyclopedia of New Zealand. Retrieved 16 February 2008. + +
                  28. +
                  29. + ^ Mackay, Duncan (1986). "The Search For The Southern Land". In Fraser, B (ed.). The New Zealand Book Of Events. Auckland: Reed Methuen. pp. 52–54. + +
                  30. +
                  31. + ^ a b McKinnon, Malcolm (November 2009). "Place names – Naming the country and the main islands". Te Ara: The Encyclopedia of New Zealand. Retrieved 24 January 2011. + +
                  32. +
                  33. + ^ King 2003, p. 41. +
                  34. +
                  35. + ^ Hay, Maclagan & Gordon 2008, p. 72. +
                  36. +
                  37. + ^ a b Mein Smith 2005, p. 6. +
                  38. +
                  39. + ^ Brunner, Thomas (1851). The Great Journey: an expedition to explore the interior of the Middle Island, New Zealand, 1846-8. Royal Geographical Society. + +
                  40. +
                  41. + ^ a b Williamson, Maurice (10 October 2013). "Names of NZ's two main islands formalised" (Press release). New Zealand Government. Retrieved 1 May 2017. + +
                  42. +
                  43. + ^ Wilmshurst, J. M.; Hunt, T. L.; Lipo, C. P.; Anderson, A. J. (2010). "High-precision radiocarbon dating shows recent and rapid initial human colonization of East Polynesia". Proceedings of the National Academy of Sciences. 108 (5): 1815. Bibcode:2011PNAS..108.1815W. doi:10.1073/pnas.1015876108. PMC 3033267. PMID 21187404. + +
                  44. +
                  45. + ^ McGlone, M.; Wilmshurst, J. M. (1999). "Dating initial Maori environmental impact in New Zealand". Quaternary International. 59: 5–16. Bibcode:1999QuInt..59....5M. doi:10.1016/S1040-6182(98)00067-6. + +
                  46. +
                  47. + ^ Murray-McIntosh, Rosalind P.; Scrimshaw, Brian J.; Hatfield, Peter J.; Penny, David (1998). "Testing migration patterns and estimating founding population size in Polynesia by using human mtDNA sequences". Proceedings of the National Academy of Sciences of the United States of America. 95 (15): 9047–52. Bibcode:1998PNAS...95.9047M. doi:10.1073/pnas.95.15.9047. PMC 21200. + +
                  48. +
                  49. + ^ Wilmshurst, J. M.; Anderson, A. J.; Higham, T. F. G.; Worthy, T. H. (2008). "Dating the late prehistoric dispersal of Polynesians to New Zealand using the commensal Pacific rat". Proceedings of the National Academy of Sciences. 105 (22): 7676. Bibcode:2008PNAS..105.7676W. doi:10.1073/pnas.0801507105. PMC 2409139. PMID 18523023. + +
                  50. +
                  51. + ^ Moodley, Y.; Linz, B.; Yamaoka, Y.; Windsor, H.M.; Breurec, S.; Wu, J.-Y.; Maady, A.; Bernhöft, S.; Thiberge, J.-M.; et al. (2009). "The Peopling of the Pacific from a Bacterial Perspective". Science. 323 (5913): 527–530. Bibcode:2009Sci...323..527M. doi:10.1126/science.1166083. PMC 2827536. PMID 19164753. + +
                  52. +
                  53. + ^ Ballara, Angela (1998). Iwi: The Dynamics of Māori Tribal Organisation from c. 1769 to c. 1945 (1st ed.). Wellington: Victoria University Press. ISBN 9780864733283. + +
                  54. +
                  55. + ^ Clark, Ross (1994). "Moriori and Māori: The Linguistic Evidence". In Sutton, Douglas (ed.). The Origins of the First New Zealanders. Auckland: Auckland University Press. pp. 123–135. + +
                  56. +
                  57. + ^ Davis, Denise (September 2007). "The impact of new arrivals". Te Ara: The Encyclopedia of New Zealand. Retrieved 30 April 2010. + +
                  58. +
                  59. + ^ Davis, Denise; Solomon, Māui (March 2009). "'Moriori – The impact of new arrivals'". Te Ara: The Encyclopedia of New Zealand. Retrieved 23 March 2011. + +
                  60. +
                  61. + ^ a b Mein Smith 2005, p. 23. +
                  62. +
                  63. + ^ Salmond, Anne. Two Worlds: First Meetings Between Maori and Europeans 1642–1772. Auckland: Penguin Books. p. 82. ISBN 0-670-83298-7. + +
                  64. +
                  65. + ^ King 2003, p. 122. +
                  66. +
                  67. + ^ Fitzpatrick, John (2004). "Food, warfare and the impact of Atlantic capitalism in Aotearo/New Zealand" (PDF). Australasian Political Studies Association Conference: APSA 2004 Conference Papers. Archived from the original (PDF) on 11 May 2011. + +
                  68. +
                  69. + ^ Brailsford, Barry (1972). Arrows of Plague. Wellington: Hick Smith and Sons. p. 35. ISBN 0-456-01060-2. + +
                  70. +
                  71. + ^ Wagstrom, Thor (2005). "Broken Tongues and Foreign Hearts". In Brock, Peggy (ed.). Indigenous Peoples and Religious Change. Boston: Brill Academic Publishers. pp. 71 and 73. ISBN 978-90-04-13899-5. + +
                  72. +
                  73. + ^ Lange, Raeburn (1999). May the people live: a history of Māori health development 1900–1920. Auckland University Press. p. 18. ISBN 978-1-86940-214-3. + +
                  74. +
                  75. + ^ "A Nation sub-divided". Australian Heritage. Heritage Australia Publishing. 2011. Archived from the original on 28 February 2015. Retrieved 27 December 2014. + +
                  76. +
                  77. + ^ a b Rutherford, James (April 2009) [originally published in 1966]. McLintock, Alexander (ed.). Busby, James. An Encyclopaedia of New Zealand. Retrieved 7 January 2011. + +
                  78. +
                  79. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. Sir George Gipps. An Encyclopaedia of New Zealand. Retrieved 7 January 2011. + +
                  80. +
                  81. + ^ a b Wilson, John (March 2009). "Government and nation – The origins of nationhood". Te Ara: The Encyclopedia of New Zealand. Retrieved 7 January 2011. + +
                  82. +
                  83. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. Settlement from 1840 to 1852. An Encyclopaedia of New Zealand. Retrieved 7 January 2011. + +
                  84. +
                  85. + ^ Foster, Bernard (April 2009) [originally published in 1966]. McLintock, Alexander (ed.). Akaroa, French Settlement At. An Encyclopaedia of New Zealand. Retrieved 7 January 2011. + +
                  86. +
                  87. + ^ Simpson, K (September 2010). "Hobson, William – Biography". In McLintock, Alexander (ed.). Dictionary of New Zealand Biography. An Encyclopaedia of New Zealand. Retrieved 7 January 2011. + +
                  88. +
                  89. + ^ Phillips, Jock (April 2010). "British immigration and the New Zealand Company". Te Ara: The Encyclopedia of New Zealand. Retrieved 7 January 2011. + +
                  90. +
                  91. + ^ "Crown colony era – the Governor-General". Ministry for Culture and Heritage. March 2009. Retrieved 7 January 2011. + +
                  92. +
                  93. + ^ "New Zealand's 19th-century wars – overview". Ministry for Culture and Heritage. April 2009. Retrieved 7 January 2011. + +
                  94. +
                  95. + ^ a b c d Wilson, John (March 2009). "Government and nation – The constitution". Te Ara: The Encyclopedia of New Zealand. Retrieved 2 February 2011. + See pages 2 and 3. +
                  96. +
                  97. + ^ Temple, Philip (1980). Wellington Yesterday. John McIndoe. ISBN 0-86868-012-5. + +
                  98. +
                  99. + ^ "Parliament moves to Wellington". Ministry for Culture and Heritage. January 2017. Retrieved 27 April 2017. + +
                  100. +
                  101. + ^ a b Wilson, John (March 2009). "History – Liberal to Labour". Te Ara: The Encyclopedia of New Zealand. Retrieved 27 April 2017. + +
                  102. +
                  103. + ^ Hamer, David. "Seddon, Richard John". Dictionary of New Zealand Biography. Ministry for Culture and Heritage. Retrieved 27 April 2017. + +
                  104. +
                  105. + ^ Boxall, Peter; Haynes, Peter (1997). "Strategy and Trade Union Effectiveness in a Neo-liberal Environment". British Journal of Industrial Relations. 35 (4): 567–591. doi:10.1111/1467-8543.00069. Archived from the original (PDF) on 11 May 2011. + +
                  106. +
                  107. + ^ "Proclamation". The London Gazette. No. 28058. 10 September 1907. p. 6149. + +
                  108. +
                  109. + ^ "Dominion status – Becoming a dominion". Ministry for Culture and Heritage. September 2014. Retrieved 26 April 2017. + +
                  110. +
                  111. + ^ "War and Society". Ministry for Culture and Heritage. Retrieved 7 January 2011. + +
                  112. +
                  113. + ^ Easton, Brian (April 2010). "Economic history – Interwar years and the great depression". Te Ara: The Encyclopedia of New Zealand. Retrieved 7 January 2011. + +
                  114. +
                  115. + ^ Derby, Mark (May 2010). "Strikes and labour disputes – Wars, depression and first Labour government". Te Ara: The Encyclopedia of New Zealand. Retrieved 1 February 2011. + +
                  116. +
                  117. + ^ Easton, Brian (November 2010). "Economic history – Great boom, 1935–1966". Te Ara: The Encyclopedia of New Zealand. Retrieved 1 February 2011. + +
                  118. +
                  119. + ^ Keane, Basil (November 2010). "Te Māori i te ohanga – Māori in the economy – Urbanisation". Te Ara: The Encyclopedia of New Zealand. Retrieved 7 January 2011. + +
                  120. +
                  121. + ^ Royal, Te Ahukaramū (March 2009). "Māori – Urbanisation and renaissance". Te Ara: The Encyclopedia of New Zealand. Retrieved 1 February 2011. + +
                  122. +
                  123. + ^ Healing the past, building a future: A Guide to Treaty of Waitangi Claims and Negotiations with the Crown (PDF). Office of Treaty Settlements. March 2015. ISBN 978-0-478-32436-5. Retrieved 26 April 2017. + +
                  124. +
                  125. + ^ Report on the Crown's Foreshore and Seabed Policy (Report). Ministry of Justice. Retrieved 26 April 2017. + +
                  126. +
                  127. + ^ Barker, Fiona (June 2012). "Debate about the foreshore and seabed". Te Ara: The Encyclopedia of New Zealand. Retrieved 26 April 2017. + +
                  128. +
                  129. + ^ a b "New Zealand's Constitution". The Governor-General of New Zealand. Retrieved 13 January 2010. + +
                  130. +
                  131. + ^ a b c "Factsheet – New Zealand – Political Forces". The Economist. The Economist Group. 15 February 2005. Archived from the original on 14 May 2006. Retrieved 4 August 2009. + +
                  132. +
                  133. + ^ "Royal Titles Act 1974". New Zealand Parliamentary Counsel Office. February 1974. Section 1. Retrieved 8 January 2011. + +
                  134. +
                  135. + ^ "Constitution Act 1986". New Zealand Parliamentary Counsel Office. 1 January 1987. Section 2.1. Retrieved 15 July 2018. The Sovereign in right of New Zealand is the head of State of New Zealand, and shall be known by the royal style and titles proclaimed from time to time. + +
                  136. +
                  137. + ^ "The Role of the Governor-General". The Governor-General of New Zealand. Retrieved 6 July 2017. + +
                  138. +
                  139. + ^ Harris, Bruce (2009). "Replacement of the Royal Prerogative in New Zealand". New Zealand Universities Law Review. 23: 285–314. Archived from the original on 18 July 2011. Retrieved 28 August 2016. + +
                  140. +
                  141. + ^ a b "The Reserve Powers". The Governor-General of New Zealand. Retrieved 8 January 2011. + +
                  142. +
                  143. + ^ a b c d "Parliament Brief: What is Parliament?". New Zealand Parliament. Retrieved 30 November 2016. + +
                  144. +
                  145. + ^ McLean, Gavin (February 2015). "Premiers and prime ministers". Te Ara: The Encyclopedia of New Zealand. Retrieved 30 November 2016. + +
                  146. +
                  147. + ^ Wilson, John (November 2010). "Government and nation – System of government". Te Ara: The Encyclopedia of New Zealand. Retrieved 9 January 2011. + +
                  148. +
                  149. + ^ "Principles of Cabinet decision making". Cabinet Manual. Department of the Prime Minister and Cabinet. 2008. Retrieved 1 December 2016. + +
                  150. +
                  151. + ^ "The electoral cycle". Cabinet Manual. Department of the Prime Minister and Cabinet. 2008. Retrieved 30 April 2017. + +
                  152. +
                  153. + ^ a b "First past the post – the road to MMP". Ministry for Culture and Heritage. September 2009. Retrieved 9 January 2011. + +
                  154. +
                  155. + ^ "Reviewing electorate numbers and boundaries". Electoral Commission. 8 May 2005. Archived from the original on 9 November 2011. Retrieved 7 July 2018. + +
                  156. +
                  157. + ^ "Sainte-Laguë allocation formula". Electoral Commission. 4 February 2013. Retrieved 31 May 2014. + +
                  158. +
                  159. + ^ Paxton, Pamela; Hughes, Melanie M. (2015). Women, Politics, and Power: A Global Perspective. CQ Press. p. 107. ISBN 978-1-48-337701-8. Retrieved 25 July 2017. + +
                  160. +
                  161. + ^ "Jacinda Ardern sworn in as new Prime Minister". New Zealand Herald. 26 October 2017. Retrieved 26 October 2017. + +
                  162. +
                  163. + ^ "Female political leaders have been smashing glass ceilings for ages". Stuff.co.nz. Fairfax NZ. 27 October 2017. Retrieved 19 July 2018. + +
                  164. +
                  165. + ^ "Role of the Chief Justice". Courts of New Zealand. Retrieved 9 June 2018. + +
                  166. +
                  167. + ^ "Structure of the court system". Courts of New Zealand. Retrieved 9 June 2018. + +
                  168. +
                  169. + ^ "The Judiciary". Ministry of Justice. Archived from the original on 24 November 2010. Retrieved 9 January 2011. + +
                  170. +
                  171. + ^ "The Fragile States Index 2016". The Fund for Peace. Archived from the original on 4 February 2017. Retrieved 30 November 2016. + +
                  172. +
                  173. + ^ "Democracy Index 2017" (PDF). Economist Intelligence Unit. 2018. p. 5. Retrieved 9 December 2018. + +
                  174. +
                  175. + ^ "Corruption Perceptions Index 2017". Transparency International. 21 February 2018. Retrieved 9 December 2018. + +
                  176. +
                  177. + ^ "New Zealand". Country Reports on Human Rights Practices for 2017. United States Department of State. Retrieved 9 December 2018. + +
                  178. +
                  179. + ^ "New Zealand". OECD Better Life Index. 2016. Retrieved 30 November 2016. + +
                  180. +
                  181. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. External Relations. An Encyclopaedia of New Zealand. Retrieved 7 January 2011. + +
                  182. +
                  183. + ^ "Michael Joseph Savage". Ministry for Culture and Heritage. July 2010. Retrieved 29 January 2011. + +
                  184. +
                  185. + ^ Patman, Robert (2005). "Globalisation, Sovereignty, and the Transformation of New Zealand Foreign Policy" (PDF). Working Paper 21/05. Centre for Strategic Studies, Victoria University of Wellington. p. 8. Archived from the original (PDF) on 25 September 2007. Retrieved 12 March 2007. + +
                  186. +
                  187. + ^ "Department Of External Affairs: Security Treaty between Australia, New Zealand and the United States of America". Australian Government. September 1951. Archived from the original on 29 June 2011. Retrieved 11 January 2011. + +
                  188. +
                  189. + ^ "The Vietnam War". New Zealand History. Ministry for Culture and Heritage. June 2008. Retrieved 11 January 2011. + +
                  190. +
                  191. + ^ "Sinking the Rainbow Warrior – nuclear-free New Zealand". New Zealand History. Ministry for Culture and Heritage. August 2008. Retrieved 11 January 2011. + +
                  192. +
                  193. + ^ "Nuclear-free legislation – nuclear-free New Zealand". New Zealand History. Ministry for Culture and Heritage. August 2008. Retrieved 11 January 2011. + +
                  194. +
                  195. + ^ Lange, David (1990). Nuclear Free: The New Zealand Way. New Zealand: Penguin Books. ISBN 0-14-014519-2. + +
                  196. +
                  197. + ^ "Australia in brief". Australian Department of Foreign Affairs and Trade. Archived from the original on 22 December 2010. Retrieved 11 January 2011. + +
                  198. +
                  199. + ^ a b "New Zealand country brief". Australian Department of Foreign Affairs and Trade. Retrieved 11 January 2011. + +
                  200. +
                  201. + ^ Collett, John (4 September 2013). "Kiwis face hurdles in pursuit of lost funds". Retrieved 4 October 2013. + +
                  202. +
                  203. + ^ Bertram, Geoff (April 2010). "South Pacific economic relations – Aid, remittances and tourism". Te Ara: The Encyclopedia of New Zealand. Retrieved 11 January 2011. + +
                  204. +
                  205. + ^ Howes, Stephen (November 2010). "Making migration work: Lessons from New Zealand". Development Policy Centre. Retrieved 23 March 2011. + +
                  206. +
                  207. + ^ Ayele, Yoseph (28 September 2017). "The Growing Momentum for Global Impact in New Zealand". Edmund Hillary Fellowship. Retrieved 9 July 2019. + +
                  208. +
                  209. + ^ "Member States of the United Nations". United Nations. Retrieved 11 January 2011. + +
                  210. +
                  211. + ^ "New Zealand". The Commonwealth. Retrieved 1 December 2016. + +
                  212. +
                  213. + ^ "Members and partners". Organisation for Economic Co-operation and Development. Retrieved 11 January 2011. + +
                  214. +
                  215. + ^ "The future of the Five Power Defence Arrangements". The Strategist. 8 November 2012. Retrieved 1 December 2016. + +
                  216. +
                  217. + ^ "About Us: Role and Responsibilities". New Zealand Defence Force. Retrieved 11 January 2011. + +
                  218. +
                  219. + ^ Ayson, Robert (2007). "New Zealand Defence and Security Policy,1990–2005". In Alley, Roderic (ed.). New Zealand In World Affairs, Volume IV: 1990–2005. Wellington: Victoria University Press. p. 132. ISBN 978-0-86473-548-5. + +
                  220. +
                  221. + ^ "The Battle for Crete". New Zealand History. Ministry for Culture and Heritage. May 2010. Retrieved 9 January 2011. + +
                  222. +
                  223. + ^ "El Alamein – The North African Campaign". New Zealand History. Ministry for Culture and Heritage. May 2009. Retrieved 9 January 2011. + +
                  224. +
                  225. + ^ Holmes, Richard (September 2010). "World War Two: The Battle of Monte Cassino". Retrieved 9 January 2011. + +
                  226. +
                  227. + ^ "Gallipoli stirred new sense of national identity says Clark". New Zealand Herald. April 2005. Retrieved 9 January 2011. + +
                  228. +
                  229. + ^ Prideaux, Bruce (2007). Ryan, Chris (ed.). Battlefield tourism: history, place and interpretation. Elsevier Science. p. 18. ISBN 978-0-08-045362-0. + +
                  230. +
                  231. + ^ Burke, Arthur. "The Spirit of ANZAC". ANZAC Day Commemoration Committee. Archived from the original on 26 December 2010. Retrieved 11 January 2011. + +
                  232. +
                  233. + ^ "South African War 1899–1902". Ministry for Culture and Heritage. February 2009. Retrieved 11 January 2011. + +
                  234. +
                  235. + ^ "New Zealand in the Korean War". New Zealand History. Ministry for Culture and Heritage. Retrieved 1 December 2016. + +
                  236. +
                  237. + ^ "NZ and the Malayan Emergency". Ministry for Culture and Heritage. August 2010. Retrieved 11 January 2011. + +
                  238. +
                  239. + ^ "New Zealand Defence Force Overseas Operations". New Zealand Defence Force. January 2008. Archived from the original on 25 January 2008. Retrieved 17 February 2008. + +
                  240. +
                  241. + ^ a b "New Zealand's Nine Provinces (1853–76)" (PDF). Friends of the Hocken Collections. University of Otago. March 2000. Retrieved 13 January 2011. + +
                  242. +
                  243. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. Provincial Divergencies. An Encyclopaedia of New Zealand. Retrieved 7 January 2011. + +
                  244. +
                  245. + ^ Swarbrick, Nancy (September 2016). "Public holidays". Te Ara: The Encyclopedia of New Zealand. Retrieved 25 June 2017. + +
                  246. +
                  247. + ^ "Overview – regional rugby". Ministry for Culture and Heritage. September 2010. Retrieved 13 January 2011. + +
                  248. +
                  249. + ^ Dollery, Brian; Keogh, Ciaran; Crase, Lin (2007). "Alternatives to Amalgamation in Australian Local Government: Lessons from the New Zealand Experience" (PDF). Sustaining Regions. 6 (1): 50–69. Archived from the original (PDF) on 29 August 2007. + +
                  250. +
                  251. + ^ a b c Sancton, Andrew (2000). Merger mania: the assault on local government. McGill-Queen's University Press. p. 84. ISBN 0-7735-2163-1. + +
                  252. +
                  253. + ^ "Subnational population estimates at 30 June 2010 (boundaries at 1 November 2010)". Statistics New Zealand. 26 October 2010. Archived from the original on 10 June 2011. Retrieved 2 April 2011. + +
                  254. +
                  255. + ^ Smelt & Jui Lin 2009, p. 33. +
                  256. +
                  257. + ^ a b "Glossary". Department of Internal Affairs. Retrieved 28 August 2016. + +
                  258. +
                  259. + ^ "Chatham Islands Council Act 1995 No 41". New Zealand Parliamentary Counsel Office. 29 July 1995. Retrieved 8 August 2017. + +
                  260. +
                  261. + ^ Gimpel, Diane (2011). Monarchies. ABDO Publishing Company. p. 22. ISBN 978-1-617-14792-0. Retrieved 18 November 2016. + +
                  262. +
                  263. + ^ "System of Government". Government of Niue. Archived from the original on 13 November 2010. Retrieved 13 January 2010. + +
                  264. +
                  265. + ^ "Government – Structure, Personnel". Government of the Cook Islands. Retrieved 13 January 2010. + +
                  266. +
                  267. + ^ "Tokelau Government". Government of Tokelau. Retrieved 16 November 2016. + +
                  268. +
                  269. + ^ "Scott Base". Antarctica New Zealand. Retrieved 13 January 2010. + +
                  270. +
                  271. + ^ "Citizenship Act 1977 No 61". Zealand Parliamentary Counsel Office. 1 December 1977. Retrieved 26 May 2017. + +
                  272. +
                  273. + ^ "Check if you're a New Zealand citizen". Department of Internal Affairs. Retrieved 20 January 2015. + +
                  274. +
                  275. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. The Sea Floor. An Encyclopaedia of New Zealand. Retrieved 13 January 2011. + +
                  276. +
                  277. + ^ "Hauraki Gulf islands". Auckland City Council. Archived from the original on 25 December 2010. Retrieved 13 January 2011. + +
                  278. +
                  279. + ^ Hindmarsh (2006). "Discovering D'Urville". Heritage New Zealand. Archived from the original on 11 May 2011. Retrieved 13 January 2011. + +
                  280. +
                  281. + ^ "Distance tables". Auckland Coastguard. Archived from the original on 23 January 2011. Retrieved 2 March 2011. + +
                  282. +
                  283. + ^ McKenzie, D. W. (1987). Heinemann New Zealand atlas. Heinemann Publishers. ISBN 0-7900-0187-X. + +
                  284. +
                  285. + ^ a b c d e f "CIA – The World Factbook". Cia.gov. Retrieved 4 May 2013. + +
                  286. +
                  287. + ^ "Geography". Statistics New Zealand. 1999. Archived from the original on 22 May 2010. Retrieved 21 December 2009. + +
                  288. +
                  289. + ^ Offshore Options: Managing Environmental Effects in New Zealand's Exclusive Economic Zone (PDF). Wellington: Ministry for the Environment. 2005. ISBN 0-478-25916-6. Retrieved 23 June 2017. + +
                  290. +
                  291. + ^ Coates, Glen (2002). The rise and fall of the Southern Alps. Canterbury University Press. p. 15. ISBN 0-908812-93-0. + +
                  292. +
                  293. + ^ Garden 2005, p. 52. +
                  294. +
                  295. + ^ Grant, David (March 2009). "Southland places – Fiordland's coast". Te Ara: The Encyclopedia of New Zealand. Retrieved 14 January 2011. + +
                  296. +
                  297. + ^ "Central North Island volcanoes". Department of Conservation. Archived from the original on 29 December 2010. Retrieved 14 January 2011. + +
                  298. +
                  299. + ^ Walrond, Carl (March 2009). "Natural environment – Geography and geology". Te Ara: The Encyclopedia of New Zealand. Retrieved 14 January 2010. + +
                  300. +
                  301. + ^ "Taupo". GNS Science. Archived from the original on 24 March 2011. Retrieved 2 April 2011. + +
                  302. +
                  303. + ^ a b Lewis, Keith; Nodder, Scott; Carter, Lionel (March 2009). "Sea floor geology – Active plate boundaries". Te Ara: The Encyclopedia of New Zealand. Retrieved 4 February 2011. + +
                  304. +
                  305. + ^ Wallis, G. P.; Trewick, S. A. (2009). "New Zealand phylogeography: evolution on a small continent". Molecular Ecology. 18 (17): 3548–3580. doi:10.1111/j.1365-294X.2009.04294.x. PMID 19674312. + +
                  306. +
                  307. + ^ Wright, Dawn; Bloomer, Sherman; MacLeod, Christopher; Taylor, Brian; Goodliffe, Andrew (2000). "Bathymetry of the Tonga Trench and Forearc: A Map Series". Marine Geophysical Researches. 21 (5): 489–512. Bibcode:2000MarGR..21..489W. doi:10.1023/A:1026514914220. + +
                  308. +
                  309. + ^ "Australasia". New Zealand Oxford Dictionary. Oxford University Press. 2005. doi:10.1093/acref/9780195584516.001.0001. ISBN 9780195584516. + +
                  310. +
                  311. + ^ Hobbs, Joseph J. (2016). Fundamentals of World Regional Geography. Cengage Learning. p. 367. ISBN 9781305854956. + +
                  312. +
                  313. + ^ Hillstrom, Kevin; Hillstrom, Laurie Collier (2003). Australia, Oceania, and Antarctica: A Continental Overview of Environmental Issues. 3. ABC-CLIO. p. 25. ISBN 9781576076941. …defined here as the continent nation of Australia, New Zealand, and twenty-two other island countries and territories sprinkled over more than 40 million square kilometres of the South Pacific. + +
                  314. +
                  315. + ^ a b Mullan, Brett; Tait, Andrew; Thompson, Craig (March 2009). "Climate – New Zealand's climate". Te Ara: The Encyclopedia of New Zealand. Retrieved 15 January 2011. + +
                  316. +
                  317. + ^ "Summary of New Zealand climate extremes". National Institute of Water and Atmospheric Research. 2004. Retrieved 30 April 2010. + +
                  318. +
                  319. + ^ Walrond, Carl (March 2009). "Natural environment – Climate". Te Ara: The Encyclopedia of New Zealand. Retrieved 15 January 2011. + +
                  320. +
                  321. + ^ "Mean monthly rainfall". National Institute of Water and Atmospheric Research. Archived from the original (XLS) on 3 May 2011. Retrieved 4 February 2011. + +
                  322. +
                  323. + ^ "Mean monthly sunshine hours". National Institute of Water and Atmospheric Research. Archived from the original (XLS) on 15 October 2008. Retrieved 4 February 2011. + +
                  324. +
                  325. + ^ "New Zealand climate and weather". Tourism New Zealand. Retrieved 13 November 2016. + +
                  326. +
                  327. + ^ "Climate data and activities". National Institute of Water and Atmospheric Research. Retrieved 11 February 2016. + +
                  328. +
                  329. + ^ Cooper, R.; Millener, P. (1993). "The New Zealand biota: Historical background and new research". Trends in Ecology & Evolution. 8 (12): 429. doi:10.1016/0169-5347(93)90004-9. + +
                  330. +
                  331. + ^ Trewick SA, Morgan-Richards M. 2014. New Zealand Wild Life. Penguin, New Zealand. + ISBN 9780143568896 +
                  332. +
                  333. + ^ Lindsey, Terence; Morris, Rod (2000). Collins Field Guide to New Zealand Wildlife. HarperCollins (New Zealand) Limited. p. 14. ISBN 978-1-86950-300-0. + +
                  334. +
                  335. + ^ a b "Frequently asked questions about New Zealand plants". New Zealand Plant Conservation Network. May 2010. Retrieved 15 January 2011. + +
                  336. +
                  337. + ^ De Lange, Peter James; Sawyer, John William David & Rolfe, Jeremy (2006). New Zealand indigenous vascular plant checklist. New Zealand Plant Conservation Network. ISBN 0-473-11306-6. + +
                  338. +
                  339. + ^ Wassilieff, Maggy (March 2009). "Lichens – Lichens in New Zealand". Te Ara: The Encyclopedia of New Zealand. Retrieved 16 January 2011. + +
                  340. +
                  341. + ^ McLintock, Alexander, ed. (April 2010) [originally published in 1966]. Mixed Broadleaf Podocarp and Kauri Forest. An Encyclopaedia of New Zealand. Retrieved 15 January 2011. + +
                  342. +
                  343. + ^ Mark, Alan (March 2009). "Grasslands – Tussock grasslands". Te Ara: The Encyclopedia of New Zealand. Retrieved 17 January 2010. + +
                  344. +
                  345. + ^ "Commentary on Forest Policy in the Asia-Pacific Region (A Review for Indonesia, Malaysia, New Zealand, Papua New Guinea, Philippines, Thailand and Western Samoa)". Forestry Department. 1997. Retrieved 4 February 2011. + +
                  346. +
                  347. + ^ McGlone, M.S. (1989). "The Polynesian settlement of New Zealand in relation to environmental and biotic changes" (PDF). New Zealand Journal of Ecology. 12(S): 115–129. Archived from the original (PDF) on 17 July 2014. + +
                  348. +
                  349. + ^ Taylor, R. and Smith, I. (1997). The state of New Zealand’s environment 1997. Ministry for the Environment, Wellington. +
                  350. +
                  351. + ^ "New Zealand ecology: Flightless birds". TerraNature. Retrieved 17 January 2011. + +
                  352. +
                  353. + ^ a b Holdaway, Richard (March 2009). "Extinctions – New Zealand extinctions since human arrival". Te Ara: The Encyclopedia of New Zealand. Retrieved 4 February 2011. + +
                  354. +
                  355. + ^ Kirby, Alex (January 2005). "Huge eagles 'dominated NZ skies'". BBC News. Retrieved 4 February 2011. + +
                  356. +
                  357. + ^ "Reptiles and frogs". Department of Conservation. Archived from the original on 29 January 2015. Retrieved 25 June 2017. + +
                  358. +
                  359. + ^ Pollard, Simon (September 2007). "Spiders and other arachnids". Te Ara: The Encyclopedia of New Zealand. Retrieved 25 June 2017. + +
                  360. +
                  361. + ^ "Wētā". Department of Conservation. Retrieved 25 June 2017. + +
                  362. +
                  363. + ^ Ryan, Paddy (March 2009). "Snails and slugs – Flax snails, giant snails and veined slugs". Te Ara: The Encyclopedia of New Zealand. Retrieved 4 February 2011. + +
                  364. +
                  365. + ^ Herrera-Flores, Jorge A.; Stubbs, Thomas L.; Benton, Michael J.; Ruta, Marcello (May 2017). "Macroevolutionary patterns in Rhynchocephalia: is the tuatara (Sphenodon punctatus) a living fossil?". Palaeontology. 60 (3): 319–328. doi:10.1111/pala.12284. + +
                  366. +
                  367. + ^ "Tiny Bones Rewrite Textbooks, first New Zealand land mammal fossil". University of New South Wales. 31 May 2007. Archived from the original on 31 May 2007. + +
                  368. +
                  369. + ^ Worthy, Trevor H.; Tennyson, Alan J. D.; Archer, Michael; Musser, Anne M.; Hand, Suzanne J.; Jones, Craig; Douglas, Barry J.; McNamara, James A.; Beck, Robin M. D. (2006). "Miocene mammal reveals a Mesozoic ghost lineage on insular New Zealand, southwest Pacific". Proceedings of the National Academy of Sciences of the United States of America. 103 (51): 19419–23. Bibcode:2006PNAS..10319419W. doi:10.1073/pnas.0605684103. PMC 1697831. PMID 17159151. + +
                  370. +
                  371. + ^ "Marine Mammals". Department of Conservation. Archived from the original on 8 March 2011. Retrieved 17 January 2011. + +
                  372. +
                  373. + ^ "Sea and shore birds". Department of Conservation. Retrieved 7 March 2011. + +
                  374. +
                  375. + ^ "Penguins". Department of Conservation. Retrieved 7 March 2011. + +
                  376. +
                  377. + ^ Jones, Carl (2002). "Reptiles and Amphibians". In Perrow, Martin; Davy, Anthony (eds.). Handbook of ecological restoration: Principles of Restoration. 2. Cambridge University Press. p. 362. ISBN 0-521-79128-6. + +
                  378. +
                  379. + ^ Towns, D.; Ballantine, W. (1993). "Conservation and restoration of New Zealand Island ecosystems". Trends in Ecology & Evolution. 8 (12): 452. doi:10.1016/0169-5347(93)90009-E. + +
                  380. +
                  381. + ^ Rauzon, Mark (2008). "Island restoration: Exploring the past, anticipating the future" (PDF). Marine Ornithology. 35: 97–107. + +
                  382. +
                  383. + ^ Diamond, Jared (1990). Towns, D; Daugherty, C; Atkinson, I (eds.). New Zealand as an archipelago: An international perspective (PDF). Wellington: Conservation Sciences Publication No. 2. Department of Conservation. pp. 3–8. + +
                  384. +
                  385. + ^ World Economic Outlook. International Monetary Fund. April 2018. p. 63. ISBN 978-1-48434-971-7. Retrieved 21 June 2018. + +
                  386. +
                  387. + ^ "Rankings on Economic Freedom". The Heritage Foundation. 2016. Retrieved 30 November 2016. + +
                  388. +
                  389. + ^ "Currencies of the territories listed in the BS exchange rate lists". Bank of Slovenia. Retrieved 22 January 2011. + +
                  390. +
                  391. + ^ a b c McLintock, Alexander, ed. (November 2009) [originally published in 1966]. Historical evolution and trade patterns. An Encyclopaedia of New Zealand. Retrieved 10 February 2011. + +
                  392. +
                  393. + ^ Stringleman, Hugh; Peden, Robert (October 2009). "Sheep farming – Growth of the frozen meat trade, 1882–2001". Te Ara: The Encyclopedia of New Zealand. Retrieved 6 May 2010. + +
                  394. +
                  395. + ^ Baker, John (February 2010) [1966]. McLintock, Alexander (ed.). Some Indicators of Comparative Living Standards. An Encyclopaedia of New Zealand. Retrieved 30 April 2010. + PDF Table +
                  396. +
                  397. + ^ Wilson, John (March 2009). "History – The later 20th century". Te Ara: The Encyclopedia of New Zealand. Retrieved 2 February 2011. + +
                  398. +
                  399. + ^ Nixon, Chris; Yeabsley, John (April 2010). "Overseas trade policy – Difficult times – the 1970s and early 1980s". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  400. +
                  401. + ^ Evans, N. "Up From Down Under: After a Century of Socialism, Australia and New Zealand are Cutting Back Government and Freeing Their Economies". National Review. 46 (16): 47–51. + +
                  402. +
                  403. + ^ Trade, Food Security, and Human Rights: The Rules for International Trade in Agricultural Products and the Evolving World Food Crisis. Routledge. 2016. p. 125. ISBN 9781317008521. + +
                  404. +
                  405. + ^ Wayne Arnold (2 August 2007). "Surviving Without Subsidies". The New York Times. Retrieved 11 August 2015. ... ever since a liberal but free-market government swept to power in 1984 and essentially canceled handouts to farmers ... They went cold turkey and in the process it was very rough on their farming economy + +
                  406. +
                  407. + ^ Easton, Brian (November 2010). "Economic history – Government and market liberalisation". Te Ara: The Encyclopedia of New Zealand. Retrieved 1 February 2011. + +
                  408. +
                  409. + ^ Hazledine, Tim (1998). Taking New Zealand Seriously: The Economics of Decency (PDF). HarperCollins Publishers. ISBN 1-86950-283-3. Archived from the original (PDF) on 10 May 2011. + +
                  410. +
                  411. + ^ "NZ tops Travellers' Choice Awards". Stuff Travel. May 2008. Retrieved 30 April 2010. + +
                  412. +
                  413. + ^ a b c "Unemployment: the Social Report 2016 – Te pūrongo oranga tangata". Ministry of Social Development. Retrieved 18 August 2017. + +
                  414. +
                  415. + ^ "New Zealand Takes a Pause in Cutting Rates". The New York Times. 10 June 2009. Retrieved 30 April 2010. + +
                  416. +
                  417. + ^ "New Zealand's slump longest ever". BBC News. 26 June 2009. Retrieved 30 April 2010. + +
                  418. +
                  419. + ^ Bascand, Geoff (February 2011). "Household Labour Force Survey: December 2010 quarter – Media Release". Statistics New Zealand. Archived from the original on 29 April 2011. Retrieved 4 February 2011. + +
                  420. +
                  421. + ^ Davenport, Sally (2004). "Panic and panacea: brain drain and science and technology human capital policy". Research Policy. 33 (4): 617–630. doi:10.1016/j.respol.2004.01.006. + +
                  422. +
                  423. + ^ O'Hare, Sean (September 2010). "New Zealand brain-drain worst in world". The Daily Telegraph. United Kingdom. + +
                  424. +
                  425. + ^ Collins, Simon (March 2005). "Quarter of NZ's brightest are gone". New Zealand Herald. + +
                  426. +
                  427. + ^ Winkelmann, Rainer (2000). "The labour market performance of European immigrants in New Zealand in the 1980s and 1990s". The International Migration Review. The Center for Migration Studies of New York. 33 (1): 33–58. doi:10.2307/2676011. JSTOR 2676011. + Journal subscription required +
                  428. +
                  429. + ^ Bain 2006, p. 44. +
                  430. +
                  431. + ^ "GII 2016 Report" (PDF). Global Innovation Index. Retrieved 21 June 2018. + +
                  432. +
                  433. + ^ Groser, Tim (March 2009). "Speech to ASEAN-Australia-New Zealand Free Trade Agreement Seminars". New Zealand Government. Retrieved 30 January 2011. + +
                  434. +
                  435. + ^ "Improving Access to Markets:Agriculture". New Zealand Ministry of Foreign Affairs and Trade. Retrieved 22 January 2011. + +
                  436. +
                  437. + ^ "Standard International Trade Classification R4 – Exports (Annual-Jun)". Statistics New Zealand. April 2015. Retrieved 3 April 2015. + +
                  438. +
                  439. + ^ a b c "Goods and services trade by country: Year ended June 2018 – corrected". Statistics New Zealand. Retrieved 17 February 2019. + +
                  440. +
                  441. + ^ "China and New Zealand sign free trade deal". The New York Times. April 2008. + +
                  442. +
                  443. + ^ a b "Key Tourism Statistics" (PDF). Ministry of Business, Innovation and Employment. 26 April 2017. Retrieved 26 April 2017. + +
                  444. +
                  445. + ^ Easton, Brian (March 2009). "Economy – Agricultural production". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  446. +
                  447. + ^ Stringleman, Hugh; Peden, Robert (March 2009). "Sheep farming – Changes from the 20th century". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  448. +
                  449. + ^ Stringleman, Hugh; Scrimgeour, Frank (November 2009). "Dairying and dairy products – Dairying in the 2000s". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  450. +
                  451. + ^ Stringleman, Hugh; Scrimgeour, Frank (March 2009). "Dairying and dairy products – Dairy exports". Te Ara: The Encyclopedia of New Zealand. Retrieved 4 February 2011. + +
                  452. +
                  453. + ^ Stringleman, Hugh; Scrimgeour, Frank (March 2009). "Dairying and dairy products – Manufacturing and marketing in the 2000s". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  454. +
                  455. + ^ Dalley, Bronwyn (March 2009). "Wine – The wine boom, 1980s and beyond". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  456. +
                  457. + ^ "Wine in New Zealand". The Economist. 27 March 2008. Retrieved 29 April 2017. + +
                  458. +
                  459. + ^ "Agricultural and forestry exports from New Zealand: Primary sector export values for the year ending June 2010". Ministry of Agriculture and Forestry. 14 January 2011. Archived from the original on 10 May 2011. Retrieved 8 April 2011. + +
                  460. +
                  461. + ^ a b Energy in New Zealand 2016 (PDF) (Report). Ministry of Business, Innovation and Employment. September 2016. p. 47. ISSN 2324-5913. Archived from the original (PDF) on 3 May 2017. + +
                  462. +
                  463. + ^ "Appendix 1: Technical information about drinking water supply in the eight local authorities". Office of the Auditor-General. Retrieved 2 September 2016. + +
                  464. +
                  465. + ^ "Water supply". Greater Wellington Regional Council. Retrieved 2 September 2016. + +
                  466. +
                  467. + ^ "State highway frequently asked questions". NZ Transport Agency. Retrieved 28 April 2017. + +
                  468. +
                  469. + ^ Humphris, Adrian (April 2010). "Public transport – Passenger trends". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  470. +
                  471. + ^ Atkinson, Neill (November 2010). "Railways – Rail transformed". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  472. +
                  473. + ^ "About Metlink". Retrieved 27 December 2016. + +
                  474. +
                  475. + ^ Atkinson, Neill (April 2010). "Railways – Freight transport". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  476. +
                  477. + ^ "International Visitors" (PDF). Ministry of Economic Development. June 2009. Retrieved 30 January 2011. + +
                  478. +
                  479. + ^ "10. Airports". Infrastructure Stocktake: Infrastructure Audit. Ministry of Economic Development. December 2005. Archived from the original on 22 May 2010. Retrieved 30 January 2011. + +
                  480. +
                  481. + ^ a b Wilson, A. C. (March 2010). "Telecommunications - Telecom". Te Ara: The Encyclopedia of New Zealand. Retrieved 11 August 2017. + +
                  482. +
                  483. + ^ "Telecom separation". Ministry of Business, Innovation and Employment. 14 September 2015. Retrieved 11 August 2017. + +
                  484. +
                  485. + ^ "Broadband and mobile programmes - Ministry of Business, Innovation & Employment". www.mbie.govt.nz. + +
                  486. +
                  487. + ^ "2017 Global ICT Development Index". International Telecommunication Union (ITU). 2018. Retrieved 18 September 2018. + +
                  488. +
                  489. + ^ "2013 Census usually resident population counts". Statistics New Zealand. 14 October 2013. Retrieved 20 September 2018. + +
                  490. +
                  491. + ^ "National population projections: 2016(base)–2068" (Press release). Statistics New Zealand. 18 October 2016. Retrieved 20 October 2018. + +
                  492. +
                  493. + ^ "Subnational population estimates at 30 June 2009". Statistics New Zealand. 30 June 2007. Retrieved 30 April 2010. + +
                  494. +
                  495. + ^ "Quality of Living Ranking 2016". London: Mercer. 23 February 2016. Retrieved 28 April 2017. + +
                  496. +
                  497. + ^ "NZ life expectancy among world's best". Stuff.co.nz. Fairfax NZ. Retrieved 6 July 2014. + +
                  498. +
                  499. + ^ a b Department of Economic and Social Affairs Population Division (2009). "World Population Prospects" (PDF). 2008 revision. United Nations. Retrieved 29 August 2009. + +
                  500. +
                  501. + ^ "World Factbook EUROPE : NEW ZEALAND", The World Factbook, 12 July 2018 + +
                  502. +
                  503. + ^ "New Zealand mortality statistics: 1950 to 2010" (PDF). Ministry of Health of New Zealand. 2 March 2011. Retrieved 16 November 2016. + +
                  504. +
                  505. + ^ "Health expenditure and financing". stats.oecd.org. OECD. 2016. Retrieved 8 December 2017. + +
                  506. +
                  507. + ^ "Subnational Population Estimates: At 30 June 2018 (provisional)". Statistics New Zealand. 23 October 2018. Retrieved 23 October 2018. + For urban areas, "Subnational population estimates (UA, AU), by age and sex, at 30 June 1996, 2001, 2006-18 (2017 boundaries)". Statistics New Zealand. 23 October 2018. Retrieved 23 October 2018. + +
                  508. +
                  509. + ^ "2013 Census QuickStats about culture and identity – Ethnic groups in New Zealand". Statistics New Zealand. Retrieved 29 August 2014. + +
                  510. +
                  511. + ^ Pool, Ian (May 2011). "Population change - Key population trends". Te Ara: The Encyclopedia of New Zealand. Archived from the original on 18 August 2017. Retrieved 18 August 2017. + +
                  512. +
                  513. + ^ Dalby, Simon (September 1993). "The 'Kiwi disease': geopolitical discourse in Aotearoa/New Zealand and the South Pacific". Political Geography. 12 (5): 437–456. doi:10.1016/0962-6298(93)90012-V. + +
                  514. +
                  515. + ^ Callister, Paul (2004). "Seeking an Ethnic Identity: Is "New Zealander" a Valid Ethnic Category?" (PDF). New Zealand Population Review. 30 (1&2): 5–22. + +
                  516. +
                  517. + ^ Bain 2006, p. 31. +
                  518. +
                  519. + ^ "Draft Report of a Review of the Official Ethnicity Statistical Standard: Proposals to Address the 'New Zealander' Response Issue" (PDF). Statistics New Zealand. April 2009. Retrieved 18 January 2011. + +
                  520. +
                  521. + ^ Ranford, Jodie. "'Pakeha', Its Origin and Meaning". Māori News. Retrieved 20 February 2008. Originally the Pakeha were the early European settlers, however, today ‘Pakeha’ is used to describe any peoples of non-Maori or non-Polynesian heritage. Pakeha is not an ethnicity but rather a way to differentiate between the historical origins of our settlers, the Polynesians and the Europeans, the Maori and the other + +
                  522. +
                  523. + ^ Socidad Peruana de Medicina Intensiva (SOPEMI) (2000). Trends in international migration: continuous reporting system on migration. Organisation for Economic Co-operation and Development. pp. 276–278. + +
                  524. +
                  525. + ^ Walrond, Carl (21 September 2007). "Dalmatians". Te Ara: The Encyclopedia of New Zealand. Retrieved 30 April 2010. + +
                  526. +
                  527. + ^ "Peoples". Te Ara: The Encyclopedia of New Zealand. 2005. Retrieved 2 June 2017. + +
                  528. +
                  529. + ^ a b Phillips, Jock (11 August 2015). "History of immigration". Te Ara: The Encyclopedia of New Zealand. Retrieved 2 June 2017. + +
                  530. +
                  531. + ^ Brawley, Sean (1993). "'No White Policy in NZ': Fact and Fiction in New Zealand's Asian Immigration Record, 1946-1978" (PDF). New Zealand Journal of History. 27 (1): 33–36. Retrieved 2 June 2017. + +
                  532. +
                  533. + ^ "International Migration Outlook – New Zealand 2009/10" (PDF). New Zealand Department of Labour. 2010. p. 2. ISSN 1179-5085. Archived from the original (PDF) on 11 May 2011. Retrieved 16 April 2011. + +
                  534. +
                  535. + ^ "2013 Census QuickStats about culture and identity – Birthplace and people born overseas". Statistics New Zealand. Retrieved 29 August 2014. + +
                  536. +
                  537. + ^ Butcher, Andrew; McGrath, Terry (2004). "International Students in New Zealand: Needs and Responses" (PDF). International Education Journal. 5 (4). + +
                  538. +
                  539. + ^ 2013 Census QuickStats, Statistics New Zealand, 2013, ISBN 978-0-478-40864-5 + +
                  540. +
                  541. + ^ a b c "2013 Census QuickStats about culture and identity – Languages spoken". Statistics New Zealand. Retrieved 8 September 2016. + +
                  542. +
                  543. + ^ Hay, Maclagan & Gordon 2008, p. 14. +
                  544. +
                  545. + ^ * Bauer, Laurie; Warren, Paul; Bardsley, Dianne; Kennedy, Marianna; Major, George (2007), "New Zealand English", Journal of the International Phonetic Association, 37 (1): 97–102, doi:10.1017/S0025100306002830 + +
                  546. +
                  547. + ^ a b Phillips, Jock (March 2009). "The New Zealanders – Bicultural New Zealand". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  548. +
                  549. + ^ Squires, Nick (May 2005). "British influence ebbs as New Zealand takes to talking Māori". The Daily Telegraph. Retrieved 3 May 2017. + +
                  550. +
                  551. + ^ "Waitangi Tribunal claim – Māori Language Week". Ministry for Culture and Heritage. July 2010. Retrieved 19 January 2011. + +
                  552. +
                  553. + ^ "Ngā puna kōrero: Where Māori speak te reo – infographic". Statistics New Zealand. Retrieved 8 September 2016. + +
                  554. +
                  555. + ^ Drinnan, John (8 July 2016). "'Maori' will remain in the name Maori Television". New Zealand Herald. Retrieved 28 August 2016. According to 2015 figures supplied by Maori TV, its two channels broadcast an average of 72 per cent Maori language content - 59 per cent on the main channel and 99 per cent on te reo. + +
                  556. +
                  557. + ^ "Ngāi Tahu Claims Settlement Act 1998". New Zealand Parliamentary Counsel Office. 20 May 2014 [1 October 1998]. Retrieved 10 March 2019. + +
                  558. +
                  559. + ^ New Zealand Sign Language Act 2006 No 18 (as at 30 June 2008), Public Act. New Zealand Parliamentary Counsel Office. Retrieved 29 November 2011. +
                  560. +
                  561. + ^ Zuckerman, Phil (2006). Martin, Michael (ed.). The Cambridge Companion to Atheism (PDF). Cambridge University Press. pp. 47–66. ISBN 978-0-521-84270-9. Retrieved 8 August 2017. + +
                  562. +
                  563. + ^ Walrond, Carl (May 2012). "Atheism and secularism – Who is secular?". Te Ara: The Encyclopedia of New Zealand. Retrieved 8 August 2017. + +
                  564. + +
                  565. + ^ a b c "2013 Census QuickStats about culture and identity – tables". Statistics New Zealand. 15 April 2014. Retrieved 14 April 2018. + Excel download +
                  566. +
                  567. + ^ Kaa, Hirini (May 2011). "Māori and Christian denominations". Te Ara: The Encyclopedia of New Zealand. Retrieved 20 April 2017. + +
                  568. +
                  569. + ^ Morris, Paul (May 2011). "Diverse religions". Te Ara: The Encyclopedia of New Zealand. Retrieved 20 April 2017. + +
                  570. +
                  571. + ^ a b Dench, Olivia (July 2010). "Education Statistics of New Zealand: 2009". Education Counts. Retrieved 19 January 2011. + +
                  572. +
                  573. + ^ "Education Act 1989 No 80". New Zealand Parliamentary Counsel Office. 1989. Section 3. Retrieved 5 January 2013. + +
                  574. +
                  575. + ^ "Education Act 1989 No 80 (as at 01 February 2011), Public Act. Part 14: Establishment and disestablishment of tertiary institutions, Section 62: Establishment of institutions". Education Act 1989 No 80. New Zealand Parliamentary Counsel Office. 1 February 2011. Retrieved 15 August 2011. + +
                  576. +
                  577. + ^ "Studying in New Zealand: Tertiary education". New Zealand Qualifications Authority. Retrieved 15 August 2011. + +
                  578. +
                  579. + ^ "Educational attainment of the population". Education Counts. 2006. Archived from the original (xls) on 15 October 2008. Retrieved 21 February 2008. + +
                  580. +
                  581. + ^ "What Students Know and Can Do: Student Performance in Reading, Mathematics and Science 2010" (PDF). + OECD. Retrieved 21 July 2012. +
                  582. +
                  583. + ^ Kennedy 2007, p. 398. +
                  584. +
                  585. + ^ Hearn, Terry (March 2009). "English – Importance and influence". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  586. +
                  587. + ^ "Conclusions – British and Irish immigration". Ministry for Culture and Heritage. March 2007. Retrieved 21 January 2011. + +
                  588. +
                  589. + ^ Stenhouse, John (November 2010). "Religion and society – Māori religion". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  590. +
                  591. + ^ "Māori Social Structures". Ministry of Justice. March 2001. Retrieved 21 January 2011. + +
                  592. +
                  593. + ^ "Thousands turn out for Pasifika Festival". Radio New Zealand. 25 March 2017. Retrieved 18 August 2017. + +
                  594. +
                  595. + ^ Kennedy 2007, p. 400. +
                  596. +
                  597. + ^ Kennedy 2007, p. 399. +
                  598. +
                  599. + ^ Phillips, Jock (March 2009). "The New Zealanders – Post-war New Zealanders". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  600. +
                  601. + ^ Phillips, Jock (March 2009). "The New Zealanders – Ordinary blokes and extraordinary sheilas". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  602. +
                  603. + ^ Phillips, Jock (March 2009). "Rural mythologies – The cult of the pioneer". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  604. +
                  605. + ^ Barker, Fiona (June 2012). "New Zealand identity – Culture and arts". Te Ara: The Encyclopedia of New Zealand. Retrieved 7 December 2016. + +
                  606. +
                  607. + ^ a b Wilson, John (September 2016). "Nation and government – Nationhood and identity". Te Ara: The Encyclopedia of New Zealand. Retrieved 3 December 2016. + +
                  608. +
                  609. + ^ a b Swarbrick, Nancy (June 2010). "Creative life – Visual arts and crafts". Te Ara: The Encyclopedia of New Zealand. Retrieved 4 February 2011. + +
                  610. +
                  611. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. Elements of Carving. An Encyclopaedia of New Zealand. Retrieved 15 February 2011. + +
                  612. +
                  613. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. Surface Patterns. An Encyclopaedia of New Zealand. Retrieved 15 February 2011. + +
                  614. +
                  615. + ^ McKay, Bill (2004). "Māori architecture: transforming western notions of architecture". Fabrications. 14 (1&2): 1–12. doi:10.1080/10331867.2004.10525189. Archived from the original on 13 May 2011. + +
                  616. +
                  617. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. Painted Designs. An Encyclopaedia of New Zealand. Retrieved 15 February 2011. + +
                  618. +
                  619. + ^ McLintock, Alexander, ed. (2009) [1966]. Tattooing. An Encyclopaedia of New Zealand. Retrieved 15 February 2011. + +
                  620. +
                  621. + ^ a b "Beginnings – history of NZ painting". Ministry for Culture and Heritage. December 2010. Retrieved 17 February 2011. + +
                  622. +
                  623. + ^ "A new New Zealand art – history of NZ painting". Ministry for Culture and Heritage. November 2010. Retrieved 16 February 2011. + +
                  624. +
                  625. + ^ "Contemporary Maori art". Ministry for Culture and Heritage. November 2010. Retrieved 16 February 2011. + +
                  626. +
                  627. + ^ Rauer, Julie. "Paradise Lost: Contemporary Pacific Art At The Asia Society". Asia Society and Museum. Retrieved 17 February 2011. + +
                  628. +
                  629. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. Textile Designs. An Encyclopaedia of New Zealand. Retrieved 15 February 2011. + +
                  630. +
                  631. + ^ Keane, Basil (March 2009). "Pounamu – jade or greenstone – Implements and adornment". Te Ara: The Encyclopedia of New Zealand. Retrieved 17 February 2011. + +
                  632. +
                  633. + ^ Wilson, John (March 2009). "Society – Food, drink and dress". Te Ara: The Encyclopedia of New Zealand. Retrieved 17 February 2011. + +
                  634. +
                  635. + ^ Swarbrick, Nancy (June 2010). "Creative life – Design and fashion". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  636. +
                  637. + ^ a b "Fashion in New Zealand – New Zealand's fashion industry". The Economist. 28 February 2008. Retrieved 6 August 2009. + +
                  638. +
                  639. + ^ Swarbrick, Nancy (June 2010). "Creative life – Writing and publishing". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  640. +
                  641. + ^ "The making of New Zealand literature". Ministry for Culture and Heritage. November 2010. Retrieved 22 January 2011. + +
                  642. +
                  643. + ^ "New directions in the 1930s – New Zealand literature". Ministry for Culture and Heritage. August 2008. Retrieved 12 February 2011. + +
                  644. +
                  645. + ^ "The war and beyond – New Zealand literature". Ministry for Culture and Heritage. November 2007. Retrieved 12 February 2011. + +
                  646. +
                  647. + ^ "28 cities join the UNESCO Creative Cities Network". UNESCO. December 2014. Retrieved 7 March 2015. + +
                  648. +
                  649. + ^ a b Swarbrick, Nancy (June 2010). "Creative life – Music". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  650. +
                  651. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. Maori Music. An Encyclopaedia of New Zealand. Retrieved 15 February 2011. + +
                  652. +
                  653. + ^ McLintock, Alexander, ed. (April 2009) [1966]. Musical Instruments. An Encyclopaedia of New Zealand. Retrieved 16 February 2011. + +
                  654. +
                  655. + ^ McLintock, Alexander, ed. (April 2009) [1966]. Instruments Used for Non-musical Purposes. An Encyclopaedia of New Zealand. Retrieved 16 February 2011. + +
                  656. +
                  657. + ^ McLintock, Alexander, ed. (April 2009) [1966]. Music: General History. An Encyclopaedia of New Zealand. Retrieved 15 February 2011. + +
                  658. +
                  659. + ^ McLintock, Alexander, ed. (April 2009) [1966]. Music: Brass Bands. An Encyclopaedia of New Zealand. Retrieved 14 April 2011. + +
                  660. +
                  661. + ^ McLintock, Alexander, ed. (April 2009) [1966]. Music: Pipe Bands. An Encyclopaedia of New Zealand. Retrieved 14 April 2011. + +
                  662. +
                  663. + ^ Swarbrick, Nancy (June 2010). "Creative life – Performing arts". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  664. +
                  665. + ^ "History – celebrating our music since 1965". Recording Industry Association of New Zealand. 2008. Archived from the original on 14 September 2011. Retrieved 23 January 2012. + +
                  666. +
                  667. + ^ "About RIANZ – Introduction". Recording Industry Association of New Zealand. Archived from the original on 21 December 2011. Retrieved 23 January 2012. + +
                  668. +
                  669. + ^ Downes, Siobhan (1 January 2017). "World famous in New Zealand: Hobbiton Movie Set". Stuff Travel. Retrieved 6 July 2017. + +
                  670. +
                  671. + ^ Brian, Pauling (October 2014). "Radio – The early years, 1921 to 1932". Te Ara: The Encyclopedia of New Zealand. Retrieved 6 July 2017. + +
                  672. +
                  673. + ^ "New Zealand's first official TV broadcast". Ministry for Culture and Heritage. December 2016. Retrieved 6 July 2017. + +
                  674. +
                  675. + ^ a b Swarbrick, Nancy (June 2010). "Creative life – Film and broadcasting". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  676. +
                  677. + ^ Horrocks, Roger. "A History of Television in New Zealand". NZ On Screen. Retrieved 13 September 2017. + +
                  678. +
                  679. + ^ "Top 10 Highest Grossing New Zealand Movies Ever". Flicks.co.nz. May 2016. Retrieved 11 August 2017. + +
                  680. +
                  681. + ^ Cieply, Michael; Rose, Jeremy (October 2010). "New Zealand Bends and 'Hobbit' Stays". The New York Times. Retrieved 11 August 2017. + +
                  682. +
                  683. + ^ "Production Guide: Locations". Film New Zealand. Archived from the original on 7 November 2010. Retrieved 21 January 2011. + +
                  684. +
                  685. + ^ Myllylahti, Merja (December 2016). JMAD New Zealand Media Ownership Report 2016 (PDF) (Report). Auckland University of Technology. pp. 4–29. Archived from the original (PDF) on 21 May 2017. Retrieved 11 August 2017. + +
                  686. +
                  687. + ^ "Scores and Status Data 1980-2015". Freedom of the Press 2015. Freedom House. Retrieved 23 November 2016. + +
                  688. +
                  689. + ^ Hearn, Terry (March 2009). "English – Popular culture". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2012. + +
                  690. +
                  691. + ^ "Sport, Fitness and Leisure". New Zealand Official Yearbook. Statistics New Zealand. 2000. Archived from the original on 7 June 2011. Retrieved 21 July 2008. Traditionally New Zealanders have excelled in rugby union, which is regarded as the national sport, and track and field athletics. + +
                  692. +
                  693. + ^ a b Phillips, Jock (February 2011). "Sports and leisure – Organised sports". Te Ara: The Encyclopedia of New Zealand. Retrieved 23 March 2011. + +
                  694. +
                  695. + ^ a b "More and more students wear school sports colours". New Zealand Secondary School Sports Council. Retrieved 30 March 2015. + +
                  696. +
                  697. + ^ Crawford, Scott (January 1999). "Rugby and the Forging of National Identity". In Nauright, John (ed.). Sport, Power And Society In New Zealand: Historical And Contemporary Perspectives (PDF). ASSH Studies In Sports History. Archived from the original (PDF) on 19 January 2012. Retrieved 22 January 2011. + +
                  698. +
                  699. + ^ "Rugby, racing and beer". Ministry for Culture and Heritage. August 2010. Retrieved 22 January 2011. + +
                  700. +
                  701. + ^ Derby, Mark (December 2010). "Māori–Pākehā relations – Sports and race". Te Ara: The Encyclopedia of New Zealand. Retrieved 4 February 2011. + +
                  702. +
                  703. + ^ Bain 2006, p. 69. +
                  704. +
                  705. + ^ Langton, Graham (1996). A history of mountain climbing in New Zealand to 1953 (Thesis). Christchurch: University of Canterbury. p. 28. Retrieved 12 August 2017. + +
                  706. +
                  707. + ^ "World mourns Sir Edmund Hillary". The Age. Melbourne. 11 January 2008. + +
                  708. +
                  709. + ^ "Sport and Recreation Participation Levels" (PDF). Sport and Recreation New Zealand. 2009. Archived from the original (PDF) on 15 January 2015. Retrieved 27 November 2016. + +
                  710. +
                  711. + ^ Barclay-Kerr, Hoturoa (September 2013). "Waka ama – outrigger canoeing". Te Ara: The Encyclopedia of New Zealand. Retrieved 12 August 2017. + +
                  712. +
                  713. + ^ "NZ's first Olympic century". Ministry for Culture and Heritage. August 2016. Retrieved 27 April 2017. + +
                  714. +
                  715. + ^ "London 2012 Olympic Games: Medal strike rate – Final count (revised)". Statistics New Zealand. 14 August 2012. Retrieved 4 December 2013. + +
                  716. +
                  717. + ^ "Rio 2016 Olympic Games: Medals per capita". Statistics New Zealand. 30 August 2016. Retrieved 27 April 2017. + +
                  718. +
                  719. + ^ Kerr, James (14 November 2013). "The All Blacks guide to being successful (off the field)". The Daily Telegraph. London. Retrieved 4 December 2013. + +
                  720. +
                  721. + ^ Fordyce, Tom (23 October 2011). "2011 Rugby World Cup final: New Zealand 8-7 France". BBC Sport. Retrieved 4 December 2013. + +
                  722. +
                  723. + ^ a b "New Zealand Cuisine". New Zealand Tourism Guide. January 2016. Retrieved 4 January 2016. + +
                  724. +
                  725. + ^ Petrie, Hazel (November 2008). "Kai Pākehā – introduced foods". Te Ara: The Encyclopedia of New Zealand. Retrieved 27 June 2017. + +
                  726. +
                  727. + ^ Whaanga, Mere (June 2006). "Mātaitai – shellfish gathering". Te Ara: The Encyclopedia of New Zealand. Retrieved 27 June 2017. + +
                  728. +
                  729. + ^ "Story: Shellfish". Te Ara: The Encyclopedia of New Zealand. Retrieved 29 August 2016. + +
                  730. +
                  731. + ^ Burton, David (September 2013). "Cooking – Cooking methods". Te Ara: The Encyclopedia of New Zealand. Retrieved 11 December 2016. + +
                  732. +
                  733. + ^ Royal, Charles; Kaka-Scott, Jenny (September 2013). "Māori foods – kai Māori". Te Ara: The Encyclopedia of New Zealand. Retrieved 1 September 2016. + +
                  734. +
                  +
                  +

                  + References +

                  +
                  +
                    +
                  • + Alley, Roderic (2008). New Zealand in World Affairs IV 1990–2005. New Zealand: Victoria University Press. ISBN 978-0-864-73548-5. + +
                  • +
                  • + Bain, Carolyn (2006). New Zealand. Lonely Planet. ISBN 1-74104-535-5. + +
                  • +
                  • + Garden, Donald (2005). Stoll, Mark (ed.). Australia, New Zealand, and the Pacific: An Environmental History. Nature and Human Societies. ABC-CLIO/Greenwood. ISBN 978-1-57607-868-6. + +
                  • +
                  • + Hay, Jennifer; Maclagan, Margaret; Gordon, Elizabeth (2008). Dialects of English: New Zealand English. Edinburgh University Press. ISBN 978-0-7486-2529-1. + +
                  • +
                  • + Kennedy, Jeffrey (2007). "Leadership and Culture in New Zealand". In Chhokar, Jagdeep; Brodbeck, Felix; House, Robert (eds.). Culture and Leadership Across the World: The GLOBE Book of In-Depth Studies of 25 Societies. United States: Psychology Press. ISBN 978-0-8058-5997-3. + +
                  • +
                  • + King, Michael (2003). The Penguin History of New Zealand. New Zealand: Penguin Books. ISBN 978-0-14-301867-4. + +
                  • +
                  • + Mein Smith, Philippa (2005). A Concise History of New Zealand. Australia: Cambridge University Press. ISBN 0-521-54228-6. + +
                  • +
                  • + Smelt, Roselynn; Jui Lin, Yong (2009). New Zealand. Cultures of the World (2nd ed.). New York: Marshall Cavendish. ISBN 978-0-7614-3415-3. + +
                  • +
                  +
                  +

                  + Further reading +

                  + + +

                  + External links +

                  + +
                  +
                  + Government +
                  +
                  + +
                  +
                  + Travel +
                  +
                  + +
                  +
                  + General Information +
                  +
                  + + + + + + +
                  \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/source.html new file mode 100644 index 0000000..0983930 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-2/source.html @@ -0,0 +1,7228 @@ + + + + + + New Zealand - Wikipedia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  +
                  +
                  + +
                  + +
                  +
                  +
                  + This is a good article. Follow the link for more information. +
                  +
                  + Page semi-protected +
                  +
                  +

                  + New Zealand +

                  +
                  +
                  + From Wikipedia, the free encyclopedia +
                  +
                  +
                  Jump to navigation Jump to search +
                  +
                  + + +

                  + +

                  + Coordinates: 42°S 174°E / 42°S 174°E / -42; 174 +

                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  +
                  + New Zealand +

                  +
                  + Aotearoa  (Māori) +
                  +
                  +
                  +
                  +
                  + Blue field with the Union Flag in the top right corner, and four red stars with white borders to the right. +
                  +
                  + Flag +
                  +
                  +
                  +
                  + A quartered shield, flanked by two figures, topped with a crown. +
                  + +
                  +
                  +
                  +
                  + Anthems:
                  +
                  + +
                  +
                  +
                  + A map of the hemisphere centred on New Zealand, using an orthographic projection. +
                  + Location of New Zealand, including outlying islands, its territorial claim in the Antarctic, and Tokelau +
                  +
                  + Capital + + Wellington
                  + 41°17′S 174°27′E / 41.283°S 174.450°E / -41.283; 174.450 +
                  + Largest city + + Auckland +
                  + Official languages + +
                  + +
                  +
                  + Ethnic groups +
                  + (2018) +
                  +
                  +
                  + +
                  +
                  + Demonym(s) + + New Zealander
                  + Kiwi (informal) +
                  + Government + + Unitary parliamentary constitutional monarchy +
                  +
                  + • Monarch +
                  +
                  + Elizabeth II +
                  +
                  + • Governor-General +
                  +
                  + Patsy Reddy +
                  +
                  + • Prime Minister +
                  +
                  + Jacinda Ardern +
                  + Legislature + + Parliament
                  + (House of Representatives) +
                  + Stages of independence  +
                  + from the United Kingdom +
                  +
                  + + + 7 May 1856 +
                  +
                  + • Dominion +
                  +
                  + 26 September 1907 +
                  + + +
                  + 25 November 1947 +
                  + Area +
                  +
                  + • Total +
                  +
                  + 268,021 km2 (103,483 sq mi) (75th) +
                  +
                  + • Water (%) +
                  +
                  + 1.6[n 4] +
                  + Population +
                  +
                  + • September 2019 estimate +
                  +
                  + 4,933,210[5] (120th) +
                  +
                  + • 2018 census +
                  +
                  + 4,699,755 +
                  +
                  + • Density +
                  +
                  + 18.2/km2 (47.1/sq mi) (203rd) +
                  + GDP (PPP) + + 2018 estimate +
                  +
                  + • Total +
                  +
                  + $199 billion[6] +
                  +
                  + • Per capita +
                  +
                  + $40,266[6] +
                  + GDP (nominal) + + 2018 estimate +
                  +
                  + • Total +
                  +
                  + $206 billion[6] +
                  +
                  + • Per capita +
                  +
                  + $41,616[6] +
                  + Gini (2014) + + 33.0[7]
                  + medium · 22nd +
                  + HDI (2017) + + Increase 0.917[8]
                  + very high · 16th +
                  + Currency + + New Zealand dollar ($) (NZD) +
                  + Time zone + + UTC+12 (NZST[n 5]) +
                  +
                  + • Summer (DST) +
                  +
                  + UTC+13 (NZDT[n 6]) +
                  + Date format + + dd/mm/yyyy
                  + yyyy-mm-dd[10] +
                  + Driving side + + left +
                  + Calling code + + +64 +
                  + ISO 3166 code + + NZ +
                  + Internet TLD + + .nz +
                  +

                  + New Zealand (Māori: Aotearoa [aɔˈtɛaɾɔa]) is a sovereign island country in the southwestern Pacific Ocean. The country geographically comprises two main landmasses—the North Island (Te Ika-a-Māui), and the South Island (Te Waipounamu)—and around 600 smaller islands. It has a total land area of 268,000 square kilometres (103,500 sq mi). New Zealand is situated some 2,000 kilometres (1,200 mi) east of Australia across the Tasman Sea and roughly 1,000 kilometres (600 mi) south of the Pacific island areas of New Caledonia, Fiji, and Tonga. Because of its remoteness, it was one of the last lands to be settled by humans. During its long period of isolation, New Zealand developed a distinct biodiversity of animal, fungal, and plant life. The country's varied topography and its sharp mountain peaks, such as the Southern Alps, owe much to the tectonic uplift of land and volcanic eruptions. New Zealand's capital city is Wellington, while its most populous city is Auckland. +

                  +

                  + Sometime between 1250 and 1300, Polynesians settled in the islands that later were named New Zealand and developed a distinctive Māori culture. In 1642, Dutch explorer Abel Tasman became the first European to sight New Zealand. In 1840, representatives of the United Kingdom and Māori chiefs signed the Treaty of Waitangi, which declared British sovereignty over the islands. In 1841, New Zealand became a colony within the British Empire and in 1907 it became a dominion; it gained full statutory independence in 1947 and the British monarch remained the head of state. Today, the majority of New Zealand's population of 4.9 million is of European descent; the indigenous Māori are the largest minority, followed by Asians and Pacific Islanders. Reflecting this, New Zealand's culture is mainly derived from Māori and early British settlers, with recent broadening arising from increased immigration. The official languages are English, Māori, and New Zealand Sign Language, with English being very dominant. +

                  +

                  + A developed country, New Zealand ranks highly in international comparisons of national performance, such as quality of life, health, education, protection of civil liberties, and economic freedom. New Zealand underwent major economic changes during the 1980s, which transformed it from a protectionist to a liberalised free-trade economy. The service sector dominates the national economy, followed by the industrial sector, and agriculture; international tourism is a significant source of revenue. Nationally, legislative authority is vested in an elected, unicameral Parliament, while executive political power is exercised by the Cabinet, led by the prime minister, currently Jacinda Ardern. Queen Elizabeth II is the country's monarch and is represented by a governor-general, currently Dame Patsy Reddy. In addition, New Zealand is organised into 11 regional councils and 67 territorial authorities for local government purposes. The Realm of New Zealand also includes Tokelau (a dependent territory); the Cook Islands and Niue (self-governing states in free association with New Zealand); and the Ross Dependency, which is New Zealand's territorial claim in Antarctica. New Zealand is a member of the United Nations, Commonwealth of Nations, ANZUS, Organisation for Economic Co-operation and Development, ASEAN Plus Six, Asia-Pacific Economic Cooperation, the Pacific Community and the Pacific Islands Forum. +

                  + +

                  + Etymology +

                  + +
                  +
                  + Brown square paper with Dutch writing and a thick red, curved line +
                  +
                  + +
                  Detail from a 1657 map showing the western coastline of "Nova Zeelandia". (In this map, north is at the bottom.) +
                  +
                  +
                  +

                  + Dutch explorer Abel Tasman sighted New Zealand in 1642 and named it Staten Land "in honour of the States General" (Dutch parliament). He wrote, "it is possible that this land joins to the Staten Land but it is uncertain",[11] referring to a landmass of the same name at the southern tip of South America, discovered by Jacob Le Maire in 1616.[12][13] In 1645, Dutch cartographers renamed the land Nova Zeelandia after the Dutch province of Zeeland.[14][15] British explorer James Cook subsequently anglicised the name to New Zealand.[16] +

                  +

                  + Aotearoa (pronounced /ˌtɛəˈr.ə/; often translated as "land of the long white cloud")[17] is the current Māori name for New Zealand. It is unknown whether Māori had a name for the whole country before the arrival of Europeans, with Aotearoa originally referring to just the North Island.[18] Māori had several traditional names for the two main islands, including Te Ika-a-Māui (the fish of Māui) for the North Island and Te Waipounamu (the waters of greenstone) or Te Waka o Aoraki (the canoe of Aoraki) for the South Island.[19] Early European maps labelled the islands North (North Island), Middle (South Island) and South (Stewart Island / Rakiura).[20] In 1830, mapmakers began to use "North" and "South" on their maps to distinguish the two largest islands and by 1907 this was the accepted norm.[16] The New Zealand Geographic Board discovered in 2009 that the names of the North Island and South Island had never been formalised, and names and alternative names were formalised in 2013. This set the names as North Island or Te Ika-a-Māui, and South Island or Te Waipounamu.[21] For each island, either its English or Māori name can be used, or both can be used together.[21] +

                  +
                  +

                  + History +

                  + +
                  +
                  + One set of arrows point from Taiwan to Melanesia to Fiji/Samoa and then to the Marquesas Islands. The population then spread, some going south to New Zealand and others going north to Hawai'i. A second set start in southern Asia and end in Melanesia. +
                  +
                  + +
                  The Māori people are most likely descended from people who emigrated from Taiwan to Melanesia and then travelled east through to the Society Islands. After a pause of 70 to 265 years, a new wave of exploration led to the discovery and settlement of New Zealand.[22] +
                  +
                  +
                  +

                  + New Zealand was one of the last major landmasses settled by humans. Radiocarbon dating, evidence of deforestation[23] and mitochondrial DNA variability within Māori populations[24] suggest New Zealand was first settled by Eastern Polynesians between 1250 and 1300,[19][25] concluding a long series of voyages through the southern Pacific islands.[26] Over the centuries that followed, these settlers developed a distinct culture now known as Māori. The population was divided into iwi (tribes) and hapū (subtribes) who would sometimes cooperate, sometimes compete and sometimes fight against each other.[27] At some point a group of Māori migrated to Rēkohu, now known as the Chatham Islands, where they developed their distinct Moriori culture.[28][29] The Moriori population was all but wiped out between 1835 and 1862, largely because of Taranaki Māori invasion and enslavement in the 1830s, although European diseases also contributed. In 1862 only 101 survived, and the last known full-blooded Moriori died in 1933.[30] +

                  +
                  +
                  + An engraving of a sketched coastline on white background +
                  +
                  + +
                  Map of the New Zealand coastline as Cook charted it on his first visit in 1769–70. The track of the Endeavour is also shown. +
                  +
                  +
                  +

                  + The first Europeans known to have reached New Zealand were Dutch explorer Abel Tasman and his crew in 1642.[31] In a hostile encounter, four crew members were killed and at least one Māori was hit by canister shot.[32] Europeans did not revisit New Zealand until 1769 when British explorer James Cook mapped almost the entire coastline.[31] Following Cook, New Zealand was visited by numerous European and North American whaling, sealing and trading ships. They traded European food, metal tools, weapons and other goods for timber, Māori food, artefacts and water.[33] The introduction of the potato and the musket transformed Māori agriculture and warfare. Potatoes provided a reliable food surplus, which enabled longer and more sustained military campaigns.[34] The resulting intertribal Musket Wars encompassed over 600 battles between 1801 and 1840, killing 30,000–40,000 Māori.[35] From the early 19th century, Christian missionaries began to settle New Zealand, eventually converting most of the Māori population.[36] The Māori population declined to around 40% of its pre-contact level during the 19th century; introduced diseases were the major factor.[37] +

                  +
                  +
                  + A torn sheet of paper +
                  +
                  + +
                  The Waitangi sheet from the Treaty of Waitangi +
                  +
                  +
                  +

                  + In 1788 Captain Arthur Phillip assumed the position of Governor of the new British colony of New South Wales which according to his commission included New Zealand.[38] The British Government appointed James Busby as British Resident to New Zealand in 1832 following a petition from northern Māori.[39] In 1835, following an announcement of impending French settlement by Charles de Thierry, the nebulous United Tribes of New Zealand sent a Declaration of Independence to King William IV of the United Kingdom asking for protection.[39] Ongoing unrest, the proposed settlement of New Zealand by the New Zealand Company (which had already sent its first ship of surveyors to buy land from Māori) and the dubious legal standing of the Declaration of Independence prompted the Colonial Office to send Captain William Hobson to claim sovereignty for the United Kingdom and negotiate a treaty with the Māori.[40] The Treaty of Waitangi was first signed in the Bay of Islands on 6 February 1840.[41] In response to the New Zealand Company's attempts to establish an independent settlement in Wellington[42] and French settlers purchasing land in Akaroa,[43] Hobson declared British sovereignty over all of New Zealand on 21 May 1840, even though copies of the Treaty were still circulating throughout the country for Māori to sign.[44] With the signing of the Treaty and declaration of sovereignty the number of immigrants, particularly from the United Kingdom, began to increase.[45] +

                  +
                  +
                  + Black and white engraving depicting a crowd of people +
                  +
                  + +
                  A meeting of European and Māori inhabitants of Hawke's Bay Province. Engraving, 1863. +
                  +
                  +
                  +

                  + New Zealand, still part of the colony of New South Wales, became a separate Colony of New Zealand on 1 July 1841.[46] Armed conflict began between the Colonial government and Māori in 1843 with the Wairau Affray over land and disagreements over sovereignty. These conflicts, mainly in the North Island, saw thousands of Imperial troops and the Royal Navy come to New Zealand and became known as the New Zealand Wars. Following these armed conflicts, large amounts of Māori land was confiscated by the government to meet settler demands.[47] +

                  +

                  + The colony gained a representative government in 1852 and the first Parliament met in 1854.[48] In 1856 the colony effectively became self-governing, gaining responsibility over all domestic matters other than native policy.[48] (Control over native policy was granted in the mid-1860s.[48]) Following concerns that the South Island might form a separate colony, premier Alfred Domett moved a resolution to transfer the capital from Auckland to a locality near Cook Strait.[49] Wellington was chosen for its central location, with Parliament officially sitting there for the first time in 1865.[50] +

                  +

                  + In 1891 the Liberal Party came to power as the first organised political party.[51] The Liberal Government, led by Richard Seddon for most of its period in office,[52] passed many important social and economic measures. In 1893 New Zealand was the first nation in the world to grant all women the right to vote[51] and in 1894 pioneered the adoption of compulsory arbitration between employers and unions.[53] +

                  +

                  + In 1907, at the request of the New Zealand Parliament, King Edward VII proclaimed New Zealand a Dominion within the British Empire,[54] reflecting its self-governing status.[55] In 1947 the country adopted the Statute of Westminster, confirming that the British Parliament could no longer legislate for New Zealand without the consent of New Zealand.[48] +

                  +

                  + Early in the 20th century, New Zealand was involved in world affairs, fighting in the First and Second World Wars[56] and suffering through the Great Depression.[57] The depression led to the election of the First Labour Government and the establishment of a comprehensive welfare state and a protectionist economy.[58] New Zealand experienced increasing prosperity following the Second World War[59] and Māori began to leave their traditional rural life and move to the cities in search of work.[60] A Māori protest movement developed, which criticised Eurocentrism and worked for greater recognition of Māori culture and of the Treaty of Waitangi.[61] In 1975, a Waitangi Tribunal was set up to investigate alleged breaches of the Treaty, and it was enabled to investigate historic grievances in 1985.[41] The government has negotiated settlements of these grievances with many iwi,[62] although Māori claims to the foreshore and seabed have proved controversial in the 2000s.[63][64] +

                  +

                  + Government and politics +

                  + +
                  +
                  +
                  +
                  +
                  + The Queen wearing her New Zealand insignia +
                  +
                  + Elizabeth II, Queen of New Zealand +
                  +
                  +
                  +
                  + A smiling woman wearing a black dress +
                  +
                  + Jacinda Ardern, Prime Minister of New Zealand +
                  +
                  +
                  +
                  +
                  +

                  + New Zealand is a constitutional monarchy with a parliamentary democracy,[65] although its constitution is not codified.[66] Elizabeth II is the Queen of New Zealand[67] and thus the head of state.[68] The Queen is represented by the governor-general, whom she appoints on the advice of the prime minister.[69] The governor-general can exercise the Crown's prerogative powers, such as reviewing cases of injustice and making appointments of ministers, ambassadors and other key public officials,[70] and in rare situations, the reserve powers (e.g. the power to dissolve parliament or refuse the royal assent of a bill into law).[71] The powers of the monarch and the governor-general are limited by constitutional constraints and they cannot normally be exercised without the advice of ministers.[71] +

                  +

                  + The New Zealand Parliament holds legislative power and consists of the Queen and the House of Representatives.[72] It also included an upper house, the Legislative Council, until this was abolished in 1950.[72] The supremacy of parliament over the Crown and other government institutions was established in England by the Bill of Rights 1689 and has been ratified as law in New Zealand.[72] The House of Representatives is democratically elected and a government is formed from the party or coalition with the majority of seats. If no majority is formed, a minority government can be formed if support from other parties during confidence and supply votes is assured.[72] The governor-general appoints ministers under advice from the prime minister, who is by convention the parliamentary leader of the governing party or coalition.[73] Cabinet, formed by ministers and led by the prime minister, is the highest policy-making body in government and responsible for deciding significant government actions.[74] Members of Cabinet make major decisions collectively, and are therefore collectively responsible for the consequences of these decisions.[75] +

                  +

                  + A parliamentary general election must be called no later than three years after the previous election.[76] Almost all general elections between 1853 and 1993 were held under the first-past-the-post voting system.[77] Since the 1996 election, a form of proportional representation called mixed-member proportional (MMP) has been used.[66] Under the MMP system, each person has two votes; one is for a candidate standing in the voter's electorate and the other is for a party. Since the 2014 election, there have been 71 electorates (which include seven Māori electorates in which only Māori can optionally vote),[78] and the remaining 49 of the 120 seats are assigned so that representation in parliament reflects the party vote, with the threshold that a party must win at least one electorate or 5% of the total party vote before it is eligible for a seat.[79] +

                  +
                  +
                  + A block of buildings fronted by a large statue. +
                  +
                  + +
                  A statue of Richard Seddon, the "Beehive" (Executive Wing), and Parliament House (right), in Parliament Grounds, Wellington. +
                  +
                  +
                  +

                  + Elections since the 1930s have been dominated by two political parties, National and Labour.[77] Between March 2005 and August 2006, New Zealand became the first country in the world in which all the highest offices in the land—head of state, governor-general, prime minister, speaker and chief justice—were occupied simultaneously by women.[80] The current prime minister is Jacinda Ardern, who has been in office since 26 October 2017.[81] She is the country's third female prime minister.[82] +

                  +

                  + New Zealand's judiciary, headed by the chief justice,[83] includes the Supreme Court, Court of Appeal, the High Court, and subordinate courts.[84] Judges and judicial officers are appointed non-politically and under strict rules regarding tenure to help maintain judicial independence.[66] This theoretically allows the judiciary to interpret the law based solely on the legislation enacted by Parliament without other influences on their decisions.[85] +

                  +

                  + New Zealand is identified as one of the world's most stable and well-governed states.[86] As at 2017, the country was ranked fourth in the strength of its democratic institutions,[87] and first in government transparency and lack of corruption.[88] A 2017 Human Rights Report by the U.S. Department of State noted that the government generally respected the rights of individuals, but voiced concerns regarding the social status of the Māori population.[89] New Zealand ranks highly for civic participation in the political process, with 77% voter turnout during recent elections, compared to an OECD average of 69%.[90] +

                  + +

                  + Foreign relations and military +

                  + +
                  +
                  + A squad of men kneel in the desert sand while performing a war dance +
                  +
                  + +
                  Māori Battalion haka in Egypt, 1941 +
                  +
                  +
                  +

                  + Early colonial New Zealand allowed the British Government to determine external trade and be responsible for foreign policy.[91] The 1923 and 1926 Imperial Conferences decided that New Zealand should be allowed to negotiate its own political treaties and the first commercial treaty was ratified in 1928 with Japan. On 3 September 1939 New Zealand allied itself with Britain and declared war on Germany with Prime Minister Michael Joseph Savage proclaiming, "Where she goes, we go; where she stands, we stand."[92] +

                  +

                  + In 1951 the United Kingdom became increasingly focused on its European interests,[93] while New Zealand joined Australia and the United States in the ANZUS security treaty.[94] The influence of the United States on New Zealand weakened following protests over the Vietnam War,[95] the refusal of the United States to admonish France after the sinking of the Rainbow Warrior,[96] disagreements over environmental and agricultural trade issues and New Zealand's nuclear-free policy.[97][98] Despite the United States' suspension of ANZUS obligations the treaty remained in effect between New Zealand and Australia, whose foreign policy has followed a similar historical trend.[99] Close political contact is maintained between the two countries, with free trade agreements and travel arrangements that allow citizens to visit, live and work in both countries without restrictions.[100] In 2013 there were about 650,000 New Zealand citizens living in Australia, which is equivalent to 15% of the resident population of New Zealand.[101] +

                  +
                  +
                  + A soldier in a green army uniform faces forwards +
                  +
                  + +
                  Anzac Day service at the National War Memorial +
                  +
                  +
                  +

                  + New Zealand has a strong presence among the Pacific Island countries. A large proportion of New Zealand's aid goes to these countries and many Pacific people migrate to New Zealand for employment.[102] Permanent migration is regulated under the 1970 Samoan Quota Scheme and the 2002 Pacific Access Category, which allow up to 1,100 Samoan nationals and up to 750 other Pacific Islanders respectively to become permanent New Zealand residents each year. A seasonal workers scheme for temporary migration was introduced in 2007 and in 2009 about 8,000 Pacific Islanders were employed under it.[103] A regional power,[104] New Zealand is involved in the Pacific Islands Forum, the Pacific Community, Asia-Pacific Economic Cooperation and the Association of Southeast Asian Nations Regional Forum (including the East Asia Summit).[100] New Zealand is a member of the United Nations,[105] the Commonwealth of Nations[106] and the Organisation for Economic Co-operation and Development (OECD),[107] and participates in the Five Power Defence Arrangements.[108] +

                  +

                  + New Zealand's military services—the Defence Force—comprise the New Zealand Army, the Royal New Zealand Air Force and the Royal New Zealand Navy.[109] New Zealand's national defence needs are modest, since a direct attack is unlikely.[110] However, its military has had a global presence. The country fought in both world wars, with notable campaigns in Gallipoli, Crete,[111] El Alamein[112] and Cassino.[113] The Gallipoli campaign played an important part in fostering New Zealand's national identity[114][115] and strengthened the ANZAC tradition it shares with Australia.[116] +

                  +

                  + In addition to Vietnam and the two world wars, New Zealand fought in the Second Boer War,[117] the Korean War,[118] the Malayan Emergency,[119] the Gulf War and the Afghanistan War. It has contributed forces to several regional and global peacekeeping missions, such as those in Cyprus, Somalia, Bosnia and Herzegovina, the Sinai, Angola, Cambodia, the Iran–Iraq border, Bougainville, East Timor, and the Solomon Islands.[120] +

                  +

                  + Local government and external territories +

                  + +
                  +
                  + Map with the North, South, Stewart/Rakiura, Tokelau, Cook, Niue, Kermadec, Chatham, Bounty, Antipodes, Snare, Auckland and Campbell Islands highlighted. New Zealand's segment of Antarctica (the Ross Dependency) is also highlighted. +
                  +
                  + +
                  Locations of the countries and territories within the Realm of New Zealand +
                  +
                  +
                  +

                  + The early European settlers divided New Zealand into provinces, which had a degree of autonomy.[121] Because of financial pressures and the desire to consolidate railways, education, land sales and other policies, government was centralised and the provinces were abolished in 1876.[122] The provinces are remembered in regional public holidays[123] and sporting rivalries.[124] +

                  +

                  + Since 1876, various councils have administered local areas under legislation determined by the central government.[121][125] In 1989, the government reorganised local government into the current two-tier structure of regional councils and territorial authorities.[126] The 249 municipalities[126] that existed in 1975 have now been consolidated into 67 territorial authorities and 11 regional councils.[127] The regional councils' role is to regulate "the natural environment with particular emphasis on resource management",[126] while territorial authorities are responsible for sewage, water, local roads, building consents and other local matters.[128][129] Five of the territorial councils are unitary authorities and also act as regional councils.[129] The territorial authorities consist of 13 city councils, 53 district councils, and the Chatham Islands Council. While officially the Chatham Islands Council is not a unitary authority, it undertakes many functions of a regional council.[130] +

                  +

                  + The Realm of New Zealand, one of 16 Commonwealth realms,[131] is the entire area over which the Queen of New Zealand is sovereign, and comprises New Zealand, Tokelau, the Ross Dependency, the Cook Islands and Niue.[65] The Cook Islands and Niue are self-governing states in free association with New Zealand.[132][133] The New Zealand Parliament cannot pass legislation for these countries, but with their consent can act on behalf of them in foreign affairs and defence. Tokelau is classified as a non-self-governing territory, but is administered by a council of three elders (one from each Tokelauan atoll).[134] The Ross Dependency is New Zealand's territorial claim in Antarctica, where it operates the Scott Base research facility.[135] New Zealand nationality law treats all parts of the realm equally, so most people born in New Zealand, the Cook Islands, Niue, Tokelau and the Ross Dependency are New Zealand citizens.[136][n 7] +

                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

                  + Environment +

                  + +

                  + Geography +

                  + + +
                  +
                  + Islands of New Zealand as seen from satellite +
                  +
                  + +
                  The snow-capped Southern Alps dominate the South Island, while the North Island's Northland Peninsula stretches towards the subtropics +
                  +
                  +
                  +

                  + New Zealand is located near the centre of the water hemisphere and is made up of two main islands and a number of smaller islands. The two main islands (the North Island, or Te Ika-a-Māui, and the South Island, or Te Waipounamu) are separated by Cook Strait, 22 kilometres (14 mi) wide at its narrowest point.[138] Besides the North and South Islands, the five largest inhabited islands are Stewart Island (across the Foveaux Strait), Chatham Island, Great Barrier Island (in the Hauraki Gulf),[139] D'Urville Island (in the Marlborough Sounds)[140] and Waiheke Island (about 22 km (14 mi) from central Auckland).[141] +

                  + +
                  +
                  +
                  +
                  +
                  + A large mountain with a lake in the foreground +
                  +
                  + Aoraki / Mount Cook is the highest point of New Zealand, at 3,754 metres +
                  +
                  +
                  +
                  +
                  +
                  + Snow-capped mountain range +
                  +
                  + The Southern Alps stretch for 500 kilometres down the South Island +
                  +
                  +
                  +
                  +
                  +

                  + New Zealand is long and narrow (over 1,600 kilometres (990 mi) along its north-north-east axis with a maximum width of 400 kilometres (250 mi)),[142] with about 15,000 km (9,300 mi) of coastline[143] and a total land area of 268,000 square kilometres (103,500 sq mi).[144] Because of its far-flung outlying islands and long coastline, the country has extensive marine resources. Its exclusive economic zone is one of the largest in the world, covering more than 15 times its land area.[145] +

                  +

                  + The South Island is the largest landmass of New Zealand. It is divided along its length by the Southern Alps.[146] There are 18 peaks over 3,000 metres (9,800 ft), the highest of which is Aoraki / Mount Cook at 3,754 metres (12,316 ft).[147] Fiordland's steep mountains and deep fiords record the extensive ice age glaciation of this southwestern corner of the South Island.[148] The North Island is less mountainous but is marked by volcanism.[149] The highly active Taupo Volcanic Zone has formed a large volcanic plateau, punctuated by the North Island's highest mountain, Mount Ruapehu (2,797 metres (9,177 ft)). The plateau also hosts the country's largest lake, Lake Taupo,[150] nestled in the caldera of one of the world's most active supervolcanoes.[151] +

                  +

                  + The country owes its varied topography, and perhaps even its emergence above the waves, to the dynamic boundary it straddles between the Pacific and Indo-Australian Plates.[152] New Zealand is part of Zealandia, a microcontinent nearly half the size of Australia that gradually submerged after breaking away from the Gondwanan supercontinent.[153] About 25 million years ago, a shift in plate tectonic movements began to contort and crumple the region. This is now most evident in the Southern Alps, formed by compression of the crust beside the Alpine Fault. Elsewhere the plate boundary involves the subduction of one plate under the other, producing the Puysegur Trench to the south, the Hikurangi Trench east of the North Island, and the Kermadec and Tonga Trenches[154] further north.[152] +

                  +

                  + New Zealand is part of a region known as Australasia, together with Australia.[155] It also forms the southwestern extremity of the geographic and ethnographic region called Polynesia.[156] The term Oceania is often used to denote the wider region encompassing the Australian continent, New Zealand and various islands in the Pacific Ocean that are not included in the seven-continent model.[157] +

                  +
                  + +

                  + Climate +

                  + +

                  + New Zealand's climate is predominantly temperate maritime (Köppen: Cfb), with mean annual temperatures ranging from 10 °C (50 °F) in the south to 16 °C (61 °F) in the north.[158] Historical maxima and minima are 42.4 °C (108.32 °F) in Rangiora, Canterbury and −25.6 °C (−14.08 °F) in Ranfurly, Otago.[159] Conditions vary sharply across regions from extremely wet on the West Coast of the South Island to almost semi-arid in Central Otago and the Mackenzie Basin of inland Canterbury and subtropical in Northland.[160] Of the seven largest cities, Christchurch is the driest, receiving on average only 640 millimetres (25 in) of rain per year and Wellington the wettest, receiving almost twice that amount.[161] Auckland, Wellington and Christchurch all receive a yearly average of more than 2,000 hours of sunshine. The southern and southwestern parts of the South Island have a cooler and cloudier climate, with around 1,400–1,600 hours; the northern and northeastern parts of the South Island are the sunniest areas of the country and receive about 2,400–2,500 hours.[162] The general snow season is early June until early October, though cold snaps can occur outside this season.[163] Snowfall is common in the eastern and southern parts of the South Island and mountain areas across the country.[158] +

                  +

                  + The table below lists climate normals for the warmest and coldest months in New Zealand's six largest cities. North Island cities are generally warmest in February. South Island cities are warmest in January. +

                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  + Average daily maximum and minimum temperatures for the six largest cities of New Zealand[164] +
                  + Location + + Jan/Feb (°C) + + Jan/Feb (°F) + + July (°C) + + July (°F) +
                  + Auckland + + 23/16 + + 74/60 + + 14/7 + + 58/45 +
                  + Wellington + + 20/13 + + 68/56 + + 11/6 + + 52/42 +
                  + Christchurch + + 22/12 + + 72/53 + + 10/0 + + 51/33 +
                  + Hamilton + + 24/13 + + 75/56 + + 14/4 + + 57/39 +
                  + Tauranga + + 24/15 + + 75/59 + + 14/6 + + 58/42 +
                  + Dunedin + + 19/11 + + 66/53 + + 10/3 + + 50/37 +
                  +

                  + Biodiversity +

                  + +
                  +
                  + Kiwi amongst sticks +
                  +
                  + +
                  The endemic flightless kiwi is a national icon. +
                  +
                  +
                  +

                  + New Zealand's geographic isolation for 80 million years[165] and island biogeography has influenced evolution of the country's species of animals, fungi and plants. Physical isolation has caused biological isolation, resulting in a dynamic evolutionary ecology with examples of very distinctive plants and animals as well as populations of widespread species.[166][167] About 82% of New Zealand's indigenous vascular plants are endemic, covering 1,944 species across 65 genera.[168][169] The number of fungi recorded from New Zealand, including lichen-forming species, is not known, nor is the proportion of those fungi which are endemic, but one estimate suggests there are about 2,300 species of lichen-forming fungi in New Zealand[168] and 40% of these are endemic.[170] The two main types of forest are those dominated by broadleaf trees with emergent podocarps, or by southern beech in cooler climates.[171] The remaining vegetation types consist of grasslands, the majority of which are tussock.[172] +

                  +

                  + Before the arrival of humans, an estimated 80% of the land was covered in forest, with only high alpine, wet, infertile and volcanic areas without trees.[173] Massive deforestation occurred after humans arrived, with around half the forest cover lost to fire after Polynesian settlement.[174] Much of the remaining forest fell after European settlement, being logged or cleared to make room for pastoral farming, leaving forest occupying only 23% of the land.[175] +

                  +
                  +
                  + An artist's rendition of a Haast's eagle attacking two moa +
                  +
                  + +
                  The giant Haast's eagle died out when humans hunted its main prey, the moa, to extinction. +
                  +
                  +
                  +

                  + The forests were dominated by birds, and the lack of mammalian predators led to some like the kiwi, kakapo, weka and takahē evolving flightlessness.[176] The arrival of humans, associated changes to habitat, and the introduction of rats, ferrets and other mammals led to the extinction of many bird species, including large birds like the moa and Haast's eagle.[177][178] +

                  +

                  + Other indigenous animals are represented by reptiles (tuatara, skinks and geckos), frogs,[179] spiders,[180] insects (weta)[181] and snails.[182] Some, such as the tuatara, are so unique that they have been called living fossils.[183] Three species of bats (one since extinct) were the only sign of native land mammals in New Zealand until the 2006 discovery of bones from a unique, mouse-sized land mammal at least 16 million years old.[184][185] Marine mammals however are abundant, with almost half the world's cetaceans (whales, dolphins, and porpoises) and large numbers of fur seals reported in New Zealand waters.[186] Many seabirds breed in New Zealand, a third of them unique to the country.[187] More penguin species are found in New Zealand than in any other country.[188] +

                  +

                  + Since human arrival, almost half of the country's vertebrate species have become extinct, including at least fifty-one birds, three frogs, three lizards, one freshwater fish, and one bat. Others are endangered or have had their range severely reduced.[177] However, New Zealand conservationists have pioneered several methods to help threatened wildlife recover, including island sanctuaries, pest control, wildlife translocation, fostering, and ecological restoration of islands and other selected areas.[189][190][191][192] +

                  +
                  +

                  + Economy +

                  + + +
                  +
                  + Boats docked in blue-green water. Plate glass skyscrapers rising up in the background. +
                  +
                  + +
                  Waterfront along Auckland CBD, a major hub of economic activity +
                  +
                  +
                  +

                  + New Zealand has an advanced market economy,[193] ranked 16th in the 2018 Human Development Index[8] and third in the 2018 Index of Economic Freedom.[194] It is a high-income economy with a nominal gross domestic product (GDP) per capita of US$36,254.[6] The currency is the New Zealand dollar, informally known as the "Kiwi dollar"; it also circulates in the Cook Islands (see Cook Islands dollar), Niue, Tokelau, and the Pitcairn Islands.[195] +

                  +

                  + Historically, extractive industries have contributed strongly to New Zealand's economy, focussing at different times on sealing, whaling, flax, gold, kauri gum, and native timber.[196] The first shipment of refrigerated meat on the Dunedin in 1882 led to the establishment of meat and dairy exports to Britain, a trade which provided the basis for strong economic growth in New Zealand.[197] High demand for agricultural products from the United Kingdom and the United States helped New Zealanders achieve higher living standards than both Australia and Western Europe in the 1950s and 1960s.[198] In 1973, New Zealand's export market was reduced when the United Kingdom joined the European Economic Community[199] and other compounding factors, such as the 1973 oil and 1979 energy crises, led to a severe economic depression.[200] Living standards in New Zealand fell behind those of Australia and Western Europe, and by 1982 New Zealand had the lowest per-capita income of all the developed nations surveyed by the World Bank.[201] In the mid-1980s New Zealand deregulated its agricultural sector by phasing out subsidies over a three-year period.[202][203] Since 1984, successive governments engaged in major macroeconomic restructuring (known first as Rogernomics and then Ruthanasia), rapidly transforming New Zealand from a protected and highly regulated economy to a liberalised free-trade economy.[204][205] +

                  +
                  +
                  + Blue water against a backdrop of snow-capped mountains +
                  +
                  + +
                  Milford Sound is one of New Zealand's most famous tourist destinations.[206] +
                  +
                  +
                  +

                  + Unemployment peaked above 10% in 1991 and 1992,[207] following the 1987 share market crash, but eventually fell to a record low (since 1986) of 3.7% in 2007 (ranking third from twenty-seven comparable OECD nations).[207] However, the global financial crisis that followed had a major impact on New Zealand, with the GDP shrinking for five consecutive quarters, the longest recession in over thirty years,[208][209] and unemployment rising back to 7% in late 2009.[210] Unemployment rates for different age groups follow similar trends, but are consistently higher among youth. In the December 2014 quarter, the general unemployment rate was around 5.8%, while the unemployment rate for youth aged 15 to 21 was 15.6%.[207] New Zealand has experienced a series of "brain drains" since the 1970s[211] that still continue today.[212] Nearly one quarter of highly skilled workers live overseas, mostly in Australia and Britain, which is the largest proportion from any developed nation.[213] In recent decades, however, a "brain gain" has brought in educated professionals from Europe and less developed countries.[214][215] Today New Zealand's economy benefits from a high level of innovation.[216] +

                  +

                  + Trade +

                  +

                  + New Zealand is heavily dependent on international trade,[217] particularly in agricultural products.[218] Exports account for 24% of its output,[143] making New Zealand vulnerable to international commodity prices and global economic slowdowns. Food products made up 55% of the value of all the country's exports in 2014; wood was the second largest earner (7%).[219] New Zealand's main trading partners, as at June 2018, are China (NZ$27.8b), Australia ($26.2b), the European Union ($22.9b), the United States ($17.6b), and Japan ($8.4b).[220] On 7 April 2008, New Zealand and China signed the New Zealand–China Free Trade Agreement, the first such agreement China has signed with a developed country.[221] The service sector is the largest sector in the economy, followed by manufacturing and construction and then farming and raw material extraction.[143] Tourism plays a significant role in the economy, contributing $12.9 billion (or 5.6%) to New Zealand's total GDP and supporting 7.5% of the total workforce in 2016.[222] International visitor arrivals are expected to increase at a rate of 5.4% annually up to 2022.[222] +

                  +
                  +
                  + A Romney ewe with her two lambs +
                  +
                  + +
                  Wool has historically been one of New Zealand's major exports. +
                  +
                  +
                  +

                  + Wool was New Zealand's major agricultural export during the late 19th century.[196] Even as late as the 1960s it made up over a third of all export revenues,[196] but since then its price has steadily dropped relative to other commodities[223] and wool is no longer profitable for many farmers.[224] In contrast dairy farming increased, with the number of dairy cows doubling between 1990 and 2007,[225] to become New Zealand's largest export earner.[226] In the year to June 2018, dairy products accounted for 17.7% ($14.1 billion) of total exports,[220] and the country's largest company, Fonterra, controls almost one-third of the international dairy trade.[227] Other exports in 2017-18 were meat (8.8%), wood and wood products (6.2%), fruit (3.6%), machinery (2.2%) and wine (2.1%).[220] New Zealand's wine industry has followed a similar trend to dairy, the number of vineyards doubling over the same period,[228] overtaking wool exports for the first time in 2007.[229][230] +

                  +

                  + Infrastructure +

                  +
                  +
                  + A mid-size jet airliner in flight. The plane livery is all-black and features a New Zealand silver fern mark. +
                  +
                  + +
                  A Boeing 787-9 Dreamliner of Air New Zealand, the flag carrier of New Zealand +
                  +
                  +
                  +

                  + In 2015, renewable energy, primarily geothermal and hydroelectric power, generated 40.1% of New Zealand's gross energy supply.[231] Geothermal power alone accounted for 22% of New Zealand's energy in 2015.[231] +

                  +

                  + The provision of water supply and sanitation is generally of good quality. Regional authorities provide water abstraction, treatment and distribution infrastructure to most developed areas.[232][233] +

                  +

                  + New Zealand's transport network comprises 94,000 kilometres (58,410 mi) of roads, including 199 kilometres (124 mi) of motorways,[234] and 4,128 kilometres (2,565 mi) of railway lines.[143] Most major cities and towns are linked by bus services, although the private car is the predominant mode of transport.[235] The railways were privatised in 1993, but were re-nationalised by the government in stages between 2004 and 2008. The state-owned enterprise KiwiRail now operates the railways, with the exception of commuter services in Auckland and Wellington which are operated by Transdev[236] and Metlink,[237] respectively. Railways run the length of the country, although most lines now carry freight rather than passengers.[238] Most international visitors arrive via air[239] and New Zealand has six international airports, but currently only the Auckland and Christchurch airports connect directly with countries other than Australia or Fiji.[240] +

                  +

                  + The New Zealand Post Office had a monopoly over telecommunications in New Zealand until 1987 when Telecom New Zealand was formed, initially as a state-owned enterprise and then privatised in 1990.[241] Chorus, which was split from Telecom (now Spark) in 2011,[242] still owns the majority of the telecommunications infrastructure, but competition from other providers has increased.[241] A large-scale rollout of gigabit-capable fibre to the premises, branded as Ultra-Fast Broadband, began in 2009 with a target of being available to 87% of the population by 2022.[243] As of 2017, the United Nations International Telecommunication Union ranks New Zealand 13th in the development of information and communications infrastructure.[244] +

                  +

                  + Demography +

                  + +
                  +
                  + Stationary population pyramid broken down into 21 age ranges. +
                  +
                  + +
                  Population pyramid (2017) +
                  +
                  +
                  +

                  + The 2013 New Zealand census enumerated a resident population of 4,242,048, an increase of 5.3% over the 2006 figure.[245][n 8] As of September 2019, the total population has risen to an estimated 4,933,210.[5] +

                  +

                  + New Zealand is a predominantly urban country, with 73.0% of the population living in the seventeen main urban areas (i.e. population 30,000 or greater) and 55.1% living in the four largest cities of Auckland, Christchurch, Wellington, and Hamilton.[247] New Zealand cities generally rank highly on international livability measures. For instance, in 2016 Auckland was ranked the world's third most liveable city and Wellington the twelfth by the Mercer Quality of Living Survey.[248] +

                  +

                  + Life expectancy for New Zealanders in 2012 was 84 years for females, and 80.2 years for males.[249] Life expectancy at birth is forecast to increase from 80 years to 85 years in 2050 and infant mortality is expected to decline.[250] New Zealand's fertility rate of 2.1 is relatively high for a developed country, and natural births account for a significant proportion of population growth. Consequently, the country has a young population compared to most industrialised nations, with 20% of New Zealanders being 14 years old or younger.[143] In 2018 the median age of the New Zealand population was 38.1 years.[251] By 2050 the median age is projected to rise to 43 years and the percentage of people 60 years of age and older to rise from 18% to 29%.[250] In 2008 the leading cause of premature death was cancer, at 29.8%, followed by ischaemic heart disease, 19.7%, and then cerebrovascular disease, 9.2%.[252] As of 2016, total expenditure on health care (including private sector spending) is 9.2% of GDP.[253]
                  +

                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

                  +
                  +

                  +

                  + Ethnicity and immigration +

                  + +
                  +
                  + Pedestrians crossing a wide street which is flanked by storefronts +
                  +
                  + +
                  Pedestrians on Queen Street in Auckland, an ethnically diverse city +
                  +
                  +
                  +

                  + In the 2013 census, 74.0% of New Zealand residents identified ethnically as European, and 14.9% as Māori. Other major ethnic groups include Asian (11.8%) and Pacific peoples (7.4%), two-thirds of whom live in the Auckland Region.[255][n 3] The population has become more diverse in recent decades: in 1961, the census reported that the population of New Zealand was 92% European and 7% Māori, with Asian and Pacific minorities sharing the remaining 1%.[256] +

                  +

                  + While the demonym for a New Zealand citizen is New Zealander, the informal "Kiwi" is commonly used both internationally[257] and by locals.[258] The Māori loanword Pākehā has been used to refer to New Zealanders of European descent, although others reject this appellation.[259][260] The word Pākehā today is increasingly used to refer to all non-Polynesian New Zealanders.[261] +

                  +

                  + The Māori were the first people to reach New Zealand, followed by the early European settlers. Following colonisation, immigrants were predominantly from Britain, Ireland and Australia because of restrictive policies similar to the White Australia policy.[262] There was also significant Dutch, Dalmatian,[263] German, and Italian immigration, together with indirect European immigration through Australia, North America, South America and South Africa.[264][265] Net migration increased after the Second World War; in the 1970s and 1980s policies were relaxed and immigration from Asia was promoted.[265][266] In 2009–10, an annual target of 45,000–50,000 permanent residence approvals was set by the New Zealand Immigration Service—more than one new migrant for every 100 New Zealand residents.[267] Just over 25% of New Zealand's population was born overseas, with the majority (52%) living in the Auckland Region. The United Kingdom remains the largest source of New Zealand's overseas population, with a quarter of all overseas-born New Zealanders born there; other major sources of New Zealand's overseas-born population are China, India, Australia, South Africa, Fiji and Samoa.[268] The number of fee-paying international students increased sharply in the late 1990s, with more than 20,000 studying in public tertiary institutions in 2002.[269] +

                  +

                  + Language +

                  + +
                  +
                  + Map of New Zealand showing the percentage of people in each census area unit who speak Māori. Areas of the North Island exhibit the highest Māori proficiency. +
                  +
                  + +
                  Speakers of Māori according to the 2013 census[270] +
                  +   Less than 5% +
                  +
                  +   More than 5% +
                  +
                  +   More than 10% +
                  +
                  +   More than 20% +
                  +
                  +   More than 30% +
                  +
                  +   More than 40% +
                  +
                  +   More than 50% +
                  +
                  +
                  +
                  +

                  + English is the predominant language in New Zealand, spoken by 96.1% of the population.[271] New Zealand English is similar to Australian English and many speakers from the Northern Hemisphere are unable to tell the accents apart.[272] The most prominent differences between the New Zealand English dialect and other English dialects are the shifts in the short front vowels: the short-"i" sound (as in "kit") has centralised towards the schwa sound (the "a" in "comma" and "about"); the short-"e" sound (as in "dress") has moved towards the short-"i" sound; and the short-"a" sound (as in "trap") has moved to the short-"e" sound.[273] +

                  +

                  + After the Second World War, Māori were discouraged from speaking their own language (te reo Māori) in schools and workplaces and it existed as a community language only in a few remote areas.[274] It has recently undergone a process of revitalisation,[275] being declared one of New Zealand's official languages in 1987,[276] and is spoken by 3.7% of the population.[271][n 9] There are now Māori language immersion schools and two television channels that broadcast predominantly in Māori.[278] Many places have both their Māori and English names officially recognised.[279] +

                  +

                  + As recorded in the 2013 census,[271] Samoan is the most widely spoken non-official language (2.2%),[n 10] followed by Hindi (1.7%), "Northern Chinese" (including Mandarin, 1.3%) and French (1.2%). 20,235 people (0.5%) reported the ability to use New Zealand Sign Language. It was declared one of New Zealand's official languages in 2006.[280] +

                  +

                  + Religion +

                  + + +
                  +
                  + Simple white building with two red domed towers +
                  +
                  + +
                  A Rātana church on a hill near Raetihi. The two-tower construction is characteristic of Rātana buildings. +
                  +
                  +
                  +

                  + Christianity is the predominant religion in New Zealand, although its society is among the most secular in the world.[281][282] In the 2018 census, 51.4% of the population identified with one or more religions, including 38.6% identifying as Christians. Another 48.6% indicated that they had no religion.[n 11][283] The main Christian denominations are, by number of adherents, Roman Catholicism (10.1%), Anglicanism (6.8%), Presbyterianism (5.5%) and "Christian not further defined" (i.e. people identifying as Christian but not stating the denomination, 6.6%).[283] The Māori-based Ringatū and Rātana religions (1.3%) are also Christian in origin.[284][285] Immigration and demographic change in recent decades has contributed to the growth of minority religions,[286] such as Hinduism (2.6%), Buddhism (1.1%), Islam (1.3%) and Sikhism (0.5%).[284] The Auckland Region exhibited the greatest religious diversity.[284] +

                  +

                  + Education +

                  + +

                  + Primary and secondary schooling is compulsory for children aged 6 to 16, with the majority attending from the age of 5.[287] There are 13 school years and attending state (public) schools is free to New Zealand citizens and permanent residents from a person's 5th birthday to the end of the calendar year following their 19th birthday.[288] New Zealand has an adult literacy rate of 99%,[143] and over half of the population aged 15 to 29 hold a tertiary qualification.[287] There are five types of government-owned tertiary institutions: universities, colleges of education, polytechnics, specialist colleges, and wānanga,[289] in addition to private training establishments.[290] In the adult population 14.2% have a bachelor's degree or higher, 30.4% have some form of secondary qualification as their highest qualification and 22.4% have no formal qualification.[291] The OECD's Programme for International Student Assessment ranks New Zealand's education system as the seventh best in the world, with students performing exceptionally well in reading, mathematics and science.[292] +

                  +
                  +

                  + Culture +

                  + +
                  +
                  +
                  + Tall wooden carving showing Kupe above two tentacled sea creatures +
                  +
                  +
                  + +
                  Late 20th-century house-post depicting the navigator Kupe fighting two sea creatures +
                  +
                  +
                  +

                  + Early Māori adapted the tropically based east Polynesian culture in line with the challenges associated with a larger and more diverse environment, eventually developing their own distinctive culture. Social organisation was largely communal with families (whānau), subtribes (hapū) and tribes (iwi) ruled by a chief (rangatira), whose position was subject to the community's approval.[293] The British and Irish immigrants brought aspects of their own culture to New Zealand and also influenced Māori culture,[294][295] particularly with the introduction of Christianity.[296] However, Māori still regard their allegiance to tribal groups as a vital part of their identity, and Māori kinship roles resemble those of other Polynesian peoples.[297] More recently American, Australian, Asian and other European cultures have exerted influence on New Zealand. Non-Māori Polynesian cultures are also apparent, with Pasifika, the world's largest Polynesian festival, now an annual event in Auckland.[298] +

                  +

                  + The largely rural life in early New Zealand led to the image of New Zealanders being rugged, industrious problem solvers.[299] Modesty was expected and enforced through the "tall poppy syndrome", where high achievers received harsh criticism.[300] At the time New Zealand was not known as an intellectual country.[301] From the early 20th century until the late 1960s, Māori culture was suppressed by the attempted assimilation of Māori into British New Zealanders.[274] In the 1960s, as tertiary education became more available and cities expanded[302] urban culture began to dominate.[303] However, rural imagery and themes are common in New Zealand's art, literature and media.[304] +

                  +

                  + New Zealand's national symbols are influenced by natural, historical, and Māori sources. The silver fern is an emblem appearing on army insignia and sporting team uniforms.[305] Certain items of popular culture thought to be unique to New Zealand are called "Kiwiana".[305] +

                  +

                  + Art +

                  + +

                  + As part of the resurgence of Māori culture, the traditional crafts of carving and weaving are now more widely practised and Māori artists are increasing in number and influence.[306] Most Māori carvings feature human figures, generally with three fingers and either a natural-looking, detailed head or a grotesque head.[307] Surface patterns consisting of spirals, ridges, notches and fish scales decorate most carvings.[308] The pre-eminent Māori architecture consisted of carved meeting houses (wharenui) decorated with symbolic carvings and illustrations. These buildings were originally designed to be constantly rebuilt, changing and adapting to different whims or needs.[309] +

                  +

                  + Māori decorated the white wood of buildings, canoes and cenotaphs using red (a mixture of red ochre and shark fat) and black (made from soot) paint and painted pictures of birds, reptiles and other designs on cave walls.[310] Māori tattoos (moko) consisting of coloured soot mixed with gum were cut into the flesh with a bone chisel.[311] Since European arrival paintings and photographs have been dominated by landscapes, originally not as works of art but as factual portrayals of New Zealand.[312] Portraits of Māori were also common, with early painters often portraying them as "noble savages", exotic beauties or friendly natives.[312] The country's isolation delayed the influence of European artistic trends allowing local artists to develop their own distinctive style of regionalism.[313] During the 1960s and 1970s many artists combined traditional Māori and Western techniques, creating unique art forms.[314] New Zealand art and craft has gradually achieved an international audience, with exhibitions in the Venice Biennale in 2001 and the "Paradise Now" exhibition in New York in 2004.[306][315] +

                  +
                  +
                  + Refer to caption +
                  +
                  + +
                  Portrait of Hinepare of Ngāti Kahungunu by Gottfried Lindauer, showing chin moko, pounamu hei-tiki and woven cloak +
                  +
                  +
                  +

                  + Māori cloaks are made of fine flax fibre and patterned with black, red and white triangles, diamonds and other geometric shapes.[316] Greenstone was fashioned into earrings and necklaces, with the most well-known design being the hei-tiki, a distorted human figure sitting cross-legged with its head tilted to the side.[317] Europeans brought English fashion etiquette to New Zealand, and until the 1950s most people dressed up for social occasions.[318] Standards have since relaxed and New Zealand fashion has received a reputation for being casual, practical and lacklustre.[319][320] However, the local fashion industry has grown significantly since 2000, doubling exports and increasing from a handful to about 50 established labels, with some labels gaining international recognition.[320] +

                  +

                  + Literature +

                  + +

                  + Māori quickly adopted writing as a means of sharing ideas, and many of their oral stories and poems were converted to the written form.[321] Most early English literature was obtained from Britain and it was not until the 1950s when local publishing outlets increased that New Zealand literature started to become widely known.[322] Although still largely influenced by global trends (modernism) and events (the Great Depression), writers in the 1930s began to develop stories increasingly focused on their experiences in New Zealand. During this period literature changed from a journalistic activity to a more academic pursuit.[323] Participation in the world wars gave some New Zealand writers a new perspective on New Zealand culture and with the post-war expansion of universities local literature flourished.[324] Dunedin is a UNESCO City of Literature.[325] +

                  +

                  + Media and entertainment +

                  + +

                  + New Zealand music has been influenced by blues, jazz, country, rock and roll and hip hop, with many of these genres given a unique New Zealand interpretation.[326] Māori developed traditional chants and songs from their ancient Southeast Asian origins, and after centuries of isolation created a unique "monotonous" and "doleful" sound.[327] Flutes and trumpets were used as musical instruments[328] or as signalling devices during war or special occasions.[329] Early settlers brought over their ethnic music, with brass bands and choral music being popular, and musicians began touring New Zealand in the 1860s.[330][331] Pipe bands became widespread during the early 20th century.[332] The New Zealand recording industry began to develop from 1940 onwards and many New Zealand musicians have obtained success in Britain and the United States.[326] Some artists release Māori language songs and the Māori tradition-based art of kapa haka (song and dance) has made a resurgence.[333] The New Zealand Music Awards are held annually by Recorded Music NZ; the awards were first held in 1965 by Reckitt & Colman as the Loxene Golden Disc awards.[334] Recorded Music NZ also publishes the country's official weekly record charts.[335] +

                  +
                  +
                  + Hills with inset, round doors. Reflected in water. +
                  +
                  + +
                  The Hobbiton Movie Set, located near Matamata, was used for The Lord of the Rings film trilogy.[336] +
                  +
                  +
                  +

                  + Public radio was introduced in New Zealand in 1922.[337] A state-owned television service began in 1960.[338] Deregulation in the 1980s saw a sudden increase in the numbers of radio and television stations.[339] New Zealand television primarily broadcasts American and British programming, along with a large number of Australian and local shows.[340] The number of New Zealand films significantly increased during the 1970s. In 1978 the New Zealand Film Commission started assisting local film-makers and many films attained a world audience, some receiving international acknowledgement.[339] The highest-grossing New Zealand films are Hunt for the Wilderpeople, Boy, The World's Fastest Indian, Once Were Warriors and Whale Rider.[341] The country's diverse scenery and compact size, plus government incentives,[342] have encouraged some producers to shoot big-budget productions in New Zealand, including Avatar, The Lord of the Rings, The Hobbit, The Chronicles of Narnia, King Kong and The Last Samurai.[343] The New Zealand media industry is dominated by a small number of companies, most of which are foreign-owned, although the state retains ownership of some television and radio stations.[344] Since 1994, Freedom House has consistently ranked New Zealand's press freedom in the top twenty, with the 19th freest media in 2015.[345] +

                  +
                  +

                  + Sports +

                  + +
                  +
                  + Rugby team wearing all black, facing the camera, knees bent, and facing toward a team wearing white +
                  +
                  + +
                  A haka performed by the national rugby union team before a game. The haka is a challenge with vigorous movements and stamping of the feet. +
                  +
                  +
                  +

                  + Most of the major sporting codes played in New Zealand have British origins.[346] Rugby union is considered the national sport[347] and attracts the most spectators.[348] Golf, netball, tennis and cricket have the highest rates of adult participation, while netball, rugby union and football (soccer) are particularly popular among young people.[348][349] Around 54% of New Zealand adolescents participate in sports for their school.[349] Victorious rugby tours to Australia and the United Kingdom in the late 1880s and the early 1900s played an early role in instilling a national identity.[350] Horseracing was also a popular spectator sport and became part of the "Rugby, Racing and Beer" culture during the 1960s.[351] Māori participation in European sports was particularly evident in rugby and the country's team performs a haka, a traditional Māori challenge, before international matches.[352] New Zealand is known for its extreme sports, adventure tourism[353] and strong mountaineering tradition, as seen in the success of notable New Zealander Sir Edmund Hillary.[354][355] Other outdoor pursuits such as cycling, fishing, swimming, running, tramping, canoeing, hunting, snowsports, surfing and sailing are also popular.[356] The Polynesian sport of waka ama racing has experienced a resurgence of interest in New Zealand since the 1980s.[357] +

                  +

                  + New Zealand has competitive international teams in rugby union, rugby league, netball, cricket, softball, and sailing. New Zealand participated at the Summer Olympics in 1908 and 1912 as a joint team with Australia, before first participating on its own in 1920.[358] The country has ranked highly on a medals-to-population ratio at recent Games.[359][360] The "All Blacks", the national rugby union team, are the most successful in the history of international rugby[361] and the reigning World Cup champions.[362] +

                  +

                  + Cuisine +

                  + +
                  +
                  + Raw meat and vegetables +
                  +
                  + +
                  Ingredients to be prepared for a hāngi +
                  +
                  +
                  +

                  + The national cuisine has been described as Pacific Rim, incorporating the native Māori cuisine and diverse culinary traditions introduced by settlers and immigrants from Europe, Polynesia and Asia.[363] New Zealand yields produce from land and sea—most crops and livestock, such as maize, potatoes and pigs, were gradually introduced by the early European settlers.[364] Distinctive ingredients or dishes include lamb, salmon, kōura (crayfish),[365] dredge oysters, whitebait, pāua (abalone), mussels, scallops, pipis and tuatua (both are types of New Zealand shellfish),[366] kūmara (sweet potato), kiwifruit, tamarillo and pavlova (considered a national dish).[367][363] A hāngi is a traditional Māori method of cooking food using heated rocks buried in a pit oven. After European colonisation, Māori began cooking with pots and ovens and the hāngi was used less frequently, although it is still used for formal occasions such as tangihanga.[368] +

                  +
                  +

                  + See also +

                  + + +
                  +

                  + Footnotes +

                  +
                  +
                    +
                  1. + ^ "God Save the Queen" is officially a national anthem but is generally used only on regal and viceregal occasions.[1] +
                  2. +
                  3. + ^ English is a de facto official language due to its widespread use.[2] +
                  4. +
                  5. + ^ a b Ethnicity figures add to more than 100% as people could choose more than one ethnic group. +
                  6. +
                  7. + ^ The proportion of New Zealand's area (excluding estuaries) covered by rivers, lakes and ponds, based on figures from the New Zealand Land Cover Database,[4] is (357526 + 81936) / (26821559 – 92499–26033 – 19216) = 1.6%. If estuarine open water, mangroves, and herbaceous saline vegetation are included, the figure is 2.2%. +
                  8. +
                  9. + ^ The Chatham Islands have a separate time zone, 45 minutes ahead of the rest of New Zealand. +
                  10. +
                  11. + ^ Clocks are advanced by an hour from the last Sunday in September until the first Sunday in April.[9] Daylight saving time is also observed in the Chatham Islands, 45 minutes ahead of NZDT. +
                  12. +
                  13. + ^ A person born on or after 1 January 2006 acquires New Zealand citizenship at birth only if at least one parent is a New Zealand citizen or permanent resident. People born on or before 31 December 2005 acquired citizenship at birth (jus soli).[137] +
                  14. +
                  15. + ^ The population is increasing at a rate of 1.4–2.0% per year and is projected to rise to 5.01–5.51 million in 2025.[246] +
                  16. +
                  17. + ^ In 2015, 55% of Māori adults (aged 15 years and over) reported knowledge of te reo Māori. Of these speakers, 64% use Māori at home and 50,000 can speak the language "very well" or "well".[277] +
                  18. +
                  19. + ^ Of the 86,403 people that replied they spoke Samoan, 51,336 lived in the Auckland Region. +
                  20. +
                  21. + ^ Religion percentages may not add to 100% as people could claim multiple religions or object to answering the question. +
                  22. +
                  +
                  +

                  + Citations +

                  +
                  +
                    +
                  1. + ^ "Protocol for using New Zealand's National Anthems". Ministry for Culture and Heritage. Retrieved 17 February 2008. +
                  2. +
                  3. + ^ New Zealand Government (21 December 2007). International Covenant on Civil and Political Rights Fifth Periodic Report of the Government of New Zealand (PDF) (Report). p. 89. Archived from the original (PDF) on 24 January 2015. Retrieved 18 November 2015. In addition to the Māori language, New Zealand Sign Language is also an official language of New Zealand. The New Zealand Sign Language Act 2006 permits the use of NZSL in legal proceedings, facilitates competency standards for its interpretation and guides government departments in its promotion and use. English, the medium for teaching and learning in most schools, is a de facto official language by virtue of its widespread use. For these reasons, these three languages have special mention in the New Zealand Curriculum. + +
                  4. +
                  5. + ^ "2018 Census population and dwelling counts". Statistics New Zealand. Retrieved 26 September 2019. + +
                  6. +
                  7. + ^ "The New Zealand Land Cover Database". New Zealand Land Cover Database 2. Ministry for the Environment. 1 July 2009. Retrieved 26 April 2011. + +
                  8. +
                  9. + ^ a b "Population clock". Statistics New Zealand. Retrieved 14 April 2016. + The population estimate shown is automatically calculated daily at 00:00 UTC and is based on data obtained from the population clock on the date shown in the citation. +
                  10. +
                  11. + ^ a b c d e "New Zealand". International Monetary Fund. Retrieved 9 October 2018. + +
                  12. +
                  13. + ^ "Income inequality". Statistics New Zealand. Retrieved 14 June 2015. + +
                  14. +
                  15. + ^ a b "Human Development Report 2018" (PDF). HDRO (Human Development Report Office) United Nations Development Programme. p. 22. Retrieved 14 September 2018. + +
                  16. +
                  17. + ^ "New Zealand Daylight Time Order 2007 (SR 2007/185)". New Zealand Parliamentary Counsel Office. 6 July 2007. Retrieved 6 March 2017. + +
                  18. +
                  19. + ^ There is no official all-numeric date format for New Zealand, but government recommendations generally follow Australian date and time notation. See "The Govt.nz style guide", New Zealand Government, 9 December 2016, retrieved 7 March 2019 Italic or bold markup not allowed in: |website= (help) + . +
                  20. +
                  21. + ^ Tasman, Abel. "JOURNAL or DESCRIPTION By me Abel Jansz Tasman, Of a Voyage from Batavia for making Discoveries of the Unknown South Land in the year 1642". Project Gutenberg Australia. Retrieved 26 March 2018. + +
                  22. +
                  23. + ^ Wilson, John (March 2009). "European discovery of New Zealand – Tasman's achievement". Te Ara: The Encyclopedia of New Zealand. Retrieved 24 January 2011. + +
                  24. +
                  25. + ^ John Bathgate. "The Pamphlet Collection of Sir Robert Stout:Volume 44. Chapter 1, Discovery and Settlement". NZETC. Retrieved 17 August 2018. He named the country Staaten Land, in honour of the States-General of Holland, in the belief that it was part of the great southern continent. + +
                  26. +
                  27. + ^ Wilson, John (September 2007). "Tasman's achievement". Te Ara: The Encyclopedia of New Zealand. Retrieved 16 February 2008. + +
                  28. +
                  29. + ^ Mackay, Duncan (1986). "The Search For The Southern Land". In Fraser, B (ed.). The New Zealand Book Of Events. Auckland: Reed Methuen. pp. 52–54. + +
                  30. +
                  31. + ^ a b McKinnon, Malcolm (November 2009). "Place names – Naming the country and the main islands". Te Ara: The Encyclopedia of New Zealand. Retrieved 24 January 2011. + +
                  32. +
                  33. + ^ King 2003, p. 41. +
                  34. +
                  35. + ^ Hay, Maclagan & Gordon 2008, p. 72. +
                  36. +
                  37. + ^ a b Mein Smith 2005, p. 6. +
                  38. +
                  39. + ^ Brunner, Thomas (1851). The Great Journey: an expedition to explore the interior of the Middle Island, New Zealand, 1846-8. Royal Geographical Society. + +
                  40. +
                  41. + ^ a b Williamson, Maurice (10 October 2013). "Names of NZ's two main islands formalised" (Press release). New Zealand Government. Retrieved 1 May 2017. + +
                  42. +
                  43. + ^ Wilmshurst, J. M.; Hunt, T. L.; Lipo, C. P.; Anderson, A. J. (2010). "High-precision radiocarbon dating shows recent and rapid initial human colonization of East Polynesia". Proceedings of the National Academy of Sciences. 108 (5): 1815. Bibcode:2011PNAS..108.1815W. doi:10.1073/pnas.1015876108. PMC 3033267. PMID 21187404. + +
                  44. +
                  45. + ^ McGlone, M.; Wilmshurst, J. M. (1999). "Dating initial Maori environmental impact in New Zealand". Quaternary International. 59: 5–16. Bibcode:1999QuInt..59....5M. doi:10.1016/S1040-6182(98)00067-6. + +
                  46. +
                  47. + ^ Murray-McIntosh, Rosalind P.; Scrimshaw, Brian J.; Hatfield, Peter J.; Penny, David (1998). "Testing migration patterns and estimating founding population size in Polynesia by using human mtDNA sequences". Proceedings of the National Academy of Sciences of the United States of America. 95 (15): 9047–52. Bibcode:1998PNAS...95.9047M. doi:10.1073/pnas.95.15.9047. PMC 21200. + +
                  48. +
                  49. + ^ Wilmshurst, J. M.; Anderson, A. J.; Higham, T. F. G.; Worthy, T. H. (2008). "Dating the late prehistoric dispersal of Polynesians to New Zealand using the commensal Pacific rat". Proceedings of the National Academy of Sciences. 105 (22): 7676. Bibcode:2008PNAS..105.7676W. doi:10.1073/pnas.0801507105. PMC 2409139. PMID 18523023. + +
                  50. +
                  51. + ^ Moodley, Y.; Linz, B.; Yamaoka, Y.; Windsor, H.M.; Breurec, S.; Wu, J.-Y.; Maady, A.; Bernhöft, S.; Thiberge, J.-M.; et al. (2009). "The Peopling of the Pacific from a Bacterial Perspective". Science. 323 (5913): 527–530. Bibcode:2009Sci...323..527M. doi:10.1126/science.1166083. PMC 2827536. PMID 19164753. + +
                  52. +
                  53. + ^ Ballara, Angela (1998). Iwi: The Dynamics of Māori Tribal Organisation from c. 1769 to c. 1945 (1st ed.). Wellington: Victoria University Press. ISBN 9780864733283. + +
                  54. +
                  55. + ^ Clark, Ross (1994). "Moriori and Māori: The Linguistic Evidence". In Sutton, Douglas (ed.). The Origins of the First New Zealanders. Auckland: Auckland University Press. pp. 123–135. + +
                  56. +
                  57. + ^ Davis, Denise (September 2007). "The impact of new arrivals". Te Ara: The Encyclopedia of New Zealand. Retrieved 30 April 2010. + +
                  58. +
                  59. + ^ Davis, Denise; Solomon, Māui (March 2009). "'Moriori – The impact of new arrivals'". Te Ara: The Encyclopedia of New Zealand. Retrieved 23 March 2011. + +
                  60. +
                  61. + ^ a b Mein Smith 2005, p. 23. +
                  62. +
                  63. + ^ Salmond, Anne. Two Worlds: First Meetings Between Maori and Europeans 1642–1772. Auckland: Penguin Books. p. 82. ISBN 0-670-83298-7. + +
                  64. +
                  65. + ^ King 2003, p. 122. +
                  66. +
                  67. + ^ Fitzpatrick, John (2004). "Food, warfare and the impact of Atlantic capitalism in Aotearo/New Zealand" (PDF). Australasian Political Studies Association Conference: APSA 2004 Conference Papers. Archived from the original (PDF) on 11 May 2011. + +
                  68. +
                  69. + ^ Brailsford, Barry (1972). Arrows of Plague. Wellington: Hick Smith and Sons. p. 35. ISBN 0-456-01060-2. + +
                  70. +
                  71. + ^ Wagstrom, Thor (2005). "Broken Tongues and Foreign Hearts". In Brock, Peggy (ed.). Indigenous Peoples and Religious Change. Boston: Brill Academic Publishers. pp. 71 and 73. ISBN 978-90-04-13899-5. + +
                  72. +
                  73. + ^ Lange, Raeburn (1999). May the people live: a history of Māori health development 1900–1920. Auckland University Press. p. 18. ISBN 978-1-86940-214-3. + +
                  74. +
                  75. + ^ "A Nation sub-divided". Australian Heritage. Heritage Australia Publishing. 2011. Archived from the original on 28 February 2015. Retrieved 27 December 2014. + +
                  76. +
                  77. + ^ a b Rutherford, James (April 2009) [originally published in 1966]. McLintock, Alexander (ed.). Busby, James. An Encyclopaedia of New Zealand. Retrieved 7 January 2011. + +
                  78. +
                  79. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. Sir George Gipps. An Encyclopaedia of New Zealand. Retrieved 7 January 2011. + +
                  80. +
                  81. + ^ a b Wilson, John (March 2009). "Government and nation – The origins of nationhood". Te Ara: The Encyclopedia of New Zealand. Retrieved 7 January 2011. + +
                  82. +
                  83. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. Settlement from 1840 to 1852. An Encyclopaedia of New Zealand. Retrieved 7 January 2011. + +
                  84. +
                  85. + ^ Foster, Bernard (April 2009) [originally published in 1966]. McLintock, Alexander (ed.). Akaroa, French Settlement At. An Encyclopaedia of New Zealand. Retrieved 7 January 2011. + +
                  86. +
                  87. + ^ Simpson, K (September 2010). "Hobson, William – Biography". In McLintock, Alexander (ed.). Dictionary of New Zealand Biography. An Encyclopaedia of New Zealand. Retrieved 7 January 2011. + +
                  88. +
                  89. + ^ Phillips, Jock (April 2010). "British immigration and the New Zealand Company". Te Ara: The Encyclopedia of New Zealand. Retrieved 7 January 2011. + +
                  90. +
                  91. + ^ "Crown colony era – the Governor-General". Ministry for Culture and Heritage. March 2009. Retrieved 7 January 2011. + +
                  92. +
                  93. + ^ "New Zealand's 19th-century wars – overview". Ministry for Culture and Heritage. April 2009. Retrieved 7 January 2011. + +
                  94. +
                  95. + ^ a b c d Wilson, John (March 2009). "Government and nation – The constitution". Te Ara: The Encyclopedia of New Zealand. Retrieved 2 February 2011. + See pages 2 and 3. +
                  96. +
                  97. + ^ Temple, Philip (1980). Wellington Yesterday. John McIndoe. ISBN 0-86868-012-5. + +
                  98. +
                  99. + ^ "Parliament moves to Wellington". Ministry for Culture and Heritage. January 2017. Retrieved 27 April 2017. + +
                  100. +
                  101. + ^ a b Wilson, John (March 2009). "History – Liberal to Labour". Te Ara: The Encyclopedia of New Zealand. Retrieved 27 April 2017. + +
                  102. +
                  103. + ^ Hamer, David. "Seddon, Richard John". Dictionary of New Zealand Biography. Ministry for Culture and Heritage. Retrieved 27 April 2017. + +
                  104. +
                  105. + ^ Boxall, Peter; Haynes, Peter (1997). "Strategy and Trade Union Effectiveness in a Neo-liberal Environment". British Journal of Industrial Relations. 35 (4): 567–591. doi:10.1111/1467-8543.00069. Archived from the original (PDF) on 11 May 2011. + +
                  106. +
                  107. + ^ "Proclamation". The London Gazette. No. 28058. 10 September 1907. p. 6149. + +
                  108. +
                  109. + ^ "Dominion status – Becoming a dominion". Ministry for Culture and Heritage. September 2014. Retrieved 26 April 2017. + +
                  110. +
                  111. + ^ "War and Society". Ministry for Culture and Heritage. Retrieved 7 January 2011. + +
                  112. +
                  113. + ^ Easton, Brian (April 2010). "Economic history – Interwar years and the great depression". Te Ara: The Encyclopedia of New Zealand. Retrieved 7 January 2011. + +
                  114. +
                  115. + ^ Derby, Mark (May 2010). "Strikes and labour disputes – Wars, depression and first Labour government". Te Ara: The Encyclopedia of New Zealand. Retrieved 1 February 2011. + +
                  116. +
                  117. + ^ Easton, Brian (November 2010). "Economic history – Great boom, 1935–1966". Te Ara: The Encyclopedia of New Zealand. Retrieved 1 February 2011. + +
                  118. +
                  119. + ^ Keane, Basil (November 2010). "Te Māori i te ohanga – Māori in the economy – Urbanisation". Te Ara: The Encyclopedia of New Zealand. Retrieved 7 January 2011. + +
                  120. +
                  121. + ^ Royal, Te Ahukaramū (March 2009). "Māori – Urbanisation and renaissance". Te Ara: The Encyclopedia of New Zealand. Retrieved 1 February 2011. + +
                  122. +
                  123. + ^ Healing the past, building a future: A Guide to Treaty of Waitangi Claims and Negotiations with the Crown (PDF). Office of Treaty Settlements. March 2015. ISBN 978-0-478-32436-5. Retrieved 26 April 2017. + +
                  124. +
                  125. + ^ Report on the Crown's Foreshore and Seabed Policy (Report). Ministry of Justice. Retrieved 26 April 2017. + +
                  126. +
                  127. + ^ Barker, Fiona (June 2012). "Debate about the foreshore and seabed". Te Ara: The Encyclopedia of New Zealand. Retrieved 26 April 2017. + +
                  128. +
                  129. + ^ a b "New Zealand's Constitution". The Governor-General of New Zealand. Retrieved 13 January 2010. + +
                  130. +
                  131. + ^ a b c "Factsheet – New Zealand – Political Forces". The Economist. The Economist Group. 15 February 2005. Archived from the original on 14 May 2006. Retrieved 4 August 2009. + +
                  132. +
                  133. + ^ "Royal Titles Act 1974". New Zealand Parliamentary Counsel Office. February 1974. Section 1. Retrieved 8 January 2011. + +
                  134. +
                  135. + ^ "Constitution Act 1986". New Zealand Parliamentary Counsel Office. 1 January 1987. Section 2.1. Retrieved 15 July 2018. The Sovereign in right of New Zealand is the head of State of New Zealand, and shall be known by the royal style and titles proclaimed from time to time. Cite journal requires |journal= (help) + +
                  136. +
                  137. + ^ "The Role of the Governor-General". The Governor-General of New Zealand. Retrieved 6 July 2017. + +
                  138. +
                  139. + ^ Harris, Bruce (2009). "Replacement of the Royal Prerogative in New Zealand". New Zealand Universities Law Review. 23: 285–314. Archived from the original on 18 July 2011. Retrieved 28 August 2016. + +
                  140. +
                  141. + ^ a b "The Reserve Powers". The Governor-General of New Zealand. Retrieved 8 January 2011. + +
                  142. +
                  143. + ^ a b c d "Parliament Brief: What is Parliament?". New Zealand Parliament. Retrieved 30 November 2016. + +
                  144. +
                  145. + ^ McLean, Gavin (February 2015). "Premiers and prime ministers". Te Ara: The Encyclopedia of New Zealand. Retrieved 30 November 2016. + +
                  146. +
                  147. + ^ Wilson, John (November 2010). "Government and nation – System of government". Te Ara: The Encyclopedia of New Zealand. Retrieved 9 January 2011. + +
                  148. +
                  149. + ^ "Principles of Cabinet decision making". Cabinet Manual. Department of the Prime Minister and Cabinet. 2008. Retrieved 1 December 2016. + +
                  150. +
                  151. + ^ "The electoral cycle". Cabinet Manual. Department of the Prime Minister and Cabinet. 2008. Retrieved 30 April 2017. + +
                  152. +
                  153. + ^ a b "First past the post – the road to MMP". Ministry for Culture and Heritage. September 2009. Retrieved 9 January 2011. + +
                  154. +
                  155. + ^ "Reviewing electorate numbers and boundaries". Electoral Commission. 8 May 2005. Archived from the original on 9 November 2011. Retrieved 7 July 2018. + +
                  156. +
                  157. + ^ "Sainte-Laguë allocation formula". Electoral Commission. 4 February 2013. Retrieved 31 May 2014. + +
                  158. +
                  159. + ^ Paxton, Pamela; Hughes, Melanie M. (2015). Women, Politics, and Power: A Global Perspective. CQ Press. p. 107. ISBN 978-1-48-337701-8. Retrieved 25 July 2017. + +
                  160. +
                  161. + ^ "Jacinda Ardern sworn in as new Prime Minister". New Zealand Herald. 26 October 2017. Retrieved 26 October 2017. + +
                  162. +
                  163. + ^ "Female political leaders have been smashing glass ceilings for ages". Stuff.co.nz. Fairfax NZ. 27 October 2017. Retrieved 19 July 2018. + +
                  164. +
                  165. + ^ "Role of the Chief Justice". Courts of New Zealand. Retrieved 9 June 2018. + +
                  166. +
                  167. + ^ "Structure of the court system". Courts of New Zealand. Retrieved 9 June 2018. + +
                  168. +
                  169. + ^ "The Judiciary". Ministry of Justice. Archived from the original on 24 November 2010. Retrieved 9 January 2011. + +
                  170. +
                  171. + ^ "The Fragile States Index 2016". The Fund for Peace. Archived from the original on 4 February 2017. Retrieved 30 November 2016. + +
                  172. +
                  173. + ^ "Democracy Index 2017" (PDF). Economist Intelligence Unit. 2018. p. 5. Retrieved 9 December 2018. + +
                  174. +
                  175. + ^ "Corruption Perceptions Index 2017". Transparency International. 21 February 2018. Retrieved 9 December 2018. + +
                  176. +
                  177. + ^ "New Zealand". Country Reports on Human Rights Practices for 2017. United States Department of State. Retrieved 9 December 2018. + +
                  178. +
                  179. + ^ "New Zealand". OECD Better Life Index. 2016. Retrieved 30 November 2016. + +
                  180. +
                  181. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. External Relations. An Encyclopaedia of New Zealand. Retrieved 7 January 2011. + +
                  182. +
                  183. + ^ "Michael Joseph Savage". Ministry for Culture and Heritage. July 2010. Retrieved 29 January 2011. + +
                  184. +
                  185. + ^ Patman, Robert (2005). "Globalisation, Sovereignty, and the Transformation of New Zealand Foreign Policy" (PDF). Working Paper 21/05. Centre for Strategic Studies, Victoria University of Wellington. p. 8. Archived from the original (PDF) on 25 September 2007. Retrieved 12 March 2007. + +
                  186. +
                  187. + ^ "Department Of External Affairs: Security Treaty between Australia, New Zealand and the United States of America". Australian Government. September 1951. Archived from the original on 29 June 2011. Retrieved 11 January 2011. + +
                  188. +
                  189. + ^ "The Vietnam War". New Zealand History. Ministry for Culture and Heritage. June 2008. Retrieved 11 January 2011. + +
                  190. +
                  191. + ^ "Sinking the Rainbow Warrior – nuclear-free New Zealand". New Zealand History. Ministry for Culture and Heritage. August 2008. Retrieved 11 January 2011. + +
                  192. +
                  193. + ^ "Nuclear-free legislation – nuclear-free New Zealand". New Zealand History. Ministry for Culture and Heritage. August 2008. Retrieved 11 January 2011. + +
                  194. +
                  195. + ^ Lange, David (1990). Nuclear Free: The New Zealand Way. New Zealand: Penguin Books. ISBN 0-14-014519-2. + +
                  196. +
                  197. + ^ "Australia in brief". Australian Department of Foreign Affairs and Trade. Archived from the original on 22 December 2010. Retrieved 11 January 2011. + +
                  198. +
                  199. + ^ a b "New Zealand country brief". Australian Department of Foreign Affairs and Trade. Retrieved 11 January 2011. + +
                  200. +
                  201. + ^ Collett, John (4 September 2013). "Kiwis face hurdles in pursuit of lost funds". Retrieved 4 October 2013. + +
                  202. +
                  203. + ^ Bertram, Geoff (April 2010). "South Pacific economic relations – Aid, remittances and tourism". Te Ara: The Encyclopedia of New Zealand. Retrieved 11 January 2011. + +
                  204. +
                  205. + ^ Howes, Stephen (November 2010). "Making migration work: Lessons from New Zealand". Development Policy Centre. Retrieved 23 March 2011. + +
                  206. +
                  207. + ^ Ayele, Yoseph (28 September 2017). "The Growing Momentum for Global Impact in New Zealand". Edmund Hillary Fellowship. Retrieved 9 July 2019. + +
                  208. +
                  209. + ^ "Member States of the United Nations". United Nations. Retrieved 11 January 2011. + +
                  210. +
                  211. + ^ "New Zealand". The Commonwealth. Retrieved 1 December 2016. + +
                  212. +
                  213. + ^ "Members and partners". Organisation for Economic Co-operation and Development. Retrieved 11 January 2011. + +
                  214. +
                  215. + ^ "The future of the Five Power Defence Arrangements". The Strategist. 8 November 2012. Retrieved 1 December 2016. + +
                  216. +
                  217. + ^ "About Us: Role and Responsibilities". New Zealand Defence Force. Retrieved 11 January 2011. + +
                  218. +
                  219. + ^ Ayson, Robert (2007). "New Zealand Defence and Security Policy,1990–2005". In Alley, Roderic (ed.). New Zealand In World Affairs, Volume IV: 1990–2005. Wellington: Victoria University Press. p. 132. ISBN 978-0-86473-548-5. + +
                  220. +
                  221. + ^ "The Battle for Crete". New Zealand History. Ministry for Culture and Heritage. May 2010. Retrieved 9 January 2011. + +
                  222. +
                  223. + ^ "El Alamein – The North African Campaign". New Zealand History. Ministry for Culture and Heritage. May 2009. Retrieved 9 January 2011. + +
                  224. +
                  225. + ^ Holmes, Richard (September 2010). "World War Two: The Battle of Monte Cassino". Retrieved 9 January 2011. + +
                  226. +
                  227. + ^ "Gallipoli stirred new sense of national identity says Clark". New Zealand Herald. April 2005. Retrieved 9 January 2011. + +
                  228. +
                  229. + ^ Prideaux, Bruce (2007). Ryan, Chris (ed.). Battlefield tourism: history, place and interpretation. Elsevier Science. p. 18. ISBN 978-0-08-045362-0. + +
                  230. +
                  231. + ^ Burke, Arthur. "The Spirit of ANZAC". ANZAC Day Commemoration Committee. Archived from the original on 26 December 2010. Retrieved 11 January 2011. + +
                  232. +
                  233. + ^ "South African War 1899–1902". Ministry for Culture and Heritage. February 2009. Retrieved 11 January 2011. + +
                  234. +
                  235. + ^ "New Zealand in the Korean War". New Zealand History. Ministry for Culture and Heritage. Retrieved 1 December 2016. + +
                  236. +
                  237. + ^ "NZ and the Malayan Emergency". Ministry for Culture and Heritage. August 2010. Retrieved 11 January 2011. + +
                  238. +
                  239. + ^ "New Zealand Defence Force Overseas Operations". New Zealand Defence Force. January 2008. Archived from the original on 25 January 2008. Retrieved 17 February 2008. + +
                  240. +
                  241. + ^ a b "New Zealand's Nine Provinces (1853–76)" (PDF). Friends of the Hocken Collections. University of Otago. March 2000. Retrieved 13 January 2011. + +
                  242. +
                  243. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. Provincial Divergencies. An Encyclopaedia of New Zealand. Retrieved 7 January 2011. + +
                  244. +
                  245. + ^ Swarbrick, Nancy (September 2016). "Public holidays". Te Ara: The Encyclopedia of New Zealand. Retrieved 25 June 2017. + +
                  246. +
                  247. + ^ "Overview – regional rugby". Ministry for Culture and Heritage. September 2010. Retrieved 13 January 2011. + +
                  248. +
                  249. + ^ Dollery, Brian; Keogh, Ciaran; Crase, Lin (2007). "Alternatives to Amalgamation in Australian Local Government: Lessons from the New Zealand Experience" (PDF). Sustaining Regions. 6 (1): 50–69. Archived from the original (PDF) on 29 August 2007. + +
                  250. +
                  251. + ^ a b c Sancton, Andrew (2000). Merger mania: the assault on local government. McGill-Queen's University Press. p. 84. ISBN 0-7735-2163-1. + +
                  252. +
                  253. + ^ "Subnational population estimates at 30 June 2010 (boundaries at 1 November 2010)". Statistics New Zealand. 26 October 2010. Archived from the original on 10 June 2011. Retrieved 2 April 2011. + +
                  254. +
                  255. + ^ Smelt & Jui Lin 2009, p. 33. +
                  256. +
                  257. + ^ a b "Glossary". Department of Internal Affairs. Retrieved 28 August 2016. + +
                  258. +
                  259. + ^ "Chatham Islands Council Act 1995 No 41". New Zealand Parliamentary Counsel Office. 29 July 1995. Retrieved 8 August 2017. + +
                  260. +
                  261. + ^ Gimpel, Diane (2011). Monarchies. ABDO Publishing Company. p. 22. ISBN 978-1-617-14792-0. Retrieved 18 November 2016. + +
                  262. +
                  263. + ^ "System of Government". Government of Niue. Archived from the original on 13 November 2010. Retrieved 13 January 2010. + +
                  264. +
                  265. + ^ "Government – Structure, Personnel". Government of the Cook Islands. Retrieved 13 January 2010. + +
                  266. +
                  267. + ^ "Tokelau Government". Government of Tokelau. Retrieved 16 November 2016. + +
                  268. +
                  269. + ^ "Scott Base". Antarctica New Zealand. Retrieved 13 January 2010. + +
                  270. +
                  271. + ^ "Citizenship Act 1977 No 61". Zealand Parliamentary Counsel Office. 1 December 1977. Retrieved 26 May 2017. + +
                  272. +
                  273. + ^ "Check if you're a New Zealand citizen". Department of Internal Affairs. Retrieved 20 January 2015. + +
                  274. +
                  275. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. The Sea Floor. An Encyclopaedia of New Zealand. Retrieved 13 January 2011. + +
                  276. +
                  277. + ^ "Hauraki Gulf islands". Auckland City Council. Archived from the original on 25 December 2010. Retrieved 13 January 2011. + +
                  278. +
                  279. + ^ Hindmarsh (2006). "Discovering D'Urville". Heritage New Zealand. Archived from the original on 11 May 2011. Retrieved 13 January 2011. + +
                  280. +
                  281. + ^ "Distance tables". Auckland Coastguard. Archived from the original on 23 January 2011. Retrieved 2 March 2011. + +
                  282. +
                  283. + ^ McKenzie, D. W. (1987). Heinemann New Zealand atlas. Heinemann Publishers. ISBN 0-7900-0187-X. + +
                  284. +
                  285. + ^ a b c d e f "CIA – The World Factbook". Cia.gov. Retrieved 4 May 2013. + +
                  286. +
                  287. + ^ "Geography". Statistics New Zealand. 1999. Archived from the original on 22 May 2010. Retrieved 21 December 2009. + +
                  288. +
                  289. + ^ Offshore Options: Managing Environmental Effects in New Zealand's Exclusive Economic Zone (PDF). Wellington: Ministry for the Environment. 2005. ISBN 0-478-25916-6. Retrieved 23 June 2017. + +
                  290. +
                  291. + ^ Coates, Glen (2002). The rise and fall of the Southern Alps. Canterbury University Press. p. 15. ISBN 0-908812-93-0. + +
                  292. +
                  293. + ^ Garden 2005, p. 52. +
                  294. +
                  295. + ^ Grant, David (March 2009). "Southland places – Fiordland's coast". Te Ara: The Encyclopedia of New Zealand. Retrieved 14 January 2011. + +
                  296. +
                  297. + ^ "Central North Island volcanoes". Department of Conservation. Archived from the original on 29 December 2010. Retrieved 14 January 2011. + +
                  298. +
                  299. + ^ Walrond, Carl (March 2009). "Natural environment – Geography and geology". Te Ara: The Encyclopedia of New Zealand. Retrieved 14 January 2010. + +
                  300. +
                  301. + ^ "Taupo". GNS Science. Archived from the original on 24 March 2011. Retrieved 2 April 2011. + +
                  302. +
                  303. + ^ a b Lewis, Keith; Nodder, Scott; Carter, Lionel (March 2009). "Sea floor geology – Active plate boundaries". Te Ara: The Encyclopedia of New Zealand. Retrieved 4 February 2011. + +
                  304. +
                  305. + ^ Wallis, G. P.; Trewick, S. A. (2009). "New Zealand phylogeography: evolution on a small continent". Molecular Ecology. 18 (17): 3548–3580. doi:10.1111/j.1365-294X.2009.04294.x. PMID 19674312. + +
                  306. +
                  307. + ^ Wright, Dawn; Bloomer, Sherman; MacLeod, Christopher; Taylor, Brian; Goodliffe, Andrew (2000). "Bathymetry of the Tonga Trench and Forearc: A Map Series". Marine Geophysical Researches. 21 (5): 489–512. Bibcode:2000MarGR..21..489W. doi:10.1023/A:1026514914220. + +
                  308. +
                  309. + ^ "Australasia". New Zealand Oxford Dictionary. Oxford University Press. 2005. doi:10.1093/acref/9780195584516.001.0001. ISBN 9780195584516. + +
                  310. +
                  311. + ^ Hobbs, Joseph J. (2016). Fundamentals of World Regional Geography. Cengage Learning. p. 367. ISBN 9781305854956. + +
                  312. +
                  313. + ^ Hillstrom, Kevin; Hillstrom, Laurie Collier (2003). Australia, Oceania, and Antarctica: A Continental Overview of Environmental Issues. 3. ABC-CLIO. p. 25. ISBN 9781576076941. …defined here as the continent nation of Australia, New Zealand, and twenty-two other island countries and territories sprinkled over more than 40 million square kilometres of the South Pacific. + +
                  314. +
                  315. + ^ a b Mullan, Brett; Tait, Andrew; Thompson, Craig (March 2009). "Climate – New Zealand's climate". Te Ara: The Encyclopedia of New Zealand. Retrieved 15 January 2011. + +
                  316. +
                  317. + ^ "Summary of New Zealand climate extremes". National Institute of Water and Atmospheric Research. 2004. Retrieved 30 April 2010. + +
                  318. +
                  319. + ^ Walrond, Carl (March 2009). "Natural environment – Climate". Te Ara: The Encyclopedia of New Zealand. Retrieved 15 January 2011. + +
                  320. +
                  321. + ^ "Mean monthly rainfall". National Institute of Water and Atmospheric Research. Archived from the original (XLS) on 3 May 2011. Retrieved 4 February 2011. + +
                  322. +
                  323. + ^ "Mean monthly sunshine hours". National Institute of Water and Atmospheric Research. Archived from the original (XLS) on 15 October 2008. Retrieved 4 February 2011. + +
                  324. +
                  325. + ^ "New Zealand climate and weather". Tourism New Zealand. Retrieved 13 November 2016. + +
                  326. +
                  327. + ^ "Climate data and activities". National Institute of Water and Atmospheric Research. Retrieved 11 February 2016. + +
                  328. +
                  329. + ^ Cooper, R.; Millener, P. (1993). "The New Zealand biota: Historical background and new research". Trends in Ecology & Evolution. 8 (12): 429. doi:10.1016/0169-5347(93)90004-9. + +
                  330. +
                  331. + ^ Trewick SA, Morgan-Richards M. 2014. New Zealand Wild Life. Penguin, New Zealand. + ISBN 9780143568896 +
                  332. +
                  333. + ^ Lindsey, Terence; Morris, Rod (2000). Collins Field Guide to New Zealand Wildlife. HarperCollins (New Zealand) Limited. p. 14. ISBN 978-1-86950-300-0. + +
                  334. +
                  335. + ^ a b "Frequently asked questions about New Zealand plants". New Zealand Plant Conservation Network. May 2010. Retrieved 15 January 2011. + +
                  336. +
                  337. + ^ De Lange, Peter James; Sawyer, John William David & Rolfe, Jeremy (2006). New Zealand indigenous vascular plant checklist. New Zealand Plant Conservation Network. ISBN 0-473-11306-6. + +
                  338. +
                  339. + ^ Wassilieff, Maggy (March 2009). "Lichens – Lichens in New Zealand". Te Ara: The Encyclopedia of New Zealand. Retrieved 16 January 2011. + +
                  340. +
                  341. + ^ McLintock, Alexander, ed. (April 2010) [originally published in 1966]. Mixed Broadleaf Podocarp and Kauri Forest. An Encyclopaedia of New Zealand. Retrieved 15 January 2011. + +
                  342. +
                  343. + ^ Mark, Alan (March 2009). "Grasslands – Tussock grasslands". Te Ara: The Encyclopedia of New Zealand. Retrieved 17 January 2010. + +
                  344. +
                  345. + ^ "Commentary on Forest Policy in the Asia-Pacific Region (A Review for Indonesia, Malaysia, New Zealand, Papua New Guinea, Philippines, Thailand and Western Samoa)". Forestry Department. 1997. Retrieved 4 February 2011. + +
                  346. +
                  347. + ^ McGlone, M.S. (1989). "The Polynesian settlement of New Zealand in relation to environmental and biotic changes" (PDF). New Zealand Journal of Ecology. 12(S): 115–129. Archived from the original (PDF) on 17 July 2014. + +
                  348. +
                  349. + ^ Taylor, R. and Smith, I. (1997). The state of New Zealand’s environment 1997. Ministry for the Environment, Wellington. +
                  350. +
                  351. + ^ "New Zealand ecology: Flightless birds". TerraNature. Retrieved 17 January 2011. + +
                  352. +
                  353. + ^ a b Holdaway, Richard (March 2009). "Extinctions – New Zealand extinctions since human arrival". Te Ara: The Encyclopedia of New Zealand. Retrieved 4 February 2011. + +
                  354. +
                  355. + ^ Kirby, Alex (January 2005). "Huge eagles 'dominated NZ skies'". BBC News. Retrieved 4 February 2011. + +
                  356. +
                  357. + ^ "Reptiles and frogs". Department of Conservation. Archived from the original on 29 January 2015. Retrieved 25 June 2017. + +
                  358. +
                  359. + ^ Pollard, Simon (September 2007). "Spiders and other arachnids". Te Ara: The Encyclopedia of New Zealand. Retrieved 25 June 2017. + +
                  360. +
                  361. + ^ "Wētā". Department of Conservation. Retrieved 25 June 2017. + +
                  362. +
                  363. + ^ Ryan, Paddy (March 2009). "Snails and slugs – Flax snails, giant snails and veined slugs". Te Ara: The Encyclopedia of New Zealand. Retrieved 4 February 2011. + +
                  364. +
                  365. + ^ Herrera-Flores, Jorge A.; Stubbs, Thomas L.; Benton, Michael J.; Ruta, Marcello (May 2017). "Macroevolutionary patterns in Rhynchocephalia: is the tuatara (Sphenodon punctatus) a living fossil?". Palaeontology. 60 (3): 319–328. doi:10.1111/pala.12284. + +
                  366. +
                  367. + ^ "Tiny Bones Rewrite Textbooks, first New Zealand land mammal fossil". University of New South Wales. 31 May 2007. Archived from the original on 31 May 2007. + +
                  368. +
                  369. + ^ Worthy, Trevor H.; Tennyson, Alan J. D.; Archer, Michael; Musser, Anne M.; Hand, Suzanne J.; Jones, Craig; Douglas, Barry J.; McNamara, James A.; Beck, Robin M. D. (2006). "Miocene mammal reveals a Mesozoic ghost lineage on insular New Zealand, southwest Pacific". Proceedings of the National Academy of Sciences of the United States of America. 103 (51): 19419–23. Bibcode:2006PNAS..10319419W. doi:10.1073/pnas.0605684103. PMC 1697831. PMID 17159151. + +
                  370. +
                  371. + ^ "Marine Mammals". Department of Conservation. Archived from the original on 8 March 2011. Retrieved 17 January 2011. + +
                  372. +
                  373. + ^ "Sea and shore birds". Department of Conservation. Retrieved 7 March 2011. + +
                  374. +
                  375. + ^ "Penguins". Department of Conservation. Retrieved 7 March 2011. + +
                  376. +
                  377. + ^ Jones, Carl (2002). "Reptiles and Amphibians". In Perrow, Martin; Davy, Anthony (eds.). Handbook of ecological restoration: Principles of Restoration. 2. Cambridge University Press. p. 362. ISBN 0-521-79128-6. + +
                  378. +
                  379. + ^ Towns, D.; Ballantine, W. (1993). "Conservation and restoration of New Zealand Island ecosystems". Trends in Ecology & Evolution. 8 (12): 452. doi:10.1016/0169-5347(93)90009-E. + +
                  380. +
                  381. + ^ Rauzon, Mark (2008). "Island restoration: Exploring the past, anticipating the future" (PDF). Marine Ornithology. 35: 97–107. + +
                  382. +
                  383. + ^ Diamond, Jared (1990). Towns, D; Daugherty, C; Atkinson, I (eds.). New Zealand as an archipelago: An international perspective (PDF). Wellington: Conservation Sciences Publication No. 2. Department of Conservation. pp. 3–8. + +
                  384. +
                  385. + ^ World Economic Outlook. International Monetary Fund. April 2018. p. 63. ISBN 978-1-48434-971-7. Retrieved 21 June 2018. + +
                  386. +
                  387. + ^ "Rankings on Economic Freedom". The Heritage Foundation. 2016. Retrieved 30 November 2016. + +
                  388. +
                  389. + ^ "Currencies of the territories listed in the BS exchange rate lists". Bank of Slovenia. Retrieved 22 January 2011. + +
                  390. +
                  391. + ^ a b c McLintock, Alexander, ed. (November 2009) [originally published in 1966]. Historical evolution and trade patterns. An Encyclopaedia of New Zealand. Retrieved 10 February 2011. + +
                  392. +
                  393. + ^ Stringleman, Hugh; Peden, Robert (October 2009). "Sheep farming – Growth of the frozen meat trade, 1882–2001". Te Ara: The Encyclopedia of New Zealand. Retrieved 6 May 2010. + +
                  394. +
                  395. + ^ Baker, John (February 2010) [1966]. McLintock, Alexander (ed.). Some Indicators of Comparative Living Standards. An Encyclopaedia of New Zealand. Retrieved 30 April 2010. + PDF Table +
                  396. +
                  397. + ^ Wilson, John (March 2009). "History – The later 20th century". Te Ara: The Encyclopedia of New Zealand. Retrieved 2 February 2011. + +
                  398. +
                  399. + ^ Nixon, Chris; Yeabsley, John (April 2010). "Overseas trade policy – Difficult times – the 1970s and early 1980s". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  400. +
                  401. + ^ Evans, N. "Up From Down Under: After a Century of Socialism, Australia and New Zealand are Cutting Back Government and Freeing Their Economies". National Review. 46 (16): 47–51. + +
                  402. +
                  403. + ^ Trade, Food Security, and Human Rights: The Rules for International Trade in Agricultural Products and the Evolving World Food Crisis. Routledge. 2016. p. 125. ISBN 9781317008521. + +
                  404. +
                  405. + ^ Wayne Arnold (2 August 2007). "Surviving Without Subsidies". The New York Times. Retrieved 11 August 2015. ... ever since a liberal but free-market government swept to power in 1984 and essentially canceled handouts to farmers ... They went cold turkey and in the process it was very rough on their farming economy + +
                  406. +
                  407. + ^ Easton, Brian (November 2010). "Economic history – Government and market liberalisation". Te Ara: The Encyclopedia of New Zealand. Retrieved 1 February 2011. + +
                  408. +
                  409. + ^ Hazledine, Tim (1998). Taking New Zealand Seriously: The Economics of Decency (PDF). HarperCollins Publishers. ISBN 1-86950-283-3. Archived from the original (PDF) on 10 May 2011. + +
                  410. +
                  411. + ^ "NZ tops Travellers' Choice Awards". Stuff Travel. May 2008. Retrieved 30 April 2010. + +
                  412. +
                  413. + ^ a b c "Unemployment: the Social Report 2016 – Te pūrongo oranga tangata". Ministry of Social Development. Retrieved 18 August 2017. + +
                  414. +
                  415. + ^ "New Zealand Takes a Pause in Cutting Rates". The New York Times. 10 June 2009. Retrieved 30 April 2010. + +
                  416. +
                  417. + ^ "New Zealand's slump longest ever". BBC News. 26 June 2009. Retrieved 30 April 2010. + +
                  418. +
                  419. + ^ Bascand, Geoff (February 2011). "Household Labour Force Survey: December 2010 quarter – Media Release". Statistics New Zealand. Archived from the original on 29 April 2011. Retrieved 4 February 2011. + +
                  420. +
                  421. + ^ Davenport, Sally (2004). "Panic and panacea: brain drain and science and technology human capital policy". Research Policy. 33 (4): 617–630. doi:10.1016/j.respol.2004.01.006. + +
                  422. +
                  423. + ^ O'Hare, Sean (September 2010). "New Zealand brain-drain worst in world". The Daily Telegraph. United Kingdom. + +
                  424. +
                  425. + ^ Collins, Simon (March 2005). "Quarter of NZ's brightest are gone". New Zealand Herald. + +
                  426. +
                  427. + ^ Winkelmann, Rainer (2000). "The labour market performance of European immigrants in New Zealand in the 1980s and 1990s". The International Migration Review. The Center for Migration Studies of New York. 33 (1): 33–58. doi:10.2307/2676011. JSTOR 2676011. + Journal subscription required +
                  428. +
                  429. + ^ Bain 2006, p. 44. +
                  430. +
                  431. + ^ "GII 2016 Report" (PDF). Global Innovation Index. Retrieved 21 June 2018. + +
                  432. +
                  433. + ^ Groser, Tim (March 2009). "Speech to ASEAN-Australia-New Zealand Free Trade Agreement Seminars". New Zealand Government. Retrieved 30 January 2011. + +
                  434. +
                  435. + ^ "Improving Access to Markets:Agriculture". New Zealand Ministry of Foreign Affairs and Trade. Retrieved 22 January 2011. + +
                  436. +
                  437. + ^ "Standard International Trade Classification R4 – Exports (Annual-Jun)". Statistics New Zealand. April 2015. Retrieved 3 April 2015. + +
                  438. +
                  439. + ^ a b c "Goods and services trade by country: Year ended June 2018 – corrected". Statistics New Zealand. Retrieved 17 February 2019. + +
                  440. +
                  441. + ^ "China and New Zealand sign free trade deal". The New York Times. April 2008. + +
                  442. +
                  443. + ^ a b "Key Tourism Statistics" (PDF). Ministry of Business, Innovation and Employment. 26 April 2017. Retrieved 26 April 2017. + +
                  444. +
                  445. + ^ Easton, Brian (March 2009). "Economy – Agricultural production". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  446. +
                  447. + ^ Stringleman, Hugh; Peden, Robert (March 2009). "Sheep farming – Changes from the 20th century". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  448. +
                  449. + ^ Stringleman, Hugh; Scrimgeour, Frank (November 2009). "Dairying and dairy products – Dairying in the 2000s". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  450. +
                  451. + ^ Stringleman, Hugh; Scrimgeour, Frank (March 2009). "Dairying and dairy products – Dairy exports". Te Ara: The Encyclopedia of New Zealand. Retrieved 4 February 2011. + +
                  452. +
                  453. + ^ Stringleman, Hugh; Scrimgeour, Frank (March 2009). "Dairying and dairy products – Manufacturing and marketing in the 2000s". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  454. +
                  455. + ^ Dalley, Bronwyn (March 2009). "Wine – The wine boom, 1980s and beyond". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  456. +
                  457. + ^ "Wine in New Zealand". The Economist. 27 March 2008. Retrieved 29 April 2017. + +
                  458. +
                  459. + ^ "Agricultural and forestry exports from New Zealand: Primary sector export values for the year ending June 2010". Ministry of Agriculture and Forestry. 14 January 2011. Archived from the original on 10 May 2011. Retrieved 8 April 2011. + +
                  460. +
                  461. + ^ a b Energy in New Zealand 2016 (PDF) (Report). Ministry of Business, Innovation and Employment. September 2016. p. 47. ISSN 2324-5913. Archived from the original (PDF) on 3 May 2017. + +
                  462. +
                  463. + ^ "Appendix 1: Technical information about drinking water supply in the eight local authorities". Office of the Auditor-General. Retrieved 2 September 2016. + +
                  464. +
                  465. + ^ "Water supply". Greater Wellington Regional Council. Retrieved 2 September 2016. + +
                  466. +
                  467. + ^ "State highway frequently asked questions". NZ Transport Agency. Retrieved 28 April 2017. + +
                  468. +
                  469. + ^ Humphris, Adrian (April 2010). "Public transport – Passenger trends". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  470. +
                  471. + ^ Atkinson, Neill (November 2010). "Railways – Rail transformed". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  472. +
                  473. + ^ "About Metlink". Retrieved 27 December 2016. + +
                  474. +
                  475. + ^ Atkinson, Neill (April 2010). "Railways – Freight transport". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  476. +
                  477. + ^ "International Visitors" (PDF). Ministry of Economic Development. June 2009. Retrieved 30 January 2011. + +
                  478. +
                  479. + ^ "10. Airports". Infrastructure Stocktake: Infrastructure Audit. Ministry of Economic Development. December 2005. Archived from the original on 22 May 2010. Retrieved 30 January 2011. + +
                  480. +
                  481. + ^ a b Wilson, A. C. (March 2010). "Telecommunications - Telecom". Te Ara: The Encyclopedia of New Zealand. Retrieved 11 August 2017. + +
                  482. +
                  483. + ^ "Telecom separation". Ministry of Business, Innovation and Employment. 14 September 2015. Retrieved 11 August 2017. + +
                  484. +
                  485. + ^ "Broadband and mobile programmes - Ministry of Business, Innovation & Employment". www.mbie.govt.nz. + +
                  486. +
                  487. + ^ "2017 Global ICT Development Index". International Telecommunication Union (ITU). 2018. Retrieved 18 September 2018. + +
                  488. +
                  489. + ^ "2013 Census usually resident population counts". Statistics New Zealand. 14 October 2013. Retrieved 20 September 2018. + +
                  490. +
                  491. + ^ "National population projections: 2016(base)–2068" (Press release). Statistics New Zealand. 18 October 2016. Retrieved 20 October 2018. + +
                  492. +
                  493. + ^ "Subnational population estimates at 30 June 2009". Statistics New Zealand. 30 June 2007. Retrieved 30 April 2010. + +
                  494. +
                  495. + ^ "Quality of Living Ranking 2016". London: Mercer. 23 February 2016. Retrieved 28 April 2017. + +
                  496. +
                  497. + ^ "NZ life expectancy among world's best". Stuff.co.nz. Fairfax NZ. Retrieved 6 July 2014. + +
                  498. +
                  499. + ^ a b Department of Economic and Social Affairs Population Division (2009). "World Population Prospects" (PDF). 2008 revision. United Nations. Retrieved 29 August 2009. Cite journal requires |journal= (help) + +
                  500. +
                  501. + ^ "World Factbook EUROPE : NEW ZEALAND", The World Factbook, 12 July 2018 + +
                  502. +
                  503. + ^ "New Zealand mortality statistics: 1950 to 2010" (PDF). Ministry of Health of New Zealand. 2 March 2011. Retrieved 16 November 2016. + +
                  504. +
                  505. + ^ "Health expenditure and financing". stats.oecd.org. OECD. 2016. Retrieved 8 December 2017. + +
                  506. +
                  507. + ^ "Subnational Population Estimates: At 30 June 2018 (provisional)". Statistics New Zealand. 23 October 2018. Retrieved 23 October 2018. + For urban areas, "Subnational population estimates (UA, AU), by age and sex, at 30 June 1996, 2001, 2006-18 (2017 boundaries)". Statistics New Zealand. 23 October 2018. Retrieved 23 October 2018. + +
                  508. +
                  509. + ^ "2013 Census QuickStats about culture and identity – Ethnic groups in New Zealand". Statistics New Zealand. Retrieved 29 August 2014. + +
                  510. +
                  511. + ^ Pool, Ian (May 2011). "Population change - Key population trends". Te Ara: The Encyclopedia of New Zealand. Archived from the original on 18 August 2017. Retrieved 18 August 2017. + +
                  512. +
                  513. + ^ Dalby, Simon (September 1993). "The 'Kiwi disease': geopolitical discourse in Aotearoa/New Zealand and the South Pacific". Political Geography. 12 (5): 437–456. doi:10.1016/0962-6298(93)90012-V. + +
                  514. +
                  515. + ^ Callister, Paul (2004). "Seeking an Ethnic Identity: Is "New Zealander" a Valid Ethnic Category?" (PDF). New Zealand Population Review. 30 (1&2): 5–22. + +
                  516. +
                  517. + ^ Bain 2006, p. 31. +
                  518. +
                  519. + ^ "Draft Report of a Review of the Official Ethnicity Statistical Standard: Proposals to Address the 'New Zealander' Response Issue" (PDF). Statistics New Zealand. April 2009. Retrieved 18 January 2011. + +
                  520. +
                  521. + ^ Ranford, Jodie. "'Pakeha', Its Origin and Meaning". Māori News. Retrieved 20 February 2008. Originally the Pakeha were the early European settlers, however, today ‘Pakeha’ is used to describe any peoples of non-Maori or non-Polynesian heritage. Pakeha is not an ethnicity but rather a way to differentiate between the historical origins of our settlers, the Polynesians and the Europeans, the Maori and the other + +
                  522. +
                  523. + ^ Socidad Peruana de Medicina Intensiva (SOPEMI) (2000). Trends in international migration: continuous reporting system on migration. Organisation for Economic Co-operation and Development. pp. 276–278. + +
                  524. +
                  525. + ^ Walrond, Carl (21 September 2007). "Dalmatians". Te Ara: The Encyclopedia of New Zealand. Retrieved 30 April 2010. + +
                  526. +
                  527. + ^ "Peoples". Te Ara: The Encyclopedia of New Zealand. 2005. Retrieved 2 June 2017. + +
                  528. +
                  529. + ^ a b Phillips, Jock (11 August 2015). "History of immigration". Te Ara: The Encyclopedia of New Zealand. Retrieved 2 June 2017. + +
                  530. +
                  531. + ^ Brawley, Sean (1993). "'No White Policy in NZ': Fact and Fiction in New Zealand's Asian Immigration Record, 1946-1978" (PDF). New Zealand Journal of History. 27 (1): 33–36. Retrieved 2 June 2017. + +
                  532. +
                  533. + ^ "International Migration Outlook – New Zealand 2009/10" (PDF). New Zealand Department of Labour. 2010. p. 2. ISSN 1179-5085. Archived from the original (PDF) on 11 May 2011. Retrieved 16 April 2011. + +
                  534. +
                  535. + ^ "2013 Census QuickStats about culture and identity – Birthplace and people born overseas". Statistics New Zealand. Retrieved 29 August 2014. + +
                  536. +
                  537. + ^ Butcher, Andrew; McGrath, Terry (2004). "International Students in New Zealand: Needs and Responses" (PDF). International Education Journal. 5 (4). + +
                  538. +
                  539. + ^ 2013 Census QuickStats, Statistics New Zealand, 2013, ISBN 978-0-478-40864-5 + +
                  540. +
                  541. + ^ a b c "2013 Census QuickStats about culture and identity – Languages spoken". Statistics New Zealand. Retrieved 8 September 2016. + +
                  542. +
                  543. + ^ Hay, Maclagan & Gordon 2008, p. 14. +
                  544. +
                  545. + ^ * Bauer, Laurie; Warren, Paul; Bardsley, Dianne; Kennedy, Marianna; Major, George (2007), "New Zealand English", Journal of the International Phonetic Association, 37 (1): 97–102, doi:10.1017/S0025100306002830 + +
                  546. +
                  547. + ^ a b Phillips, Jock (March 2009). "The New Zealanders – Bicultural New Zealand". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  548. +
                  549. + ^ Squires, Nick (May 2005). "British influence ebbs as New Zealand takes to talking Māori". The Daily Telegraph. Retrieved 3 May 2017. + +
                  550. +
                  551. + ^ "Waitangi Tribunal claim – Māori Language Week". Ministry for Culture and Heritage. July 2010. Retrieved 19 January 2011. + +
                  552. +
                  553. + ^ "Ngā puna kōrero: Where Māori speak te reo – infographic". Statistics New Zealand. Retrieved 8 September 2016. + +
                  554. +
                  555. + ^ Drinnan, John (8 July 2016). "'Maori' will remain in the name Maori Television". New Zealand Herald. Retrieved 28 August 2016. According to 2015 figures supplied by Maori TV, its two channels broadcast an average of 72 per cent Maori language content - 59 per cent on the main channel and 99 per cent on te reo. + +
                  556. +
                  557. + ^ "Ngāi Tahu Claims Settlement Act 1998". New Zealand Parliamentary Counsel Office. 20 May 2014 [1 October 1998]. Retrieved 10 March 2019. + +
                  558. +
                  559. + ^ New Zealand Sign Language Act 2006 No 18 (as at 30 June 2008), Public Act. New Zealand Parliamentary Counsel Office. Retrieved 29 November 2011. +
                  560. +
                  561. + ^ Zuckerman, Phil (2006). Martin, Michael (ed.). The Cambridge Companion to Atheism (PDF). Cambridge University Press. pp. 47–66. ISBN 978-0-521-84270-9. Retrieved 8 August 2017. + +
                  562. +
                  563. + ^ Walrond, Carl (May 2012). "Atheism and secularism – Who is secular?". Te Ara: The Encyclopedia of New Zealand. Retrieved 8 August 2017. + +
                  564. +
                  565. + ^ a b "2013 Census QuickStats about culture and identity – Religious affiliation". Statistics New Zealand. 15 April 2014. Retrieved 25 July 2015. + +
                  566. +
                  567. + ^ a b c "2013 Census QuickStats about culture and identity – tables". Statistics New Zealand. 15 April 2014. Retrieved 14 April 2018. + Excel download +
                  568. +
                  569. + ^ Kaa, Hirini (May 2011). "Māori and Christian denominations". Te Ara: The Encyclopedia of New Zealand. Retrieved 20 April 2017. + +
                  570. +
                  571. + ^ Morris, Paul (May 2011). "Diverse religions". Te Ara: The Encyclopedia of New Zealand. Retrieved 20 April 2017. + +
                  572. +
                  573. + ^ a b Dench, Olivia (July 2010). "Education Statistics of New Zealand: 2009". Education Counts. Retrieved 19 January 2011. + +
                  574. +
                  575. + ^ "Education Act 1989 No 80". New Zealand Parliamentary Counsel Office. 1989. Section 3. Retrieved 5 January 2013. + +
                  576. +
                  577. + ^ "Education Act 1989 No 80 (as at 01 February 2011), Public Act. Part 14: Establishment and disestablishment of tertiary institutions, Section 62: Establishment of institutions". Education Act 1989 No 80. New Zealand Parliamentary Counsel Office. 1 February 2011. Retrieved 15 August 2011. + +
                  578. +
                  579. + ^ "Studying in New Zealand: Tertiary education". New Zealand Qualifications Authority. Retrieved 15 August 2011. + +
                  580. +
                  581. + ^ "Educational attainment of the population". Education Counts. 2006. Archived from the original (xls) on 15 October 2008. Retrieved 21 February 2008. + +
                  582. +
                  583. + ^ "What Students Know and Can Do: Student Performance in Reading, Mathematics and Science 2010" (PDF). + OECD. Retrieved 21 July 2012. +
                  584. +
                  585. + ^ Kennedy 2007, p. 398. +
                  586. +
                  587. + ^ Hearn, Terry (March 2009). "English – Importance and influence". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  588. +
                  589. + ^ "Conclusions – British and Irish immigration". Ministry for Culture and Heritage. March 2007. Retrieved 21 January 2011. + +
                  590. +
                  591. + ^ Stenhouse, John (November 2010). "Religion and society – Māori religion". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  592. +
                  593. + ^ "Māori Social Structures". Ministry of Justice. March 2001. Retrieved 21 January 2011. + +
                  594. +
                  595. + ^ "Thousands turn out for Pasifika Festival". Radio New Zealand. 25 March 2017. Retrieved 18 August 2017. + +
                  596. +
                  597. + ^ Kennedy 2007, p. 400. +
                  598. +
                  599. + ^ Kennedy 2007, p. 399. +
                  600. +
                  601. + ^ Phillips, Jock (March 2009). "The New Zealanders – Post-war New Zealanders". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  602. +
                  603. + ^ Phillips, Jock (March 2009). "The New Zealanders – Ordinary blokes and extraordinary sheilas". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  604. +
                  605. + ^ Phillips, Jock (March 2009). "Rural mythologies – The cult of the pioneer". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  606. +
                  607. + ^ Barker, Fiona (June 2012). "New Zealand identity – Culture and arts". Te Ara: The Encyclopedia of New Zealand. Retrieved 7 December 2016. + +
                  608. +
                  609. + ^ a b Wilson, John (September 2016). "Nation and government – Nationhood and identity". Te Ara: The Encyclopedia of New Zealand. Retrieved 3 December 2016. + +
                  610. +
                  611. + ^ a b Swarbrick, Nancy (June 2010). "Creative life – Visual arts and crafts". Te Ara: The Encyclopedia of New Zealand. Retrieved 4 February 2011. + +
                  612. +
                  613. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. Elements of Carving. An Encyclopaedia of New Zealand. Retrieved 15 February 2011. + +
                  614. +
                  615. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. Surface Patterns. An Encyclopaedia of New Zealand. Retrieved 15 February 2011. + +
                  616. +
                  617. + ^ McKay, Bill (2004). "Māori architecture: transforming western notions of architecture". Fabrications. 14 (1&2): 1–12. doi:10.1080/10331867.2004.10525189. Archived from the original on 13 May 2011. + +
                  618. +
                  619. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. Painted Designs. An Encyclopaedia of New Zealand. Retrieved 15 February 2011. + +
                  620. +
                  621. + ^ McLintock, Alexander, ed. (2009) [1966]. Tattooing. An Encyclopaedia of New Zealand. Retrieved 15 February 2011. + +
                  622. +
                  623. + ^ a b "Beginnings – history of NZ painting". Ministry for Culture and Heritage. December 2010. Retrieved 17 February 2011. + +
                  624. +
                  625. + ^ "A new New Zealand art – history of NZ painting". Ministry for Culture and Heritage. November 2010. Retrieved 16 February 2011. + +
                  626. +
                  627. + ^ "Contemporary Maori art". Ministry for Culture and Heritage. November 2010. Retrieved 16 February 2011. + +
                  628. +
                  629. + ^ Rauer, Julie. "Paradise Lost: Contemporary Pacific Art At The Asia Society". Asia Society and Museum. Retrieved 17 February 2011. + +
                  630. +
                  631. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. Textile Designs. An Encyclopaedia of New Zealand. Retrieved 15 February 2011. + +
                  632. +
                  633. + ^ Keane, Basil (March 2009). "Pounamu – jade or greenstone – Implements and adornment". Te Ara: The Encyclopedia of New Zealand. Retrieved 17 February 2011. + +
                  634. +
                  635. + ^ Wilson, John (March 2009). "Society – Food, drink and dress". Te Ara: The Encyclopedia of New Zealand. Retrieved 17 February 2011. + +
                  636. +
                  637. + ^ Swarbrick, Nancy (June 2010). "Creative life – Design and fashion". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  638. +
                  639. + ^ a b "Fashion in New Zealand – New Zealand's fashion industry". The Economist. 28 February 2008. Retrieved 6 August 2009. + +
                  640. +
                  641. + ^ Swarbrick, Nancy (June 2010). "Creative life – Writing and publishing". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2011. + +
                  642. +
                  643. + ^ "The making of New Zealand literature". Ministry for Culture and Heritage. November 2010. Retrieved 22 January 2011. + +
                  644. +
                  645. + ^ "New directions in the 1930s – New Zealand literature". Ministry for Culture and Heritage. August 2008. Retrieved 12 February 2011. + +
                  646. +
                  647. + ^ "The war and beyond – New Zealand literature". Ministry for Culture and Heritage. November 2007. Retrieved 12 February 2011. + +
                  648. +
                  649. + ^ "28 cities join the UNESCO Creative Cities Network". UNESCO. December 2014. Retrieved 7 March 2015. + +
                  650. +
                  651. + ^ a b Swarbrick, Nancy (June 2010). "Creative life – Music". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  652. +
                  653. + ^ McLintock, Alexander, ed. (April 2009) [originally published in 1966]. Maori Music. An Encyclopaedia of New Zealand. Retrieved 15 February 2011. + +
                  654. +
                  655. + ^ McLintock, Alexander, ed. (April 2009) [1966]. Musical Instruments. An Encyclopaedia of New Zealand. Retrieved 16 February 2011. + +
                  656. +
                  657. + ^ McLintock, Alexander, ed. (April 2009) [1966]. Instruments Used for Non-musical Purposes. An Encyclopaedia of New Zealand. Retrieved 16 February 2011. + +
                  658. +
                  659. + ^ McLintock, Alexander, ed. (April 2009) [1966]. Music: General History. An Encyclopaedia of New Zealand. Retrieved 15 February 2011. + +
                  660. +
                  661. + ^ McLintock, Alexander, ed. (April 2009) [1966]. Music: Brass Bands. An Encyclopaedia of New Zealand. Retrieved 14 April 2011. + +
                  662. +
                  663. + ^ McLintock, Alexander, ed. (April 2009) [1966]. Music: Pipe Bands. An Encyclopaedia of New Zealand. Retrieved 14 April 2011. + +
                  664. +
                  665. + ^ Swarbrick, Nancy (June 2010). "Creative life – Performing arts". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  666. +
                  667. + ^ "History – celebrating our music since 1965". Recording Industry Association of New Zealand. 2008. Archived from the original on 14 September 2011. Retrieved 23 January 2012. + +
                  668. +
                  669. + ^ "About RIANZ – Introduction". Recording Industry Association of New Zealand. Archived from the original on 21 December 2011. Retrieved 23 January 2012. + +
                  670. +
                  671. + ^ Downes, Siobhan (1 January 2017). "World famous in New Zealand: Hobbiton Movie Set". Stuff Travel. Retrieved 6 July 2017. + +
                  672. +
                  673. + ^ Brian, Pauling (October 2014). "Radio – The early years, 1921 to 1932". Te Ara: The Encyclopedia of New Zealand. Retrieved 6 July 2017. + +
                  674. +
                  675. + ^ "New Zealand's first official TV broadcast". Ministry for Culture and Heritage. December 2016. Retrieved 6 July 2017. + +
                  676. +
                  677. + ^ a b Swarbrick, Nancy (June 2010). "Creative life – Film and broadcasting". Te Ara: The Encyclopedia of New Zealand. Retrieved 21 January 2011. + +
                  678. +
                  679. + ^ Horrocks, Roger. "A History of Television in New Zealand". NZ On Screen. Retrieved 13 September 2017. + +
                  680. +
                  681. + ^ "Top 10 Highest Grossing New Zealand Movies Ever". Flicks.co.nz. May 2016. Retrieved 11 August 2017. + +
                  682. +
                  683. + ^ Cieply, Michael; Rose, Jeremy (October 2010). "New Zealand Bends and 'Hobbit' Stays". The New York Times. Retrieved 11 August 2017. + +
                  684. +
                  685. + ^ "Production Guide: Locations". Film New Zealand. Archived from the original on 7 November 2010. Retrieved 21 January 2011. + +
                  686. +
                  687. + ^ Myllylahti, Merja (December 2016). JMAD New Zealand Media Ownership Report 2016 (PDF) (Report). Auckland University of Technology. pp. 4–29. Archived from the original (PDF) on 21 May 2017. Retrieved 11 August 2017. + +
                  688. +
                  689. + ^ "Scores and Status Data 1980-2015". Freedom of the Press 2015. Freedom House. Retrieved 23 November 2016. + +
                  690. +
                  691. + ^ Hearn, Terry (March 2009). "English – Popular culture". Te Ara: The Encyclopedia of New Zealand. Retrieved 22 January 2012. + +
                  692. +
                  693. + ^ "Sport, Fitness and Leisure". New Zealand Official Yearbook. Statistics New Zealand. 2000. Archived from the original on 7 June 2011. Retrieved 21 July 2008. Traditionally New Zealanders have excelled in rugby union, which is regarded as the national sport, and track and field athletics. + +
                  694. +
                  695. + ^ a b Phillips, Jock (February 2011). "Sports and leisure – Organised sports". Te Ara: The Encyclopedia of New Zealand. Retrieved 23 March 2011. + +
                  696. +
                  697. + ^ a b "More and more students wear school sports colours". New Zealand Secondary School Sports Council. Retrieved 30 March 2015. + +
                  698. +
                  699. + ^ Crawford, Scott (January 1999). "Rugby and the Forging of National Identity". In Nauright, John (ed.). Sport, Power And Society In New Zealand: Historical And Contemporary Perspectives (PDF). ASSH Studies In Sports History. Archived from the original (PDF) on 19 January 2012. Retrieved 22 January 2011. + +
                  700. +
                  701. + ^ "Rugby, racing and beer". Ministry for Culture and Heritage. August 2010. Retrieved 22 January 2011. + +
                  702. +
                  703. + ^ Derby, Mark (December 2010). "Māori–Pākehā relations – Sports and race". Te Ara: The Encyclopedia of New Zealand. Retrieved 4 February 2011. + +
                  704. +
                  705. + ^ Bain 2006, p. 69. +
                  706. +
                  707. + ^ Langton, Graham (1996). A history of mountain climbing in New Zealand to 1953 (Thesis). Christchurch: University of Canterbury. p. 28. Retrieved 12 August 2017. + +
                  708. +
                  709. + ^ "World mourns Sir Edmund Hillary". The Age. Melbourne. 11 January 2008. + +
                  710. +
                  711. + ^ "Sport and Recreation Participation Levels" (PDF). Sport and Recreation New Zealand. 2009. Archived from the original (PDF) on 15 January 2015. Retrieved 27 November 2016. + +
                  712. +
                  713. + ^ Barclay-Kerr, Hoturoa (September 2013). "Waka ama – outrigger canoeing". Te Ara: The Encyclopedia of New Zealand. Retrieved 12 August 2017. + +
                  714. +
                  715. + ^ "NZ's first Olympic century". Ministry for Culture and Heritage. August 2016. Retrieved 27 April 2017. + +
                  716. +
                  717. + ^ "London 2012 Olympic Games: Medal strike rate – Final count (revised)". Statistics New Zealand. 14 August 2012. Retrieved 4 December 2013. + +
                  718. +
                  719. + ^ "Rio 2016 Olympic Games: Medals per capita". Statistics New Zealand. 30 August 2016. Retrieved 27 April 2017. + +
                  720. +
                  721. + ^ Kerr, James (14 November 2013). "The All Blacks guide to being successful (off the field)". The Daily Telegraph. London. Retrieved 4 December 2013. + +
                  722. +
                  723. + ^ Fordyce, Tom (23 October 2011). "2011 Rugby World Cup final: New Zealand 8-7 France". BBC Sport. Retrieved 4 December 2013. + +
                  724. +
                  725. + ^ a b "New Zealand Cuisine". New Zealand Tourism Guide. January 2016. Retrieved 4 January 2016. + +
                  726. +
                  727. + ^ Petrie, Hazel (November 2008). "Kai Pākehā – introduced foods". Te Ara: The Encyclopedia of New Zealand. Retrieved 27 June 2017. + +
                  728. +
                  729. + ^ Whaanga, Mere (June 2006). "Mātaitai – shellfish gathering". Te Ara: The Encyclopedia of New Zealand. Retrieved 27 June 2017. + +
                  730. +
                  731. + ^ "Story: Shellfish". Te Ara: The Encyclopedia of New Zealand. Retrieved 29 August 2016. + +
                  732. +
                  733. + ^ Burton, David (September 2013). "Cooking – Cooking methods". Te Ara: The Encyclopedia of New Zealand. Retrieved 11 December 2016. + +
                  734. +
                  735. + ^ Royal, Charles; Kaka-Scott, Jenny (September 2013). "Māori foods – kai Māori". Te Ara: The Encyclopedia of New Zealand. Retrieved 1 September 2016. + +
                  736. +
                  +
                  +

                  + References +

                  +
                  +
                    +
                  • + Alley, Roderic (2008). New Zealand in World Affairs IV 1990–2005. New Zealand: Victoria University Press. ISBN 978-0-864-73548-5. + +
                  • +
                  • + Bain, Carolyn (2006). New Zealand. Lonely Planet. ISBN 1-74104-535-5. + +
                  • +
                  • + Garden, Donald (2005). Stoll, Mark (ed.). Australia, New Zealand, and the Pacific: An Environmental History. Nature and Human Societies. ABC-CLIO/Greenwood. ISBN 978-1-57607-868-6. + +
                  • +
                  • + Hay, Jennifer; Maclagan, Margaret; Gordon, Elizabeth (2008). Dialects of English: New Zealand English. Edinburgh University Press. ISBN 978-0-7486-2529-1. + +
                  • +
                  • + Kennedy, Jeffrey (2007). "Leadership and Culture in New Zealand". In Chhokar, Jagdeep; Brodbeck, Felix; House, Robert (eds.). Culture and Leadership Across the World: The GLOBE Book of In-Depth Studies of 25 Societies. United States: Psychology Press. ISBN 978-0-8058-5997-3. + +
                  • +
                  • + King, Michael (2003). The Penguin History of New Zealand. New Zealand: Penguin Books. ISBN 978-0-14-301867-4. + +
                  • +
                  • + Mein Smith, Philippa (2005). A Concise History of New Zealand. Australia: Cambridge University Press. ISBN 0-521-54228-6. + +
                  • +
                  • + Smelt, Roselynn; Jui Lin, Yong (2009). New Zealand. Cultures of the World (2nd ed.). New York: Marshall Cavendish. ISBN 978-0-7614-3415-3. + +
                  • +
                  +
                  +

                  + Further reading +

                  + +
                  + +
                  +

                  + External links +

                  + +
                  +
                  + Government +
                  +
                  + +
                  +
                  + Travel +
                  +
                  + +
                  +
                  + General Information +
                  +
                  + + + + + + +
                  +
                  + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +

                  + Navigation menu +

                  +
                  + +
                  + + +
                  +
                  + + + +
                  +
                  +
                  + + + + + + + +
                  +
                  + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected-images.json new file mode 100644 index 0000000..caa1f9b --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected-images.json @@ -0,0 +1,53 @@ +[ + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/28a0aaa74b2267a48312e19321211cd9e3a39228", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/6ca00b61ff0e264e6c1e5adc9a00c0d2751feecf", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/7daff47fa58cdfd29dc333def748ff5fa4c923e3", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/d9415702ab196cc26f5df37af2d90e07318e93df", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/291d260bf69b764e75818669ab27870d58771e1f", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/8aa270391d183478251283d2c4b2c72ac4563352", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/5541bfa07743be995242c892c344395e672d6fa2", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/459de45e76bace9d04a80d2e8efc2abbbc246047", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/6425c6e94fa47976601cb44d7564b5d04dcfbfef", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/9a50080b735975d8001c9552ac2134b49ad534c0", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/997ea0350c18735926412de88420ac9ca989f50c", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/54bf0331204e30cba9ec7f695dfea97e6745a7c2", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/92efef0e89bdc77f6a848764195ef5b9d9bfcc6a", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/00ccf11c16396b6ddd4f2254f7132cd8bb2c57ee", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/3f0efab2d7c3a4b4b7caf14cc0705dadd13195a9", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/47136aad860d145f75f3eed3022df827cee94d7a", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/1\/1c\/Wiki_letter_w_cropped.svg\/44px-Wiki_letter_w_cropped.svg.png", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/4fa8265c5f6d4fc3b7cda6a06558c7d4d9aec855", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/0f1862750b96d01100244370b3fca45f01923ce5", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/251bf4ebbe3b0d119e0a7d19f8fd134c4f072971", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/021893240ff7fa3148b6649b0ba4d88cd207b5f0", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/a28a8250ab35ad60228bb0376eb4b7024f027815", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/a0179c3a7aebe194ccd9a19ba02b972500f88a7a", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/b6cf8185ca7a0687bf959bb65b16db6cf1714ca2", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/d303a1ebcac8547489b170be5d0dd7d8e04e548e", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/992c8ea49fdd26b491180036c5a4d879fec77442", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/46eedb181c0bdae46e8c1526161b03d0ea97b4b4", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/ddeac51c423f6dbefc5f63e483d9aee96e6fa342", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/db65cce3a8fa33e5b7b96badd756c8573aa866c0", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/add78d8608ad86e54951b8c8bd6c8d8416533d20", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/4ea1ea9ac61e6e1e84ac39130f78143c18865719", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/3b7d749931e5f709bcbc0a446638d3b6b8ed0c6c", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/fa91daf9145f27bb95746fd2a37537342d587b77", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/1934e7eadd31fbf6f7d6bcf9c0e9bec934ce8976", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/a1240df64c3010e0be6eae865fdfcfe6f77bf5eb", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/43cc392bdcfbb134dd66d9b469847f6370e29d9d", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/3ef97bb04ce4ab682bcc84cf1059f8da235b483e", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/f4ac665be4943ce769e33109e9f64abcf1e98050", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/0919d2e50fe1008af261f8301f243c002c328dbf", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/f8ed067bb4bc06662d6bdf6210d450779a529ce5", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/6ad9b0047f8437f7b012041d7b2fcd190a5a9ec2", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/b431248ab2f121914608bbd1c2376715cecda9c8", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/d4ee4832d06e8560510d81237d0650c897d476e9", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/b1d54d3c850d35f99329591e3b57cef98d17237f", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/86a67b81c2de995bd608d5b2df50cd8cd7d92455", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/82c24522483ceaf1d54224b69af4244b60c3ac08", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/87f9e315fd7e2ba406057a97300593c4802b53e4", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/486623019ef451e0582b874018e0249a46e0f996", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/18fbf88c578fc9f75d4610ebd18ab55f4f2842ce", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/200db82bfdbc81cd227cb3470aa826d6f11a7653", + "https:\/\/wikimedia.org\/api\/rest_v1\/media\/math\/render\/svg\/957584ae6a35f9edf293cb486d7436fb5b75e803" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected-metadata.json new file mode 100644 index 0000000..27df156 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Contributors to Wikimedia projects", + "Direction": "ltr", + "Excerpt": "In mathematics, a Hermitian matrix (or self-adjoint matrix) is a complex square matrix that is equal to its own conjugate transpose\u2014that is, the element in the i-th row and j-th column is equal to the complex conjugate of the element in the j-th row and i-th column, for all indices i and j:", + "Image": null, + "Title": "Hermitian matrix", + "SiteName": "Wikimedia Foundation, Inc." +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected.html b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected.html new file mode 100644 index 0000000..ff7c62c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/expected.html @@ -0,0 +1,354 @@ +
                  + + +

                  + In mathematics, a Hermitian matrix (or self-adjoint matrix) is a complex square matrix that is equal to its own conjugate transpose—that is, the element in the i-th row and j-th column is equal to the complex conjugate of the element in the j-th row and i-th column, for all indices i and j: +

                  +

                  + +

                  +

                  + or in matrix form: +

                  +
                  +
                  + . +
                  +
                  +

                  + Hermitian matrices can be understood as the complex extension of real symmetric matrices. +

                  +

                  + If the conjugate transpose of a matrix is denoted by , then the Hermitian property can be written concisely as +

                  +

                  + +

                  +

                  + Hermitian matrices are named after Charles Hermite, who demonstrated in 1855 that matrices of this form share a property with real symmetric matrices of always having real eigenvalues. Other, equivalent notations in common use are , although note that in quantum mechanics, typically means the complex conjugate only, and not the conjugate transpose. +

                  + +

                  + Alternative characterizations[edit] +

                  +

                  + Hermitian matrices can be characterized in a number of equivalent ways, some of which are listed below: +

                  +

                  + Equality with the adjoint[edit] +

                  +

                  + A square matrix is Hermitian if and only if it is equal to its adjoint, that is, it satisfies +

                  +
                  +

                  +

                  for any pair of vectors , where denotes the inner product operation. +

                  + This is also the way that the more general concept of self-adjoint operator is defined. +

                  +

                  + Reality of quadratic forms[edit] +

                  +

                  + A square matrix is Hermitian if and only if it is such that +

                  +
                  +

                  +

                  +

                  + Spectral properties[edit] +

                  +

                  + A square matrix is Hermitian if and only if it is unitarily diagonalizable with real eigenvalues. +

                  +

                  + Applications[edit] +

                  +

                  + Hermitian matrices are fundamental to the quantum theory of matrix mechanics created by Werner Heisenberg, Max Born, and Pascual Jordan in 1925. +

                  +

                  + Examples[edit] +

                  +

                  + In this section, the conjugate transpose of matrix is denoted as , the transpose of matrix is denoted as and conjugate of matrix is denoted as . +

                  +

                  + See the following example: +

                  +
                  +
                  + +
                  +
                  +

                  + The diagonal elements must be real, as they must be their own complex conjugate. +

                  +

                  + Well-known families of Pauli matrices, Gell-Mann matrices and their generalizations are Hermitian. In theoretical physics such Hermitian matrices are often multiplied by imaginary coefficients,[1][2] which results in skew-Hermitian matrices (see below). +

                  +

                  + Here, we offer another useful Hermitian matrix using an abstract example. If a square matrix equals the multiplication of a matrix and its conjugate transpose, that is, , then is a Hermitian positive semi-definite matrix. Furthermore, if is row full-rank, then is positive definite. +

                  +

                  + Properties[edit] +

                  + + + + + + + +
                  +

                  [icon] +

                  +
                  +

                  + This section needs expansion with: Proof of the properties requested. You can help by adding to it. (February 2018) +

                  +
                  + +
                  +
                  + Proof: By definition of the Hermitian matrix +
                  +
                  + +
                  +
                  +
                  +
                  + so for i = j the above follows. +
                  +
                  + Only the main diagonal entries are necessarily real; Hermitian matrices can have arbitrary complex-valued entries in their off-diagonal elements, as long as diagonally-opposite entries are complex conjugates. +
                  +
                  + +
                  +
                  + Proof: by definition. Thus Hij = Hji (matrix symmetry) if and only if (Hij is real). +
                  +
                  + +
                  +
                  + Proof: A = AH, so AAH = AA = AHA. +
                  +
                  + + +
                  +
                  + Proof: as claimed. +
                  +
                  + +
                  +
                  + Proof: If , then , so as claimed. +
                  +
                  + +
                  +
                  + Proof: Note that Thus if and only if . +
                  +
                  + Thus An is Hermitian if A is Hermitian and n is an integer. +
                  +
                  + + +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  + together with the set of matrices of the form +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  + and the matrices +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  + where denotes the complex number , called the imaginary unit. +
                  +
                  + +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  + where are the eigenvalues on the diagonal of the diagonal matrix . +
                  +
                  + +
                  +
                  + Proof: +
                  +
                  + Therefore if . +
                  +
                  + (Alternatively, the determinant is the product of the matrix's eigenvalues, and as mentioned before, the eigenvalues of a Hermitian matrix are real.) +
                  +
                  +

                  + Decomposition into Hermitian and skew-Hermitian[edit] +

                  +

                  + Additional facts related to Hermitian matrices include: +

                  + + + +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +

                  + Rayleigh quotient[edit] +

                  + +

                  + In mathematics, for a given complex Hermitian matrix M and nonzero vector x, the Rayleigh quotient[4] , is defined as:[3]:p. 234[5] +

                  +
                  +
                  + . +
                  +
                  +

                  + For real matrices and vectors, the condition of being Hermitian reduces to that of being symmetric, and the conjugate transpose to the usual transpose . Note that for any non-zero real scalar . Also, recall that a Hermitian (or real symmetric) matrix has real eigenvalues. +

                  +

                  + It can be shown[citation needed] that, for a given matrix, the Rayleigh quotient reaches its minimum value (the smallest eigenvalue of M) when is (the corresponding eigenvector). Similarly, and . +

                  +

                  + The Rayleigh quotient is used in the min-max theorem to get exact values of all eigenvalues. It is also used in eigenvalue algorithms to obtain an eigenvalue approximation from an eigenvector approximation. Specifically, this is the basis for Rayleigh quotient iteration. +

                  +

                  + The range of the Rayleigh quotient (for matrix that is not necessarily Hermitian) is called a numerical range (or spectrum in functional analysis). When the matrix is Hermitian, the numerical range is equal to the spectral norm. Still in functional analysis, is known as the spectral radius. In the context of C*-algebras or algebraic quantum mechanics, the function that to M associates the Rayleigh quotient R(M, x) for a fixed x and M varying through the algebra would be referred to as "vector state" of the algebra. +

                  +

                  + See also[edit] +

                  + +

                  + References[edit] +

                  + +

                  + External links[edit] +

                  + + + +
                  \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/source.html b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/source.html new file mode 100644 index 0000000..c22e2b4 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia-3/source.html @@ -0,0 +1,3757 @@ + + + + + + Hermitian matrix - Wikipedia + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  +
                  +
                  + +
                  + +
                  +
                  +

                  + Hermitian matrix +

                  +
                  +
                  + From Wikipedia, the free encyclopedia +
                  +
                  +
                  Jump to navigation Jump to search +
                  +
                  + + +

                  + In mathematics, a Hermitian matrix (or self-adjoint matrix) is a complex square matrix that is equal to its own conjugate transpose—that is, the element in the i-th row and j-th column is equal to the complex conjugate of the element in the j-th row and i-th column, for all indices i and j: +

                  +
                  +

                  + +

                  +
                  +

                  + or in matrix form: +

                  +
                  +
                  + . +
                  +
                  +

                  + Hermitian matrices can be understood as the complex extension of real symmetric matrices. +

                  +

                  + If the conjugate transpose of a matrix is denoted by , then the Hermitian property can be written concisely as +

                  +
                  +

                  + +

                  +
                  +

                  + Hermitian matrices are named after Charles Hermite, who demonstrated in 1855 that matrices of this form share a property with real symmetric matrices of always having real eigenvalues. Other, equivalent notations in common use are , although note that in quantum mechanics, typically means the complex conjugate only, and not the conjugate transpose. +

                  + +

                  + Alternative characterizations[edit] +

                  +

                  + Hermitian matrices can be characterized in a number of equivalent ways, some of which are listed below: +

                  +

                  + Equality with the adjoint[edit] +

                  +

                  + A square matrix is Hermitian if and only if it is equal to its adjoint, that is, it satisfies +

                  +
                  + +
                  for any pair of vectors , where denotes the inner product operation. +

                  + This is also the way that the more general concept of self-adjoint operator is defined. +

                  +

                  + Reality of quadratic forms[edit] +

                  +

                  + A square matrix is Hermitian if and only if it is such that +

                  +
                  + +
                  +

                  + Spectral properties[edit] +

                  +

                  + A square matrix is Hermitian if and only if it is unitarily diagonalizable with real eigenvalues. +

                  +

                  + Applications[edit] +

                  +

                  + Hermitian matrices are fundamental to the quantum theory of matrix mechanics created by Werner Heisenberg, Max Born, and Pascual Jordan in 1925. +

                  +

                  + Examples[edit] +

                  +

                  + In this section, the conjugate transpose of matrix is denoted as , the transpose of matrix is denoted as and conjugate of matrix is denoted as . +

                  +

                  + See the following example: +

                  +
                  +
                  + +
                  +
                  +

                  + The diagonal elements must be real, as they must be their own complex conjugate. +

                  +

                  + Well-known families of Pauli matrices, Gell-Mann matrices and their generalizations are Hermitian. In theoretical physics such Hermitian matrices are often multiplied by imaginary coefficients,[1][2] which results in skew-Hermitian matrices (see below). +

                  +

                  + Here, we offer another useful Hermitian matrix using an abstract example. If a square matrix equals the multiplication of a matrix and its conjugate transpose, that is, , then is a Hermitian positive semi-definite matrix. Furthermore, if is row full-rank, then is positive definite. +

                  +

                  + Properties[edit] +

                  + + + + + + + + +
                    +
                  • The entries on the main diagonal (top left to bottom right) of any Hermitian matrix are real. +
                  • +
                  +
                  +
                  + Proof: By definition of the Hermitian matrix +
                  +
                  + +
                  +
                  +
                  +
                  + so for i = j the above follows. +
                  +
                  + Only the main diagonal entries are necessarily real; Hermitian matrices can have arbitrary complex-valued entries in their off-diagonal elements, as long as diagonally-opposite entries are complex conjugates. +
                  +
                  +
                    +
                  • A matrix that has only real entries is Hermitian if and only if it is symmetric. A real and symmetric matrix is simply a special case of a Hermitian matrix. +
                  • +
                  +
                  +
                  + Proof: by definition. Thus Hij = Hji (matrix symmetry) if and only if (Hij is real). +
                  +
                  +
                    +
                  • Every Hermitian matrix is a normal matrix. That is to say, AAH = AHA. +
                  • +
                  +
                  +
                  + Proof: A = AH, so AAH = AA = AHA. +
                  +
                  +
                    +
                  • The finite-dimensional spectral theorem says that any Hermitian matrix can be diagonalized by a unitary matrix, and that the resulting diagonal matrix has only real entries. This implies that all eigenvalues of a Hermitian matrix A with dimension n are real, and that A has n linearly independent eigenvectors. Moreover, a Hermitian matrix has orthogonal eigenvectors for distinct eigenvalues. Even if there are degenerate eigenvalues, it is always possible to find an orthogonal basis of n consisting of n eigenvectors of A. +
                  • +
                  +
                    +
                  • The sum of any two Hermitian matrices is Hermitian. +
                  • +
                  +
                  +
                  + Proof: as claimed. +
                  +
                  +
                    +
                  • The inverse of an invertible Hermitian matrix is Hermitian as well. +
                  • +
                  +
                  +
                  + Proof: If , then , so as claimed. +
                  +
                  +
                    +
                  • The product of two Hermitian matrices A and B is Hermitian if and only if AB = BA. +
                  • +
                  +
                  +
                  + Proof: Note that Thus if and only if . +
                  +
                  + Thus An is Hermitian if A is Hermitian and n is an integer. +
                  +
                  +
                    +
                  • For an arbitrary complex valued vector v the product is real because of . This is especially important in quantum physics where Hermitian matrices are operators that measure properties of a system e.g. total spin which have to be real. +
                  • +
                  +
                    +
                  • The Hermitian complex n-by-n matrices do not form a vector space over the complex numbers, , since the identity matrix In is Hermitian, but iIn is not. However the complex Hermitian matrices do form a vector space over the real numbers . In the 2n2-dimensional vector space of complex n × n matrices over , the complex Hermitian matrices form a subspace of dimension n2. If Ejk denotes the n-by-n matrix with a 1 in the j,k position and zeros elsewhere, a basis (orthonormal w.r.t. the Frobenius inner product) can be described as follows: +
                  • +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  + together with the set of matrices of the form +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  + and the matrices +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  + where denotes the complex number , called the imaginary unit. +
                  +
                  +
                    +
                  • If n orthonormal eigenvectors of a Hermitian matrix are chosen and written as the columns of the matrix U, then one eigendecomposition of A is where and therefore +
                  • +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  + where are the eigenvalues on the diagonal of the diagonal matrix . +
                  +
                  +
                    +
                  • The determinant of a Hermitian matrix is real: +
                  • +
                  +
                  +
                  + Proof: +
                  +
                  + Therefore if . +
                  +
                  + (Alternatively, the determinant is the product of the matrix's eigenvalues, and as mentioned before, the eigenvalues of a Hermitian matrix are real.) +
                  +
                  +

                  + Decomposition into Hermitian and skew-Hermitian[edit] +

                  +

                  + Additional facts related to Hermitian matrices include: +

                  +
                    +
                  • The sum of a square matrix and its conjugate transpose is Hermitian. +
                  • +
                  +
                    +
                  • The difference of a square matrix and its conjugate transpose is skew-Hermitian (also called antihermitian). This implies that the commutator of two Hermitian matrices is skew-Hermitian. +
                  • +
                  +
                    +
                  • An arbitrary square matrix C can be written as the sum of a Hermitian matrix A and a skew-Hermitian matrix B. This is known as the Toeplitz decomposition of C.[3]:p. 7 +
                  • +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +

                  + Rayleigh quotient[edit] +

                  + +

                  + In mathematics, for a given complex Hermitian matrix M and nonzero vector x, the Rayleigh quotient[4] , is defined as:[3]:p. 234[5] +

                  +
                  +
                  + . +
                  +
                  +

                  + For real matrices and vectors, the condition of being Hermitian reduces to that of being symmetric, and the conjugate transpose to the usual transpose . Note that for any non-zero real scalar . Also, recall that a Hermitian (or real symmetric) matrix has real eigenvalues. +

                  +

                  + It can be shown[citation needed] that, for a given matrix, the Rayleigh quotient reaches its minimum value (the smallest eigenvalue of M) when is (the corresponding eigenvector). Similarly, and . +

                  +

                  + The Rayleigh quotient is used in the min-max theorem to get exact values of all eigenvalues. It is also used in eigenvalue algorithms to obtain an eigenvalue approximation from an eigenvector approximation. Specifically, this is the basis for Rayleigh quotient iteration. +

                  +

                  + The range of the Rayleigh quotient (for matrix that is not necessarily Hermitian) is called a numerical range (or spectrum in functional analysis). When the matrix is Hermitian, the numerical range is equal to the spectral norm. Still in functional analysis, is known as the spectral radius. In the context of C*-algebras or algebraic quantum mechanics, the function that to M associates the Rayleigh quotient R(M, x) for a fixed x and M varying through the algebra would be referred to as "vector state" of the algebra. +

                  +

                  + See also[edit] +

                  + +

                  + References[edit] +

                  +
                  +
                  +
                    +
                  1. + ^ Frankel, Theodore (2004). The Geometry of Physics: an introduction. Cambridge University Press. p. 652. ISBN 0-521-53927-7. +
                  2. +
                  3. + ^ Physics 125 Course Notes at California Institute of Technology +
                  4. +
                  5. + ^ a b Horn, Roger A.; Johnson, Charles R. (2013). Matrix Analysis, second edition. Cambridge University Press. ISBN 9780521839402. + +
                  6. +
                  7. + ^ Also known as the Rayleigh–Ritz ratio; named after Walther Ritz and Lord Rayleigh. +
                  8. +
                  9. + ^ Parlet B. N. The symmetric eigenvalue problem, SIAM, Classics in Applied Mathematics,1998 +
                  10. +
                  +
                  +
                  +

                  + External links[edit] +

                  + + + +
                  +
                  + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +

                  + Navigation menu +

                  +
                  + +
                  + + +
                  +
                  + + + +
                  +
                  +
                  + + + + + + +
                  +
                  + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-images.json new file mode 100644 index 0000000..fc1eaf6 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-images.json @@ -0,0 +1,10 @@ +[ + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/5\/5c\/Mozilla_dinosaur_head_logo.png\/200px-Mozilla_dinosaur_head_logo.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/7\/76\/Mozilla_Firefox_logo_2013.svg\/220px-Mozilla_Firefox_logo_2013.svg.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/0\/0d\/SeaMonkey.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/d\/d7\/Buggie.svg\/220px-Buggie.svg.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/2a\/London_Mozilla_Workspace.jpg\/220px-London_Mozilla_Workspace.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/0b\/Mozilla_Reps.png\/220px-Mozilla_Reps.png", + "http:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/e\/e4\/Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg\/220px-Fireside_Chat%2C_Knight%27s_Michael_Maness_and_Dan_Sinker_-_Flickr_-_Knight_Foundation.jpg", + "http:\/\/upload.wikimedia.org\/wikipedia\/en\/thumb\/4\/4a\/Commons-logo.svg\/30px-Commons-logo.svg.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-metadata.json new file mode 100644 index 0000000..b6e3d76 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": "ltr", + "Excerpt": "Mozilla is a free-software community, created in 1998 by members of Netscape. The Mozilla community uses, develops, spreads and supports Mozilla products, thereby promoting exclusively free software and open standards, with only minor exceptions.[1] The community is supported institutionally by the Mozilla Foundation and its tax-paying subsidiary, the Mozilla Corporation.[2]", + "Image": null, + "Title": "Mozilla - Wikipedia", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected.html b/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected.html new file mode 100644 index 0000000..0764fb8 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected.html @@ -0,0 +1,469 @@ +
                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  Mozilla
                  + Mozilla dinosaur head logo.png +
                  IndustryOpen-source software
                  FoundedFebruary 28, 1998; 18 years ago +
                  FounderNetscape Communications Corporation
                  ProductsMozilla Application Suite
                  Divisions + +
                  Websitemozilla.org/,%20https://www.mozilla.org/tr/
                  +

                  Mozilla is a free-software community, created in 1998 by members of Netscape. The Mozilla community uses, develops, spreads and supports Mozilla products, thereby promoting exclusively free software and open standards, with only minor exceptions.[1] The community is supported institutionally by the Mozilla Foundation and its tax-paying subsidiary, the Mozilla Corporation.[2]

                  +

                  Mozilla produces many products such as the Firefox web browser, Thunderbird e-mail client, Firefox Mobile web browser, Firefox OS mobile operating system, Bugzilla bug tracking system and other projects.

                  + + + +

                  History[edit] +

                  +

                  On January 23, 1998, Netscape made two announcements: first, that Netscape Communicator will be free; second, that the source code will also be free.[3] One day later, Jamie Zawinski from Netscape registered mozilla.org.[4] The project was named Mozilla after the original code name of the Netscape Navigator browser which is a blending of "Mosaic and Godzilla"[5] and used to co-ordinate the development of the Mozilla Application Suite, the open source version of Netscape's internet software, Netscape Communicator.[6][7] Jamie Zawinski says he came up with the name "Mozilla" at a Netscape staff meeting.[8][9] A small group of Netscape employees were tasked with coordination of the new community.

                  +

                  Originally, Mozilla aimed to be a technology provider for companies, such as Netscape, who would commercialize their open source code.[10] When AOL (Netscape's parent company) greatly reduced its involvement with Mozilla in July 2003, the Mozilla Foundation was designated the legal steward of the project.[11] Soon after, Mozilla deprecated the Mozilla Suite in favor of creating independent applications for each function, primarily the Firefox web browser and the Thunderbird email client, and moved to supply them directly to the public.[12]

                  +

                  Recently, Mozilla's activities have expanded to include Firefox on mobile platforms (primarily Android),[13] a mobile OS called Firefox OS,[14] a web-based identity system called Mozilla Persona and a marketplace for HTML5 applications.[15]

                  +

                  In a report released in November 2012, Mozilla reported that their total revenue for 2011 was $163 million, which was up 33% from $123 million in 2010. Mozilla noted that roughly 85% of their revenue comes from their contract with Google.[16]

                  +

                  At the end of 2013, Mozilla announced a deal with Cisco Systems whereby Firefox would download and use a Cisco-provided binary build of an open source[17] codec to play the proprietary H.264 video format.[18][19] As part of the deal, Cisco would pay any patent licensing fees associated with the binaries that it distributes. Mozilla's CTO, Brendan Eich, acknowledged that this is "not a complete solution" and isn't "perfect".[20] An employee in Mozilla's video formats team, writing in an unofficial capacity, justified[21] it by the need to maintain their large user base, which would be necessary in future battles for truly free video formats.

                  +

                  In December 2013, Mozilla announced funding for the development of non-free games[22] through its Game Creator Challenge. However, even those games that may be released under a non-free software or open source license must be made with open web technologies and Javascript as per the work criteria outlined in the announcement.

                  +

                  Eich CEO promotion controversy[edit] +

                  +

                  On March 24, 2014, Mozilla promoted Brendan Eich to the role of CEO. This led to boycotts and protests from the LGBT community and its supporters, as Eich previously donated US$1,000[23] in 2008 in support of California's Proposition 8, a California ballot proposition and state constitutional amendment in opposition to same-sex marriage.[24] Eich's donation first became public knowledge in 2012, while he was Mozilla’s chief technical officer, leading to angry responses on Twitter—including the use of the hashtag "#wontworkwithbigots".[25]

                  +

                  Protests also emerged in 2014 following the announcement of Eich's appointment as CEO of Mozilla. U.S. companies OkCupid and CREDO Mobile received media coverage for their objections, with the former asking its users to boycott the browser,[26] while Credo amassed 50,000 signatures for a petition that called for Eich's resignation

                  +

                  Due to the controversy, Eich voluntarily stepped down on April 3, 2014[27] and Mitchell Baker, executive chairwoman of Mozilla Corporation, posted a statement on the Mozilla blog: "We didn’t move fast enough to engage with people once the controversy started. Mozilla believes both in equality and freedom of speech. Equality is necessary for meaningful speech. And you need free speech to fight for equality."[28] Eich's resignation promoted a larger backlash from conservatives who felt he had been forced out of the company internally.[citation needed]

                  +

                  OkCupid co-founder and CEO Sam Yagan had also donated $500[29] to Republican candidate Chris Cannon who proceeded to vote for multiple measures viewed as "anti-gay", including the banning of same-sex marriage.[30][31][32][33] Yagan claims he did not know about Cannon's stance on gay rights and that his contribution was due to the candidate being the ranking Republican participating in the House subcommittee that oversaw Internet and Intellectual Property matters.[34][35][36][37][38]

                  +

                  Reader comments on articles that were published close to the events were divided between support for OkCupid's actions and opposition to them. Supporters claimed the boycott was justified and saw OkCupid's actions as a firm statement of opposition to intolerance towards the gay community. Opponents saw OkCupid's actions as hypocritical, since Eich is also the inventor of JavaScript, which is still required to browse OkCupid's website, and felt that users should not be punished for the actions of Mozilla and suspected that OkCupid's actions were a publicity stunt.[36][39]

                  +

                  Values[edit] +

                  +

                  According to Mozilla's manifesto,[40] which outlines goals, principles, and a pledge, "The Mozilla project uses a community-based approach to create world-class open source software and to develop new types of collaborative activities". Mozilla's manifesto mentions only its beliefs in regards to the Internet and Internet privacy, and has no mention of any political or social viewpoints.

                  +

                  Pledge[edit] +

                  +

                  According to the Mozilla Foundation:[41]

                  +
                  +

                  The Mozilla Foundation pledges to support the Mozilla Manifesto in its activities. Specifically, we will:

                  +
                    +
                  • Build and enable open-source technologies and communities that support the Manifesto’s principles;
                  • +
                  • Build and deliver great consumer products that support the Manifesto’s principles;
                  • +
                  • Use the Mozilla assets (intellectual property such as copyrights and trademarks, infrastructure, funds, and reputation) to keep the Internet an open platform;
                  • +
                  • Promote models for creating economic value for the public benefit; and
                  • +
                  • Promote the Mozilla Manifesto principles in public discourse and within the Internet industry.
                  • +
                  +
                  +

                  Software[edit] +

                  +
                  +

                  +
                  +

                  Firefox[edit] +

                  + +

                  Firefox is a web browser, and is Mozilla's flagship software product. It is available in both desktop and mobile versions. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards.[42] As of late 2015, Firefox has approximately 10-11% of worldwide usage share of web browsers, making it the 4th most-used web browser.[43][44][45]

                  +

                  Firefox began as an experimental branch of the Mozilla codebase by Dave Hyatt, Joe Hewitt and Blake Ross. They believed the commercial requirements of Netscape's sponsorship and developer-driven feature creep compromised the utility of the Mozilla browser.[46] To combat what they saw as the Mozilla Suite's software bloat, they created a stand-alone browser, with which they intended to replace the Mozilla Suite.

                  +

                  Firefox was originally named Phoenix but the name was changed so as to avoid trademark conflicts with Phoenix Technologies. The initially-announced replacement, Firebird, provoked objections from the Firebird project community.[47][48] The current name, Firefox, was chosen on February 9, 2004.[49]

                  +

                  Firefox Mobile[edit] +

                  + +

                  Firefox Mobile (codenamed Fennec) is the build of the Mozilla Firefox web browser for devices such as smartphones and tablet computers.

                  +

                  Firefox Mobile uses the same Gecko layout engine as Mozilla Firefox. For example, version 1.0 used the same engine as Firefox 3.6, and the following release, 4.0, shared core code with Firefox 4.0. Its features include HTML5 support, Firefox Sync, add-ons support and tabbed browsing.[50]

                  +

                  Firefox Mobile is currently available for Android 2.2 and above devices with an ARMv7 or ARMv6 CPU.[51] The x86 architecture is not officially supported.[52] Tristan Nitot, president of Mozilla Europe, has said that it's unlikely that an iPhone or a BlackBerry version will be released, citing Apple's iTunes Store application approval policies (which forbid applications competing with Apple's own, and forbid engines which run downloaded code) and BlackBerry's limited operating system as the reasons.[53]

                  +

                  Firefox OS[edit] +

                  + +

                  Firefox OS (project name: Boot to Gecko also known as B2G) is an open source operating system in development by Mozilla that aims to support HTML5 apps written using "open Web" technologies rather than platform-specific native APIs. The concept behind Firefox OS is that all user-accessible software will be HTML5 applications, that use Open Web APIs to access the phone's hardware directly via JavaScript.[54]

                  +

                  Some devices using this OS include[55] Alcatel One Touch Fire, ZTE Open, LG Fireweb.

                  +

                  Thunderbird[edit] +

                  + +

                  Thunderbird is a free, open source, cross-platform email and news client developed by the volunteers of the Mozilla Community.

                  +

                  On July 16, 2012, Mitchell Baker announced that Mozilla's leadership had come to the conclusion that on-going stability was the most important thing for Thunderbird and that innovation in Thunderbird was no longer a priority for Mozilla. In that update Baker also suggested that Mozilla had provided a pathway for community to innovate around Thunderbird if the community chooses.[56]

                  +

                  SeaMonkey[edit] +

                  + +
                  +

                  +
                  +

                  SeaMonkey (formerly the Mozilla Application Suite) is a free and open source cross platform suite of Internet software components including a web browser component, a client for sending and receiving email and USENET newsgroup messages, an HTML editor (Mozilla Composer) and the ChatZilla IRC client.

                  +

                  On March 10, 2005, the Mozilla Foundation announced that it would not release any official versions of Mozilla Application Suite beyond 1.7.x, since it had now focused on the standalone applications Firefox and Thunderbird.[57] SeaMonkey is now maintained by the SeaMonkey Council, which has trademarked the SeaMonkey name with help from the Mozilla Foundation.[58] The Mozilla Foundation provides project hosting for the SeaMonkey developers.

                  + +

                  Bugzilla[edit] +

                  + +
                  +

                  +
                  +

                  Bugzilla is a web-based general-purpose bug tracking system, which was released as open source software by Netscape Communications in 1998 along with the rest of the Mozilla codebase, and is currently stewarded by Mozilla. It has been adopted by a variety of organizations for use as a bug tracking system for both free and open source software and proprietary projects and products, including the Mozilla Foundation, the Linux kernel, GNOME, KDE, Red Hat, Novell, Eclipse and LibreOffice.[59]

                  +

                  Components[edit] +

                  +

                  NSS[edit] +

                  + +

                  Network Security Services (NSS) comprises a set of libraries designed to support cross-platform development of security-enabled client and server applications. NSS provides a complete open-source implementation of crypto libraries supporting SSL and S/MIME. NSS was previously tri-licensed under the Mozilla Public License 1.1, the GNU General Public License, and the GNU Lesser General Public License, but upgraded to GPL-compatible MPL 2.0.

                  +

                  AOL, Red Hat, Sun Microsystems/Oracle Corporation, Google and other companies and individual contributors have co-developed NSS and it is used in a wide range of non-Mozilla products including Evolution, Pidgin, and Apache OpenOffice.

                  +

                  SpiderMonkey[edit] +

                  + +

                  SpiderMonkey is the original JavaScript engine developed by Brendan Eich when he invented JavaScript in 1995 as a developer at Netscape. It became part of the Mozilla product family when Mozilla inherited Netscape's code-base in 1998. In 2011, Eich transferred the nominal ownership of the SpiderMonkey code and project to Dave Mandelin.[60]

                  +

                  SpiderMonkey is a cross-platform engine written in C++ which implements ECMAScript, a standard developed from JavaScript.[60][61] It comprises an interpreter, several just-in-time compilers, a decompiler and a garbage collector. Products which embed SpiderMonkey include Firefox, Thunderbird, SeaMonkey, and many non-Mozilla applications.[62]

                  +

                  Rhino[edit] +

                  + +

                  Rhino is an open source JavaScript engine managed by the Mozilla Foundation. It is developed entirely in Java. Rhino converts JavaScript scripts into Java classes. Rhino works in both compiled and interpreted mode.[63]

                  +

                  Gecko[edit] +

                  + +

                  Gecko is a layout engine that supports web pages written using HTML, SVG, and MathML. Gecko is written in C++ and uses NSPR for platform independence. Its source code is licensed under the Mozilla Public License.

                  +

                  Firefox uses Gecko both for rendering web pages and for rendering its user interface. Gecko is also used by Thunderbird, SeaMonkey, and many non-Mozilla applications.

                  +

                  Rust[edit] +

                  + +

                  Rust is a compiled programming language being developed by Mozilla Research. It is designed for safety, concurrency, and performance. Rust is intended for creating large and complex software which needs to be both safe against exploits and fast.

                  +

                  Rust is being used in an experimental layout engine, Servo, which is developed by Mozilla and Samsung. Servo is not used in any consumer-oriented browsers yet. However, the Servo project developers plan for parts of the Servo source code to be merged into Gecko, and Firefox, incrementally.[64][65]

                  +

                  XULRunner[edit] +

                  + +

                  XULRunner is a software platform and technology experiment by Mozilla, that allows applications built with the same technologies used by Firefox extensions (XPCOM, Javascript, HTML, CSS, XUL) to be run natively as desktop applications, without requiring Firefox to be installed on the user's machine. XULRunner binaries are available for the Windows, GNU/Linux and OS X operating systems, allowing such applications to be effectively cross platform.

                  +

                  pdf.js[edit] +

                  + +

                  Pdf.js is a library developed by Mozilla that allows in-browser rendering of pdf documents using the HTML5 Canvas and Javascript. It is included by default in recent versions of Firefox, allowing the browser to render pdf documents without requiring an external plugin; and it is available separately as an extension named "PDF Viewer" for Firefox for Android, SeaMonkey, and the Firefox versions which don't include it built-in. It can also be included as part of a website's scripts, to allow pdf rendering for any browser that implements the required HTML5 features and can run Javascript.

                  +

                  Shumway[edit] +

                  + +

                  Shumway is an open source replacement for the Adobe Flash Player, developed by Mozilla since 2012, using open web technologies as a replacement for Flash technologies. It uses Javascript and HTML5 Canvas elements to render Flash and execute Actionscript. It is included by default in Firefox Nightly and can be installed as an extension for any recent version of Firefox. The current implementation is limited in its capabilities to render Flash content outside simple projects.

                  +

                  Other activities[edit] +

                  +

                  Mozilla VR[edit] +

                  +

                  Mozilla VR is a team focused on bringing Virtual reality tools, specifications, and standards to the open Web.[66] Mozilla VR maintains A-Frame (VR), a web framework for building VR experiences, and works on advancing WebVR support within web browsers.

                  +

                  Mozilla Persona[edit] +

                  + +

                  Mozilla Persona is a secure, cross-browser website authentication mechanism which allows a user to use a single username and password (or other authentication method) to log in to multiple sites.[67] Mozilla Persona will be shutting down on November 30, 2016.[68]

                  +

                  Mozilla Location Service[edit] +

                  + +

                  This open source crowdsourced geolocation service was started by Mozilla in 2013 and offers a free API.

                  +

                  Webmaker[edit] +

                  +

                  Mozilla Webmaker is Mozilla's educational initiative, Webmaker's goal is to "help millions of people move from using the web to making the web." As part of Mozilla’s non-profit mission, Webmaker aims "to help the world increase their understanding of the web, take greater control of their online lives, and create a more web literate planet."[69][70][70]

                  +

                  Mozilla Developer Network[edit] +

                  + +

                  Mozilla maintains a comprehensive developer documentation website called the Mozilla Developer Network which contains information about web technologies including HTML, CSS, SVG, JavaScript, as well Mozilla-specific information. In addition, Mozilla publishes a large number of videos about web technologies and the development of Mozilla projects on the Air Mozilla website.[71][72]

                  +

                  [edit] +

                  +

                  The Mozilla Community consists of over 40,000 active contributors from across the globe[citation needed]. It includes both paid employees and volunteers who work towards the goals set forth[40] in the Mozilla Manifesto. Many of the sub-communities in Mozilla have formed around localization efforts for Mozilla Firefox, and the Mozilla web properties.

                  +

                  Local communities[edit] +

                  +
                  +

                  +
                  +

                  There are a number of sub-communities that exist based on their geographical locations, where contributors near each other work together on particular activities, such as localization, marketing, PR and user support.

                  +

                  Mozilla Reps[edit] +

                  +
                  +

                  +
                  +

                  The Mozilla Reps program aims to empower and support volunteer Mozillians who want to become official representatives of Mozilla in their region/locale.

                  +

                  The program provides a simple framework and a specific set of tools to help Mozillians to organize and/or attend events, recruit and mentor new contributors, document and share activities, and support their local communities better.

                  +

                  When joining the program, a Mozilla Rep agrees to take on the following responsibilities:

                  + +

                  Conferences and events[edit] +

                  +

                  Mozilla Festival[edit] +

                  +
                  +

                  +

                  + Speakers from the Knight Foundation discuss the future of news at the 2011 Mozilla Festival in London.

                  +
                  +

                  The Mozilla Festival is an annual event where hundreds of passionate people explore the Web, learn together and make things that can change the world. With the emphasis on making—the mantra of the Festival is "less yack, more hack." Journalists, coders, filmmakers, designers, educators, gamers, makers, youth and anyone else, from all over the world, are encouraged to attend, with attendees from more than 40 countries, working together at the intersection between freedom, the Web, and that years theme.

                  +

                  The event revolves around design challenges which address key issues based on the chosen theme for that years festival. In previous years the Mozilla Festival has focused on Learning, and Media, with the 2012 festival being based around making. The titles of the festival revolve around the main theme, freedom (as in freedom of speech not free beer), and the Web.

                  +

                  MozCamps[edit] +

                  +

                  MozCamps are the critical part of the Grow Mozilla initiative which aims to grow the Mozilla Community. These camps aim to bring core contributors from around the world together. They are intensive multi-day summits that include keynote speeches by Mozilla leadership, workshops and breakout sessions (led by paid and unpaid staff), and fun social outings. All of these activities combine to reward contributors for their hard work, engage them with new products and initiatives, and align all attendees on Mozilla's mission.

                  +

                  Mozilla Summit[edit] +

                  +

                  Mozilla Summit are the global event with active contributors and Mozilla employees to develop a shared understanding of Mozilla's mission together. Over 2,000 people representing 90 countries and 114 languages gathered in Santa Clara, Toronto and Brussels in 2013. Mozilla has since its last summit in 2013 replaced summits with all-hands where both employees and volunteers come together to collaborate the event is a scaled down version of Mozilla Summit.

                  +

                  See also[edit] +

                  + + +

                  References[edit] +

                  +
                  +
                    +
                  1. ^ For exceptions, see "Values" section below
                  2. +
                  3. ^ "About the Mozilla Corporation". Mozilla Foundation. + +
                  4. +
                  5. ^ "Freeing the Source: The Story of Mozilla". Open Sources: Voices from the Open Source Revolution. Retrieved 2016-05-01. + +
                  6. +
                  7. ^ "Mozilla.org WHOIS, DNS, & Domain Info". DomainTools. Retrieved 1 May 2016. + +
                  8. +
                  9. ^ Payment, S. (2007). Marc Andreessen and Jim Clark: The Founders of Netscape. Rosen Publishing Group. ISBN 9781404207196. + +
                  10. +
                  11. ^ "Netscape Announces mozilla.org, a Dedicated Team and Web Site Supporting Development of Free Client Source Code". Netscape. Archived from the original on October 4, 2002. Retrieved 2012-08-21. +
                  12. +
                  13. ^ "Mac vendors ponder Netscape gambit.". Macworld. 1 May 1998. Retrieved 2012-08-19. + +
                  14. +
                  15. ^ Zawinski, Jamie (1996). "nscp dorm". Retrieved 2007-10-12. + +
                  16. +
                  17. ^ Dave Titus with assistance from Andrew Wong. "How was Mozilla born". + +
                  18. +
                  19. ^ "Introduction to Mozilla Source Code". Mozilla. Retrieved 2012-08-18. However, mozilla.org wants to emphasize that these milestones are being produced for testing purposes only. + +
                  20. +
                  21. ^ "mozilla.org Announces Launch of the Mozilla Foundation to Lead Open-Source Browser Efforts". Retrieved 2012-08-18. + +
                  22. +
                  23. ^ Eich, Brendan; David Hyatt (April 2, 2003). "mozilla development roadmap". Mozilla. Retrieved 2009-08-02. + +
                  24. +
                  25. ^ "Better Browsing on Your Android Smartphone". AllThingsD. Retrieved 2012-08-18. + +
                  26. +
                  27. ^ "Mozilla Releases Test Version of Firefox OS". PC Magazine. Retrieved 2012-08-18. + +
                  28. +
                  29. ^ "Mozilla Marketplace is live, lets you run web apps like desktop programs". Engadget. Retrieved 2012-08-18. + +
                  30. +
                  31. ^ Lardinois, Frederic (November 15, 2012). "Mozilla Releases Annual Report For 2011: Revenue Up 33% To $163M, Majority From Google". techcrunch.com. + +
                  32. +
                  33. ^ "cisco/openh264 · GitHub". github.com. Retrieved 2014-04-05. + +
                  34. +
                  35. ^ "Mozilla will add H.264 to Firefox as Cisco makes eleventh-hour push for WebRTC's future — Tech News and Analysis". gigaom.com. Retrieved 2014-04-05. + +
                  36. +
                  37. ^ "Cisco to release open-source H.264 codec, Mozilla makes tactical retreat - TechRepublic". techrepublic.com. Retrieved 2014-04-05. + +
                  38. +
                  39. ^ "Video Interoperability on the Web Gets a Boost From Cisco's H.264 Codec". Of course, this is not a not a complete solution. In a perfect world, codecs, like other basic Internet technologies such as TCP/IP, HTTP, and HTML, would be fully open and free + +
                  40. +
                  41. ^ "Comments on Cisco, Mozilla, and H.264". By endorsing Cisco's plan, there's no getting around the fact that we've caved on our principles. That said, principles can't replace being in a practical position to make a difference in the future. - Christopher Montgomery wrote in a personal capacity but works for Mozilla in their codecs team +
                  42. +
                  43. ^ "Game Creator Challenge -Contest Terms and Conditions". - submissions to the "amateur" category have to be released as free software, but not for the other two categories +
                  44. +
                  45. ^ "Los Angeles Times - Brendan Eich contribution to Proposition 8". latimes.com. Retrieved 2014-07-01. + +
                  46. +
                  47. ^ "Gay Firefox developers boycott Mozilla to protest CEO hire [Updated] | Ars Technica". arstechnica.com. Retrieved 2014-04-05. + +
                  48. +
                  49. ^ Kelly Faircloth (9 April 2012). "Tech Celeb Makes Prop-8 Donation; Internet Goes Berserk". BetaBeat. BetaBeat. Retrieved 2014-04-28. + +
                  50. +
                  51. ^ "Screenshot of OkCupid's statement towards Firefox users". huffingtonpost.com. Retrieved 2014-07-01. + +
                  52. +
                  53. ^ "FAQ on CEO Resignation". The Mozilla Blog. Retrieved 2015-04-20. + +
                  54. +
                  55. ^ Baker, Mitchell (3 April 2014). "Brendan Eich Steps Down as Mozilla CEO". mozilla blog. Mozilla. Retrieved 2014-04-04. + +
                  56. +
                  57. ^ "opensecrets.org listing of Sam Yagan's contributions to political candidates". opensecrets.org. Retrieved 2014-07-01. + +
                  58. +
                  59. ^ "ontheissues.org listing of votes cast by Chris Cannon". ontheissues.org. Retrieved 2014-07-01. + +
                  60. +
                  61. ^ "ontheissues.org listing of votes cast on the permanency of the Patriot Act". ontheissues.org. Retrieved 2014-07-01. + +
                  62. +
                  63. ^ "ontheissues.org: Chris Cannon on Homeland Security". ontheissues.org. Retrieved 2014-07-01. + +
                  64. +
                  65. ^ "ontheissues.org: Chris Cannon on Abortion". ontheissues.org. Retrieved 2014-07-01. + +
                  66. +
                  67. ^ Levintova, Hannah (7 April 2014). "OkCupid's CEO Donated to an Anti-Gay Campaign Once, Too". Hanna Levintova article on motherjones.com. motherjones.com. Retrieved 2014-07-01. + +
                  68. +
                  69. ^ Lee, Stephanie M. (8 April 2014). "OKCupid CEO once donated to anti-gay politician". Stephanie M. Lee's blog on sfgate.com. sfgate.com. Retrieved 2014-07-01. + +
                  70. +
                  71. ^ a b "The Hypocrisy Of Sam Yagan & OkCupid". uncrunched.com blog. uncrunched.com. 6 April 2014. Retrieved 2014-07-01. + +
                  72. +
                  73. ^ Bellware, Kim (31 March 2014). "OKCupid Publicly Rips Mozilla: 'We Wish Them Nothing But Failure'". Kim Bellware article on huffingtonpost.com. huffingtonpost.com. Retrieved 2014-07-01. + +
                  74. +
                  75. ^ "Mozilla's Appointment Of Brendan Eich As CEO Sparks Controversy After Prop 8 Donation News Re-Emerges". huffingtonpost.com article. huffingtonpost.com. 27 March 2014. Retrieved 2014-07-01. + +
                  76. +
                  77. ^ Eidelson, Josh (4 April 2014). "OkCupid's gay rights stunt has its limits: Taking a deeper look at the savvy ploy". Josh Eidelson article on salon.com. salon.com. Retrieved 2014-07-01. + +
                  78. +
                  79. ^ a b "Mozilla Manifesto". Mozilla.org. Retrieved 2012-03-21. + +
                  80. +
                  81. ^ "The Mozilla Manifesto". Retrieved 24 July 2015. + +
                  82. +
                  83. ^ "Gecko Layout Engine". download-firefox.org. July 17, 2008. Archived from the original on 2010-11-28. Retrieved 2012-05-10. + +
                  84. +
                  85. ^ "Web Browser Market Share Trends". W3Counter. Awio Web Services LLC. Retrieved 2012-05-10. + +
                  86. +
                  87. ^ "Top 5 Browsers". StatCounter Global Stats. StatCounter. Retrieved 2012-05-10. + +
                  88. +
                  89. ^ "Web browsers (Global marketshare)". Clicky. Roxr Software Ltd. Retrieved 2012-05-10. + +
                  90. +
                  91. ^ Goodger, Ben (February 6, 2006). "Where Did Firefox Come From?". Inside Firefox. Archived from the original on 2011-06-23. Retrieved 2012-01-07. + +
                  92. +
                  93. ^ "Mozilla browser becomes Firebird". IBPhoenix. Archived from the original on 2007-09-14. Retrieved 2013-06-10. We at IBPhoenix think that having a browser and a database with the same name in the same space will confuse the market, especially as browsers and databases are often used in the same applications + +
                  94. +
                  95. ^ Festa, Paul (May 6, 2003). "Mozilla's Firebird gets wings clipped". CNET. Retrieved 2007-01-30. + +
                  96. +
                  97. ^ Festa, Paul (February 9, 2004). "Mozilla holds 'fire' in naming fight". CNET News. Retrieved 2007-01-24. + +
                  98. +
                  99. ^ "Mobile features". Mozilla. Retrieved 2012-06-26. + +
                  100. +
                  101. ^ "Mobile System Requirements". + +
                  102. +
                  103. ^ "Firefox Mobile supported devices". + +
                  104. +
                  105. ^ "Mozilla rules out Firefox for iPhone and BlackBerry". + +
                  106. +
                  107. ^ "Boot to Gecko Project". Mozilla. March 2012. Retrieved 2012-03-30. + +
                  108. +
                  109. ^ "Firefox OS - Devices & Availability". Mozilla. Retrieved 2015-12-30. + +
                  110. +
                  111. ^ "Thunderbird: Stability and Community Innovation | Mitchell's Blog". blog.lizardwrangler.com. Retrieved 2015-04-20. + +
                  112. +
                  113. ^ "Two discontinued browsers". LWN.net. 21 December 2005. Retrieved 2012-08-19. + +
                  114. +
                  115. ^ "SeaMonkey trademarks registered!". kairo.at. 2007-05-22. Retrieved 2013-06-10. + +
                  116. +
                  117. ^ "Bugzilla Installation List". Retrieved 2014-09-18. + +
                  118. +
                  119. ^ a b Eich, Brendan (21 June 2011). "New JavaScript Engine Module Owner". BrendanEich.com. + +
                  120. +
                  121. ^ "Bug 759422 - Remove use of e4x in account creation". Bugzilla@Mozilla. 2012-08-17. Retrieved 2012-08-18. + +
                  122. +
                  123. ^ "SpiderMonkey". Mozilla Developer Network. 2012-08-15. Retrieved 2012-08-18. + +
                  124. +
                  125. ^ "Rhino History". Mozilla Foundation. Retrieved 2008-03-20. + +
                  126. +
                  127. ^ "Roadmap". Retrieved 10 May 2016. + +
                  128. +
                  129. ^ Larabel, Michael. "Servo Continues Making Progress For Shipping Components In Gecko, Browser.html". Phoronix.com. Retrieved 10 May 2016. + +
                  130. +
                  131. ^ "Mozilla VR". Mozilla VR. Retrieved 2016-10-27. + +
                  132. +
                  133. ^ Persona, Mozilla + +
                  134. +
                  135. ^ "Persona". Mozilla Developer Network. Retrieved 2016-10-27. + +
                  136. +
                  137. ^ About Mozilla Webmaker, Mozilla + +
                  138. +
                  139. ^ a b Alan Henry. "Mozilla Webmaker Teaches You to Build Web Sites, Apps, and More". Lifehacker. Gawker Media. + +
                  140. +
                  141. ^ "Air Mozilla". Mozilla Wiki. + +
                  142. +
                  143. ^ "Air Mozilla Reboot, Phase I". + +
                  144. +
                  +
                  +

                  Constant downloads failure in firefox

                  +

                  External links[edit] +

                  + + + + + +
                  + + Wikimedia Commons has media related to Mozilla.
                  + + + + + + +
                  \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wikipedia/source.html b/vendor/fivefilters/readability.php/test/test-pages/wikipedia/source.html new file mode 100644 index 0000000..1a1338d --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wikipedia/source.html @@ -0,0 +1,1652 @@ + + + + + + Mozilla - Wikipedia + + + + + + + + + + + + + + + + + + + + + + +
                  +
                  +
                  + + +
                  + +
                  +
                  +
                  +

                  Mozilla

                  +
                  +
                  From Wikipedia, the free encyclopedia
                  +
                  +
                  + Jump to: navigation, search +
                  +
                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  Mozilla
                  IndustryOpen-source software
                  FoundedFebruary 28, 1998; 18 years ago (1998-02-28) +
                  FounderNetscape Communications Corporation
                  ProductsMozilla Application Suite
                  Divisions + +
                  Websitemozilla.org/,%20https://www.mozilla.org/tr/
                  +

                  Mozilla is a free-software community, created in 1998 by members of Netscape. The Mozilla community uses, develops, spreads and supports Mozilla products, thereby promoting exclusively free software and open standards, with only minor exceptions.[1] The community is supported institutionally by the Mozilla Foundation and its tax-paying subsidiary, the Mozilla Corporation.[2]

                  +

                  Mozilla produces many products such as the Firefox web browser, Thunderbird e-mail client, Firefox Mobile web browser, Firefox OS mobile operating system, Bugzilla bug tracking system and other projects.

                  +

                  + +

                  +

                  History[edit] +

                  +

                  On January 23, 1998, Netscape made two announcements: first, that Netscape Communicator will be free; second, that the source code will also be free.[3] One day later, Jamie Zawinski from Netscape registered mozilla.org.[4] The project was named Mozilla after the original code name of the Netscape Navigator browser which is a blending of "Mosaic and Godzilla"[5] and used to co-ordinate the development of the Mozilla Application Suite, the open source version of Netscape's internet software, Netscape Communicator.[6][7] Jamie Zawinski says he came up with the name "Mozilla" at a Netscape staff meeting.[8][9] A small group of Netscape employees were tasked with coordination of the new community.

                  +

                  Originally, Mozilla aimed to be a technology provider for companies, such as Netscape, who would commercialize their open source code.[10] When AOL (Netscape's parent company) greatly reduced its involvement with Mozilla in July 2003, the Mozilla Foundation was designated the legal steward of the project.[11] Soon after, Mozilla deprecated the Mozilla Suite in favor of creating independent applications for each function, primarily the Firefox web browser and the Thunderbird email client, and moved to supply them directly to the public.[12]

                  +

                  Recently, Mozilla's activities have expanded to include Firefox on mobile platforms (primarily Android),[13] a mobile OS called Firefox OS,[14] a web-based identity system called Mozilla Persona and a marketplace for HTML5 applications.[15]

                  +

                  In a report released in November 2012, Mozilla reported that their total revenue for 2011 was $163 million, which was up 33% from $123 million in 2010. Mozilla noted that roughly 85% of their revenue comes from their contract with Google.[16]

                  +

                  At the end of 2013, Mozilla announced a deal with Cisco Systems whereby Firefox would download and use a Cisco-provided binary build of an open source[17] codec to play the proprietary H.264 video format.[18][19] As part of the deal, Cisco would pay any patent licensing fees associated with the binaries that it distributes. Mozilla's CTO, Brendan Eich, acknowledged that this is "not a complete solution" and isn't "perfect".[20] An employee in Mozilla's video formats team, writing in an unofficial capacity, justified[21] it by the need to maintain their large user base, which would be necessary in future battles for truly free video formats.

                  +

                  In December 2013, Mozilla announced funding for the development of non-free games[22] through its Game Creator Challenge. However, even those games that may be released under a non-free software or open source license must be made with open web technologies and Javascript as per the work criteria outlined in the announcement.

                  +

                  Eich CEO promotion controversy[edit] +

                  +

                  On March 24, 2014, Mozilla promoted Brendan Eich to the role of CEO. This led to boycotts and protests from the LGBT community and its supporters, as Eich previously donated US$1,000[23] in 2008 in support of California's Proposition 8, a California ballot proposition and state constitutional amendment in opposition to same-sex marriage.[24] Eich's donation first became public knowledge in 2012, while he was Mozilla’s chief technical officer, leading to angry responses on Twitter—including the use of the hashtag "#wontworkwithbigots".[25]

                  +

                  Protests also emerged in 2014 following the announcement of Eich's appointment as CEO of Mozilla. U.S. companies OkCupid and CREDO Mobile received media coverage for their objections, with the former asking its users to boycott the browser,[26] while Credo amassed 50,000 signatures for a petition that called for Eich's resignation

                  +

                  Due to the controversy, Eich voluntarily stepped down on April 3, 2014[27] and Mitchell Baker, executive chairwoman of Mozilla Corporation, posted a statement on the Mozilla blog: "We didn’t move fast enough to engage with people once the controversy started. Mozilla believes both in equality and freedom of speech. Equality is necessary for meaningful speech. And you need free speech to fight for equality."[28] Eich's resignation promoted a larger backlash from conservatives who felt he had been forced out of the company internally.[citation needed]

                  +

                  OkCupid co-founder and CEO Sam Yagan had also donated $500[29] to Republican candidate Chris Cannon who proceeded to vote for multiple measures viewed as "anti-gay", including the banning of same-sex marriage.[30][31][32][33] Yagan claims he did not know about Cannon's stance on gay rights and that his contribution was due to the candidate being the ranking Republican participating in the House subcommittee that oversaw Internet and Intellectual Property matters.[34][35][36][37][38]

                  +

                  Reader comments on articles that were published close to the events were divided between support for OkCupid's actions and opposition to them. Supporters claimed the boycott was justified and saw OkCupid's actions as a firm statement of opposition to intolerance towards the gay community. Opponents saw OkCupid's actions as hypocritical, since Eich is also the inventor of JavaScript, which is still required to browse OkCupid's website, and felt that users should not be punished for the actions of Mozilla and suspected that OkCupid's actions were a publicity stunt.[36][39]

                  +

                  Values[edit] +

                  +

                  According to Mozilla's manifesto,[40] which outlines goals, principles, and a pledge, "The Mozilla project uses a community-based approach to create world-class open source software and to develop new types of collaborative activities". Mozilla's manifesto mentions only its beliefs in regards to the Internet and Internet privacy, and has no mention of any political or social viewpoints.

                  +

                  Pledge[edit] +

                  +

                  According to the Mozilla Foundation:[41]

                  +
                  +

                  The Mozilla Foundation pledges to support the Mozilla Manifesto in its activities. Specifically, we will:

                  +
                    +
                  • Build and enable open-source technologies and communities that support the Manifesto’s principles;
                  • +
                  • Build and deliver great consumer products that support the Manifesto’s principles;
                  • +
                  • Use the Mozilla assets (intellectual property such as copyrights and trademarks, infrastructure, funds, and reputation) to keep the Internet an open platform;
                  • +
                  • Promote models for creating economic value for the public benefit; and
                  • +
                  • Promote the Mozilla Manifesto principles in public discourse and within the Internet industry.
                  • +
                  +
                  +

                  Software[edit] +

                  +
                  +
                  + +
                  +
                  + +
                  + Firefox logo
                  +
                  +
                  +

                  Firefox[edit] +

                  +
                  Main article: Firefox
                  +

                  Firefox is a web browser, and is Mozilla's flagship software product. It is available in both desktop and mobile versions. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards.[42] As of late 2015, Firefox has approximately 10-11% of worldwide usage share of web browsers, making it the 4th most-used web browser.[43][44][45]

                  +

                  Firefox began as an experimental branch of the Mozilla codebase by Dave Hyatt, Joe Hewitt and Blake Ross. They believed the commercial requirements of Netscape's sponsorship and developer-driven feature creep compromised the utility of the Mozilla browser.[46] To combat what they saw as the Mozilla Suite's software bloat, they created a stand-alone browser, with which they intended to replace the Mozilla Suite.

                  +

                  Firefox was originally named Phoenix but the name was changed so as to avoid trademark conflicts with Phoenix Technologies. The initially-announced replacement, Firebird, provoked objections from the Firebird project community.[47][48] The current name, Firefox, was chosen on February 9, 2004.[49]

                  +

                  Firefox Mobile[edit] +

                  +
                  Main article: Firefox Mobile
                  +

                  Firefox Mobile (codenamed Fennec) is the build of the Mozilla Firefox web browser for devices such as smartphones and tablet computers.

                  +

                  Firefox Mobile uses the same Gecko layout engine as Mozilla Firefox. For example, version 1.0 used the same engine as Firefox 3.6, and the following release, 4.0, shared core code with Firefox 4.0. Its features include HTML5 support, Firefox Sync, add-ons support and tabbed browsing.[50]

                  +

                  Firefox Mobile is currently available for Android 2.2 and above devices with an ARMv7 or ARMv6 CPU.[51] The x86 architecture is not officially supported.[52] Tristan Nitot, president of Mozilla Europe, has said that it's unlikely that an iPhone or a BlackBerry version will be released, citing Apple's iTunes Store application approval policies (which forbid applications competing with Apple's own, and forbid engines which run downloaded code) and BlackBerry's limited operating system as the reasons.[53]

                  +

                  Firefox OS[edit] +

                  +
                  Main article: Firefox OS
                  +

                  Firefox OS (project name: Boot to Gecko also known as B2G) is an open source operating system in development by Mozilla that aims to support HTML5 apps written using "open Web" technologies rather than platform-specific native APIs. The concept behind Firefox OS is that all user-accessible software will be HTML5 applications, that use Open Web APIs to access the phone's hardware directly via JavaScript.[54]

                  +

                  Some devices using this OS include[55] Alcatel One Touch Fire, ZTE Open, LG Fireweb.

                  +

                  Thunderbird[edit] +

                  +
                  Main article: Mozilla Thunderbird
                  +

                  Thunderbird is a free, open source, cross-platform email and news client developed by the volunteers of the Mozilla Community.

                  +

                  On July 16, 2012, Mitchell Baker announced that Mozilla's leadership had come to the conclusion that on-going stability was the most important thing for Thunderbird and that innovation in Thunderbird was no longer a priority for Mozilla. In that update Baker also suggested that Mozilla had provided a pathway for community to innovate around Thunderbird if the community chooses.[56]

                  +

                  SeaMonkey[edit] +

                  +
                  Main article: SeaMonkey
                  +
                  +
                  + +
                  +
                  + +
                  + SeaMonkey logo
                  +
                  +
                  +

                  SeaMonkey (formerly the Mozilla Application Suite) is a free and open source cross platform suite of Internet software components including a web browser component, a client for sending and receiving email and USENET newsgroup messages, an HTML editor (Mozilla Composer) and the ChatZilla IRC client.

                  +

                  On March 10, 2005, the Mozilla Foundation announced that it would not release any official versions of Mozilla Application Suite beyond 1.7.x, since it had now focused on the standalone applications Firefox and Thunderbird.[57] SeaMonkey is now maintained by the SeaMonkey Council, which has trademarked the SeaMonkey name with help from the Mozilla Foundation.[58] The Mozilla Foundation provides project hosting for the SeaMonkey developers.

                  +
                  +

                  Bugzilla[edit] +

                  +
                  Main article: Bugzilla
                  +
                  +
                  + +
                  +
                  + +
                  + Bugzilla logo
                  +
                  +
                  +

                  Bugzilla is a web-based general-purpose bug tracking system, which was released as open source software by Netscape Communications in 1998 along with the rest of the Mozilla codebase, and is currently stewarded by Mozilla. It has been adopted by a variety of organizations for use as a bug tracking system for both free and open source software and proprietary projects and products, including the Mozilla Foundation, the Linux kernel, GNOME, KDE, Red Hat, Novell, Eclipse and LibreOffice.[59]

                  +

                  Components[edit] +

                  +

                  NSS[edit] +

                  + +

                  Network Security Services (NSS) comprises a set of libraries designed to support cross-platform development of security-enabled client and server applications. NSS provides a complete open-source implementation of crypto libraries supporting SSL and S/MIME. NSS was previously tri-licensed under the Mozilla Public License 1.1, the GNU General Public License, and the GNU Lesser General Public License, but upgraded to GPL-compatible MPL 2.0.

                  +

                  AOL, Red Hat, Sun Microsystems/Oracle Corporation, Google and other companies and individual contributors have co-developed NSS and it is used in a wide range of non-Mozilla products including Evolution, Pidgin, and Apache OpenOffice.

                  +

                  SpiderMonkey[edit] +

                  + +

                  SpiderMonkey is the original JavaScript engine developed by Brendan Eich when he invented JavaScript in 1995 as a developer at Netscape. It became part of the Mozilla product family when Mozilla inherited Netscape's code-base in 1998. In 2011, Eich transferred the nominal ownership of the SpiderMonkey code and project to Dave Mandelin.[60]

                  +

                  SpiderMonkey is a cross-platform engine written in C++ which implements ECMAScript, a standard developed from JavaScript.[60][61] It comprises an interpreter, several just-in-time compilers, a decompiler and a garbage collector. Products which embed SpiderMonkey include Firefox, Thunderbird, SeaMonkey, and many non-Mozilla applications.[62]

                  +

                  Rhino[edit] +

                  + +

                  Rhino is an open source JavaScript engine managed by the Mozilla Foundation. It is developed entirely in Java. Rhino converts JavaScript scripts into Java classes. Rhino works in both compiled and interpreted mode.[63]

                  +

                  Gecko[edit] +

                  +
                  Main article: Gecko (layout engine)
                  +

                  Gecko is a layout engine that supports web pages written using HTML, SVG, and MathML. Gecko is written in C++ and uses NSPR for platform independence. Its source code is licensed under the Mozilla Public License.

                  +

                  Firefox uses Gecko both for rendering web pages and for rendering its user interface. Gecko is also used by Thunderbird, SeaMonkey, and many non-Mozilla applications.

                  +

                  Rust[edit] +

                  + +

                  Rust is a compiled programming language being developed by Mozilla Research. It is designed for safety, concurrency, and performance. Rust is intended for creating large and complex software which needs to be both safe against exploits and fast.

                  +

                  Rust is being used in an experimental layout engine, Servo, which is developed by Mozilla and Samsung. Servo is not used in any consumer-oriented browsers yet. However, the Servo project developers plan for parts of the Servo source code to be merged into Gecko, and Firefox, incrementally.[64][65]

                  +

                  XULRunner[edit] +

                  +
                  Main article: XULRunner
                  +

                  XULRunner is a software platform and technology experiment by Mozilla, that allows applications built with the same technologies used by Firefox extensions (XPCOM, Javascript, HTML, CSS, XUL) to be run natively as desktop applications, without requiring Firefox to be installed on the user's machine. XULRunner binaries are available for the Windows, GNU/Linux and OS X operating systems, allowing such applications to be effectively cross platform.

                  +

                  pdf.js[edit] +

                  +
                  Main article: pdf.js
                  +

                  Pdf.js is a library developed by Mozilla that allows in-browser rendering of pdf documents using the HTML5 Canvas and Javascript. It is included by default in recent versions of Firefox, allowing the browser to render pdf documents without requiring an external plugin; and it is available separately as an extension named "PDF Viewer" for Firefox for Android, SeaMonkey, and the Firefox versions which don't include it built-in. It can also be included as part of a website's scripts, to allow pdf rendering for any browser that implements the required HTML5 features and can run Javascript.

                  +

                  Shumway[edit] +

                  +
                  Main article: Shumway (software)
                  +

                  Shumway is an open source replacement for the Adobe Flash Player, developed by Mozilla since 2012, using open web technologies as a replacement for Flash technologies. It uses Javascript and HTML5 Canvas elements to render Flash and execute Actionscript. It is included by default in Firefox Nightly and can be installed as an extension for any recent version of Firefox. The current implementation is limited in its capabilities to render Flash content outside simple projects.

                  +

                  Other activities[edit] +

                  +

                  Mozilla VR[edit] +

                  +

                  Mozilla VR is a team focused on bringing Virtual reality tools, specifications, and standards to the open Web.[66] Mozilla VR maintains A-Frame (VR), a web framework for building VR experiences, and works on advancing WebVR support within web browsers.

                  +

                  Mozilla Persona[edit] +

                  +
                  Main article: Mozilla Persona
                  +

                  Mozilla Persona is a secure, cross-browser website authentication mechanism which allows a user to use a single username and password (or other authentication method) to log in to multiple sites.[67] Mozilla Persona will be shutting down on November 30, 2016.[68]

                  +

                  Mozilla Location Service[edit] +

                  + +

                  This open source crowdsourced geolocation service was started by Mozilla in 2013 and offers a free API.

                  +

                  Webmaker[edit] +

                  +

                  Mozilla Webmaker is Mozilla's educational initiative, Webmaker's goal is to "help millions of people move from using the web to making the web." As part of Mozilla’s non-profit mission, Webmaker aims "to help the world increase their understanding of the web, take greater control of their online lives, and create a more web literate planet."[69][70][70]

                  +

                  Mozilla Developer Network[edit] +

                  + +

                  Mozilla maintains a comprehensive developer documentation website called the Mozilla Developer Network which contains information about web technologies including HTML, CSS, SVG, JavaScript, as well Mozilla-specific information. In addition, Mozilla publishes a large number of videos about web technologies and the development of Mozilla projects on the Air Mozilla website.[71][72]

                  +

                  Community[edit] +

                  +

                  The Mozilla Community consists of over 40,000 active contributors from across the globe[citation needed]. It includes both paid employees and volunteers who work towards the goals set forth[40] in the Mozilla Manifesto. Many of the sub-communities in Mozilla have formed around localization efforts for Mozilla Firefox, and the Mozilla web properties.

                  +

                  Local communities[edit] +

                  +
                  +
                  + +
                  +
                  + +
                  + Mozilla spaces, London
                  +
                  +
                  +

                  There are a number of sub-communities that exist based on their geographical locations, where contributors near each other work together on particular activities, such as localization, marketing, PR and user support.

                  +

                  Mozilla Reps[edit] +

                  +
                  +
                  + +
                  +
                  + +
                  + Mozilla Reps logo
                  +
                  +
                  +

                  The Mozilla Reps program aims to empower and support volunteer Mozillians who want to become official representatives of Mozilla in their region/locale.

                  +

                  The program provides a simple framework and a specific set of tools to help Mozillians to organize and/or attend events, recruit and mentor new contributors, document and share activities, and support their local communities better.

                  +

                  When joining the program, a Mozilla Rep agrees to take on the following responsibilities:

                  +
                    +
                  • Represent Mozilla in their country/region
                  • +
                  • Promote the Mozilla Project and its mission
                  • +
                  • Build on and support existing/future local community efforts and programs
                  • +
                  • Inspire, recruit and support new contributors
                  • +
                  • Support and mentor future Mozilla Reps
                  • +
                  • Document clearly all their activities
                  • +
                  +

                  Conferences and events[edit] +

                  +

                  Mozilla Festival[edit] +

                  +
                  +
                  + +
                  +
                  + +
                  + Speakers from the Knight Foundation discuss the future of news at the 2011 Mozilla Festival in London.
                  +
                  +
                  +

                  The Mozilla Festival is an annual event where hundreds of passionate people explore the Web, learn together and make things that can change the world. With the emphasis on making—the mantra of the Festival is "less yack, more hack." Journalists, coders, filmmakers, designers, educators, gamers, makers, youth and anyone else, from all over the world, are encouraged to attend, with attendees from more than 40 countries, working together at the intersection between freedom, the Web, and that years theme.

                  +

                  The event revolves around design challenges which address key issues based on the chosen theme for that years festival. In previous years the Mozilla Festival has focused on Learning, and Media, with the 2012 festival being based around making. The titles of the festival revolve around the main theme, freedom (as in freedom of speech not free beer), and the Web.

                  +

                  MozCamps[edit] +

                  +

                  MozCamps are the critical part of the Grow Mozilla initiative which aims to grow the Mozilla Community. These camps aim to bring core contributors from around the world together. They are intensive multi-day summits that include keynote speeches by Mozilla leadership, workshops and breakout sessions (led by paid and unpaid staff), and fun social outings. All of these activities combine to reward contributors for their hard work, engage them with new products and initiatives, and align all attendees on Mozilla's mission.

                  +

                  Mozilla Summit[edit] +

                  +

                  Mozilla Summit are the global event with active contributors and Mozilla employees to develop a shared understanding of Mozilla's mission together. Over 2,000 people representing 90 countries and 114 languages gathered in Santa Clara, Toronto and Brussels in 2013. Mozilla has since its last summit in 2013 replaced summits with all-hands where both employees and volunteers come together to collaborate the event is a scaled down version of Mozilla Summit.

                  +

                  See also[edit] +

                  + + +

                  References[edit] +

                  +
                  +
                    +
                  1. ^ For exceptions, see "Values" section below
                  2. +
                  3. ^ "About the Mozilla Corporation". Mozilla Foundation.  + +
                  4. +
                  5. ^ "Freeing the Source: The Story of Mozilla". Open Sources: Voices from the Open Source Revolution. Retrieved 2016-05-01.  + +
                  6. +
                  7. ^ "Mozilla.org WHOIS, DNS, & Domain Info". DomainTools. Retrieved 1 May 2016.  + +
                  8. +
                  9. ^ Payment, S. (2007). Marc Andreessen and Jim Clark: The Founders of Netscape. Rosen Publishing Group. ISBN 9781404207196.  + +
                  10. +
                  11. ^ "Netscape Announces mozilla.org, a Dedicated Team and Web Site Supporting Development of Free Client Source Code". Netscape. Archived from the original on October 4, 2002. Retrieved 2012-08-21.  +
                  12. +
                  13. ^ "Mac vendors ponder Netscape gambit.". Macworld. 1 May 1998. Retrieved 2012-08-19.  + +
                  14. +
                  15. ^ Zawinski, Jamie (1996). "nscp dorm". Retrieved 2007-10-12.  + +
                  16. +
                  17. ^ Dave Titus with assistance from Andrew Wong. "How was Mozilla born".  + +
                  18. +
                  19. ^ "Introduction to Mozilla Source Code". Mozilla. Retrieved 2012-08-18. However, mozilla.org wants to emphasize that these milestones are being produced for testing purposes only.  + +
                  20. +
                  21. ^ "mozilla.org Announces Launch of the Mozilla Foundation to Lead Open-Source Browser Efforts". Retrieved 2012-08-18.  + +
                  22. +
                  23. ^ Eich, Brendan; David Hyatt (April 2, 2003). "mozilla development roadmap". Mozilla. Retrieved 2009-08-02.  + +
                  24. +
                  25. ^ "Better Browsing on Your Android Smartphone". AllThingsD. Retrieved 2012-08-18.  + +
                  26. +
                  27. ^ "Mozilla Releases Test Version of Firefox OS". PC Magazine. Retrieved 2012-08-18.  + +
                  28. +
                  29. ^ "Mozilla Marketplace is live, lets you run web apps like desktop programs". Engadget. Retrieved 2012-08-18.  + +
                  30. +
                  31. ^ Lardinois, Frederic (November 15, 2012). "Mozilla Releases Annual Report For 2011: Revenue Up 33% To $163M, Majority From Google". techcrunch.com.  + +
                  32. +
                  33. ^ "cisco/openh264 · GitHub". github.com. Retrieved 2014-04-05.  + +
                  34. +
                  35. ^ "Mozilla will add H.264 to Firefox as Cisco makes eleventh-hour push for WebRTC's future — Tech News and Analysis". gigaom.com. Retrieved 2014-04-05.  + +
                  36. +
                  37. ^ "Cisco to release open-source H.264 codec, Mozilla makes tactical retreat - TechRepublic". techrepublic.com. Retrieved 2014-04-05.  + +
                  38. +
                  39. ^ "Video Interoperability on the Web Gets a Boost From Cisco's H.264 Codec". Of course, this is not a not a complete solution. In a perfect world, codecs, like other basic Internet technologies such as TCP/IP, HTTP, and HTML, would be fully open and free  + +
                  40. +
                  41. ^ "Comments on Cisco, Mozilla, and H.264". By endorsing Cisco's plan, there's no getting around the fact that we've caved on our principles. That said, principles can't replace being in a practical position to make a difference in the future.  - Christopher Montgomery wrote in a personal capacity but works for Mozilla in their codecs team +
                  42. +
                  43. ^ "Game Creator Challenge -Contest Terms and Conditions".  - submissions to the "amateur" category have to be released as free software, but not for the other two categories +
                  44. +
                  45. ^ "Los Angeles Times - Brendan Eich contribution to Proposition 8". latimes.com. Retrieved 2014-07-01.  + +
                  46. +
                  47. ^ "Gay Firefox developers boycott Mozilla to protest CEO hire [Updated] | Ars Technica". arstechnica.com. Retrieved 2014-04-05.  + +
                  48. +
                  49. ^ Kelly Faircloth (9 April 2012). "Tech Celeb Makes Prop-8 Donation; Internet Goes Berserk". BetaBeat. BetaBeat. Retrieved 2014-04-28.  + +
                  50. +
                  51. ^ "Screenshot of OkCupid's statement towards Firefox users". huffingtonpost.com. Retrieved 2014-07-01.  + +
                  52. +
                  53. ^ "FAQ on CEO Resignation". The Mozilla Blog. Retrieved 2015-04-20.  + +
                  54. +
                  55. ^ Baker, Mitchell (3 April 2014). "Brendan Eich Steps Down as Mozilla CEO". mozilla blog. Mozilla. Retrieved 2014-04-04.  + +
                  56. +
                  57. ^ "opensecrets.org listing of Sam Yagan's contributions to political candidates". opensecrets.org. Retrieved 2014-07-01.  + +
                  58. +
                  59. ^ "ontheissues.org listing of votes cast by Chris Cannon". ontheissues.org. Retrieved 2014-07-01.  + +
                  60. +
                  61. ^ "ontheissues.org listing of votes cast on the permanency of the Patriot Act". ontheissues.org. Retrieved 2014-07-01.  + +
                  62. +
                  63. ^ "ontheissues.org: Chris Cannon on Homeland Security". ontheissues.org. Retrieved 2014-07-01.  + +
                  64. +
                  65. ^ "ontheissues.org: Chris Cannon on Abortion". ontheissues.org. Retrieved 2014-07-01.  + +
                  66. +
                  67. ^ Levintova, Hannah (7 April 2014). "OkCupid's CEO Donated to an Anti-Gay Campaign Once, Too". Hanna Levintova article on motherjones.com. motherjones.com. Retrieved 2014-07-01.  + +
                  68. +
                  69. ^ Lee, Stephanie M. (8 April 2014). "OKCupid CEO once donated to anti-gay politician". Stephanie M. Lee's blog on sfgate.com. sfgate.com. Retrieved 2014-07-01.  + +
                  70. +
                  71. ^ a b "The Hypocrisy Of Sam Yagan & OkCupid". uncrunched.com blog. uncrunched.com. 6 April 2014. Retrieved 2014-07-01.  + +
                  72. +
                  73. ^ Bellware, Kim (31 March 2014). "OKCupid Publicly Rips Mozilla: 'We Wish Them Nothing But Failure'". Kim Bellware article on huffingtonpost.com. huffingtonpost.com. Retrieved 2014-07-01.  + +
                  74. +
                  75. ^ "Mozilla's Appointment Of Brendan Eich As CEO Sparks Controversy After Prop 8 Donation News Re-Emerges". huffingtonpost.com article. huffingtonpost.com. 27 March 2014. Retrieved 2014-07-01.  + +
                  76. +
                  77. ^ Eidelson, Josh (4 April 2014). "OkCupid's gay rights stunt has its limits: Taking a deeper look at the savvy ploy". Josh Eidelson article on salon.com. salon.com. Retrieved 2014-07-01.  + +
                  78. +
                  79. ^ a b "Mozilla Manifesto". Mozilla.org. Retrieved 2012-03-21.  + +
                  80. +
                  81. ^ "The Mozilla Manifesto". Retrieved 24 July 2015.  + +
                  82. +
                  83. ^ "Gecko Layout Engine". download-firefox.org. July 17, 2008. Archived from the original on 2010-11-28. Retrieved 2012-05-10.  + +
                  84. +
                  85. ^ "Web Browser Market Share Trends". W3Counter. Awio Web Services LLC. Retrieved 2012-05-10.  + +
                  86. +
                  87. ^ "Top 5 Browsers". StatCounter Global Stats. StatCounter. Retrieved 2012-05-10.  + +
                  88. +
                  89. ^ "Web browsers (Global marketshare)". Clicky. Roxr Software Ltd. Retrieved 2012-05-10.  + +
                  90. +
                  91. ^ Goodger, Ben (February 6, 2006). "Where Did Firefox Come From?". Inside Firefox. Archived from the original on 2011-06-23. Retrieved 2012-01-07.  + +
                  92. +
                  93. ^ "Mozilla browser becomes Firebird". IBPhoenix. Archived from the original on 2007-09-14. Retrieved 2013-06-10. We at IBPhoenix think that having a browser and a database with the same name in the same space will confuse the market, especially as browsers and databases are often used in the same applications  + +
                  94. +
                  95. ^ Festa, Paul (May 6, 2003). "Mozilla's Firebird gets wings clipped". CNET. Retrieved 2007-01-30.  + +
                  96. +
                  97. ^ Festa, Paul (February 9, 2004). "Mozilla holds 'fire' in naming fight". CNET News. Retrieved 2007-01-24.  + +
                  98. +
                  99. ^ "Mobile features". Mozilla. Retrieved 2012-06-26.  + +
                  100. +
                  101. ^ "Mobile System Requirements".  + +
                  102. +
                  103. ^ "Firefox Mobile supported devices".  + +
                  104. +
                  105. ^ "Mozilla rules out Firefox for iPhone and BlackBerry".  + +
                  106. +
                  107. ^ "Boot to Gecko Project". Mozilla. March 2012. Retrieved 2012-03-30.  + +
                  108. +
                  109. ^ "Firefox OS - Devices & Availability". Mozilla. Retrieved 2015-12-30.  + +
                  110. +
                  111. ^ "Thunderbird: Stability and Community Innovation | Mitchell's Blog". blog.lizardwrangler.com. Retrieved 2015-04-20.  + +
                  112. +
                  113. ^ "Two discontinued browsers". LWN.net. 21 December 2005. Retrieved 2012-08-19.  + +
                  114. +
                  115. ^ "SeaMonkey trademarks registered!". kairo.at. 2007-05-22. Retrieved 2013-06-10.  + +
                  116. +
                  117. ^ "Bugzilla Installation List". Retrieved 2014-09-18.  + +
                  118. +
                  119. ^ a b Eich, Brendan (21 June 2011). "New JavaScript Engine Module Owner". BrendanEich.com.  + +
                  120. +
                  121. ^ "Bug 759422 - Remove use of e4x in account creation". Bugzilla@Mozilla. 2012-08-17. Retrieved 2012-08-18.  + +
                  122. +
                  123. ^ "SpiderMonkey". Mozilla Developer Network. 2012-08-15. Retrieved 2012-08-18.  + +
                  124. +
                  125. ^ "Rhino History". Mozilla Foundation. Retrieved 2008-03-20.  + +
                  126. +
                  127. ^ "Roadmap". Retrieved 10 May 2016.  + +
                  128. +
                  129. ^ Larabel, Michael. "Servo Continues Making Progress For Shipping Components In Gecko, Browser.html". Phoronix.com. Retrieved 10 May 2016.  + +
                  130. +
                  131. ^ "Mozilla VR". Mozilla VR. Retrieved 2016-10-27.  + +
                  132. +
                  133. ^ Persona, Mozilla  + +
                  134. +
                  135. ^ "Persona". Mozilla Developer Network. Retrieved 2016-10-27.  + +
                  136. +
                  137. ^ About Mozilla Webmaker, Mozilla  + +
                  138. +
                  139. ^ a b Alan Henry. "Mozilla Webmaker Teaches You to Build Web Sites, Apps, and More". Lifehacker. Gawker Media.  + +
                  140. +
                  141. ^ "Air Mozilla". Mozilla Wiki.  + +
                  142. +
                  143. ^ "Air Mozilla Reboot, Phase I".  + +
                  144. +
                  +
                  +

                  Constant downloads failure in firefox

                  +

                  External links[edit] +

                  + + + + + + + + + + + + +
                  + + +
                  +
                  +
                  +
                  +

                  Navigation menu

                  + +
                  + +
                  + + +
                  +
                  + + + +
                  +
                  + +
                  + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-images.json new file mode 100644 index 0000000..e0c78e6 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-images.json @@ -0,0 +1,6 @@ +[ + "https:\/\/i0.wp.com\/wptavern.com\/wp-content\/uploads\/2016\/07\/stack-overflow.png?fit=1200%2C470&ssl=1", + "https:\/\/i0.wp.com\/wptavern.com\/wp-content\/uploads\/2016\/07\/stack-overflow.png?resize=1025%2C401&ssl=1", + "https:\/\/i2.wp.com\/wptavern.com\/wp-content\/uploads\/2017\/03\/ChangesinDemand.png?resize=975%2C1115&ssl=1", + "https:\/\/i1.wp.com\/wptavern.com\/wp-content\/uploads\/2017\/03\/HighDemand.png?resize=975%2C854&ssl=1" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-metadata.json new file mode 100644 index 0000000..7a5a65f --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": null, + "Direction": "ltr", + "Excerpt": "Stack Overflow published its analysis of 2017 hiring trends based on the targeting options employers selected when posting to Stack Overflow Jobs. The report, which compares data from 200 companies\u2026", + "Image": "https:\/\/i0.wp.com\/wptavern.com\/wp-content\/uploads\/2016\/07\/stack-overflow.png?fit=1200%2C470&ssl=1", + "Title": "Stack Overflow Jobs Data Shows ReactJS Skills in High Demand, WordPress Market Oversaturated with Developers", + "SiteName": "WordPress Tavern" +} \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected.html b/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected.html new file mode 100644 index 0000000..344eb7d --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected.html @@ -0,0 +1,71 @@ +
                  + + + + +
                  + + + + + +
                  + + + + + +
                  +

                  + +

                  +

                  Stack Overflow published its analysis of 2017 hiring trends based on the targeting options employers selected when posting to Stack Overflow Jobs. The report, which compares data from 200 companies since 2015, ranks ReactJS, Docker, and Ansible at the top of the fastest growing skills in demand. When comparing the percentage change from 2015 to 2016, technologies like AJAX, Backbone.js, jQuery, and WordPress are less in demand.

                  +

                  + +

                  +

                  Stack Overflow also measured the demand relative to the available developers in different tech skills. The demand for backend, mobile, and database engineers is higher than the number of qualified candidates available. WordPress is last among the oversaturated fields with a surplus of developers relative to available positions.

                  +

                  + +

                  +

                  In looking at these results, it’s important to consider the inherent biases within the Stack Overflow ecosystem. In 2016, the site surveyed more than 56,000 developers but noted that the survey was “biased against devs who don’t speak English.” The average age of respondents was 29.6 years old and 92.8% of them were male.

                  +

                  For two years running, Stack Overflow survey respondents have ranked WordPress among the most dreaded technologies that they would prefer not to use. This may be one reason why employers wouldn’t be looking to advertise positions on the site’s job board, which is the primary source of the data for this report.

                  +

                  Many IT career forecasts focus more generally on job descriptions and highest paying positions. Stack Overflow is somewhat unique in that it identifies trends in specific tech skills, pulling this data out of how employers are tagging their listings for positions. It presents demand in terms of number of skilled developers relative to available positions, a slightly more complicated approach than measuring demand based on advertised salary. However, Stack Overflow’s data presentation could use some refining.

                  +

                  One commenter, Bruce Van Horn, noted that jobs tagged as “Full Stack Developer” already assume many of the skills that are listed separately:

                  +
                  +

                  I wonder how many of these skills are no longer listed because they are “table stakes”. You used to have to put CSS, jQuery, and JSON on the job description. I wouldn’t expect to have to put that on a Full Stack Developer description today – if you don’t know those then you aren’t a Full Stack Web Developer, and I’m more interested in whether you know the shiny things like React, Redux, and Angular2.

                  +
                  +

                  It would be interesting to know what is meant by tagging “WordPress” as a skill – whether it is the general ability to work within the WordPress ecosystem of tools or if it refers to specific skills like PHP. Browsing a few jobs on Stack Overflow, WordPress positions vary in the skills they require, such as React.js, Angular, PHP, HTML, CSS, and other technologies. This is a reflection of the diversity of technology that can be leveraged in creating WordPress-powered sites and applications, and several of these skills are listed independently of WordPress in the data.

                  +

                  Regardless of how much credibility you give Stack Overflow’s analysis of hiring trends, the report’s recommendation for those working in technologies oversaturated with developers is a good one: “Consider brushing up on some technologies that offer higher employer demand and less competition.” WordPress’ code base is currently 59% PHP and 27% JavaScript. The percentage of PHP has grown over time, but newer features and improvements to core are also being built in JavaScript. These are both highly portable skills that are in demand on the web.

                  + + + + +
                  + + + + + + +
                  + + + + + + + + + + + + +
                  + + + + + + + +
                  \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/wordpress/source.html b/vendor/fivefilters/readability.php/test/test-pages/wordpress/source.html new file mode 100644 index 0000000..f598450 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/wordpress/source.html @@ -0,0 +1,2228 @@ + + + + + + + + + + + + + + + + + + + + + + + Stack Overflow Jobs Data Shows ReactJS Skills in High Demand, WordPress Market Oversaturated with Developers – WordPress Tavern + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  + + + + + + +
                  + + + + + +
                  + + + + +
                  + + + + + +
                  + + +
                  + +

                  Stack Overflow Jobs Data Shows ReactJS Skills in High Demand, WordPress Market Oversaturated with Developers

                  + + + + +
                  + + +
                  +

                  + +

                  +

                  Stack Overflow published its analysis of 2017 hiring trends based on the targeting options employers selected when posting to Stack Overflow Jobs. The report, which compares data from 200 companies since 2015, ranks ReactJS, Docker, and Ansible at the top of the fastest growing skills in demand. When comparing the percentage change from 2015 to 2016, technologies like AJAX, Backbone.js, jQuery, and WordPress are less in demand.

                  +

                  + +

                  +

                  Stack Overflow also measured the demand relative to the available developers in different tech skills. The demand for backend, mobile, and database engineers is higher than the number of qualified candidates available. WordPress is last among the oversaturated fields with a surplus of developers relative to available positions.

                  +

                  + +

                  +

                  In looking at these results, it’s important to consider the inherent biases within the Stack Overflow ecosystem. In 2016, the site surveyed more than 56,000 developers but noted that the survey was “biased against devs who don’t speak English.” The average age of respondents was 29.6 years old and 92.8% of them were male.

                  +

                  For two years running, Stack Overflow survey respondents have ranked WordPress among the most dreaded technologies that they would prefer not to use. This may be one reason why employers wouldn’t be looking to advertise positions on the site’s job board, which is the primary source of the data for this report.

                  +

                  Many IT career forecasts focus more generally on job descriptions and highest paying positions. Stack Overflow is somewhat unique in that it identifies trends in specific tech skills, pulling this data out of how employers are tagging their listings for positions. It presents demand in terms of number of skilled developers relative to available positions, a slightly more complicated approach than measuring demand based on advertised salary. However, Stack Overflow’s data presentation could use some refining.

                  +

                  One commenter, Bruce Van Horn, noted that jobs tagged as “Full Stack Developer” already assume many of the skills that are listed separately:

                  +
                  +

                  I wonder how many of these skills are no longer listed because they are “table stakes”. You used to have to put CSS, jQuery, and JSON on the job description. I wouldn’t expect to have to put that on a Full Stack Developer description today – if you don’t know those then you aren’t a Full Stack Web Developer, and I’m more interested in whether you know the shiny things like React, Redux, and Angular2.

                  +
                  +

                  It would be interesting to know what is meant by tagging “WordPress” as a skill – whether it is the general ability to work within the WordPress ecosystem of tools or if it refers to specific skills like PHP. Browsing a few jobs on Stack Overflow, WordPress positions vary in the skills they require, such as React.js, Angular, PHP, HTML, CSS, and other technologies. This is a reflection of the diversity of technology that can be leveraged in creating WordPress-powered sites and applications, and several of these skills are listed independently of WordPress in the data.

                  +

                  Regardless of how much credibility you give Stack Overflow’s analysis of hiring trends, the report’s recommendation for those working in technologies oversaturated with developers is a good one: “Consider brushing up on some technologies that offer higher employer demand and less competition.” WordPress’ code base is currently 59% PHP and 27% JavaScript. The percentage of PHP has grown over time, but newer features and improvements to core are also being built in JavaScript. These are both highly portable skills that are in demand on the web.

                  + + + +
                  +
                  + + + + + + +
                  + + +
                  +
                  +

                  There are 13 comments + +

                  +
                  + +
                  + + +
                  +
                  +
                  + + + +
                  +

                  One nuance of over saturation number might be that many people who self–identify themselves as WordPress “developers” might be in “site builder” segment. Off–the–shelf assembly and lightweight customization rather than involved custom development.

                  +

                  I had certainly never had an impression that there is an oversupply of of WP devs with advanced level of PHP and experience in custom projects.Report

                  + +
                  + + + + +
                  + +
                  + +
                  +
                  + + + +
                  +

                  I feel like you’re 100% right on this one. WordPress has many self called ‘developers’ who actually don’t know how to code. I think there’s indeed a lot competition in that space (the “Off–the–shelf assembly and lightweight customization”) but there’s still more than enough work for developers that can actually code complex custom solutions in WP.Report

                  + +
                  + + + + +
                  + +
                  + +
                  + + +
                  + +
                  +
                  + + + +
                  +

                  If I consider myself a ‘page builder’? If you’re asking if I do “Off–the–shelf assembly and lightweight customization” WordPress work, no I don’t. I make and sell WordPress plugins that allow others to do so though :)Report

                  + +
                  + + +
                    +
                  • + +
                  • +
                  + +
                  + +
                  + +
                  +
                  + +
                  +
                  + +
                  +
                  + +
                  +
                  + + + +
                  +

                  You’re 100% correct Rarst. In my opinion, if a person does not have the skills of a computer scientist (OOP specifically) then they cannot really hold the title of a “developer,” albeit outside of project management skills; UML, scrum, etc. Developers can develop because when their calculator breaks, they can still do the math, so to speak. It will just be a little slower.

                  +

                  Installation, light-weight customization, tweaks, etc., relative to the WP theme design or not, is NOT true development. You must know code/syntax, algorithms (e.g. optimization techniques), etc. to truly “develop” big [project] picture, small picture, and the realtionships between them to tweak code. THAT is development.Report

                  + +
                  + + + + +
                  + +
                  + +
                  +
                  + +
                  +
                  + + + +
                  +

                  Agree with you. WordPress is heading towards the right direction and It is necessary to implement REST API quickly to make it more accessible for people who hate to deal with PHP or WordPress tags. Report

                  + +
                  + + + + +
                  + +
                  + +
                  +
                  +
                  +
                  + + + +
                  +

                  tons of wordpress devs – and yet hardly any buddypress devs. I’ve posted several bp jobs and still have 4 plugin projects where no one will take my money.Report

                  + +
                  + + + + +
                  + +
                  + +
                  +
                  + + + +
                  +

                  I’m a “BuddyPress developer”, as well as quite a bunch of other people.
                  The problem is that BP is not that big market, it’s not that easy to be 100% focused on BP-related projects only. So such people are either working with WP (mainly) and BP (when something – seldom – appear), or have own business around WP (and sometimes) BP. And such people are marketing WP skills more, I guess.Report

                  + +
                  + + + + +
                  + +
                  + +
                  +
                  +
                  +
                  + + + +
                  +

                  Why doesn’t WordPress have some kind of certification system when it comes to working with WordPress? Make it something similar to CompTIA A+ certification. There could be different levels of verification to cover all aspects of WordPress. It would be a benefit to anyone trying to make a living working with WordPress. It would also be a major benefit for anyone seeking to hire a WordPress professional. There could be a centralized location on dot org that would list certified WordPress professionals tagged with their various certifications.

                  +

                  Currently, it’s so hit or miss when it comes to hiring someone to provide help with WordPress. You might need someone with just a basic skill set to set up a new site with a standard theme and some basic plugins, but the person you hire is more suited for advanced, complex integrations involving multiple APIs. The problem is, the customer ends up paying far more than they really need to for someone with skill sets far more advanced than what they actually need. Report

                  + +
                  + + + + +
                  + +
                  + +
                  +
                  + + + +
                  +

                  In theory, this might be a good idea, though just who would do the certifying? In practice, however, I’ve heard from people who’ve been developing compiled software since before PHP existed that a lot of those certifications really test your ability to take standardized tests, not your ability as a programmer. The best way to hire anybody to do anything is to get a personal recommendation.Report

                  + +
                  + + + + +
                  + +
                  + +
                  +
                  + + + +
                  +

                  WordPress.org should do the certifications. Individual testing could happen at WordCamps and/or at local testing facilities like how CompTIA A+ certification is handled. Most clients do not need a programmer or a developer. They need someone who can set up a website. That means finding a host, installing WordPress, installing a theme, and installing plugins.

                  +

                  If someone hires a programmer to do all that, they are most likely overpaying for the work.

                  +

                  Report

                  + +
                  + + + + +
                  + +
                  + +
                  +
                  + + + +
                  +

                  Were you volunteering to help design the tests and conduct the certifications? Or at least set up the means to organize it on make.wordpress.org? It’s an idea that has potential merit and you aren’t the first person to wish there were some kind of standards by which to judge a person’s basic WordPress literacy.

                  +

                  To the best of my knowledge, however, everything done by WordPress.org is handled by volunteers. In the spirit of open source, if there’s something you want to see happen, you need to get it started.

                  +

                  An idea like certification would actually need much broader support throughout the WordPress community than a choice of what to focus development on for the next release. And it would require either a means to administer and grade the test online automatically (requiring programming to make it work) or a fairly large army of volunteers to undertake in-person testing. I imagine you could tie up years of surveys and committee meetings just figuring out what you wanted to test for, never mind designing the test itself.

                  +

                  And you have to decide how often people need to re-certify, because recommendations and best practices change rapidly in the web world.

                  +

                  Even if you get that far, it will only make a difference if enough people accept the validity of the test and care whether someone has passed it before hiring them.

                  +

                  And, finally, a test like that could determine whether the person had enough skill to install WordPress, set up a theme, and choose some plugins, or (at a more advanced level) whether they understand WordPress’ action and filter hooks, plus PHP, HTML, CSS, and JavaScript, but it will never tell you whether a person is honest, timely, able to understand (or even ask) what a client’s real needs and goals are, or someone you can work with without both of you going crazy.Report

                  + +
                  + + +
                    +
                  • + +
                  • +
                  + +
                  + +
                  + +
                  +
                  + +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +

                  +
                  +

                  Your email address will not be published. Required fields are marked *

                  +

                  +

                  +

                  + +

                  + +

                  + +

                  +

                  +

                  +

                  +

                  +
                  + +
                  +
                  + + + + + + + + +
                  + + + + + + + +
                  + + + +
                  + + + + + +
                  + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + + + + + + + + + + + + + + + + + + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  + + +
                  + + + + + :) + +
                  + +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +

                  Original text

                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-images.json new file mode 100644 index 0000000..4c0fc4c --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-images.json @@ -0,0 +1,4 @@ +[ + "http:\/\/l3.yimg.com\/uu\/api\/res\/1.2\/4eRCPf9lJt_3q29.outekQ--\/aD02Njk7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--\/http:\/\/media.zenfs.com\/en\/homerun\/feed_manager_auto_publish_494\/4406ef57dcb40376c513903b03bef048", + "http:\/\/l1.yimg.com\/ny\/api\/res\/1.2\/589noY9BZNdmsUUQf6L1AQ--\/YXBwaWQ9aGlnaGxhbmRlcjtzbT0xO3c9NzQ0O2g9NjY5\/http:\/\/media.zenfs.com\/en\/homerun\/feed_manager_auto_publish_494\/4406ef57dcb40376c513903b03bef048" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-metadata.json new file mode 100644 index 0000000..cfd3a69 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "Ben Silverman", + "Direction": null, + "Excerpt": "To help you decide what’s what, I’ve put together this list of the 8 PSVR games worth considering. Beloved cult hit “Rez” gets the VR treatment to help launch the PSVR, and the results are terrific. Chaos, for sure, and also “Thumper.” Called a “violent rhythm game” by its creators, “Thumper” is, well", + "Image": "http:\/\/l3.yimg.com\/uu\/api\/res\/1.2\/4eRCPf9lJt_3q29.outekQ--\/aD02Njk7dz03NDQ7c209MTthcHBpZD15dGFjaHlvbg--\/http:\/\/media.zenfs.com\/en\/homerun\/feed_manager_auto_publish_494\/4406ef57dcb40376c513903b03bef048", + "Title": "These are the 8 coolest PlayStation VR games", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected.html b/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected.html new file mode 100644 index 0000000..6456393 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected.html @@ -0,0 +1,49 @@ +
                  +
                  +
                  +

                  The PlayStation VR

                  +
                  +
                  +

                  Sony’s PlayStation VR.

                  +
                  +
                  +
                  +

                  Virtual reality has officially reached the consoles. And it’s pretty good! Sony’s PlayStation VR is extremely comfortable and reasonably priced, and while it’s lacking killer apps, it’s loaded with lots of interesting ones.

                  +

                  But which ones should you buy? I’ve played just about every launch game, and while some are worth your time, others you might want to skip. To help you decide what’s what, I’ve put together this list of the eight PSVR games worth considering.

                  +

                  “Rez Infinite” ($30)

                  +

                  +

                  Beloved cult hit “Rez” gets the VR treatment to help launch the PSVR, and the results are terrific. It includes a fully remastered take on the original “Rez” – you zoom through a Matrix-like computer system, shooting down enemies to the steady beat of thumping electronica – but the VR setting makes it incredibly immersive. It gets better the more you play it, too; unlock the amazing Area X mode and you’ll find yourself flying, shooting and bobbing your head to some of the trippiest visuals yet seen in VR.

                  +

                  “Thumper” ($20)

                  +

                  +

                  What would happen if Tron, the board game Simon, a Clown beetle, Cthulhu and a noise band met in VR? Chaos, for sure, and also “Thumper.” Called a “violent rhythm game” by its creators, “Thumper” is, well, a violent rhythm game that’s also a gorgeous, unsettling and totally captivating assault on the senses. With simple controls and a straightforward premise – click the X button and the analog stick in time with the music as you barrel down a neon highway — it’s one of the rare games that works equally well both in and out of VR. But since you have PSVR, play it there. It’s marvelous.

                  +

                  “Until Dawn: Rush of Blood” ($20)

                  +

                  +

                  Cheeky horror game “Until Dawn” was a breakout hit for the PS4 last year, channeling the classic “dumb teens in the woods” horror trope into an effective interactive drama. Well, forget all that if you fire up “Rush of Blood,” because this one sticks you front and center on a rollercoaster ride from Hell. Literally. You ride through a dimly-lit carnival of terror, dual-wielding pistols as you take down targets, hideous pig monsters and, naturally, maniac clowns. Be warned: If the bad guys don’t get you, the jump scares will.

                  +

                  “Headmaster” ($20)

                  +

                  +

                  Soccer meets “Portal” in the weird (and weirdly fun) “Headmaster,” a game about heading soccer balls into nets, targets and a variety of other things while stuck in some diabolical training facility. While at first it seems a little basic, increasingly challenging shots and a consistently entertaining narrative keep it from running off the pitch. Funny, ridiculous and as easy as literally moving your head back and forth, it’s a pleasant PSVR surprise.

                  +

                  “RIGS: Mechanized Combat League” ($50)

                  +

                  +

                  Giant mechs + sports? That’s the gist of this robotic blast-a-thon, which pits two teams of three against one another in gorgeous, explosive and downright fun VR combat. At its best, “RIGS” marries the thrill of fast-paced competitive shooters with the insanity of piloting a giant mech in VR. It can, however, be one of the barfier PSVR games. So pack your Dramamine, you’re going to have to ease yourself into this one.

                  +

                  “Batman Arkham VR” ($20)

                  +

                  +

                  “I’m Batman,” you will say. And you’ll actually be right this time, because you are Batman in this detective yarn, and you know this because you actually grab the famous cowl and mask, stick it on your head, and stare into the mirrored reflection of Rocksteady Games’ impressive Dark Knight character model. It lacks the action of its fellow “Arkham” games and runs disappointingly short, but it’s a high-quality experience that really shows off how powerfully immersive VR can be.

                  +

                  “Job Simulator” ($30)

                  +

                  +

                  There are a number of good VR ports in the PSVR launch lineup, but the HTC Vive launch game “Job Simulator” might be the best. Your task? Lots of tasks, actually, from cooking food to fixing cars to working in an office, all for robots, because did I mention you were in the future? Infinitely charming and surprisingly challenging, it’s a great showpiece for VR.

                  +

                  “Eve Valkyrie” ($60)

                  +

                  +

                  Already a hit on the Oculus Rift, this space dogfighting game was one of the first to really show off how VR can turn a traditional game experience into something special. It’s pricey and not quite as hi-res as the Rift version, but “Eve Valkyrie” does an admirable job filling the void left since “Battlestar Galactica” ended. Too bad there aren’t any Cylons in it (or are there?)

                  +

                  More games news:

                  + +

                  Ben Silverman is on Twitter at + ben_silverman.

                  + +
                  +
                  \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/source.html b/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/source.html new file mode 100644 index 0000000..b13bd1d --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/source.html @@ -0,0 +1,14670 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + These are the 8 coolest PlayStation VR games + + + + + + + + + + + + + + + + + + + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  + + +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +

                  These are the 8 coolest PlayStation VR games

                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  + +
                  +
                  +
                  Ben Silverman +
                  Games Editor
                  +
                  +
                  Yahoo Finance
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  The PlayStation VR
                  +
                  +
                  +
                  Sony’s PlayStation VR.
                  +
                  +
                  +
                  +

                  Virtual reality has officially reached the consoles. And it’s pretty good! Sony’s PlayStation VR is extremely comfortable and reasonably priced, and while it’s lacking killer apps, it’s loaded with lots of interesting ones.

                  +

                  But which ones should you buy? I’ve played just about every launch game, and while some are worth your time, others you might want to skip. To help you decide what’s what, I’ve put together this list of the eight PSVR games worth considering.

                  +

                  “Rez Infinite” ($30)

                  +
                  +

                  Beloved cult hit “Rez” gets the VR treatment to help launch the PSVR, and the results are terrific. It includes a fully remastered take on the original “Rez” – you zoom through a Matrix-like computer system, shooting down enemies to the steady beat of thumping electronica – but the VR setting makes it incredibly immersive. It gets better the more you play it, too; unlock the amazing Area X mode and you’ll find yourself flying, shooting and bobbing your head to some of the trippiest visuals yet seen in VR.

                  +

                  “Thumper” ($20)

                  +
                  +

                  What would happen if Tron, the board game Simon, a Clown beetle, Cthulhu and a noise band met in VR? Chaos, for sure, and also “Thumper.” Called a “violent rhythm game” by its creators, “Thumper” is, well, a violent rhythm game that’s also a gorgeous, unsettling and totally captivating assault on the senses. With simple controls and a straightforward premise – click the X button and the analog stick in time with the music as you barrel down a neon highway — it’s one of the rare games that works equally well both in and out of VR. But since you have PSVR, play it there. It’s marvelous.

                  +

                  “Until Dawn: Rush of Blood” ($20)

                  +
                  +

                  Cheeky horror game “Until Dawn” was a breakout hit for the PS4 last year, channeling the classic “dumb teens in the woods” horror trope into an effective interactive drama. Well, forget all that if you fire up “Rush of Blood,” because this one sticks you front and center on a rollercoaster ride from Hell. Literally. You ride through a dimly-lit carnival of terror, dual-wielding pistols as you take down targets, hideous pig monsters and, naturally, maniac clowns. Be warned: If the bad guys don’t get you, the jump scares will.

                  +

                  “Headmaster” ($20)

                  +
                  +

                  Soccer meets “Portal” in the weird (and weirdly fun) “Headmaster,” a game about heading soccer balls into nets, targets and a variety of other things while stuck in some diabolical training facility. While at first it seems a little basic, increasingly challenging shots and a consistently entertaining narrative keep it from running off the pitch. Funny, ridiculous and as easy as literally moving your head back and forth, it’s a pleasant PSVR surprise.

                  +

                  “RIGS: Mechanized Combat League” ($50)

                  +
                  +

                  Giant mechs + sports? That’s the gist of this robotic blast-a-thon, which pits two teams of three against one another in gorgeous, explosive and downright fun VR combat. At its best, “RIGS” marries the thrill of fast-paced competitive shooters with the insanity of piloting a giant mech in VR. It can, however, be one of the barfier PSVR games. So pack your Dramamine, you’re going to have to ease yourself into this one.

                  +

                  “Batman Arkham VR” ($20)

                  +
                  +

                  “I’m Batman,” you will say. And you’ll actually be right this time, because you are Batman in this detective yarn, and you know this because you actually grab the famous cowl and mask, stick it on your head, and stare into the mirrored reflection of Rocksteady Games’ impressive Dark Knight character model. It lacks the action of its fellow “Arkham” games and runs disappointingly short, but it’s a high-quality experience that really shows off how powerfully immersive VR can be.

                  +

                  “Job Simulator” ($30)

                  +
                  +

                  There are a number of good VR ports in the PSVR launch lineup, but the HTC Vive launch game “Job Simulator” might be the best. Your task? Lots of tasks, actually, from cooking food to fixing cars to working in an office, all for robots, because did I mention you were in the future? Infinitely charming and surprisingly challenging, it’s a great showpiece for VR.

                  +

                  “Eve Valkyrie” ($60)

                  +
                  +

                  Already a hit on the Oculus Rift, this space dogfighting game was one of the first to really show off how VR can turn a traditional game experience into something special. It’s pricey and not quite as hi-res as the Rift version, but “Eve Valkyrie” does an admirable job filling the void left since “Battlestar Galactica” ended. Too bad there aren’t any Cylons in it (or are there?)

                  +

                  More games news:

                  + +

                  Ben Silverman is on Twitter at + ben_silverman.

                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                  + +
                  + + + + + + +
                  + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-images.json new file mode 100644 index 0000000..6ece996 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-images.json @@ -0,0 +1,3 @@ +[ + "https:\/\/s.yimg.com\/os\/mit\/media\/m\/social\/images\/social_default_logo-1481777.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-metadata.json new file mode 100644 index 0000000..8ca33da --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "NATALIYA VASILYEVA", + "Direction": null, + "Excerpt": "The latest news and headlines from Yahoo! News. Get breaking news stories and in-depth coverage with videos and photos.", + "Image": "https:\/\/s.yimg.com\/os\/mit\/media\/m\/social\/images\/social_default_logo-1481777.png", + "Title": "Yahoo News - Latest News & Headlines", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected.html b/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected.html new file mode 100644 index 0000000..92ef439 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected.html @@ -0,0 +1,25 @@ +
                  +
                  +
                  +

                  1 / 5

                  +
                  +

                  In this photo dated Tuesday, Nov, 29, 2016 the Soyuz-FG rocket booster with the Progress MS-04 cargo ship is installed on a launch pad in Baikonur, Kazakhstan. The unmanned Russian cargo space ship Progress MS-04 broke up in the atmosphere over Siberia on Thursday Dec. 1, 2016, just minutes after the launch en route to the International Space Station due to an unspecified malfunction, the Russian space agency said.(Oleg Urusov/ Roscosmos Space Agency Press Service photo via AP)

                  +

                  In this photo dated Tuesday, Nov, 29, 2016 the Soyuz-FG rocket booster with the Progress MS-04 cargo ship is installed on a launch pad in Baikonur, Kazakhstan. The unmanned Russian cargo space ship Progress MS-04 broke up in the atmosphere over Siberia on Thursday Dec. 1, 2016, just minutes after the launch en route to the International Space Station due to an unspecified malfunction, the Russian space agency said.(Oleg Urusov/ Roscosmos Space Agency Press Service photo via AP)

                  +
                  +
                  +

                  MOSCOW (AP) — An unmanned Russian cargo spaceship heading to the International Space Station broke up in the atmosphere over Siberia on Thursday due to an unspecified malfunction, the Russian space agency said.

                  +

                  The Progress MS-04 cargo craft broke up at an altitude of 190 kilometers (118 miles) over the remote Russian Tuva region in Siberia that borders Mongolia, Roscosmos said in a statement. It said most of spaceship's debris burnt up as it entered the atmosphere but some fell to Earth over what it called an uninhabited area.

                  +

                  Local people reported seeing a flash of light and hearing a loud thud west of the regional capital of Kyzyl, more than 3,600 kilometers (2,200 miles) east of Moscow, the Tuva government was quoted as saying late Thursday by the Interfax news agency.

                  +

                  The Progress cargo ship had lifted off as scheduled at 8:51 p.m. (1451 GMT) from Russia's space launch complex in Baikonur, Kazakhstan, to deliver 2.5 metric tons of fuel, water, food and other supplies. It was set to dock with the space station on Saturday.

                  +

                  Roscosmos said the craft was operating normally before it stopped transmitting data 6 ½ minutes after the launch. The Russian space agency would not immediately describe the malfunction, saying its experts were looking into it.

                  +

                  This is the third botched launch of a Russian spacecraft in two years. A Progress cargo ship plunged into the Pacific Ocean in May 2015, and a Proton-M rocket carrying an advanced satellite broke up in the atmosphere in May 2014.

                  +

                  But both Roscosmos and NASA said the crash of the ship would have no impact on the operations of the orbiting space lab that is currently home to a six-member crew, including three cosmonauts from Russia, two NASA astronauts and one from the European Union.

                  +

                  Orbital ATK, NASA's other shipper, successfully sent up supplies to the space station in October, and a Japanese cargo spaceship is scheduled to launch a full load in mid-December.

                  +

                  NASA supplier SpaceX, meanwhile, has been grounded since a rocket explosion in September on the launch pad at Cape Canaveral, Florida. The company hopes to resume launches in December to deliver communication satellites.

                  +

                  ___

                  +

                  This version corrects the spelling of the region to Tuva, not Tyva.

                  +

                  __

                  +

                  Aerospace Writer Marcia Dunn in Cape Canaveral, Florida, and Vladimir Isachenkov in Moscow contributed to this report.

                  + +
                  +
                  \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/source.html b/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/source.html new file mode 100644 index 0000000..2ab343f --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/source.html @@ -0,0 +1,20539 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Russia: Space ship malfunctions, breaks up over Siberia + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  +
                  + +
                  +
                  +
                  +
                  + + +
                  +
                  +
                  + + + + + + +
                  + + + + + + +
                  + + + + + +
                  + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-images.json new file mode 100644 index 0000000..36f5f06 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-images.json @@ -0,0 +1,4 @@ +[ + "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png", + "https:\/\/s3.yimg.com\/bt\/api\/res\/1.2\/GNtA09EDJWzWfpBzGYJS0Q--\/YXBwaWQ9eW5ld3NfbGVnbztxPTg1O3c9NjMw\/http:\/\/media.zenfs.com\/en_us\/gma\/us.abcnews.gma.com\/HT_flag_baby_jtm_150311_16x9_992.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-metadata.json new file mode 100644 index 0000000..1af6b8f --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "By GILLIAN MOHNEY\n March 11, 2015 3:46 PM", + "Direction": "ltr", + "Excerpt": "A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash. Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family’s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform. Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.", + "Image": "https:\/\/s.yimg.com\/bt\/api\/res\/1.2\/qZaM9MLUOrxLg4IfXt_Niw--\/YXBwaWQ9eW5ld3NfbGVnbztxPTc1O3c9NjAw\/http:\/\/media.zenfs.com\/en-US\/video\/video.abcnewsplus.com\/559ecdbafdb839129816b5c79a996975.cf.png", + "Title": "Veteran Wraps Baby in American Flag, Photo Sparks Controversy", + "SiteName": "Yahoo" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected.html b/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected.html new file mode 100644 index 0000000..21bb560 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected.html @@ -0,0 +1,45 @@ +
                  +
                  +

                  'GMA' Cookie Search:

                  + +
                  + +
                  + + + + + + +

                  A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash.

                  +

                  Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family’s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform.

                  +

                  Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.

                  +

                  Pizza Man Making Special Delivery Pizza Delivery to Afghanistan During Super Bowl

                  +

                  Redesigned Scopes Fail to Stop 'Superbug Outbreaks

                  +

                  Antarctica 'Penguin Post Office' Attracts Record Number of Applicants

                  +

                  “This is what he was fighting for, his son wrapped in an American flag,” Hicks told ABC News. However, when she posted the image on her page, she started to get comments accusing her of desecrating the flag.

                  +

                  On one Facebook page an unidentified poster put up her picture writing and wrote they found it was “disrespectful, rude, tacky, disgusting, and against the U.S. Flag Code.”

                  + +

                  View photo

                  .

                  Vanessa Hicks
                  +

                  Vanessa Hicks

                  +
                  + +

                  The Federal Flag Code has guidelines for the proper treatment of the U.S. Flag but there are no rules for punishment related to violations. In the past, the Supreme Court has found that people are protected from punishment under the First Amendment for manipulating or even burning the flag. +

                  +

                  Hicks said she was surprised when messages suddenly started to pop up on her Facebook page and even her own website criticizing her photos.

                  +

                  She said she stayed up until 4 a.m. recently to take down comments from her business and company page, even on shoots that had nothing to do with the flag.

                  +

                  “I know how low I felt during those first few hours,” said Hicks. “[I felt] am I not a good American or veteran or wife. It’s a train-wreck you can’t help but watch.”

                  +

                  As Hicks tried to stop the comments from taking over her pages, others started to take notice and her picture went viral on social media sites. After that, Hicks found that many people, both military and civilian, told her they did not find the picture offensive.

                  +

                  “I have seen first-hand what is desecration of the flag,” Hicks said of her time in the military. “At the end of the day I didn’t do anything that disrespected this flag.”

                  +

                  Hicks, whose husband is still on active duty in the Navy, said the flag is a symbol of U.S. freedoms including the First Amendment right to free speech.

                  +

                  “[My husband] wouldn’t die for a flag, he would die for the freedoms that this country offers,” she told ABC News.

                  +

                  After her story grabbed local headlines, Hicks has been inundated by requests for photos shoots, and she said she plans to give 15 percent of all profits related to these shoots to the USO.

                  + + +
                  + + + + + +
                  \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/source.html b/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/source.html new file mode 100644 index 0000000..caf60e4 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/source.html @@ -0,0 +1,14949 @@ + + +
                  + + + + + Veteran Wraps Baby in American Flag, Photo Sparks Controversy - Yahoo + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  + +
                  +
                  + +
                  + +
                  +
                  + + + + + +
                  +
                  + +
                  + + + + +
                  +
                  + +
                  + +
                  +
                  + +
                  +
                  + +
                  +
                  +
                  +
                  +
                  'GMA' Cookie Search:
                  + +
                  +
                  +
                  +
                  +
                  +
                  +
                  + + +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +
                  +

                  Veteran Wraps Baby in American Flag, Photo Sparks Controversy

                  +
                  + +
                  +
                  + +
                  +
                  + + + Good Morning America + +
                  +
                  +
                  +
                  +
                  +
                  + +
                  +
                    +
                  • + +
                  • + +
                  • + +
                  • +
                  +
                  +
                  +
                  +
                  +
                  + +
                    + +
                    + +
                    +
                    + +
                    +
                    + + + +
                    +
                    +
                    +
                    + + + + + + + +
                    +
                    + +
                    +
                    +
                    +
                    +
                    +
                    + +
                    +
                    +
                    +
                    + +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    + +
                    + +
                    +
                    +
                    +
                    +
                    Captions Not Available
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    + +
                    +
                    + Settings +
                    +
                    +
                    + +
                    +
                    +
                    + Full Screen +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    Embed
                    +
                    + +
                    +
                    +
                    +
                    +
                    Video Quality
                    +
                    Auto
                    +
                    High (HD)
                    +
                    Medium
                    +
                    Low
                    +
                    +
                    +
                    +
                    Closed Caption Settings
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    Back
                    +
                    + +
                    +
                    Closed Captions
                    +
                    +
                    +
                    +
                    +
                    Language
                    +
                    +
                    +
                    +
                    English
                    +
                      +
                    • No item available
                    • +
                    +
                    +
                    +
                    + +
                    +
                    +
                    +
                    Position
                    +
                    +
                      +
                    • Bottom
                    • +
                    • Top
                    • +
                    +
                    +
                    +
                    +
                    Type Size
                    +
                    +
                    +
                    A
                    +
                    A
                    +
                    A
                    +
                    A
                    +
                    A
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    + +
                    +
                    +
                    +
                    Aa
                    +
                    +
                    Style Options
                    +
                    +
                    +
                    + + +
                    +
                    Captions will look like this
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    Back
                    +
                    +
                    +
                      +
                    • Presets
                    • +
                    • Text
                    • +
                    • background
                    • +
                    • effects
                    • +
                    +
                    +
                    +
                    Aa
                    +
                    Aa
                    +
                    Aa
                    +
                    Aa
                    +
                    Aa
                    +
                    Aa
                    +
                    Aa
                    +
                    Aa
                    +
                    +
                    +
                    +
                    +
                    Arial
                    +
                      +
                    • Georgia
                    • +
                    • Palatino Linotype
                    • +
                    • Times New Roman
                    • +
                    • Arial
                    • +
                    • Arial Black
                    • +
                    • Comic Sans MS
                    • +
                    • Impact
                    • +
                    • Lucida Sans Unicode
                    • +
                    • Tahoma
                    • +
                    • Trebuchet MS
                    • +
                    • Verdana
                    • +
                    • Courier New
                    • +
                    • Lucida Console
                    • +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    75% (transparency)
                    +
                      +
                    • 100% (opaque)
                    • +
                    • 75% (transparency)
                    • +
                    • 50% (transparency)
                    • +
                    • 25% (transparency)
                    • +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +

                    Aa

                    +
                    Plain
                    +
                    +
                    +

                    Aa

                    +
                    Shadow
                    +
                    +
                    +

                    Aa

                    +
                    raised
                    +
                    +
                    +

                    Aa

                    +
                    Lowered
                    +
                    +
                    +

                    Aa

                    +
                    Outline
                    +
                    +
                    +
                    +
                    +
                    +
                    Captions will look like this
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    + +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    + +
                    +
                    Video Not Available
                    +
                    Unfortunately, this video is not available in your region.
                    +
                    SS-100-202
                    + +
                    +
                    +
                    +
                    +
                    +
                    +
                    +
                    + + +
                    +
                    + + +

                    Photo of Baby Wrapped in US Flag Seen as Unpatriotic

                    + +
                    + +
                    + + + +
                    + Now watching + +

                    + + + Next video starts in : 7 + Play +

                    +

                    Photo of Baby Wrapped in US Flag Seen as Unpatriotic

                    + +
                    + +
                    +
                    + +
                    +
                    +
                    + + + +
                    +
                    + +
                    +
                    + + + +
                    + + +
                    + + +
                    + +
                    + +
                    + + + + + +
                    + + +
                    + + +
                    + + +
                    + +
                    + + + + + +
                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                    + + + + + +
                    +
                    +
                    +
                    + + +
                    +
                    + +
                    + + + + + + +

                    A photographer and Navy veteran is fighting back after a photo she posted to Facebook started an online backlash.

                    +

                    Vanessa Hicks said she had no idea her photo would be considered controversial. The photo, from a military family’s newborn photo shoot, showed a newborn infant wrapped in an American flag held by his father, who was in his military uniform.

                    +

                    Hicks, a Navy veteran herself and the wife of an active-duty Navy member, said her intention was to honor the flag as well as her clients, who wanted to incorporate their military service in the photo shoot.

                    +

                    Pizza Man Making Special Delivery Pizza Delivery to Afghanistan During Super Bowl

                    +

                    Redesigned Scopes Fail to Stop 'Superbug Outbreaks

                    +

                    Antarctica 'Penguin Post Office' Attracts Record Number of Applicants

                    +

                    “This is what he was fighting for, his son wrapped in an American flag,” Hicks told ABC News. However, when she posted the image on her page, she started to get comments accusing her of desecrating the flag.

                    +

                    On one Facebook page an unidentified poster put up her picture writing and wrote they found it was “disrespectful, rude, tacky, disgusting, and against the U.S. Flag Code.”

                    +

                    +
                    +

                    View photo

                    .
                    Vanessa Hicks
                    +

                    Vanessa Hicks

                    +
                    +
                    +
                    The Federal Flag Code has guidelines for the proper treatment of the U.S. Flag but there are no rules for punishment related to violations. In the past, the Supreme Court has found that people are protected from punishment under the First Amendment for manipulating or even burning the flag. +

                    +

                    Hicks said she was surprised when messages suddenly started to pop up on her Facebook page and even her own website criticizing her photos.

                    +

                    She said she stayed up until 4 a.m. recently to take down comments from her business and company page, even on shoots that had nothing to do with the flag.

                    +

                    “I know how low I felt during those first few hours,” said Hicks. “[I felt] am I not a good American or veteran or wife. It’s a train-wreck you can’t help but watch.”

                    +

                    As Hicks tried to stop the comments from taking over her pages, others started to take notice and her picture went viral on social media sites. After that, Hicks found that many people, both military and civilian, told her they did not find the picture offensive.

                    +

                    “I have seen first-hand what is desecration of the flag,” Hicks said of her time in the military. “At the end of the day I didn’t do anything that disrespected this flag.”

                    +

                    Hicks, whose husband is still on active duty in the Navy, said the flag is a symbol of U.S. freedoms including the First Amendment right to free speech.

                    +

                    “[My husband] wouldn’t die for a flag, he would die for the freedoms that this country offers,” she told ABC News.

                    +

                    After her story grabbed local headlines, Hicks has been inundated by requests for photos shoots, and she said she plans to give 15 percent of all profits related to these shoots to the USO.

                    + + +
                    +
                    + +
                    +
                    +
                    +
                    +
                    +
                    +
                    + + + +
                    + + + +
                    + +
                    +
                    +
                    Sorry you didn't like this comment. Please provide a reason below.
                    +
                    + +
                    +

                    + +
                    +
                    +
                    + + + +
                    +
                    +
                    +
                    +
                    + +
                    +
                    +
                    Are you sure?
                    +
                    +
                    + + +
                    +
                    +
                    + + + +
                    +
                    Rating failed. Try again.
                    +
                    +
                    +
                    Request failed. Try again.
                    +
                    +
                    +
                    We will promote constructive and witty comments to the top, so everyone sees them!
                    +
                    + +
                    +
                    Sorry, we can’t load comments right now. Try again.
                    + +
                    + + + +
                    + +
                    + +
                    + + + + +
                      +
                      +
                      + + + + +
                      +
                      +
                      +
                      +
                      +
                      +
                      +
                      + + +
                      +
                      + +
                      +
                      +
                      + + + +

                      Recommended for You

                      + + + + +
                      +
                      +
                      +
                      +
                      + + + + + + + +
                      +
                      +
                      +
                      +
                      +
                      +
                      +
                      +
                      +
                      +
                      +
                      +
                      +
                      + +
                      +
                      + + + + + +
                      + + +
                      + + + + + + + + + + +
                      + + +
                      +
                      +
                      + + + + + + + + + + + + + + + + + + + + + + + + +
                      +
                      +
                      +
                      + + +
                      +
                      +
                      +
                      +
                      +
                      +
                      +
                      + + +
                      +
                      +
                      +
                      + + + + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-images.json new file mode 100644 index 0000000..36a3528 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-images.json @@ -0,0 +1,3 @@ +[ + "http:\/\/i.yimg.jp\/images\/jpnews\/cre\/common\/all\/images\/fbico_ogp_600x600.png" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-metadata.json new file mode 100644 index 0000000..18324c4 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "個人", + "Direction": null, + "Excerpt": "トレンドマイクロは3月9日、Wi-Fi利用時の通信を暗号化し保護するスマホ・タブレット - Yahoo!ニュース(CNET Japan)", + "Image": "http:\/\/i.yimg.jp\/images\/jpnews\/cre\/common\/all\/images\/fbico_ogp_600x600.png", + "Title": "トレンドマイクロ、公衆無線LANを安全に使うためのアプリ「フリーWi-Fiプロテクション」(CNET Japan) - Yahoo!ニュース", + "SiteName": "Yahoo!ニュース" +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected.html b/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected.html new file mode 100644 index 0000000..04be3c9 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected.html @@ -0,0 +1,7 @@ +

                      + トレンドマイクロは3月9日、Wi-Fi利用時の通信を暗号化し保護するスマホ・タブレット向けのセキュリティアプリ「フリーWi-Fiプロテクション」(iOS/Android)の発売を開始すると発表した。1年版ライセンスは2900円(税込)で、2年版ライセンスは5000円(税込)。

                       フリーWi-Fiプロテクションは、App Storeおよび、Google Playにて販売され、既に提供しているスマホ・タブレット向け総合セキュリティ対策アプリ「ウイルスバスター モバイル」と併用することで、不正アプリや危険なウェブサイトからの保護に加え、通信の盗み見を防ぐことができる。

                       2020年の東京オリンピック・パラリンピックの開催などを見据え、フリーWi-Fi(公衆無線LAN)の設置が促進され、フリーWi-Fiの利用者も増加している。 +

                       一方で、脆弱な設定のフリーWi-Fiや攻撃者が設置した偽のフリーWi-Fiへの接続などによる情報漏えい、通信の盗み見などのセキュリティリスクが危惧されているという。 +

                       正規事業者が提供する安全性の高いフリーWi-Fiのほかにも、通信を暗号化していない安全性の低いフリーWi-Fi、さらにはサイバー犯罪者が設置したフリーWi-Fiなどさまざまなものが混在している。また、利用者は、接続する前にひとつひとつ安全性を確認するのは難しい状況だとしている。 +

                       トレンドマイクロがスマートフォン保持者でフリーWi-Fiの利用経験がある人に実施した調査では、回答者の約85%が安全なフリーWi-Fiと危険なフリーWi-Fiは「見分けられない」と回答。さらに、約65%がフリーWi-Fiの利用に不安を感じていると回答している。 +

                       こうした環境の変化やユーザの状況を鑑み、フリーWi-Fiプロテクションの提供を開始する。同アプリをインストールすることで利用者は、万が一安全性の低いフリーWi-Fiのアクセスポイントに接続してしまった場合でも、その通信を暗号化でき、通信の盗み見やそれによる情報漏えいのリスクを低減できるようになる。 +

                       具体的には、フリーWi-Fi利用時に、スマートフォンがフリーWi-Fiプロテクションインフラに接続することにより、フリーWi-Fiのアクセスポイントを介した通信がVPN(Virtual Private Network)で暗号化される。これにより利用者は、第三者から通信を傍受されることやデータの情報漏えいを防ぐことが可能。さらに、かんたん自動接続の機能により、通信を暗号化していない安全性が低いフリーWi-Fi接続時や利用者が指定したWi-Fiへ接続する際に、自動的に通信を暗号化し、利用者の通信を保護する。

                       また、フリーWi-Fiプロテクションインフラと、莫大なセキュリティ情報のビッグデータを保有するクラウド型セキュリティ技術基盤「Trend Micro Smart Protection Network」(SPN)が連携することで、フリーWi-Fiプロテクションインフラを経由してインターネットを利用する際に、利用者がフィッシング詐欺サイトや偽サイトなどへの不正サイトへアクセスすることをブロックできるという。

                      \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/source.html b/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/source.html new file mode 100644 index 0000000..8d35108 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/source.html @@ -0,0 +1,1234 @@ + + + + + + + + トレンドマイクロ、公衆無線LANを安全に使うためのアプリ「フリーWi-Fiプロテクション」 (CNET Japan) - Yahoo!ニュース + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      +
                      + + +
                      +
                      + + + +
                      +
                      + +
                      + +
                      + +
                      + +
                      + + + +
                      + +

                      ニュース

                      + + + +

                      条件指定

                      +
                      + + +
                      + +
                      + + + + + +
                      + +

                      トピックス

                      + + +
                      + + +
                      + +
                      + +
                      + + +

                      テーマ

                      + +
                      + + +
                      + +
                      + + +
                      + + +

                      意識調査

                      + +
                      + + +
                      + +
                      + + + +
                      + +

                      全国紙パック

                      + +
                      + + + +
                      + +
                      + + + + + +
                      + + + + + +
                      + +
                      + + +
                      + ここから本文です + + +
                      +
                      + + + +
                      + + + +
                      + +
                      +
                      + +
                      +

                      トレンドマイクロ、公衆無線LANを安全に使うためのアプリ「フリーWi-Fiプロテクション」

                      +

                      CNET Japan 3/9(木) 18:45配信 +

                      + +
                      + +
                      +
                      +

                      + トレンドマイクロは3月9日、Wi-Fi利用時の通信を暗号化し保護するスマホ・タブレット向けのセキュリティアプリ「フリーWi-Fiプロテクション」(iOS/Android)の発売を開始すると発表した。1年版ライセンスは2900円(税込)で、2年版ライセンスは5000円(税込)。
                      +
                       フリーWi-Fiプロテクションは、App Storeおよび、Google Playにて販売され、既に提供しているスマホ・タブレット向け総合セキュリティ対策アプリ「ウイルスバスター モバイル」と併用することで、不正アプリや危険なウェブサイトからの保護に加え、通信の盗み見を防ぐことができる。
                      +
                       2020年の東京オリンピック・パラリンピックの開催などを見据え、フリーWi-Fi(公衆無線LAN)の設置が促進され、フリーWi-Fiの利用者も増加している。 +
                      +
                       一方で、脆弱な設定のフリーWi-Fiや攻撃者が設置した偽のフリーWi-Fiへの接続などによる情報漏えい、通信の盗み見などのセキュリティリスクが危惧されているという。 +
                      +
                       正規事業者が提供する安全性の高いフリーWi-Fiのほかにも、通信を暗号化していない安全性の低いフリーWi-Fi、さらにはサイバー犯罪者が設置したフリーWi-Fiなどさまざまなものが混在している。また、利用者は、接続する前にひとつひとつ安全性を確認するのは難しい状況だとしている。 +
                      +
                       トレンドマイクロがスマートフォン保持者でフリーWi-Fiの利用経験がある人に実施した調査では、回答者の約85%が安全なフリーWi-Fiと危険なフリーWi-Fiは「見分けられない」と回答。さらに、約65%がフリーWi-Fiの利用に不安を感じていると回答している。 +
                      +
                       こうした環境の変化やユーザの状況を鑑み、フリーWi-Fiプロテクションの提供を開始する。同アプリをインストールすることで利用者は、万が一安全性の低いフリーWi-Fiのアクセスポイントに接続してしまった場合でも、その通信を暗号化でき、通信の盗み見やそれによる情報漏えいのリスクを低減できるようになる。 +
                      +
                       具体的には、フリーWi-Fi利用時に、スマートフォンがフリーWi-Fiプロテクションインフラに接続することにより、フリーWi-Fiのアクセスポイントを介した通信がVPN(Virtual Private Network)で暗号化される。これにより利用者は、第三者から通信を傍受されることやデータの情報漏えいを防ぐことが可能。さらに、かんたん自動接続の機能により、通信を暗号化していない安全性が低いフリーWi-Fi接続時や利用者が指定したWi-Fiへ接続する際に、自動的に通信を暗号化し、利用者の通信を保護する。
                      +
                       また、フリーWi-Fiプロテクションインフラと、莫大なセキュリティ情報のビッグデータを保有するクラウド型セキュリティ技術基盤「Trend Micro Smart Protection Network」(SPN)が連携することで、フリーWi-Fiプロテクションインフラを経由してインターネットを利用する際に、利用者がフィッシング詐欺サイトや偽サイトなどへの不正サイトへアクセスすることをブロックできるという。

                      +
                      + + + + + + +
                      +
                      +

                      最終更新:3/9(木) 18:45

                      +

                      + CNET Japan +

                      +
                      + + + + +
                      + +
                      + + + + + +
                      + + + +
                      + + + + + + + +
                      + + + +
                      + + + + +
                      +
                      + + + + + + + + + + +
                      +
                      +
                      +
                      + + +
                      + +
                      +
                        +
                      • ※コメントは個人の見解であり、記事提供社と関係はありません。
                      • + +
                      + +
                      + + + + +
                      + + + +
                      + + + + +
                      + + + + + + +
                      +
                      + + + + +
                      + + +
                      + + + + +
                      +
                      + + + + + + + +
                      + + +
                      + + + +
                      +
                      +
                      +
                      + + + + + + + + + + +
                      + + + +
                      +
                      + +
                      + + + +
                      + + +
                      + 本文はここまでです + +このページの先頭へ + +
                      +
                      +

                      お得情報

                      +
                      +
                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

                      + +その他のキャンペーン + +

                      +
                      +
                      + + + + +
                      + + +
                      + + + + + + + + + + +
                      + + +
                      + + + +
                      + + + + + + + + + + + + + + diff --git a/vendor/fivefilters/readability.php/test/test-pages/youth/expected-images.json b/vendor/fivefilters/readability.php/test/test-pages/youth/expected-images.json new file mode 100644 index 0000000..72627e0 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/youth/expected-images.json @@ -0,0 +1,5 @@ +[ + "http:\/\/fakehost\/test\/W020170310313653868929.jpg", + "http:\/\/fakehost\/test\/W020170310313654043127.jpg", + "http:\/\/fakehost\/test\/W020170310313654453091.jpg" +] \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/youth/expected-metadata.json b/vendor/fivefilters/readability.php/test/test-pages/youth/expected-metadata.json new file mode 100644 index 0000000..f84c6ec --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/youth/expected-metadata.json @@ -0,0 +1,8 @@ +{ + "Author": "青网校园崔宁宁", + "Direction": null, + "Excerpt": "图为马素湘在澳大利亚悉尼游玩时的近影。出国前后关注点大不同出国前:政治科目会出啥考题?出国后:国家未来将如何发展?在采访中,我们了解到不少学子在出国前就每年守在电脑前观看两会直播。但是,随着年龄和阅历的增长,学子对两会的关注点在出国前后发生了很大的变化。在法国里昂国立应用科学院留学的卢宇表示,他还是个中学生时,就开始关注两会了。“我高中毕业后就出国留学了。", + "Image": null, + "Title": "海外留学生看两会:出国前后关注点大不同_教育频道_中国青年网", + "SiteName": null +} diff --git a/vendor/fivefilters/readability.php/test/test-pages/youth/expected.html b/vendor/fivefilters/readability.php/test/test-pages/youth/expected.html new file mode 100644 index 0000000..dba688f --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/youth/expected.html @@ -0,0 +1,30 @@ +
                      +

                      海外留学生看两会:出国前后关注点大不同

                      +

                      图为马素湘在澳大利亚悉尼游玩时的近影。

                      +

                        出国前后关注点大不同

                      +

                        出国前:政治科目会出啥考题?

                      +

                        出国后:国家未来将如何发展?

                      +

                         在采访中,我们了解到不少学子在出国前就每年守在电脑前观看两会直播。但是,随着年龄和阅历的增长,学子对两会的关注点在出国前后发生了很大的变化。

                      +

                         在法国里昂国立应用科学院留学的卢宇表示,他还是个中学生时,就开始关注两会了。“我高中毕业后就出国留学了。当我还在国内读高中时,对两会的主要关注点落在民生和教育问题上。根据这些内容预测今年政治考点会有哪些变化。”卢宇说,“在国外学习生活了将近10年,我愈发感觉到祖国这些年发生的日新月异的变化;关注点也转移到国家‘一带一路’建设,高端人才引进,中外合作等方面。”

                      +

                         无独有偶,英国剑桥大学的李博灏也有着类似的经历。他表示,在国内读本科时,虽然关注过两会,但并不像现在这样,将关注点放在国家社会经济迫切需要解决的难题与问题上。“出国前更关心与我们学生的实际问题以及切身利益相关的议题,比如奖学金、助学金的发放与申请;相关工作行业就业前景等。”

                      +

                         在英国求学6年后,李博灏希望能够学有所用,为国家发展过程中遇到的难题寻求解决办法。因此随着课题研究的深入,他更加关注国家和社会目前所面临的挑战,比如中等收入陷阱、供给侧改革、创意创新产业的发展等议题。

                      +

                         还有一些学子表示,出国前对两会不太了解,出国后反而对两会热点多了些思考。在澳大利亚墨尔本留学的马素湘说:“想不关注都难啊!刷微博看新闻到处都是两会的消息。而且我现在学的是新闻专业,对世界发生的大小事都会留意。随着年龄、阅历增长,家国情怀也渐长,会关心国家发展的各方面问题。”

                      +

                      +

                      图为李博灏在瑞士日内日瓦联合国欧洲总部的近影。

                      +

                        关注点多与所学专业相关

                      +

                        法学专业热议法定婚龄 很多人关心供给侧改革

                      +

                         在谈及对两会的哪些话题比较感兴趣时,卢宇表示:“近几年,国内雾霾现象时有发生。而我本身是学习能源环境专业的,所以每年都对两会上政府工作报告和代表提案中有关环保和新能源政策的部分很感兴趣。今年两会提案中有几份关于大力发展清洁能源汽车的。我认为这对节能减排和防治雾霾都有积极作用,但也要注意加强电池和电动机等关键技术的研发。”

                      +

                         对此提案,卢宇有着自己的看法,“百花齐放的局面固然可喜,但也不能一哄而上,国家应该提高行业准入门槛,完善新能源汽车准入管理规则,从源头上进行制度创新,将一些不具备新能源汽车生产资质的厂家淘汰出局,并高度关注电池系统安全问题,严格执行充电桩生产的国际标准。”

                      +

                         马素湘表示,“出国读研之前,我在国内学习法学,因此对相关的问题比较感兴趣。今年两会上人大代表黄细花提出把法定婚龄降低到18岁的提案;而在微博的热搜榜上,一本儿童性教育读物引起了极大的争议。我认为降低婚龄并不适合我国国情。因为性教育的缺乏导致我国大部分人在18岁之前没有接受过完整的性教育,思想行动上也不够成熟,如何能够对自己的人生和自己的另一半负责?所以我希望能有人大代表提议在国民儿童阶段完善我国的性教育,而不是为了鼓励生育将法定婚龄提前。”

                      +

                         李博灏是英国剑桥大学制造业研究所创新设计管理中心的一名博士。他格外关注的话题是供给侧结构性改革,知识产权保护,消费升级等议题。“我的博士研究课题是关于推动创新设计密集型产业的发展从而帮助中等收入国家克服中等收入陷阱的探索,因此一直十分关注国内关于供给侧改革的相关议题。通过本届两会对于该议题的进一步关注,我希望可以有效地帮助我了解供给侧改革与中等收入陷阱问题目前的发展状况以及解决情况;也希望可以与更多的机构取得联系,并帮助他们了解该议题最前沿的研究与解决方案。”

                      +

                      +

                      图为卢宇与祖国五星红旗和联合国会旗的合影。

                      +

                         两会成为了解国情的窗口

                      +

                         盼准确把握国家发展需求 愿寻求机遇回国有所作为

                      +

                         不少学子时刻关注着国内动态,寻找回国发展的契机,而两会正是一个提供最新最全面信息的窗口。

                      +

                         “对两会的关注使我能够准确把握国家目前迫切需要解决的难题,从而使我的研究具有更多的社会价值。把理论和现实结合起来,将学到的知识、理念与技术有效地融入到国家社会经济发展的实践中去,为国家和社会解决这些问题提供理论与实践依据。”李博灏说。

                      +

                         知识产权也是近些年来两会的热门话题。在李博灏看来,知识产权是经济可持续增长和创意创新产业发展的灵魂所在。完善的、与国际接轨的知识产权保护法能够很好地促进国民经济的发展。“如何将欧洲和英国先进的知识产权以及创意产业保护发展经验带回祖国,帮助我们国家推动创意创新驱动的经济发展一直是我在关注与思考的。因此我也会十分关注两会关于国内知识产权的保护,知识产权综合管理改革试点工作,知识产权国际合作,知识产权大数据等的发展现状等问题。”

                      +

                         在两会上,全国政协委员张近东提出“当前中国经济的发展正在从数量型向质量型转变,消费升级将成为企业新一轮创新发展的动力。”对此,李博灏认为这也是他关注的问题。他认为:“在消费市场持续扩大的大环境下,如何能够通过促进创新设计产业的发展以及消费品品质的提升,推动国内消费增长并促进其在可持续经济增长中的作用,是一个迫切需要解决的问题。在当前供给侧改革的大环境下,消费升级的重要性越发突显。”

                      +

                         作为两会的资深粉,卢宇聊起两会话题充满了期待。“今年是国家‘十三五’规划的关键时期,‘一带一路’建设也在如火如荼地进行中。作为一名中国留学生,我一直都关注着能在哪些领域为国家、为中外合作共赢做出贡献。‘大众创业、万众创新’提出有几年了。全国各省市在吸引留学人才归国创业就业方面纷纷提出了各种优惠政策,但目前大都集中在沿海发达省份,而且主要惠及理工科博士,政策覆盖面还不够广。期待从国家层面设立工作组加强留学人才的统筹协调,完善顶层设计。人文社科类留学人才是未来国家智库的重要后备力量,也应该适当加强对他们的政策鼓励,更好地服务于‘一带一路’国家战略。”

                      +

                         卢宇还认为两会应该增设学子代表,列席旁听两会,拓展留学生参政议政渠道。“我相信优秀留学生的国际化视野必将为家乡建设带来新的思路,增添新的活力。”卢宇恳切地说。

                      +
                      \ No newline at end of file diff --git a/vendor/fivefilters/readability.php/test/test-pages/youth/source.html b/vendor/fivefilters/readability.php/test/test-pages/youth/source.html new file mode 100644 index 0000000..22a3bb5 --- /dev/null +++ b/vendor/fivefilters/readability.php/test/test-pages/youth/source.html @@ -0,0 +1,10982 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + 海外留学生看两会:出国前后关注点大不同_教育频道_中国青年网 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      +
                      + + + +
                      + + + + +
                      +
                      +
                      + + + +
                      +
                      + + + +
                      +
                      +
                      + + + + + +
                      +
                      + +
                      海外留学生看两会:出国前后关注点大不同
                      + +

                      + +
                      + 发稿时间:2017-03-10 08:42:00 + + + +来源: + +人民日报海外版 + + + + + + 中国青年网 +
                      +
                      +
                      +
                      +
                      +

                      海外留学生看两会:出国前后关注点大不同

                      +

                      图为马素湘在澳大利亚悉尼游玩时的近影。

                      +

                        出国前后关注点大不同

                      +

                        出国前:政治科目会出啥考题?

                      +

                        出国后:国家未来将如何发展?

                      +

                         在采访中,我们了解到不少学子在出国前就每年守在电脑前观看两会直播。但是,随着年龄和阅历的增长,学子对两会的关注点在出国前后发生了很大的变化。

                      +

                         在法国里昂国立应用科学院留学的卢宇表示,他还是个中学生时,就开始关注两会了。“我高中毕业后就出国留学了。当我还在国内读高中时,对两会的主要关注点落在民生和教育问题上。根据这些内容预测今年政治考点会有哪些变化。”卢宇说,“在国外学习生活了将近10年,我愈发感觉到祖国这些年发生的日新月异的变化;关注点也转移到国家‘一带一路’建设,高端人才引进,中外合作等方面。”

                      +

                         无独有偶,英国剑桥大学的李博灏也有着类似的经历。他表示,在国内读本科时,虽然关注过两会,但并不像现在这样,将关注点放在国家社会经济迫切需要解决的难题与问题上。“出国前更关心与我们学生的实际问题以及切身利益相关的议题,比如奖学金、助学金的发放与申请;相关工作行业就业前景等。”

                      +

                         在英国求学6年后,李博灏希望能够学有所用,为国家发展过程中遇到的难题寻求解决办法。因此随着课题研究的深入,他更加关注国家和社会目前所面临的挑战,比如中等收入陷阱、供给侧改革、创意创新产业的发展等议题。

                      +

                         还有一些学子表示,出国前对两会不太了解,出国后反而对两会热点多了些思考。在澳大利亚墨尔本留学的马素湘说:“想不关注都难啊!刷微博看新闻到处都是两会的消息。而且我现在学的是新闻专业,对世界发生的大小事都会留意。随着年龄、阅历增长,家国情怀也渐长,会关心国家发展的各方面问题。”

                      +

                      +

                      图为李博灏在瑞士日内日瓦联合国欧洲总部的近影。

                      +

                        关注点多与所学专业相关

                      +

                        法学专业热议法定婚龄 很多人关心供给侧改革

                      +

                         在谈及对两会的哪些话题比较感兴趣时,卢宇表示:“近几年,国内雾霾现象时有发生。而我本身是学习能源环境专业的,所以每年都对两会上政府工作报告和代表提案中有关环保和新能源政策的部分很感兴趣。今年两会提案中有几份关于大力发展清洁能源汽车的。我认为这对节能减排和防治雾霾都有积极作用,但也要注意加强电池和电动机等关键技术的研发。”

                      +

                         对此提案,卢宇有着自己的看法,“百花齐放的局面固然可喜,但也不能一哄而上,国家应该提高行业准入门槛,完善新能源汽车准入管理规则,从源头上进行制度创新,将一些不具备新能源汽车生产资质的厂家淘汰出局,并高度关注电池系统安全问题,严格执行充电桩生产的国际标准。”

                      +

                         马素湘表示,“出国读研之前,我在国内学习法学,因此对相关的问题比较感兴趣。今年两会上人大代表黄细花提出把法定婚龄降低到18岁的提案;而在微博的热搜榜上,一本儿童性教育读物引起了极大的争议。我认为降低婚龄并不适合我国国情。因为性教育的缺乏导致我国大部分人在18岁之前没有接受过完整的性教育,思想行动上也不够成熟,如何能够对自己的人生和自己的另一半负责?所以我希望能有人大代表提议在国民儿童阶段完善我国的性教育,而不是为了鼓励生育将法定婚龄提前。”

                      +

                         李博灏是英国剑桥大学制造业研究所创新设计管理中心的一名博士。他格外关注的话题是供给侧结构性改革,知识产权保护,消费升级等议题。“我的博士研究课题是关于推动创新设计密集型产业的发展从而帮助中等收入国家克服中等收入陷阱的探索,因此一直十分关注国内关于供给侧改革的相关议题。通过本届两会对于该议题的进一步关注,我希望可以有效地帮助我了解供给侧改革与中等收入陷阱问题目前的发展状况以及解决情况;也希望可以与更多的机构取得联系,并帮助他们了解该议题最前沿的研究与解决方案。”

                      +

                      +

                      图为卢宇与祖国五星红旗和联合国会旗的合影。

                      +

                         两会成为了解国情的窗口

                      +

                         盼准确把握国家发展需求 愿寻求机遇回国有所作为

                      +

                         不少学子时刻关注着国内动态,寻找回国发展的契机,而两会正是一个提供最新最全面信息的窗口。

                      +

                         “对两会的关注使我能够准确把握国家目前迫切需要解决的难题,从而使我的研究具有更多的社会价值。把理论和现实结合起来,将学到的知识、理念与技术有效地融入到国家社会经济发展的实践中去,为国家和社会解决这些问题提供理论与实践依据。”李博灏说。

                      +

                         知识产权也是近些年来两会的热门话题。在李博灏看来,知识产权是经济可持续增长和创意创新产业发展的灵魂所在。完善的、与国际接轨的知识产权保护法能够很好地促进国民经济的发展。“如何将欧洲和英国先进的知识产权以及创意产业保护发展经验带回祖国,帮助我们国家推动创意创新驱动的经济发展一直是我在关注与思考的。因此我也会十分关注两会关于国内知识产权的保护,知识产权综合管理改革试点工作,知识产权国际合作,知识产权大数据等的发展现状等问题。”

                      +

                         在两会上,全国政协委员张近东提出“当前中国经济的发展正在从数量型向质量型转变,消费升级将成为企业新一轮创新发展的动力。”对此,李博灏认为这也是他关注的问题。他认为:“在消费市场持续扩大的大环境下,如何能够通过促进创新设计产业的发展以及消费品品质的提升,推动国内消费增长并促进其在可持续经济增长中的作用,是一个迫切需要解决的问题。在当前供给侧改革的大环境下,消费升级的重要性越发突显。”

                      +

                         作为两会的资深粉,卢宇聊起两会话题充满了期待。“今年是国家‘十三五’规划的关键时期,‘一带一路’建设也在如火如荼地进行中。作为一名中国留学生,我一直都关注着能在哪些领域为国家、为中外合作共赢做出贡献。‘大众创业、万众创新’提出有几年了。全国各省市在吸引留学人才归国创业就业方面纷纷提出了各种优惠政策,但目前大都集中在沿海发达省份,而且主要惠及理工科博士,政策覆盖面还不够广。期待从国家层面设立工作组加强留学人才的统筹协调,完善顶层设计。人文社科类留学人才是未来国家智库的重要后备力量,也应该适当加强对他们的政策鼓励,更好地服务于‘一带一路’国家战略。”

                      +

                         卢宇还认为两会应该增设学子代表,列席旁听两会,拓展留学生参政议政渠道。“我相信优秀留学生的国际化视野必将为家乡建设带来新的思路,增添新的活力。”卢宇恳切地说。

                      +
                      +
                      +
                      +
                      +
                      + +
                      + +
                      责任编辑:崔宁宁
                      +
                      返回首页>>
                      +
                      + + +
                      + +
                      + + +
                      +
                      + + + + + +
                      + + + +
                      + + + + +
                      + + + +
                      + + + + + + +
                      + +
                      + + + +
                      + + +
                      + + + +
                      + + + +
                      +
                      +
                      +
                      +
                      收藏文章
                      +
                      +
                      + +
                      +
                      +
                      +
                      + +
                      +
                      +
                      +
                      +
                      +
                      +
                      + + +
                      +
                      + +
                      + +
                      + 我的社区 +
                      +
                      +
                      +
                      + +
                      + +
                      +
                      +
                      +
                      +
                      +
                      +
                      +
                      +
                      +
                      + +
                      +
                      +
                      +
                      +
                      + + +
                      +
                      +
                        +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      +
                        +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      +
                        +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      • + +
                      • +
                      +
                      +
                      +
                      +
                        +
                      • +
                      • +
                      • +
                      +
                      +
                      +
                      +
                        +
                      • + +
                      +
                      +
                      +
                      + 表情删除后不可恢复,是否删除 +
                      +
                      +
                      取消
                      +
                      确定
                      +
                      +
                      +
                      + + +
                      +
                      +
                      +
                      +
                      图片正在上传,请稍后...
                      + +
                      +
                      +
                      + +
                      +
                      + +
                      +
                      +
                      +
                      +
                      +
                      + + + +
                      + +
                      +
                      + 评论内容为空! +
                      +
                      +
                      +
                      + + + +
                      +
                      + 还没有评论,快来抢沙发吧! +
                      +
                      + + + +
                      + +
                      +
                      +
                      +
                      +
                      + +
                      + +
                      + +
                      +
                      +
                      + + + +
                      +
                      + + +
                      + + +
                      + + + +
                      + + + + + + + + + + + +
                      +
                      + + + +
                      +
                      + + + +
                      +
                      +
                      + + +
                      + + + +
                      + + + +
                      + + +
                      + + +
                      +
                      热图 +

                      排行

                      +
                      + +
                      +
                      +
                      + + + +
                      +
                      + + +
                      +
                      + + + + + +
                      + +
                      + +
                      +
                      + + + +
                      +
                      +
                      + + + +
                      +
                      + + + + +
                      +
                      热搜 +

                      排行

                      +
                      + +
                      +
                      +
                      + +
                      + + + + + + + +
                      + + + +
                      +
                      + +
                      +
                      视觉 +

                      焦点

                      +
                      + +
                      +
                      +
                      + + + +
                      +
                      +
                      + + + +
                      +
                      + +
                      + + + + +
                      +
                      + + + +
                      +
                      + + + + + + +
                      +
                      + + + +
                      +
                      + + +
                      +
                      +
                      +
                      + + + +
                      + + +
                      +
                      + + + +
                      + + +
                      +
                      +
                      + + + + + + + +
                      + + + + + + + + +
                      + +
                      + + + +
                      +
                      +

                      关于我们联系我们广告服务人才招聘中国互联网举报中心 Youth.cn. 请发送qnb至10658000 订阅手机青年报

                      +
                      +
                      + + 可信网站 + +
                      共青团中央主办 共青团中央网络影视中心承办 版权所有:中国青年网
                      +
                      信息网络传播视听节目许可证0105108号 京|ICP备11020872号-17 京公网安备110105007246
                      +
                      + + + + + +
                      + + +
                      + + + +
                      +
                      + + + x +
                      +
                      + + + + + +
                      + + + +
                      + + + + + + + + + + + -- cgit v1.2.3