@internetarchive/ia-item-navigator 1.0.3 → 1.0.4-a1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/dist/index.js +2 -0
  3. package/dist/index.js.map +1 -1
  4. package/dist/src/item-navigator.d.ts +1 -1
  5. package/dist/src/item-navigator.js +1 -1
  6. package/dist/src/item-navigator.js.map +1 -1
  7. package/dist/src/menu-slider/ia-menu-slider.d.ts +30 -0
  8. package/dist/src/menu-slider/ia-menu-slider.js +160 -0
  9. package/dist/src/menu-slider/ia-menu-slider.js.map +1 -0
  10. package/dist/src/menu-slider/menu-button.d.ts +19 -0
  11. package/dist/src/menu-slider/menu-button.js +91 -0
  12. package/dist/src/menu-slider/menu-button.js.map +1 -0
  13. package/dist/src/menu-slider/styles/menu-button.d.ts +2 -0
  14. package/dist/src/menu-slider/styles/menu-button.js +79 -0
  15. package/dist/src/menu-slider/styles/menu-button.js.map +1 -0
  16. package/dist/src/menu-slider/styles/menu-slider.d.ts +2 -0
  17. package/dist/src/menu-slider/styles/menu-slider.js +129 -0
  18. package/dist/src/menu-slider/styles/menu-slider.js.map +1 -0
  19. package/index.ts +2 -0
  20. package/package.json +3 -3
  21. package/src/item-navigator.ts +2 -2
  22. package/src/menu-slider/ia-menu-slider.ts +161 -0
  23. package/src/menu-slider/menu-button.ts +80 -0
  24. package/src/menu-slider/styles/menu-button.ts +79 -0
  25. package/src/menu-slider/styles/menu-slider.ts +130 -0
  26. package/test/ia-menu-slider.test.js +273 -0
  27. package/dist/src/event-interfaces.d.ts +0 -37
  28. package/dist/src/event-interfaces.js +0 -2
  29. package/dist/src/event-interfaces.js.map +0 -1
  30. package/dist/src/grouped-files-provider.d.ts +0 -0
  31. package/dist/src/grouped-files-provider.js +0 -2
  32. package/dist/src/grouped-files-provider.js.map +0 -1
  33. package/dist/src/interfaces/nav-controller-interface.d.ts +0 -20
  34. package/dist/src/interfaces/nav-controller-interface.js +0 -2
  35. package/dist/src/interfaces/nav-controller-interface.js.map +0 -1
  36. package/dist/src/item-inspector/files-by-type/files-by-type-provider.d.ts +0 -14
  37. package/dist/src/item-inspector/files-by-type/files-by-type-provider.js +0 -29
  38. package/dist/src/item-inspector/files-by-type/files-by-type-provider.js.map +0 -1
  39. package/dist/src/item-inspector/files-by-type/ia-files-by-type.d.ts +0 -16
  40. package/dist/src/item-inspector/files-by-type/ia-files-by-type.js +0 -95
  41. package/dist/src/item-inspector/files-by-type/ia-files-by-type.js.map +0 -1
  42. package/dist/src/item-inspector/files-by-type/ia-grouped-files-by-type.d.ts +0 -0
  43. package/dist/src/item-inspector/files-by-type/ia-grouped-files-by-type.js +0 -2
  44. package/dist/src/item-inspector/files-by-type/ia-grouped-files-by-type.js.map +0 -1
  45. package/dist/src/item-inspector/grouped-files/files-by-type-provider.d.ts +0 -15
  46. package/dist/src/item-inspector/grouped-files/files-by-type-provider.js +0 -33
  47. package/dist/src/item-inspector/grouped-files/files-by-type-provider.js.map +0 -1
  48. package/dist/src/item-inspector/grouped-files/grouped-files-provider.d.ts +0 -15
  49. package/dist/src/item-inspector/grouped-files/grouped-files-provider.js +0 -33
  50. package/dist/src/item-inspector/grouped-files/grouped-files-provider.js.map +0 -1
  51. package/dist/src/item-inspector/grouped-files/ia-grouped-files-by-type.d.ts +0 -0
  52. package/dist/src/item-inspector/grouped-files/ia-grouped-files-by-type.js +0 -2
  53. package/dist/src/item-inspector/grouped-files/ia-grouped-files-by-type.js.map +0 -1
  54. package/dist/src/item-inspector/grouped-files/ia-grouped-files.d.ts +0 -0
  55. package/dist/src/item-inspector/grouped-files/ia-grouped-files.js +0 -2
  56. package/dist/src/item-inspector/grouped-files/ia-grouped-files.js.map +0 -1
  57. package/dist/src/item-inspector/grouped-files-provider.d.ts +0 -15
  58. package/dist/src/item-inspector/grouped-files-provider.js +0 -33
  59. package/dist/src/item-inspector/grouped-files-provider.js.map +0 -1
  60. package/dist/src/item-inspector/item-inspector.d.ts +0 -0
  61. package/dist/src/item-inspector/item-inspector.js +0 -254
  62. package/dist/src/item-inspector/item-inspector.js.map +0 -1
  63. package/dist/src/item-inspector/share-provider.d.ts +0 -15
  64. package/dist/src/item-inspector/share-provider.js +0 -35
  65. package/dist/src/item-inspector/share-provider.js.map +0 -1
  66. package/dist/src/item-inspector/visual-mod-provider.d.ts +0 -19
  67. package/dist/src/item-inspector/visual-mod-provider.js +0 -46
  68. package/dist/src/item-inspector/visual-mod-provider.js.map +0 -1
  69. package/dist/src/item-inspector.d.ts +0 -24
  70. package/dist/src/item-inspector.js +0 -92
  71. package/dist/src/item-inspector.js.map +0 -1
  72. package/dist/src/menu-interfaces.d.ts +0 -16
  73. package/dist/src/menu-interfaces.js +0 -2
  74. package/dist/src/menu-interfaces.js.map +0 -1
  75. package/dist/src/nav-controller-interface.d.ts +0 -9
  76. package/dist/src/nav-controller-interface.js +0 -2
  77. package/dist/src/nav-controller-interface.js.map +0 -1
  78. package/dist/src/your-webcomponent.d.ts +0 -8
  79. package/dist/src/your-webcomponent.js +0 -37
  80. package/dist/src/your-webcomponent.js.map +0 -1
  81. package/dist/test/book-nav-stub.d.ts +0 -22
  82. package/dist/test/book-nav-stub.js +0 -49
  83. package/dist/test/book-nav-stub.js.map +0 -1
  84. package/dist/test/ia-stub-goody.d.ts +0 -210
  85. package/dist/test/ia-stub-goody.js +0 -276
  86. package/dist/test/ia-stub-goody.js.map +0 -1
  87. package/dist/test/your-webcomponent.test.d.ts +0 -0
  88. package/dist/test/your-webcomponent.test.js +0 -33
  89. package/dist/test/your-webcomponent.test.js.map +0 -1
@@ -1,276 +0,0 @@
1
- export default {
2
- "rawResponse": {
3
- "created": 1636134607,
4
- "d1": "ia903209.us.archive.org",
5
- "d2": "ia803209.us.archive.org",
6
- "dir": "/20/items/ux-team-books",
7
- "files": [
8
- {
9
- "name": "__ia_thumb.jpg",
10
- "source": "original",
11
- "mtime": "1613770391",
12
- "size": "19518",
13
- "md5": "bfdc18b3ced7272e2620e1f3567c78e1",
14
- "crc32": "430e5a7e",
15
- "sha1": "2a404afa67c254222fbe276eaf31ad0ea2b7614b",
16
- "format": "Item Tile",
17
- "rotation": "0"
18
- },
19
- {
20
- "name": "cat reading.jpg",
21
- "source": "original",
22
- "mtime": "1590584246",
23
- "size": "45543",
24
- "md5": "6aa88254c8d89100f792e3616ccd9168",
25
- "crc32": "72c64ab3",
26
- "sha1": "41887dba54bbe1b6f70fe30a292e69bbf2f22002",
27
- "format": "JPEG",
28
- "rotation": "0"
29
- },
30
- {
31
- "name": "cat reading_thumb.jpg",
32
- "source": "derivative",
33
- "format": "JPEG Thumb",
34
- "original": "cat reading.jpg",
35
- "mtime": "1590586017",
36
- "size": "6738",
37
- "md5": "808246c1f536b333564fe92a4f08e382",
38
- "crc32": "487663a3",
39
- "sha1": "c19a8d42d5b433ed2dd8d1a9773a5068f7023b08"
40
- },
41
- {
42
- "name": "ux-team-books_archive.torrent",
43
- "source": "metadata",
44
- "btih": "38c20dd903b6491915a915a110431e28a0021797",
45
- "mtime": "1634846734",
46
- "size": "1972",
47
- "md5": "d57077cf099a3187e0b9e09ce87edd3b",
48
- "crc32": "f79564bd",
49
- "sha1": "d5af5a4f81668caa08f4121d88a997b48703bc9b",
50
- "format": "Archive BitTorrent"
51
- },
52
- {
53
- "name": "ux-team-books_files.xml",
54
- "source": "original",
55
- "format": "Metadata",
56
- "md5": "9e1d00906544f6f2454ee59ba437d962",
57
- "summation": "md5"
58
- },
59
- {
60
- "name": "ux-team-books_meta.sqlite",
61
- "source": "original",
62
- "mtime": "1590584711",
63
- "size": "143360",
64
- "md5": "5c09850b222e3b798c663609e03474b9",
65
- "crc32": "911dbfba",
66
- "sha1": "143d719275a1a1ceb91791cd4768caccac2fb01a",
67
- "format": "Metadata"
68
- },
69
- {
70
- "name": "ux-team-books_meta.xml",
71
- "source": "original",
72
- "mtime": "1634846733",
73
- "size": "29528",
74
- "md5": "d503b93b7782c006fc7f5c306bf16d95",
75
- "crc32": "6ce5f796",
76
- "sha1": "b57f7bdf344b4031da103ede73d6da35ac194361",
77
- "format": "Metadata"
78
- }
79
- ],
80
- "files_count": 7,
81
- "item_last_updated": 1634846734,
82
- "item_size": 246659,
83
- "metadata": {
84
- "identifier": "ux-team-books",
85
- "mediatype": "image",
86
- "collection": [
87
- "opensource_image",
88
- "community"
89
- ],
90
- "description": "<h3>Embedded books in iFrames</h3>\n\n See the Pen <a href=\"https://codepen.io/iisa/pen/GRmavOX\" rel=\"nofollow\">\n br embed api - public, multi book, browseable, liner notes</a> by Isa Herico (<a href=\"https://codepen.io/iisa\" rel=\"nofollow\">@iisa</a>)\n on <a href=\"https://codepen.io\" rel=\"nofollow\">CodePen</a>.\n\n\n\n\n<span></span><h3 dir=\"ltr\" style=\"line-height:1.38;margin-top:16pt;margin-bottom:4pt;\"><span style=\"font-size:14pt;font-family:Arial;color:rgb(67,67,67);font-weight:400;vertical-align:baseline;white-space:pre-wrap;\">Example books for QA</span></h3><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Below are links to books that have been helpful in testing BookReader. It's very important to test different use cases.</span></p><div><br /></div><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">test item<span class=\"Apple-tab-span\" style=\"white-space:pre;\">\t</span></span></p><ul style=\"margin-top:0px;margin-bottom:0px;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11.5pt;color:rgb(17,85,204);background-color:rgb(248,248,248);vertical-align:baseline;white-space:pre-wrap;\"><a href=\"https://archive.org/details/giphy8132028r7tgui_202103\" rel=\"nofollow\">https://archive.org/details/giphy8132028r7tgui_202103</a></span></p></li></ul><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\"><br /></span></p><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Some public domain books</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/flatlandromanceo00abbouoft\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/flatlandromanceo00abbouoft</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/10_PRINT_121114\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/10_PRINT_121114</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/stream/birdbookillustra00reedrich\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/stream/birdbookillustra00reedrich</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Some lending books</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/test2016092\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/test2016092</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/test20161206-1\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/test20161206-1</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/pianoservicingtu00rebl_0\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/pianoservicingtu00rebl_0</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Book with chapter markers</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/adventuresoftoms00twaiiala\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/adventuresoftoms00twaiiala</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Open Library book page</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://openlibrary.org/books/OL4881261M/Monkeys_and_apes/borrow\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://openlibrary.org/books/OL4881261M/Monkeys_and_apes/borrow</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Book with a ton of pages</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/in.ernet.dli.2015.85114/page/n1705\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/in.ernet.dli.2015.85114/page/n1705</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Items with multiple books</span></p><ul class=\"ak-ul\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/2008ELMValidityStudyFinalReportRevised\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/2008ELMValidityStudyFinalReportRevised</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/gov.uspto.patents.application.10074026/\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/gov.uspto.patents.application.10074026/</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/SubBookTest\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/SubBookTest</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/bdrc-W1CZ2857/page/n2\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/bdrc-W1CZ2857/page/n2</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\"><a href=\"https://archive.org/details/HindiIslamicBooks_MAE\" rel=\"nofollow\">https://archive.org/details/HindiIslamicBooks_MAE</a>\n</span></p></li><li><a href=\"https://archive.org/details/masterbookofamericanfolksong00shep\" style=\"font-family:Arial;font-size:11pt;white-space:pre;\" rel=\"nofollow\">https://archive.org/details/masterbookofamericanfolksong00shep</a><br /></li><li><span style=\"font-family:Arial;font-size:11pt;white-space:pre;\">Almost any item in this collection: </span><a href=\"https://archive.org/details/MilitaryIndustrialPowerpointComplex\" style=\"font-family:Arial;font-size:11pt;white-space:pre;\" rel=\"nofollow\">https://archive.org/details/MilitaryIndustrialPowerpointComplex</a></li><li><span style=\"font-family:Arial;font-size:11pt;\">with custom titles: </span><a href=\"https://archive.org/details/test20210616\" style=\"font-family:Arial;font-size:11pt;\" rel=\"nofollow\">https://archive.org/details/test20210616</a></li><li>filename as title: <a href=\"https://archive.org/details/the-monroe-institute-bulletin-1986-1\" style=\"font-family:Arial;font-size:11pt;\" rel=\"nofollow\">https://archive.org/details/the-monroe-institute-bulletin-1986-1</a></li><li>custom titles: <a href=\"https://archive.org/details/the-monroe-institute-bulletin-1987-2\" style=\"font-family:Arial;font-size:11pt;\" rel=\"nofollow\">https://archive.org/details/the-monroe-institute-bulletin-1987-2</a></li><li>http://archive.org/details/boyer-memoir <br /></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;font-weight:700;vertical-align:baseline;white-space:pre-wrap;\">readOnlineSetup</span><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\"> test books – Test edge cases in the readOnlineSetup method</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/rog-SponsExternalWorksLandscapePriceBook2012\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/rog-SponsExternalWorksLandscapePriceBook2012</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/BreadPuppetTELEPHONEPamphlet\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/BreadPuppetTELEPHONEPamphlet</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/RedneckPoems\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/RedneckPoems</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Book which has metadata.bookreaderDefaults set, and should start in 1-up mode</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/ramalan-ronggo-warsito-ramalan-jayabaya-ramalan-sabdopalon-nayagenggong\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/ramalan-ronggo-warsito-ramalan-jayabaya-ramalan-sabdopalon-nayagenggong </span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Print-disabled-only books – Not publicly viewable, or lendable, but available to print-disabled patrons</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/ablaze00pier/\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/ablaze00pier/</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/columbiachicago700garr\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/columbiachicago700garr </span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/howtodoitencyclo00newy\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/howtodoitencyclo00newy</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/biblicalinterpre00hati\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/biblicalinterpre00hati </span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/encyclopediaofam00ewen\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/encyclopediaofam00ewen</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/markgraham\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/markgraham</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Audio item with book embed in description</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/78_2823-Home-sweet-home\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/78_2823-Home-sweet-home</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/78_2649-Melody-of-love\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/78_2649-Melody-of-love</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">epub-only book – only the epub is lendable. No BookReader access</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/978-1-4523-8020-9\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/978-1-4523-8020-9</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Embedded BookReader</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://jsbin.com/cefofi/11/edit?html,output\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://jsbin.com/cefofi/11/edit?html,output</span></a><span style=\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\"> – JS bin to spot check the embed</span></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;\">Embed out in the wild</span></p><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span></span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"text-decoration:underline;font-size:11.5pt;font-family:Arial;color:rgb(17,85,204);background-color:rgb(248,248,248);font-weight:400;font-style:normal;font-variant:normal;vertical-align:baseline;white-space:pre-wrap;\"><a href=\"https://nnp.wustl.edu/library/book/569134\" style=\"text-decoration:none;\" rel=\"nofollow\">https://nnp.wustl.edu/library/book/569134</a></span><span style=\"font-size:11pt;\"> </span><span style=\"font-size:11pt;\">–</span><span style=\"font-size:11pt;\"> in </span></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a class=\"c-link\" href=\"http://www.porthopehistory.com/newspapers/wgapr101858/\" style=\"font-family:'Slack-Lato', appleLogo, sans-serif;font-size:15px;white-space:normal;background-color:rgb(248,248,248);\" rel=\"nofollow\">http://www.porthopehistory.com/newspapers/wgapr101858/</a> <span style=\"font-size:11pt;\">– not in </span><br /></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://earlychurchtexts.com/public/twocolumns_sampletext/archivelinktest.html\" style=\"text-decoration:none;\" rel=\"nofollow\"><span style=\"font-size:11pt;font-family:Arial;color:#1155cc;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap;\">https://earlychurchtexts.com/public/twocolumns_sampletext/archivelinktest.html</span></a><span style=\"font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;\"> (seems to no longer work as of 2018-02-13)</span></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Right to Left (rtl) – BR support rtl books. </span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/gendaitankashu00meijuoft/\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/gendaitankashu00meijuoft/</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/search.php?query=page-progression%3Arl%E2%88%A7%5B%5D=mediatype%3A\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/search.php?query=page-progression%3Arl∧[]=mediatype%3A\"texts\"</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/ceilingstarsside00sand\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/ceilingstarsside00sand</span></a><span style=\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\"> (this is not RTL, but idk where to put it)</span></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Restricted Books:</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://www-drini.archive.org/details/isbn_0120121166\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://www-drini.archive.org/details/isbn_0120121166</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Weird Books</span><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\"><span class=\"Apple-tab-span\" style=\"white-space:pre;\">\t</span></span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;vertical-align:baseline;\"><p dir=\"ltr\" style=\"font-family:Arial;font-size:11pt;white-space:pre;line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/sim_food-production-management_1963-01-07_85_n-a\" rel=\"nofollow\"><span style=\"font-size:11.5pt;color:rgb(17,85,204);background-color:rgb(248,248,248);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/sim_food-production-management_1963-01-07_85_n-a</span></a></p><ul style=\"margin-top:0px;margin-bottom:0px;\"><li dir=\"ltr\" style=\"font-family:Arial;font-size:11pt;white-space:pre;list-style-type:circle;vertical-align:baseline;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\">Book was scanned twice</span></p></li><li dir=\"ltr\" style=\"list-style-type:circle;vertical-align:baseline;\"><p dir=\"ltr\" style=\"font-family:Arial;font-size:11pt;white-space:pre;line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\">Book has PageNum and LeafNum that are wildly out of sync</span></p></li></ul></li></ul><div><br /></div>",
91
- "scanner": "Internet Archive HTML5 Uploader 1.6.4",
92
- "subject": "ux-team",
93
- "title": "UX Team's Testing Books",
94
- "uploader": "isa@archive.org",
95
- "publicdate": "2020-05-27 13:03:42",
96
- "addeddate": "2020-05-27 13:03:42",
97
- "curation": "[curator]validator@archive.org[/curator][date]20200527130649[/date][comment]checked for malware[/comment]"
98
- },
99
- "server": "ia903209.us.archive.org",
100
- "uniq": 59637974,
101
- "workable_servers": [
102
- "ia903209.us.archive.org",
103
- "ia803209.us.archive.org"
104
- ]
105
- },
106
- "created": 1636134607,
107
- "d1": "ia903209.us.archive.org",
108
- "d2": "ia803209.us.archive.org",
109
- "dir": "/20/items/ux-team-books",
110
- "files": [
111
- {
112
- "name": "__ia_thumb.jpg",
113
- "source": "original",
114
- "md5": "bfdc18b3ced7272e2620e1f3567c78e1",
115
- "format": "Item Tile",
116
- "mtime": "1613770391",
117
- "crc32": "430e5a7e",
118
- "sha1": "2a404afa67c254222fbe276eaf31ad0ea2b7614b",
119
- "size": 19518
120
- },
121
- {
122
- "name": "cat reading.jpg",
123
- "source": "original",
124
- "md5": "6aa88254c8d89100f792e3616ccd9168",
125
- "format": "JPEG",
126
- "mtime": "1590584246",
127
- "crc32": "72c64ab3",
128
- "sha1": "41887dba54bbe1b6f70fe30a292e69bbf2f22002",
129
- "size": 45543
130
- },
131
- {
132
- "name": "cat reading_thumb.jpg",
133
- "source": "derivative",
134
- "md5": "808246c1f536b333564fe92a4f08e382",
135
- "format": "JPEG Thumb",
136
- "mtime": "1590586017",
137
- "crc32": "487663a3",
138
- "sha1": "c19a8d42d5b433ed2dd8d1a9773a5068f7023b08",
139
- "original": "cat reading.jpg",
140
- "size": 6738
141
- },
142
- {
143
- "name": "ux-team-books_archive.torrent",
144
- "source": "metadata",
145
- "btih": "38c20dd903b6491915a915a110431e28a0021797",
146
- "md5": "d57077cf099a3187e0b9e09ce87edd3b",
147
- "format": "Archive BitTorrent",
148
- "mtime": "1634846734",
149
- "crc32": "f79564bd",
150
- "sha1": "d5af5a4f81668caa08f4121d88a997b48703bc9b",
151
- "size": 1972
152
- },
153
- {
154
- "name": "ux-team-books_files.xml",
155
- "source": "original",
156
- "md5": "9e1d00906544f6f2454ee59ba437d962",
157
- "format": "Metadata"
158
- },
159
- {
160
- "name": "ux-team-books_meta.sqlite",
161
- "source": "original",
162
- "md5": "5c09850b222e3b798c663609e03474b9",
163
- "format": "Metadata",
164
- "mtime": "1590584711",
165
- "crc32": "911dbfba",
166
- "sha1": "143d719275a1a1ceb91791cd4768caccac2fb01a",
167
- "size": 143360
168
- },
169
- {
170
- "name": "ux-team-books_meta.xml",
171
- "source": "original",
172
- "md5": "d503b93b7782c006fc7f5c306bf16d95",
173
- "format": "Metadata",
174
- "mtime": "1634846733",
175
- "crc32": "6ce5f796",
176
- "sha1": "b57f7bdf344b4031da103ede73d6da35ac194361",
177
- "size": 29528
178
- }
179
- ],
180
- "files_count": 7,
181
- "item_last_updated": 1634846734,
182
- "item_size": 246659,
183
- "metadata": {
184
- "rawMetadata": {
185
- "identifier": "ux-team-books",
186
- "mediatype": "image",
187
- "collection": [
188
- "opensource_image",
189
- "community"
190
- ],
191
- "description": "<h3>Embedded books in iFrames</h3>\n\n See the Pen <a href=\"https://codepen.io/iisa/pen/GRmavOX\" rel=\"nofollow\">\n br embed api - public, multi book, browseable, liner notes</a> by Isa Herico (<a href=\"https://codepen.io/iisa\" rel=\"nofollow\">@iisa</a>)\n on <a href=\"https://codepen.io\" rel=\"nofollow\">CodePen</a>.\n\n\n\n\n<span></span><h3 dir=\"ltr\" style=\"line-height:1.38;margin-top:16pt;margin-bottom:4pt;\"><span style=\"font-size:14pt;font-family:Arial;color:rgb(67,67,67);font-weight:400;vertical-align:baseline;white-space:pre-wrap;\">Example books for QA</span></h3><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Below are links to books that have been helpful in testing BookReader. It's very important to test different use cases.</span></p><div><br /></div><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">test item<span class=\"Apple-tab-span\" style=\"white-space:pre;\">\t</span></span></p><ul style=\"margin-top:0px;margin-bottom:0px;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11.5pt;color:rgb(17,85,204);background-color:rgb(248,248,248);vertical-align:baseline;white-space:pre-wrap;\"><a href=\"https://archive.org/details/giphy8132028r7tgui_202103\" rel=\"nofollow\">https://archive.org/details/giphy8132028r7tgui_202103</a></span></p></li></ul><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\"><br /></span></p><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Some public domain books</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/flatlandromanceo00abbouoft\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/flatlandromanceo00abbouoft</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/10_PRINT_121114\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/10_PRINT_121114</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/stream/birdbookillustra00reedrich\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/stream/birdbookillustra00reedrich</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Some lending books</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/test2016092\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/test2016092</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/test20161206-1\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/test20161206-1</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/pianoservicingtu00rebl_0\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/pianoservicingtu00rebl_0</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Book with chapter markers</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/adventuresoftoms00twaiiala\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/adventuresoftoms00twaiiala</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Open Library book page</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://openlibrary.org/books/OL4881261M/Monkeys_and_apes/borrow\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://openlibrary.org/books/OL4881261M/Monkeys_and_apes/borrow</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Book with a ton of pages</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/in.ernet.dli.2015.85114/page/n1705\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/in.ernet.dli.2015.85114/page/n1705</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Items with multiple books</span></p><ul class=\"ak-ul\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/2008ELMValidityStudyFinalReportRevised\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/2008ELMValidityStudyFinalReportRevised</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/gov.uspto.patents.application.10074026/\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/gov.uspto.patents.application.10074026/</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/SubBookTest\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/SubBookTest</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/bdrc-W1CZ2857/page/n2\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/bdrc-W1CZ2857/page/n2</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\"><a href=\"https://archive.org/details/HindiIslamicBooks_MAE\" rel=\"nofollow\">https://archive.org/details/HindiIslamicBooks_MAE</a>\n</span></p></li><li><a href=\"https://archive.org/details/masterbookofamericanfolksong00shep\" style=\"font-family:Arial;font-size:11pt;white-space:pre;\" rel=\"nofollow\">https://archive.org/details/masterbookofamericanfolksong00shep</a><br /></li><li><span style=\"font-family:Arial;font-size:11pt;white-space:pre;\">Almost any item in this collection: </span><a href=\"https://archive.org/details/MilitaryIndustrialPowerpointComplex\" style=\"font-family:Arial;font-size:11pt;white-space:pre;\" rel=\"nofollow\">https://archive.org/details/MilitaryIndustrialPowerpointComplex</a></li><li><span style=\"font-family:Arial;font-size:11pt;\">with custom titles: </span><a href=\"https://archive.org/details/test20210616\" style=\"font-family:Arial;font-size:11pt;\" rel=\"nofollow\">https://archive.org/details/test20210616</a></li><li>filename as title: <a href=\"https://archive.org/details/the-monroe-institute-bulletin-1986-1\" style=\"font-family:Arial;font-size:11pt;\" rel=\"nofollow\">https://archive.org/details/the-monroe-institute-bulletin-1986-1</a></li><li>custom titles: <a href=\"https://archive.org/details/the-monroe-institute-bulletin-1987-2\" style=\"font-family:Arial;font-size:11pt;\" rel=\"nofollow\">https://archive.org/details/the-monroe-institute-bulletin-1987-2</a></li><li>http://archive.org/details/boyer-memoir <br /></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;font-weight:700;vertical-align:baseline;white-space:pre-wrap;\">readOnlineSetup</span><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\"> test books – Test edge cases in the readOnlineSetup method</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/rog-SponsExternalWorksLandscapePriceBook2012\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/rog-SponsExternalWorksLandscapePriceBook2012</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/BreadPuppetTELEPHONEPamphlet\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/BreadPuppetTELEPHONEPamphlet</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/RedneckPoems\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/RedneckPoems</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Book which has metadata.bookreaderDefaults set, and should start in 1-up mode</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/ramalan-ronggo-warsito-ramalan-jayabaya-ramalan-sabdopalon-nayagenggong\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/ramalan-ronggo-warsito-ramalan-jayabaya-ramalan-sabdopalon-nayagenggong </span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Print-disabled-only books – Not publicly viewable, or lendable, but available to print-disabled patrons</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/ablaze00pier/\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/ablaze00pier/</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/columbiachicago700garr\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/columbiachicago700garr </span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/howtodoitencyclo00newy\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/howtodoitencyclo00newy</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/biblicalinterpre00hati\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/biblicalinterpre00hati </span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/encyclopediaofam00ewen\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/encyclopediaofam00ewen</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/markgraham\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/markgraham</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Audio item with book embed in description</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/78_2823-Home-sweet-home\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/78_2823-Home-sweet-home</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/78_2649-Melody-of-love\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/78_2649-Melody-of-love</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">epub-only book – only the epub is lendable. No BookReader access</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/978-1-4523-8020-9\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/978-1-4523-8020-9</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Embedded BookReader</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://jsbin.com/cefofi/11/edit?html,output\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://jsbin.com/cefofi/11/edit?html,output</span></a><span style=\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\"> – JS bin to spot check the embed</span></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;\">Embed out in the wild</span></p><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span></span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"text-decoration:underline;font-size:11.5pt;font-family:Arial;color:rgb(17,85,204);background-color:rgb(248,248,248);font-weight:400;font-style:normal;font-variant:normal;vertical-align:baseline;white-space:pre-wrap;\"><a href=\"https://nnp.wustl.edu/library/book/569134\" style=\"text-decoration:none;\" rel=\"nofollow\">https://nnp.wustl.edu/library/book/569134</a></span><span style=\"font-size:11pt;\"> </span><span style=\"font-size:11pt;\">–</span><span style=\"font-size:11pt;\"> in </span></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a class=\"c-link\" href=\"http://www.porthopehistory.com/newspapers/wgapr101858/\" style=\"font-family:'Slack-Lato', appleLogo, sans-serif;font-size:15px;white-space:normal;background-color:rgb(248,248,248);\" rel=\"nofollow\">http://www.porthopehistory.com/newspapers/wgapr101858/</a> <span style=\"font-size:11pt;\">– not in </span><br /></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://earlychurchtexts.com/public/twocolumns_sampletext/archivelinktest.html\" style=\"text-decoration:none;\" rel=\"nofollow\"><span style=\"font-size:11pt;font-family:Arial;color:#1155cc;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap;\">https://earlychurchtexts.com/public/twocolumns_sampletext/archivelinktest.html</span></a><span style=\"font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;\"> (seems to no longer work as of 2018-02-13)</span></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Right to Left (rtl) – BR support rtl books. </span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/gendaitankashu00meijuoft/\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/gendaitankashu00meijuoft/</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/search.php?query=page-progression%3Arl%E2%88%A7%5B%5D=mediatype%3A\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/search.php?query=page-progression%3Arl∧[]=mediatype%3A\"texts\"</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/ceilingstarsside00sand\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/ceilingstarsside00sand</span></a><span style=\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\"> (this is not RTL, but idk where to put it)</span></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Restricted Books:</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://www-drini.archive.org/details/isbn_0120121166\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://www-drini.archive.org/details/isbn_0120121166</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Weird Books</span><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\"><span class=\"Apple-tab-span\" style=\"white-space:pre;\">\t</span></span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;vertical-align:baseline;\"><p dir=\"ltr\" style=\"font-family:Arial;font-size:11pt;white-space:pre;line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/sim_food-production-management_1963-01-07_85_n-a\" rel=\"nofollow\"><span style=\"font-size:11.5pt;color:rgb(17,85,204);background-color:rgb(248,248,248);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/sim_food-production-management_1963-01-07_85_n-a</span></a></p><ul style=\"margin-top:0px;margin-bottom:0px;\"><li dir=\"ltr\" style=\"font-family:Arial;font-size:11pt;white-space:pre;list-style-type:circle;vertical-align:baseline;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\">Book was scanned twice</span></p></li><li dir=\"ltr\" style=\"list-style-type:circle;vertical-align:baseline;\"><p dir=\"ltr\" style=\"font-family:Arial;font-size:11pt;white-space:pre;line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\">Book has PageNum and LeafNum that are wildly out of sync</span></p></li></ul></li></ul><div><br /></div>",
192
- "scanner": "Internet Archive HTML5 Uploader 1.6.4",
193
- "subject": "ux-team",
194
- "title": "UX Team's Testing Books",
195
- "uploader": "isa@archive.org",
196
- "publicdate": "2020-05-27 13:03:42",
197
- "addeddate": "2020-05-27 13:03:42",
198
- "curation": "[curator]validator@archive.org[/curator][date]20200527130649[/date][comment]checked for malware[/comment]"
199
- },
200
- "identifier": "ux-team-books",
201
- "addeddate": {
202
- "values": [
203
- "2020-05-27T20:03:42.000Z"
204
- ],
205
- "parser": {},
206
- "rawValue": "2020-05-27 13:03:42"
207
- },
208
- "publicdate": {
209
- "values": [
210
- "2020-05-27T20:03:42.000Z"
211
- ],
212
- "parser": {},
213
- "rawValue": "2020-05-27 13:03:42"
214
- },
215
- "collection": {
216
- "values": [
217
- "opensource_image",
218
- "community"
219
- ],
220
- "parser": {},
221
- "rawValue": [
222
- "opensource_image",
223
- "community"
224
- ]
225
- },
226
- "description": {
227
- "values": [
228
- "<h3>Embedded books in iFrames</h3>\n\n See the Pen <a href=\"https://codepen.io/iisa/pen/GRmavOX\" rel=\"nofollow\">\n br embed api - public, multi book, browseable, liner notes</a> by Isa Herico (<a href=\"https://codepen.io/iisa\" rel=\"nofollow\">@iisa</a>)\n on <a href=\"https://codepen.io\" rel=\"nofollow\">CodePen</a>.\n\n\n\n\n<span></span><h3 dir=\"ltr\" style=\"line-height:1.38;margin-top:16pt;margin-bottom:4pt;\"><span style=\"font-size:14pt;font-family:Arial;color:rgb(67,67,67);font-weight:400;vertical-align:baseline;white-space:pre-wrap;\">Example books for QA</span></h3><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Below are links to books that have been helpful in testing BookReader. It's very important to test different use cases.</span></p><div><br /></div><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">test item<span class=\"Apple-tab-span\" style=\"white-space:pre;\">\t</span></span></p><ul style=\"margin-top:0px;margin-bottom:0px;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11.5pt;color:rgb(17,85,204);background-color:rgb(248,248,248);vertical-align:baseline;white-space:pre-wrap;\"><a href=\"https://archive.org/details/giphy8132028r7tgui_202103\" rel=\"nofollow\">https://archive.org/details/giphy8132028r7tgui_202103</a></span></p></li></ul><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\"><br /></span></p><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Some public domain books</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/flatlandromanceo00abbouoft\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/flatlandromanceo00abbouoft</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/10_PRINT_121114\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/10_PRINT_121114</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/stream/birdbookillustra00reedrich\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/stream/birdbookillustra00reedrich</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Some lending books</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/test2016092\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/test2016092</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/test20161206-1\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/test20161206-1</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/pianoservicingtu00rebl_0\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/pianoservicingtu00rebl_0</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Book with chapter markers</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/adventuresoftoms00twaiiala\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/adventuresoftoms00twaiiala</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Open Library book page</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://openlibrary.org/books/OL4881261M/Monkeys_and_apes/borrow\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://openlibrary.org/books/OL4881261M/Monkeys_and_apes/borrow</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Book with a ton of pages</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/in.ernet.dli.2015.85114/page/n1705\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/in.ernet.dli.2015.85114/page/n1705</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Items with multiple books</span></p><ul class=\"ak-ul\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/2008ELMValidityStudyFinalReportRevised\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/2008ELMValidityStudyFinalReportRevised</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/gov.uspto.patents.application.10074026/\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/gov.uspto.patents.application.10074026/</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/SubBookTest\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/SubBookTest</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/bdrc-W1CZ2857/page/n2\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/bdrc-W1CZ2857/page/n2</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\"><a href=\"https://archive.org/details/HindiIslamicBooks_MAE\" rel=\"nofollow\">https://archive.org/details/HindiIslamicBooks_MAE</a>\n</span></p></li><li><a href=\"https://archive.org/details/masterbookofamericanfolksong00shep\" style=\"font-family:Arial;font-size:11pt;white-space:pre;\" rel=\"nofollow\">https://archive.org/details/masterbookofamericanfolksong00shep</a><br /></li><li><span style=\"font-family:Arial;font-size:11pt;white-space:pre;\">Almost any item in this collection: </span><a href=\"https://archive.org/details/MilitaryIndustrialPowerpointComplex\" style=\"font-family:Arial;font-size:11pt;white-space:pre;\" rel=\"nofollow\">https://archive.org/details/MilitaryIndustrialPowerpointComplex</a></li><li><span style=\"font-family:Arial;font-size:11pt;\">with custom titles: </span><a href=\"https://archive.org/details/test20210616\" style=\"font-family:Arial;font-size:11pt;\" rel=\"nofollow\">https://archive.org/details/test20210616</a></li><li>filename as title: <a href=\"https://archive.org/details/the-monroe-institute-bulletin-1986-1\" style=\"font-family:Arial;font-size:11pt;\" rel=\"nofollow\">https://archive.org/details/the-monroe-institute-bulletin-1986-1</a></li><li>custom titles: <a href=\"https://archive.org/details/the-monroe-institute-bulletin-1987-2\" style=\"font-family:Arial;font-size:11pt;\" rel=\"nofollow\">https://archive.org/details/the-monroe-institute-bulletin-1987-2</a></li><li>http://archive.org/details/boyer-memoir <br /></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;font-weight:700;vertical-align:baseline;white-space:pre-wrap;\">readOnlineSetup</span><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\"> test books – Test edge cases in the readOnlineSetup method</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/rog-SponsExternalWorksLandscapePriceBook2012\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/rog-SponsExternalWorksLandscapePriceBook2012</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/BreadPuppetTELEPHONEPamphlet\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/BreadPuppetTELEPHONEPamphlet</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/RedneckPoems\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/RedneckPoems</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Book which has metadata.bookreaderDefaults set, and should start in 1-up mode</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/ramalan-ronggo-warsito-ramalan-jayabaya-ramalan-sabdopalon-nayagenggong\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/ramalan-ronggo-warsito-ramalan-jayabaya-ramalan-sabdopalon-nayagenggong </span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Print-disabled-only books – Not publicly viewable, or lendable, but available to print-disabled patrons</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/ablaze00pier/\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/ablaze00pier/</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/columbiachicago700garr\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/columbiachicago700garr </span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/howtodoitencyclo00newy\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/howtodoitencyclo00newy</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/biblicalinterpre00hati\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/biblicalinterpre00hati </span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/encyclopediaofam00ewen\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/encyclopediaofam00ewen</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/markgraham\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/markgraham</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Audio item with book embed in description</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/78_2823-Home-sweet-home\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/78_2823-Home-sweet-home</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/78_2649-Melody-of-love\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/78_2649-Melody-of-love</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">epub-only book – only the epub is lendable. No BookReader access</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/978-1-4523-8020-9\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/978-1-4523-8020-9</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Embedded BookReader</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://jsbin.com/cefofi/11/edit?html,output\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://jsbin.com/cefofi/11/edit?html,output</span></a><span style=\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\"> – JS bin to spot check the embed</span></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;\">Embed out in the wild</span></p><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span></span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"text-decoration:underline;font-size:11.5pt;font-family:Arial;color:rgb(17,85,204);background-color:rgb(248,248,248);font-weight:400;font-style:normal;font-variant:normal;vertical-align:baseline;white-space:pre-wrap;\"><a href=\"https://nnp.wustl.edu/library/book/569134\" style=\"text-decoration:none;\" rel=\"nofollow\">https://nnp.wustl.edu/library/book/569134</a></span><span style=\"font-size:11pt;\"> </span><span style=\"font-size:11pt;\">–</span><span style=\"font-size:11pt;\"> in </span></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a class=\"c-link\" href=\"http://www.porthopehistory.com/newspapers/wgapr101858/\" style=\"font-family:'Slack-Lato', appleLogo, sans-serif;font-size:15px;white-space:normal;background-color:rgb(248,248,248);\" rel=\"nofollow\">http://www.porthopehistory.com/newspapers/wgapr101858/</a> <span style=\"font-size:11pt;\">– not in </span><br /></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://earlychurchtexts.com/public/twocolumns_sampletext/archivelinktest.html\" style=\"text-decoration:none;\" rel=\"nofollow\"><span style=\"font-size:11pt;font-family:Arial;color:#1155cc;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap;\">https://earlychurchtexts.com/public/twocolumns_sampletext/archivelinktest.html</span></a><span style=\"font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;\"> (seems to no longer work as of 2018-02-13)</span></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Right to Left (rtl) – BR support rtl books. </span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/gendaitankashu00meijuoft/\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/gendaitankashu00meijuoft/</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/search.php?query=page-progression%3Arl%E2%88%A7%5B%5D=mediatype%3A\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/search.php?query=page-progression%3Arl∧[]=mediatype%3A\"texts\"</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/ceilingstarsside00sand\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/ceilingstarsside00sand</span></a><span style=\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\"> (this is not RTL, but idk where to put it)</span></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Restricted Books:</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://www-drini.archive.org/details/isbn_0120121166\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://www-drini.archive.org/details/isbn_0120121166</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Weird Books</span><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\"><span class=\"Apple-tab-span\" style=\"white-space:pre;\">\t</span></span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;vertical-align:baseline;\"><p dir=\"ltr\" style=\"font-family:Arial;font-size:11pt;white-space:pre;line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/sim_food-production-management_1963-01-07_85_n-a\" rel=\"nofollow\"><span style=\"font-size:11.5pt;color:rgb(17,85,204);background-color:rgb(248,248,248);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/sim_food-production-management_1963-01-07_85_n-a</span></a></p><ul style=\"margin-top:0px;margin-bottom:0px;\"><li dir=\"ltr\" style=\"font-family:Arial;font-size:11pt;white-space:pre;list-style-type:circle;vertical-align:baseline;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\">Book was scanned twice</span></p></li><li dir=\"ltr\" style=\"list-style-type:circle;vertical-align:baseline;\"><p dir=\"ltr\" style=\"font-family:Arial;font-size:11pt;white-space:pre;line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\">Book has PageNum and LeafNum that are wildly out of sync</span></p></li></ul></li></ul><div><br /></div>"
229
- ],
230
- "parser": {},
231
- "rawValue": "<h3>Embedded books in iFrames</h3>\n\n See the Pen <a href=\"https://codepen.io/iisa/pen/GRmavOX\" rel=\"nofollow\">\n br embed api - public, multi book, browseable, liner notes</a> by Isa Herico (<a href=\"https://codepen.io/iisa\" rel=\"nofollow\">@iisa</a>)\n on <a href=\"https://codepen.io\" rel=\"nofollow\">CodePen</a>.\n\n\n\n\n<span></span><h3 dir=\"ltr\" style=\"line-height:1.38;margin-top:16pt;margin-bottom:4pt;\"><span style=\"font-size:14pt;font-family:Arial;color:rgb(67,67,67);font-weight:400;vertical-align:baseline;white-space:pre-wrap;\">Example books for QA</span></h3><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Below are links to books that have been helpful in testing BookReader. It's very important to test different use cases.</span></p><div><br /></div><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">test item<span class=\"Apple-tab-span\" style=\"white-space:pre;\">\t</span></span></p><ul style=\"margin-top:0px;margin-bottom:0px;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11.5pt;color:rgb(17,85,204);background-color:rgb(248,248,248);vertical-align:baseline;white-space:pre-wrap;\"><a href=\"https://archive.org/details/giphy8132028r7tgui_202103\" rel=\"nofollow\">https://archive.org/details/giphy8132028r7tgui_202103</a></span></p></li></ul><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\"><br /></span></p><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Some public domain books</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/flatlandromanceo00abbouoft\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/flatlandromanceo00abbouoft</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/10_PRINT_121114\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/10_PRINT_121114</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/stream/birdbookillustra00reedrich\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/stream/birdbookillustra00reedrich</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Some lending books</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/test2016092\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/test2016092</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/test20161206-1\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/test20161206-1</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/pianoservicingtu00rebl_0\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/pianoservicingtu00rebl_0</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Book with chapter markers</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/adventuresoftoms00twaiiala\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/adventuresoftoms00twaiiala</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Open Library book page</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://openlibrary.org/books/OL4881261M/Monkeys_and_apes/borrow\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://openlibrary.org/books/OL4881261M/Monkeys_and_apes/borrow</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Book with a ton of pages</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/in.ernet.dli.2015.85114/page/n1705\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/in.ernet.dli.2015.85114/page/n1705</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Items with multiple books</span></p><ul class=\"ak-ul\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/2008ELMValidityStudyFinalReportRevised\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/2008ELMValidityStudyFinalReportRevised</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/gov.uspto.patents.application.10074026/\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/gov.uspto.patents.application.10074026/</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/SubBookTest\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/SubBookTest</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/bdrc-W1CZ2857/page/n2\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/bdrc-W1CZ2857/page/n2</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\"><a href=\"https://archive.org/details/HindiIslamicBooks_MAE\" rel=\"nofollow\">https://archive.org/details/HindiIslamicBooks_MAE</a>\n</span></p></li><li><a href=\"https://archive.org/details/masterbookofamericanfolksong00shep\" style=\"font-family:Arial;font-size:11pt;white-space:pre;\" rel=\"nofollow\">https://archive.org/details/masterbookofamericanfolksong00shep</a><br /></li><li><span style=\"font-family:Arial;font-size:11pt;white-space:pre;\">Almost any item in this collection: </span><a href=\"https://archive.org/details/MilitaryIndustrialPowerpointComplex\" style=\"font-family:Arial;font-size:11pt;white-space:pre;\" rel=\"nofollow\">https://archive.org/details/MilitaryIndustrialPowerpointComplex</a></li><li><span style=\"font-family:Arial;font-size:11pt;\">with custom titles: </span><a href=\"https://archive.org/details/test20210616\" style=\"font-family:Arial;font-size:11pt;\" rel=\"nofollow\">https://archive.org/details/test20210616</a></li><li>filename as title: <a href=\"https://archive.org/details/the-monroe-institute-bulletin-1986-1\" style=\"font-family:Arial;font-size:11pt;\" rel=\"nofollow\">https://archive.org/details/the-monroe-institute-bulletin-1986-1</a></li><li>custom titles: <a href=\"https://archive.org/details/the-monroe-institute-bulletin-1987-2\" style=\"font-family:Arial;font-size:11pt;\" rel=\"nofollow\">https://archive.org/details/the-monroe-institute-bulletin-1987-2</a></li><li>http://archive.org/details/boyer-memoir <br /></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;font-weight:700;vertical-align:baseline;white-space:pre-wrap;\">readOnlineSetup</span><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\"> test books – Test edge cases in the readOnlineSetup method</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/rog-SponsExternalWorksLandscapePriceBook2012\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/rog-SponsExternalWorksLandscapePriceBook2012</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/BreadPuppetTELEPHONEPamphlet\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/BreadPuppetTELEPHONEPamphlet</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/RedneckPoems\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/RedneckPoems</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Book which has metadata.bookreaderDefaults set, and should start in 1-up mode</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/ramalan-ronggo-warsito-ramalan-jayabaya-ramalan-sabdopalon-nayagenggong\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/ramalan-ronggo-warsito-ramalan-jayabaya-ramalan-sabdopalon-nayagenggong </span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Print-disabled-only books – Not publicly viewable, or lendable, but available to print-disabled patrons</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/ablaze00pier/\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/ablaze00pier/</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/columbiachicago700garr\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/columbiachicago700garr </span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/howtodoitencyclo00newy\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/howtodoitencyclo00newy</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/biblicalinterpre00hati\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/biblicalinterpre00hati </span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/encyclopediaofam00ewen\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/encyclopediaofam00ewen</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/markgraham\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/markgraham</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Audio item with book embed in description</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/78_2823-Home-sweet-home\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/78_2823-Home-sweet-home</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/78_2649-Melody-of-love\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/78_2649-Melody-of-love</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">epub-only book – only the epub is lendable. No BookReader access</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/978-1-4523-8020-9\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/978-1-4523-8020-9</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Embedded BookReader</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://jsbin.com/cefofi/11/edit?html,output\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://jsbin.com/cefofi/11/edit?html,output</span></a><span style=\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\"> – JS bin to spot check the embed</span></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;\">Embed out in the wild</span></p><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span></span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"text-decoration:underline;font-size:11.5pt;font-family:Arial;color:rgb(17,85,204);background-color:rgb(248,248,248);font-weight:400;font-style:normal;font-variant:normal;vertical-align:baseline;white-space:pre-wrap;\"><a href=\"https://nnp.wustl.edu/library/book/569134\" style=\"text-decoration:none;\" rel=\"nofollow\">https://nnp.wustl.edu/library/book/569134</a></span><span style=\"font-size:11pt;\"> </span><span style=\"font-size:11pt;\">–</span><span style=\"font-size:11pt;\"> in </span></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a class=\"c-link\" href=\"http://www.porthopehistory.com/newspapers/wgapr101858/\" style=\"font-family:'Slack-Lato', appleLogo, sans-serif;font-size:15px;white-space:normal;background-color:rgb(248,248,248);\" rel=\"nofollow\">http://www.porthopehistory.com/newspapers/wgapr101858/</a> <span style=\"font-size:11pt;\">– not in </span><br /></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://earlychurchtexts.com/public/twocolumns_sampletext/archivelinktest.html\" style=\"text-decoration:none;\" rel=\"nofollow\"><span style=\"font-size:11pt;font-family:Arial;color:#1155cc;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap;\">https://earlychurchtexts.com/public/twocolumns_sampletext/archivelinktest.html</span></a><span style=\"font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;\"> (seems to no longer work as of 2018-02-13)</span></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Right to Left (rtl) – BR support rtl books. </span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/gendaitankashu00meijuoft/\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/gendaitankashu00meijuoft/</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/search.php?query=page-progression%3Arl%E2%88%A7%5B%5D=mediatype%3A\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/search.php?query=page-progression%3Arl∧[]=mediatype%3A\"texts\"</span></a></p></li><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/ceilingstarsside00sand\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/ceilingstarsside00sand</span></a><span style=\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\"> (this is not RTL, but idk where to put it)</span></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Restricted Books:</span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://www-drini.archive.org/details/isbn_0120121166\" rel=\"nofollow\"><span style=\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\">https://www-drini.archive.org/details/isbn_0120121166</span></a></p></li></ul><br /><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\">Weird Books</span><span style=\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\"><span class=\"Apple-tab-span\" style=\"white-space:pre;\">\t</span></span></p><ul style=\"margin-top:0;margin-bottom:0;\"><li dir=\"ltr\" style=\"list-style-type:disc;vertical-align:baseline;\"><p dir=\"ltr\" style=\"font-family:Arial;font-size:11pt;white-space:pre;line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><a href=\"https://archive.org/details/sim_food-production-management_1963-01-07_85_n-a\" rel=\"nofollow\"><span style=\"font-size:11.5pt;color:rgb(17,85,204);background-color:rgb(248,248,248);vertical-align:baseline;white-space:pre-wrap;\">https://archive.org/details/sim_food-production-management_1963-01-07_85_n-a</span></a></p><ul style=\"margin-top:0px;margin-bottom:0px;\"><li dir=\"ltr\" style=\"font-family:Arial;font-size:11pt;white-space:pre;list-style-type:circle;vertical-align:baseline;\"><p dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\">Book was scanned twice</span></p></li><li dir=\"ltr\" style=\"list-style-type:circle;vertical-align:baseline;\"><p dir=\"ltr\" style=\"font-family:Arial;font-size:11pt;white-space:pre;line-height:1.38;margin-top:0pt;margin-bottom:0pt;\"><span style=\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\">Book has PageNum and LeafNum that are wildly out of sync</span></p></li></ul></li></ul><div><br /></div>"
232
- },
233
- "mediatype": {
234
- "values": [
235
- "image"
236
- ],
237
- "parser": {},
238
- "rawValue": "image"
239
- },
240
- "scanner": {
241
- "values": [
242
- "Internet Archive HTML5 Uploader 1.6.4"
243
- ],
244
- "parser": {},
245
- "rawValue": "Internet Archive HTML5 Uploader 1.6.4"
246
- },
247
- "subject": {
248
- "values": [
249
- "ux-team"
250
- ],
251
- "parser": {},
252
- "rawValue": "ux-team"
253
- },
254
- "title": {
255
- "values": [
256
- "UX Team's Testing Books"
257
- ],
258
- "parser": {},
259
- "rawValue": "UX Team's Testing Books"
260
- },
261
- "uploader": {
262
- "values": [
263
- "isa@archive.org"
264
- ],
265
- "parser": {},
266
- "rawValue": "isa@archive.org"
267
- }
268
- },
269
- "server": "ia903209.us.archive.org",
270
- "uniq": 59637974,
271
- "workable_servers": [
272
- "ia903209.us.archive.org",
273
- "ia803209.us.archive.org"
274
- ]
275
- };
276
- //# sourceMappingURL=ia-stub-goody.js.map