diff --git a/.github/workflows/check-zip-validity.yml b/.github/workflows/check-zip-validity.yml index b480f88..3ba4aca 100644 --- a/.github/workflows/check-zip-validity.yml +++ b/.github/workflows/check-zip-validity.yml @@ -7,7 +7,7 @@ on: - 'documents/**/*.odt' - 'documents/**/*.docx' - 'documents/**/*.epub' - - 'bin/check-zip-validity.sh' + - 'bin/check-zip-validity.py' - '.github/workflows/check-zip-validity.yml' pull_request: branches: [main] @@ -15,7 +15,7 @@ on: - 'documents/**/*.odt' - 'documents/**/*.docx' - 'documents/**/*.epub' - - 'bin/check-zip-validity.sh' + - 'bin/check-zip-validity.py' - '.github/workflows/check-zip-validity.yml' jobs: @@ -29,8 +29,10 @@ jobs: with: lfs: true - - name: Install unzip - run: sudo apt-get update && sudo apt-get install -y unzip + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: '3.x' - name: Check ZIP validity - run: ./bin/check-zip-validity.sh + run: python3 bin/check-zip-validity.py diff --git a/ATTRIBUTION.json b/ATTRIBUTION.json index cf801fb..35b56a3 100644 --- a/ATTRIBUTION.json +++ b/ATTRIBUTION.json @@ -6,7 +6,9 @@ "author": "John MacFarlane and Pandoc contributors", "license": "GPL-2.0-or-later", "source": "https://github.com/jgm/pandoc", - "tags": ["pandoc"], + "tags": [ + "pandoc" + ], "donated": "2026-02-17", "notes": "Test set from Pandoc" }, @@ -17,7 +19,9 @@ "author": "John MacFarlane and Pandoc contributors", "license": "GPL-2.0-or-later", "source": "https://github.com/jgm/pandoc", - "tags": ["pandoc"], + "tags": [ + "pandoc" + ], "donated": "2026-02-17", "notes": "Test set from Pandoc" }, @@ -28,7 +32,10 @@ "author": "Vereniging van Nederlandse Gemeenten / Informatiebeveiligingsdienst voor gemeenten", "license": "CC-BY-NC-SA-4.0", "source": "https://www.informatiebeveiligingsdienst.nl/", - "tags": ["vng-ibd", "vng"], + "tags": [ + "vng-ibd", + "vng" + ], "donated": "2026-02-17", "notes": "Scraped from their website" }, @@ -39,8 +46,192 @@ "author": "DocSpec", "license": "CC-BY-NC-SA-4.0", "source": "https://github.com/docspec/documents", - "tags": ["docspec"], + "tags": [ + "docspec" + ], "donated": "2026-02-17", "notes": "Test fixtures originating from NLdoc" + }, + { + "format": "rtf", + "path": "documents/rtf/pandoc/*.rtf", + "title": "Pandoc RTF Test Suite", + "author": "John MacFarlane and Pandoc contributors", + "license": "GPL-2.0-or-later", + "source": "https://github.com/jgm/pandoc", + "tags": [ + "pandoc", + "rtf", + "test-fixtures" + ], + "donated": "2026-04-01", + "notes": "RTF test fixtures from the Pandoc document converter test suite" + }, + { + "format": "rtf", + "path": "documents/rtf/libreoffice/*.rtf", + "title": "LibreOffice Writer RTF Test Data", + "author": "The Document Foundation and LibreOffice contributors", + "license": "MPL-2.0", + "source": "https://github.com/LibreOffice/core", + "tags": [ + "libreoffice", + "rtf", + "test-fixtures" + ], + "donated": "2026-04-01", + "notes": "RTF import/export test data from LibreOffice Writer QA (triple-licensed MPL-2.0/LGPL-3.0+/GPL-3.0+; redistributed under MPL-2.0)" + }, + { + "format": "doc", + "path": "documents/doc/apache-poi/*.doc", + "title": "Apache POI HWPF Test Documents", + "author": "Apache POI contributors", + "license": "Apache-2.0", + "source": "https://github.com/apache/poi", + "tags": [ + "apache-poi", + "hwpf", + "test-fixtures" + ], + "donated": "2026-04-01", + "notes": "Test fixtures for the Apache POI HWPF Word processor module" + }, + { + "format": "epub", + "path": "documents/epub/standard-ebooks/*.epub", + "title": "Standard Ebooks Collection", + "author": "Various (original works in public domain; ebook production by Standard Ebooks contributors)", + "license": "CC0-1.0", + "source": "https://standardebooks.org", + "tags": [ + "standard-ebooks", + "epub", + "public-domain", + "literature" + ], + "donated": "2026-04-01", + "notes": "High-quality EPUB ebooks from Standard Ebooks (CC0-1.0 production, public domain source texts)" + }, + { + "format": "html", + "path": "documents/html/mdn-learning-area/*.html", + "title": "MDN Learning Area HTML Examples", + "author": "Mozilla Developer Network contributors", + "license": "CC0-1.0", + "source": "https://github.com/mdn/learning-area", + "tags": [ + "mdn", + "html", + "examples", + "educational" + ], + "donated": "2026-04-01", + "notes": "Standalone HTML examples from MDN Web Docs learning area (introduction-to-html, multimedia-and-embedding, tables, forms)" + }, + { + "format": "html", + "path": "documents/html/wpt/*.html", + "title": "W3C Web Platform Tests HTML Fixtures", + "author": "W3C Web Platform Tests contributors", + "license": "BSD-3-Clause", + "source": "https://github.com/web-platform-tests/wpt", + "tags": [ + "w3c", + "wpt", + "html", + "test-fixtures", + "semantics" + ], + "donated": "2026-04-01", + "notes": "HTML test fixtures from the W3C Web Platform Tests project (html/semantics subdirectories)" + }, + { + "format": "html", + "path": "documents/html/html5-boilerplate/*.html", + "title": "HTML5 Boilerplate Templates", + "author": "HTML5 Boilerplate contributors", + "license": "MIT", + "source": "https://github.com/h5bp/html5-boilerplate", + "tags": [ + "h5bp", + "html5", + "boilerplate", + "template" + ], + "donated": "2026-04-01", + "notes": "Starter HTML templates from the HTML5 Boilerplate project (v6, v7, main)" + }, + { + "format": "markdown", + "path": "documents/markdown/commonmark/*.md", + "title": "CommonMark Spec Sections", + "author": "John MacFarlane and CommonMark contributors", + "license": "CC-BY-SA-4.0", + "source": "https://github.com/commonmark/commonmark-spec", + "tags": [ + "commonmark", + "spec", + "markdown" + ], + "donated": "2026-04-01", + "notes": "Sections extracted from the CommonMark specification (spec.txt)" + }, + { + "format": "markdown", + "path": "documents/markdown/rust-book/*.md", + "title": "The Rust Programming Language Book", + "author": "Steve Klabnik, Carol Nichols, and the Rust community", + "license": "MIT", + "source": "https://github.com/rust-lang/book", + "tags": [ + "rust", + "book", + "programming" + ], + "donated": "2026-04-01", + "notes": "Chapter files from the official Rust programming language book (dual-licensed MIT/Apache-2.0)" + }, + { + "format": "markdown", + "path": "documents/markdown/docusaurus/*.md", + "title": "Docusaurus Documentation", + "author": "Meta Platforms, Inc. and Docusaurus contributors", + "license": "CC-BY-4.0", + "source": "https://github.com/facebook/docusaurus", + "tags": [ + "docusaurus", + "documentation", + "static-site" + ], + "donated": "2026-04-01", + "notes": "Documentation pages from the Docusaurus website docs (MDX saved as .md; docs are CC-BY-4.0 per LICENSE-docs, code is MIT)" + }, + { + "format": "odt", + "path": "documents/odt/libreoffice/*.odt", + "title": "LibreOffice Writer ODF Test Data", + "author": "The Document Foundation and LibreOffice contributors", + "license": "MPL-2.0", + "source": "https://github.com/LibreOffice/core", + "tags": [ + "libreoffice", + "odt", + "odf", + "test-fixtures" + ], + "donated": "2026-04-01", + "notes": "ODF import/export test data from LibreOffice Writer QA (triple-licensed MPL-2.0/LGPL-3.0+/GPL-3.0+; redistributed under MPL-2.0)" + }, + { + "format": "odt", + "path": "documents/odt/odftoolkit/*.odt", + "title": "ODF Toolkit Test Documents", + "author": "The Apache Software Foundation and ODF Toolkit contributors", + "license": "Apache-2.0", + "source": "https://github.com/tdf/odftoolkit", + "tags": ["odftoolkit", "odt", "odf", "test-fixtures"], + "donated": "2026-04-01", + "notes": "ODF DOM, validation, and specification compliance test fixtures from the ODF Toolkit project" } ] diff --git a/ATTRIBUTION.md b/ATTRIBUTION.md index b0b69e6..838922e 100644 --- a/ATTRIBUTION.md +++ b/ATTRIBUTION.md @@ -56,3 +56,159 @@ This file tracks all donated documents, their authors, licenses, and sources. - **Donated**: 2026-02-17 - **Notes**: Test fixtures originating from NLdoc +--- + +## Pandoc RTF Test Suite + +- **Format**: `rtf` +- **Path**: `documents/rtf/pandoc/*.rtf` +- **Author**: John MacFarlane and Pandoc contributors +- **License**: GPL-2.0-or-later +- **Source**: https://github.com/jgm/pandoc +- **Tags**: `pandoc`, `rtf`, `test-fixtures` +- **Donated**: 2026-04-01 +- **Notes**: RTF test fixtures from the Pandoc document converter test suite + +--- + +## LibreOffice Writer RTF Test Data + +- **Format**: `rtf` +- **Path**: `documents/rtf/libreoffice/*.rtf` +- **Author**: The Document Foundation and LibreOffice contributors +- **License**: MPL-2.0 +- **Source**: https://github.com/LibreOffice/core +- **Tags**: `libreoffice`, `rtf`, `test-fixtures` +- **Donated**: 2026-04-01 +- **Notes**: RTF import/export test data from LibreOffice Writer QA (triple-licensed MPL-2.0/LGPL-3.0+/GPL-3.0+; redistributed under MPL-2.0) + +--- + +## Apache POI HWPF Test Documents + +- **Format**: `doc` +- **Path**: `documents/doc/apache-poi/*.doc` +- **Author**: Apache POI contributors +- **License**: Apache-2.0 +- **Source**: https://github.com/apache/poi +- **Tags**: `apache-poi`, `hwpf`, `test-fixtures` +- **Donated**: 2026-04-01 +- **Notes**: Test fixtures for the Apache POI HWPF Word processor module + +--- + +## Standard Ebooks Collection + +- **Format**: `epub` +- **Path**: `documents/epub/standard-ebooks/*.epub` +- **Author**: Various (original works in public domain; ebook production by Standard Ebooks contributors) +- **License**: CC0-1.0 +- **Source**: https://standardebooks.org +- **Tags**: `standard-ebooks`, `epub`, `public-domain`, `literature` +- **Donated**: 2026-04-01 +- **Notes**: High-quality EPUB ebooks from Standard Ebooks (CC0-1.0 production, public domain source texts) + +--- + +## MDN Learning Area HTML Examples + +- **Format**: `html` +- **Path**: `documents/html/mdn-learning-area/*.html` +- **Author**: Mozilla Developer Network contributors +- **License**: CC0-1.0 +- **Source**: https://github.com/mdn/learning-area +- **Tags**: `mdn`, `html`, `examples`, `educational` +- **Donated**: 2026-04-01 +- **Notes**: Standalone HTML examples from MDN Web Docs learning area (introduction-to-html, multimedia-and-embedding, tables, forms) + +--- + +## W3C Web Platform Tests HTML Fixtures + +- **Format**: `html` +- **Path**: `documents/html/wpt/*.html` +- **Author**: W3C Web Platform Tests contributors +- **License**: BSD-3-Clause +- **Source**: https://github.com/web-platform-tests/wpt +- **Tags**: `w3c`, `wpt`, `html`, `test-fixtures`, `semantics` +- **Donated**: 2026-04-01 +- **Notes**: HTML test fixtures from the W3C Web Platform Tests project (html/semantics subdirectories) + +--- + +## HTML5 Boilerplate Templates + +- **Format**: `html` +- **Path**: `documents/html/html5-boilerplate/*.html` +- **Author**: HTML5 Boilerplate contributors +- **License**: MIT +- **Source**: https://github.com/h5bp/html5-boilerplate +- **Tags**: `h5bp`, `html5`, `boilerplate`, `template` +- **Donated**: 2026-04-01 +- **Notes**: Starter HTML templates from the HTML5 Boilerplate project (v6, v7, main) + +--- + +## CommonMark Spec Sections + +- **Format**: `markdown` +- **Path**: `documents/markdown/commonmark/*.md` +- **Author**: John MacFarlane and CommonMark contributors +- **License**: CC-BY-SA-4.0 +- **Source**: https://github.com/commonmark/commonmark-spec +- **Tags**: `commonmark`, `spec`, `markdown` +- **Donated**: 2026-04-01 +- **Notes**: Sections extracted from the CommonMark specification (spec.txt) + +--- + +## The Rust Programming Language Book + +- **Format**: `markdown` +- **Path**: `documents/markdown/rust-book/*.md` +- **Author**: Steve Klabnik, Carol Nichols, and the Rust community +- **License**: MIT +- **Source**: https://github.com/rust-lang/book +- **Tags**: `rust`, `book`, `programming` +- **Donated**: 2026-04-01 +- **Notes**: Chapter files from the official Rust programming language book (dual-licensed MIT/Apache-2.0) + +--- + +## Docusaurus Documentation + +- **Format**: `markdown` +- **Path**: `documents/markdown/docusaurus/*.md` +- **Author**: Meta Platforms, Inc. and Docusaurus contributors +- **License**: CC-BY-4.0 +- **Source**: https://github.com/facebook/docusaurus +- **Tags**: `docusaurus`, `documentation`, `static-site` +- **Donated**: 2026-04-01 +- **Notes**: Documentation pages from the Docusaurus website docs (MDX saved as .md; docs are CC-BY-4.0 per LICENSE-docs, code is MIT) + +--- + +## LibreOffice Writer ODF Test Data + +- **Format**: `odt` +- **Path**: `documents/odt/libreoffice/*.odt` +- **Author**: The Document Foundation and LibreOffice contributors +- **License**: MPL-2.0 +- **Source**: https://github.com/LibreOffice/core +- **Tags**: `libreoffice`, `odt`, `odf`, `test-fixtures` +- **Donated**: 2026-04-01 +- **Notes**: ODF import/export test data from LibreOffice Writer QA (triple-licensed MPL-2.0/LGPL-3.0+/GPL-3.0+; redistributed under MPL-2.0) + +--- + +## ODF Toolkit Test Documents + +- **Format**: `odt` +- **Path**: `documents/odt/odftoolkit/*.odt` +- **Author**: The Apache Software Foundation and ODF Toolkit contributors +- **License**: Apache-2.0 +- **Source**: https://github.com/tdf/odftoolkit +- **Tags**: `odftoolkit`, `odt`, `odf`, `test-fixtures` +- **Donated**: 2026-04-01 +- **Notes**: ODF DOM, validation, and specification compliance test fixtures from the ODF Toolkit project + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b28d27..aa96cdb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,6 +84,8 @@ documents/pdf/books/chapter-sample.pdf documents/odt/libreoffice/newsletter.odt documents/html/websites/landing-page.html documents/epub/books/sample-ebook.epub +documents/doc/apache-poi/test-document.doc +documents/rtf/pandoc/basic-formatting.rtf ``` ### Suggested groups @@ -96,6 +98,9 @@ documents/epub/books/sample-ebook.epub - `pandoc` - Pandoc test cases - `libreoffice` - LibreOffice examples - `microsoft` - Microsoft Office examples +- `standard-ebooks` - Standard Ebooks (CC0-licensed EPUB collection) +- `w3c` - W3C HTML test suite files +- `apache-poi` - Apache POI test documents (.doc format) Feel free to create new groups as needed! diff --git a/README.md b/README.md index 791112d..db1e9b7 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ Examples: documents/markdown/examples/sample.md documents/pdf/academic/paper.pdf documents/odt/libreoffice/newsletter.odt + documents/epub/standard-ebooks/pride-and-prejudice.epub + documents/html/w3c/html5-spec-example.html + documents/doc/apache-poi/test-document.doc + documents/rtf/pandoc/basic-formatting.rtf ``` All attribution and metadata is tracked in [`ATTRIBUTION.json`](ATTRIBUTION.json). The [`ATTRIBUTION.md`](ATTRIBUTION.md) file is autogenerated from the JSON. @@ -55,7 +59,7 @@ Diverse documents with interesting features: - Complex formatting (tables, images, footnotes, equations) - Different languages and scripts - Edge cases and unusual structures -- Various file formats +- Various file formats (DOCX, ODT, Markdown, HTML, EPUB, legacy .doc, RTF) - Real-world examples ## Questions? diff --git a/bin/check-duplicates.sh b/bin/check-duplicates.sh index d6fa6b0..1849909 100755 --- a/bin/check-duplicates.sh +++ b/bin/check-duplicates.sh @@ -10,7 +10,7 @@ echo "" TMPFILE=$(mktemp) trap 'rm -f "$TMPFILE"' EXIT -find documents/ -type f \( -name "*.odt" -o -name "*.docx" -o -name "*.pdf" -o -name "*.epub" -o -name "*.md" \) -exec sha256sum {} \; | sort >"$TMPFILE" +find documents/ -type f \( -name "*.odt" -o -name "*.docx" -o -name "*.pdf" -o -name "*.epub" -o -name "*.md" -o -name "*.doc" -o -name "*.html" -o -name "*.rtf" \) -exec sha256sum {} \; | sort >"$TMPFILE" DUPLICATES=$(awk '{print $1}' "$TMPFILE" | uniq -d) diff --git a/bin/check-zip-validity.py b/bin/check-zip-validity.py new file mode 100755 index 0000000..e335c62 --- /dev/null +++ b/bin/check-zip-validity.py @@ -0,0 +1,53 @@ +#!/usr/bin/env python3 +"""Check if ODT/EPUB/DOCX files are valid ZIP archives. + +SPDX-License-Identifier: MIT +""" + +import sys +import zipfile +from pathlib import Path + +EXTENSIONS = {".odt", ".docx", ".epub"} + + +def main() -> int: + root = Path("documents") + if not root.is_dir(): + print("Error: documents/ directory not found", file=sys.stderr) + return 1 + + files = sorted( + p for p in root.rglob("*") if p.is_file() and p.suffix.lower() in EXTENSIONS + ) + + print("Checking if ODT/EPUB/DOCX files are valid ZIP archives...") + print() + + invalid = 0 + for path in files: + try: + with zipfile.ZipFile(path) as zf: + bad = zf.testzip() + if bad is not None: + print(f"❌ Invalid (corrupt entry {bad}): {path}") + invalid += 1 + else: + print(f"✓ Valid: {path}") + except (zipfile.BadZipFile, Exception) as exc: + print(f"❌ Invalid ({exc}): {path}") + invalid += 1 + + print() + print(f"Checked {len(files)} files") + + if invalid == 0: + print("✅ All files are valid ZIP archives") + return 0 + else: + print(f"❌ Found {invalid} invalid ZIP file(s)") + return 1 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/bin/check-zip-validity.sh b/bin/check-zip-validity.sh deleted file mode 100755 index 62e14ad..0000000 --- a/bin/check-zip-validity.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash -# Check if ODT/EPUB/DOCX files are valid ZIP archives -# SPDX-License-Identifier: MIT - -set -euo pipefail - -echo "Checking if ODT/EPUB/DOCX files are valid ZIP archives..." -echo "" - -INVALID=0 -TOTAL=0 - -# Find all ODT, EPUB, and DOCX files -while IFS= read -r -d '' FILE; do - TOTAL=$((TOTAL + 1)) - - if unzip -t "$FILE" >/dev/null 2>&1; then - echo "✓ Valid: $FILE" - else - echo "❌ Invalid: $FILE" - INVALID=$((INVALID + 1)) - fi -done < <(find documents/ -type f \( -name "*.odt" -o -name "*.docx" -o -name "*.epub" \) -print0) - -echo "" -echo "Checked $TOTAL files" - -if [ $INVALID -eq 0 ]; then - echo "✅ All files are valid ZIP archives" - exit 0 -else - echo "❌ Found $INVALID invalid ZIP file(s)" - exit 1 -fi diff --git a/documents/doc/apache-poi/47304.doc b/documents/doc/apache-poi/47304.doc new file mode 100644 index 0000000..9ee1ab4 --- /dev/null +++ b/documents/doc/apache-poi/47304.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39170c5a103bb0961b269be04da00ae2ae961da6a26f1624f462ac915adaf13e +size 22016 diff --git a/documents/doc/apache-poi/47950-lower.doc b/documents/doc/apache-poi/47950-lower.doc new file mode 100644 index 0000000..5d3b82a --- /dev/null +++ b/documents/doc/apache-poi/47950-lower.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7efecd456de7ed610a333beb4b6870a9e3a4fe234e68d7bb611d189497f5e22 +size 27136 diff --git a/documents/doc/apache-poi/47950-normal.doc b/documents/doc/apache-poi/47950-normal.doc new file mode 100644 index 0000000..3ec9168 --- /dev/null +++ b/documents/doc/apache-poi/47950-normal.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62366d1126bb3fef1a9ed6589dd2512fbfd23d3b7f6d129f57ffba9a48e6cef5 +size 27136 diff --git a/documents/doc/apache-poi/47950-upper.doc b/documents/doc/apache-poi/47950-upper.doc new file mode 100644 index 0000000..c2ff1fa --- /dev/null +++ b/documents/doc/apache-poi/47950-upper.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce5c7cf1a9718f6b7bb9393f2c4cb70e0bcc3eff308509173572aa9291d38e9 +size 27136 diff --git a/documents/doc/apache-poi/51921-word-crash067.doc b/documents/doc/apache-poi/51921-word-crash067.doc new file mode 100644 index 0000000..c7948b3 --- /dev/null +++ b/documents/doc/apache-poi/51921-word-crash067.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c21aa8cef00242c5257f848909c36132de2ebc46f712cc149e44a96597a9480 +size 56832 diff --git a/documents/doc/apache-poi/52117.doc b/documents/doc/apache-poi/52117.doc new file mode 100644 index 0000000..179e203 --- /dev/null +++ b/documents/doc/apache-poi/52117.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39dc33af3d370cb9ad5f1742298c5d657e8ed65d4c2251e789a38172e51735ff +size 7168 diff --git a/documents/doc/apache-poi/52420.doc b/documents/doc/apache-poi/52420.doc new file mode 100644 index 0000000..d465c12 --- /dev/null +++ b/documents/doc/apache-poi/52420.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ea2df1e658f7b2d45b0f261ef8d837b7978e38b31ef4ffb4427f0cde46d5e7 +size 32768 diff --git a/documents/doc/apache-poi/53379.doc b/documents/doc/apache-poi/53379.doc new file mode 100644 index 0000000..bfcde21 --- /dev/null +++ b/documents/doc/apache-poi/53379.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3744731bc3e7869b4fc968a78d46a3e82f3ee85fd7e6599430558aef4eab88b8 +size 248320 diff --git a/documents/doc/apache-poi/53446.doc b/documents/doc/apache-poi/53446.doc new file mode 100644 index 0000000..9e7877c --- /dev/null +++ b/documents/doc/apache-poi/53446.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d3ae0680800703c15c2c709796288a3b1beaecaa805e5866a35659e495f22a +size 77312 diff --git a/documents/doc/apache-poi/56880.doc b/documents/doc/apache-poi/56880.doc new file mode 100644 index 0000000..f391d10 --- /dev/null +++ b/documents/doc/apache-poi/56880.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447fb46ea0d0d374f8f10f99c4ec92d0c9f694427b5d17ae02574a4b17bce224 +size 19968 diff --git a/documents/doc/apache-poi/57603-seven-columns.doc b/documents/doc/apache-poi/57603-seven-columns.doc new file mode 100644 index 0000000..2385091 --- /dev/null +++ b/documents/doc/apache-poi/57603-seven-columns.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e37dac76f3690f88674b44558a73ff447946264250ed41ccb1a25e33b9988ef +size 42496 diff --git a/documents/doc/apache-poi/57843.doc b/documents/doc/apache-poi/57843.doc new file mode 100644 index 0000000..c9cc7f7 --- /dev/null +++ b/documents/doc/apache-poi/57843.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07fffee18c806f844f52a0a5ecd668097f180257900c91a6dc1a15e9165cbf83 +size 8192 diff --git a/documents/doc/apache-poi/58804-1.doc b/documents/doc/apache-poi/58804-1.doc new file mode 100644 index 0000000..dbc7e06 --- /dev/null +++ b/documents/doc/apache-poi/58804-1.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed323f50ec9213bb0651f7c536754cfd787445e3797115d73e57db6fe55971b +size 61440 diff --git a/documents/doc/apache-poi/58804.doc b/documents/doc/apache-poi/58804.doc new file mode 100644 index 0000000..ed8d6f0 --- /dev/null +++ b/documents/doc/apache-poi/58804.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957c803e1a16545b0b40d83f338757f763246ac836fd00e8587ad5537cd0dd85 +size 306688 diff --git a/documents/doc/apache-poi/59322.doc b/documents/doc/apache-poi/59322.doc new file mode 100644 index 0000000..295b1c8 --- /dev/null +++ b/documents/doc/apache-poi/59322.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c572f06b621a54a5e4499d67ef4b4dec36a66c41b5181606354b1dcdffde3e0d +size 39936 diff --git a/documents/doc/apache-poi/60279.doc b/documents/doc/apache-poi/60279.doc new file mode 100644 index 0000000..f81a303 --- /dev/null +++ b/documents/doc/apache-poi/60279.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd59256eb12abaa3c376e72d33601230edc19aaf343e16d714fe919e70224f9 +size 39424 diff --git a/documents/doc/apache-poi/61490.doc b/documents/doc/apache-poi/61490.doc new file mode 100644 index 0000000..da5c453 --- /dev/null +++ b/documents/doc/apache-poi/61490.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391ef996860fb463bbdf727744d9461cefab9edaa7d2b08e2d52fecfd1e48e03 +size 31232 diff --git a/documents/doc/apache-poi/61586.doc b/documents/doc/apache-poi/61586.doc new file mode 100644 index 0000000..86fcd14 --- /dev/null +++ b/documents/doc/apache-poi/61586.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac827159b7dd515a6d55a3a8c453f7fe0b3e722ef8a8fb7c5cf58c83f01db7c +size 27648 diff --git a/documents/doc/apache-poi/61911.doc b/documents/doc/apache-poi/61911.doc new file mode 100644 index 0000000..dc6031f --- /dev/null +++ b/documents/doc/apache-poi/61911.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea740f2a09d9ed122dda450a8873c0889bacb83cb79b80a9e1483b9bbee191a9 +size 28160 diff --git a/documents/doc/apache-poi/64132.doc b/documents/doc/apache-poi/64132.doc new file mode 100644 index 0000000..f697089 --- /dev/null +++ b/documents/doc/apache-poi/64132.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ea7aebae96ca6bd458aa8ea532f8753489f78f22cd4b826378756b86e2d614 +size 237056 diff --git a/documents/doc/apache-poi/aioob-tap.doc b/documents/doc/apache-poi/aioob-tap.doc new file mode 100644 index 0000000..6e7c1fb --- /dev/null +++ b/documents/doc/apache-poi/aioob-tap.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d6b1596f539c53f06f3c84402b63bb13c38dcea14c2f71d87b87da925d2a01 +size 57856 diff --git a/documents/doc/apache-poi/au-edu-utas-www-data-assets-word-doc-0003-154335-international-travel-approval-request-form.doc b/documents/doc/apache-poi/au-edu-utas-www-data-assets-word-doc-0003-154335-international-travel-approval-request-form.doc new file mode 100644 index 0000000..585d967 --- /dev/null +++ b/documents/doc/apache-poi/au-edu-utas-www-data-assets-word-doc-0003-154335-international-travel-approval-request-form.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75b0afb94d942d583f5c0bd71dc85774e5477425bda576ec19b26a66d291112 +size 86528 diff --git a/documents/doc/apache-poi/bug28627.doc b/documents/doc/apache-poi/bug28627.doc new file mode 100644 index 0000000..ef88279 --- /dev/null +++ b/documents/doc/apache-poi/bug28627.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b428eb157ee2b29223ecc64473a810b7a3f2d065e9ff2fcec61af24da0d68b2 +size 19968 diff --git a/documents/doc/apache-poi/bug33519.doc b/documents/doc/apache-poi/bug33519.doc new file mode 100644 index 0000000..a3714bd --- /dev/null +++ b/documents/doc/apache-poi/bug33519.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd9b35fdafd540c29c87ab480d4b019f9b69dea7499df4172a35bc45c40d1e2 +size 137216 diff --git a/documents/doc/apache-poi/bug34898.doc b/documents/doc/apache-poi/bug34898.doc new file mode 100644 index 0000000..ea8a79b --- /dev/null +++ b/documents/doc/apache-poi/bug34898.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908e1b2c72cf37cfec5ccc904466801eee89a8dc84d579c746a7cf4d0cc7503d +size 19968 diff --git a/documents/doc/apache-poi/bug41898.doc b/documents/doc/apache-poi/bug41898.doc new file mode 100644 index 0000000..fce7579 --- /dev/null +++ b/documents/doc/apache-poi/bug41898.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce917e2dce557dd6b6a52aa2224a0c37dc160c1a3294800db48ede01f2625c4 +size 24064 diff --git a/documents/doc/apache-poi/bug44292.doc b/documents/doc/apache-poi/bug44292.doc new file mode 100644 index 0000000..d4b1d69 --- /dev/null +++ b/documents/doc/apache-poi/bug44292.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006fdde4db8e0fb4729b7fccf95b31d0e5d51410f50916473e36a915c4b2160f +size 24064 diff --git a/documents/doc/apache-poi/bug44431.doc b/documents/doc/apache-poi/bug44431.doc new file mode 100644 index 0000000..1bb9da7 --- /dev/null +++ b/documents/doc/apache-poi/bug44431.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edcd8f48cd97503ea57ae1b4e0addb20997656cb17d2bc329db4780257c9e998 +size 98304 diff --git a/documents/doc/apache-poi/bug44603.doc b/documents/doc/apache-poi/bug44603.doc new file mode 100644 index 0000000..b4ea886 --- /dev/null +++ b/documents/doc/apache-poi/bug44603.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85a58c766c852de3b0e7bb33b4852e3465c3a901f492db2c908fc6bc27488f3 +size 30208 diff --git a/documents/doc/apache-poi/bug45269.doc b/documents/doc/apache-poi/bug45269.doc new file mode 100644 index 0000000..275d7a6 --- /dev/null +++ b/documents/doc/apache-poi/bug45269.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660e6f947d7af78764cd0bb1dfc90e6e37a634e1ab0642a406b470b73e6770ed +size 64512 diff --git a/documents/doc/apache-poi/bug45473.doc b/documents/doc/apache-poi/bug45473.doc new file mode 100644 index 0000000..120552d --- /dev/null +++ b/documents/doc/apache-poi/bug45473.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d80630183e153a53082d2c87535271ae186f1a59b1ba1c9b4d434efde0fd98 +size 24576 diff --git a/documents/doc/apache-poi/bug45877.doc b/documents/doc/apache-poi/bug45877.doc new file mode 100644 index 0000000..00cacb6 --- /dev/null +++ b/documents/doc/apache-poi/bug45877.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebea9c7d46c71fa2e97624b1406314e8e04b1f4d0c9a41ffb15cc93b1122cec +size 62464 diff --git a/documents/doc/apache-poi/bug46220.doc b/documents/doc/apache-poi/bug46220.doc new file mode 100644 index 0000000..3340386 --- /dev/null +++ b/documents/doc/apache-poi/bug46220.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fafe63cd093ae418abbb795c3efb45fa5dd56523179d4aacd46cf075b422338 +size 1140736 diff --git a/documents/doc/apache-poi/bug46610-1.doc b/documents/doc/apache-poi/bug46610-1.doc new file mode 100644 index 0000000..7b3856f --- /dev/null +++ b/documents/doc/apache-poi/bug46610-1.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6fe12b3795050657073aab76f0d34042db7fa2eb2b48e7bb4e905ab870ea7ce +size 27136 diff --git a/documents/doc/apache-poi/bug46610-2.doc b/documents/doc/apache-poi/bug46610-2.doc new file mode 100644 index 0000000..678ea1f --- /dev/null +++ b/documents/doc/apache-poi/bug46610-2.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ebed4edf76cf63a60dc0051a084b19dc74668e20860e12265a9ab44bfa6aa2 +size 28672 diff --git a/documents/doc/apache-poi/bug46610-3.doc b/documents/doc/apache-poi/bug46610-3.doc new file mode 100644 index 0000000..1095537 --- /dev/null +++ b/documents/doc/apache-poi/bug46610-3.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d757c526eeb1dd7b376a3ea5b35060d7e2fc2ea2f1b2d50a9804efb18345bc6 +size 53760 diff --git a/documents/doc/apache-poi/bug46817.doc b/documents/doc/apache-poi/bug46817.doc new file mode 100644 index 0000000..0d0e273 --- /dev/null +++ b/documents/doc/apache-poi/bug46817.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68a9879503f3d65c90759d4b76719743aac048d56e7b1eb9affd63d17d78d8b +size 17920 diff --git a/documents/doc/apache-poi/bug47286.doc b/documents/doc/apache-poi/bug47286.doc new file mode 100644 index 0000000..b8fd9e2 --- /dev/null +++ b/documents/doc/apache-poi/bug47286.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa43e747b73d3ee25f016c7106f0f726cad61dc5a9515edeff4eb35feaa9da5 +size 44544 diff --git a/documents/doc/apache-poi/bug47731.doc b/documents/doc/apache-poi/bug47731.doc new file mode 100644 index 0000000..6c1dbe8 --- /dev/null +++ b/documents/doc/apache-poi/bug47731.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb22e5008c493cdbcf52e50fd09ca365463be6e4e69b152dbc92ff5f6045cac +size 898048 diff --git a/documents/doc/apache-poi/bug47742.doc b/documents/doc/apache-poi/bug47742.doc new file mode 100644 index 0000000..ffe84c7 --- /dev/null +++ b/documents/doc/apache-poi/bug47742.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a669e07ed942a41d36cb4249a96916673ed9aa64e7f594736588f76dd6128a4 +size 27136 diff --git a/documents/doc/apache-poi/bug47958.doc b/documents/doc/apache-poi/bug47958.doc new file mode 100644 index 0000000..1608248 --- /dev/null +++ b/documents/doc/apache-poi/bug47958.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4aca2632ca8cd66401229f6cadb7813f6859bccc43d9e948b374263ebbc867 +size 679936 diff --git a/documents/doc/apache-poi/bug48065.doc b/documents/doc/apache-poi/bug48065.doc new file mode 100644 index 0000000..aca8c01 --- /dev/null +++ b/documents/doc/apache-poi/bug48065.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861d5cd862dca70d73467530a435b4d1d383917815b590bbd87b04bc602de460 +size 28160 diff --git a/documents/doc/apache-poi/bug48075.doc b/documents/doc/apache-poi/bug48075.doc new file mode 100644 index 0000000..f4e73a9 --- /dev/null +++ b/documents/doc/apache-poi/bug48075.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cebaba40b42f5f1bf6164c5b2506798d435af132a6bac926c53fa1b0359056 +size 35840 diff --git a/documents/doc/apache-poi/bug49820.doc b/documents/doc/apache-poi/bug49820.doc new file mode 100644 index 0000000..70ab8f3 --- /dev/null +++ b/documents/doc/apache-poi/bug49820.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9900a5689f1368f5dad718a433dd64b2ec57a47d4c1d9ca3ffc8771ceca040 +size 23552 diff --git a/documents/doc/apache-poi/bug49908.doc b/documents/doc/apache-poi/bug49908.doc new file mode 100644 index 0000000..1d53c38 --- /dev/null +++ b/documents/doc/apache-poi/bug49908.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d0f1a7ec2898605b0539297cee3178514febce1d970b7574d66e75d8991c6a +size 23040 diff --git a/documents/doc/apache-poi/bug49919.doc b/documents/doc/apache-poi/bug49919.doc new file mode 100644 index 0000000..08bab47 --- /dev/null +++ b/documents/doc/apache-poi/bug49919.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:075b675d0fafb8cfe1f685a69333d7f8a918d0f5cd7d51b8fe1b59a58fd90096 +size 28672 diff --git a/documents/doc/apache-poi/bug49933.doc b/documents/doc/apache-poi/bug49933.doc new file mode 100644 index 0000000..4066c40 --- /dev/null +++ b/documents/doc/apache-poi/bug49933.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2ffbdbbdc98d210640744cf70cc72836bb4df7a7c50f612c1a95360d51f6ed +size 33280 diff --git a/documents/doc/apache-poi/bug50075.doc b/documents/doc/apache-poi/bug50075.doc new file mode 100644 index 0000000..253a37b --- /dev/null +++ b/documents/doc/apache-poi/bug50075.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e162ef16d7d4b934a786260b835e3c0d9440b14c347618075ec6c073df6bfd4e +size 55296 diff --git a/documents/doc/apache-poi/bug50936-1.doc b/documents/doc/apache-poi/bug50936-1.doc new file mode 100644 index 0000000..929eb22 --- /dev/null +++ b/documents/doc/apache-poi/bug50936-1.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9169e7a5f5aa865579ceb803bd91bd840134e9292c8a56e81c35913b47e218c7 +size 118272 diff --git a/documents/doc/apache-poi/bug50936-2.doc b/documents/doc/apache-poi/bug50936-2.doc new file mode 100644 index 0000000..653a097 --- /dev/null +++ b/documents/doc/apache-poi/bug50936-2.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e678659cf4788ac324c71f7929e19d90ba91d8ac6d68cc7ac99c1f81d70a637 +size 93184 diff --git a/documents/doc/apache-poi/bug50936-3.doc b/documents/doc/apache-poi/bug50936-3.doc new file mode 100644 index 0000000..eb27063 --- /dev/null +++ b/documents/doc/apache-poi/bug50936-3.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b67898da842acf53824eb6fb025da7701d7a307ff478e6714ce5f7ccc546c39 +size 624640 diff --git a/documents/doc/apache-poi/bug50955.doc b/documents/doc/apache-poi/bug50955.doc new file mode 100644 index 0000000..6827e29 --- /dev/null +++ b/documents/doc/apache-poi/bug50955.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e1c7117b8038e570ee12589abcf9b9a9652819ca201b95be7e0aeaf2a9d19f +size 603136 diff --git a/documents/doc/apache-poi/bug51604.doc b/documents/doc/apache-poi/bug51604.doc new file mode 100644 index 0000000..4ac347d --- /dev/null +++ b/documents/doc/apache-poi/bug51604.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41616a8ab9252ad7635a18a95286fa1ae0573e063bba67339f8634fce58d4c0 +size 26624 diff --git a/documents/doc/apache-poi/bug51686.doc b/documents/doc/apache-poi/bug51686.doc new file mode 100644 index 0000000..84d07b0 --- /dev/null +++ b/documents/doc/apache-poi/bug51686.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca19b67876f284a0e04ed06df44a004f850629a871fe522d014e1fdff912799 +size 32768 diff --git a/documents/doc/apache-poi/bug51834.doc b/documents/doc/apache-poi/bug51834.doc new file mode 100644 index 0000000..227e248 --- /dev/null +++ b/documents/doc/apache-poi/bug51834.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb570d42bc0bdea8df147549a8b662a013bfb61b953c9c058138caf65af64907 +size 47104 diff --git a/documents/doc/apache-poi/bug51890.doc b/documents/doc/apache-poi/bug51890.doc new file mode 100644 index 0000000..1f34b71 --- /dev/null +++ b/documents/doc/apache-poi/bug51890.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3117015717ef6a2817007c2f3e5a18d88feeda6899a858383ee7d3c353d26795 +size 44544 diff --git a/documents/doc/apache-poi/bug51944.doc b/documents/doc/apache-poi/bug51944.doc new file mode 100644 index 0000000..2d43a48 --- /dev/null +++ b/documents/doc/apache-poi/bug51944.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9ba722afe708c936f20252525fea0817f6b1026c008ea9786a242f69a7ca19 +size 27648 diff --git a/documents/doc/apache-poi/bug52032-1.doc b/documents/doc/apache-poi/bug52032-1.doc new file mode 100644 index 0000000..f55608e --- /dev/null +++ b/documents/doc/apache-poi/bug52032-1.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff920493f14c128529003d424669ecb79c6250732bbe2ac43a5b82c87e274716 +size 41472 diff --git a/documents/doc/apache-poi/bug52032-2.doc b/documents/doc/apache-poi/bug52032-2.doc new file mode 100644 index 0000000..e03f42f --- /dev/null +++ b/documents/doc/apache-poi/bug52032-2.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac924d6960e59ff50cb510560ddc3364629f6173bb9783c4794cb004e360b0f +size 218112 diff --git a/documents/doc/apache-poi/bug52032-3.doc b/documents/doc/apache-poi/bug52032-3.doc new file mode 100644 index 0000000..fed9506 --- /dev/null +++ b/documents/doc/apache-poi/bug52032-3.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acee7641ed01067235bcfb03552d73cbde39557296b0ad71cedf81a5254fee29 +size 91136 diff --git a/documents/doc/apache-poi/bug52311.doc b/documents/doc/apache-poi/bug52311.doc new file mode 100644 index 0000000..2ef70ce --- /dev/null +++ b/documents/doc/apache-poi/bug52311.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f6797e998c574b5acd84319bca9933f9a0a60d379741e167071e52f42ad15f +size 32768 diff --git a/documents/doc/apache-poi/bug52583.doc b/documents/doc/apache-poi/bug52583.doc new file mode 100644 index 0000000..3243e90 --- /dev/null +++ b/documents/doc/apache-poi/bug52583.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b0fe4601c2ce10a440a75e398da93f9737ea39fc36a81d2f30311d264fb97c +size 26112 diff --git a/documents/doc/apache-poi/bug53182.doc b/documents/doc/apache-poi/bug53182.doc new file mode 100644 index 0000000..7521c19 --- /dev/null +++ b/documents/doc/apache-poi/bug53182.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8149abe4574da269f5c8ee1ee54cb0d13396a6296f3732c351777501a10a45 +size 19968 diff --git a/documents/doc/apache-poi/bug53380-1.doc b/documents/doc/apache-poi/bug53380-1.doc new file mode 100644 index 0000000..ca630ab --- /dev/null +++ b/documents/doc/apache-poi/bug53380-1.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7673aa3afa6ace77b4fed0a77d3437b53623bd56275d97c54c03a0f08653db1 +size 103424 diff --git a/documents/doc/apache-poi/bug53380-2.doc b/documents/doc/apache-poi/bug53380-2.doc new file mode 100644 index 0000000..33944c1 --- /dev/null +++ b/documents/doc/apache-poi/bug53380-2.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe08c3e6981b023287f72fff38dc3035dad8e30f98cc9734e0b925be42a88a7 +size 31744 diff --git a/documents/doc/apache-poi/bug53380-4.doc b/documents/doc/apache-poi/bug53380-4.doc new file mode 100644 index 0000000..0ebcc43 --- /dev/null +++ b/documents/doc/apache-poi/bug53380-4.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59fe582f2b2c23530cab2ae4812f486ceff8ae4fbe15983caa92a5f5a4ead6f6 +size 34304 diff --git a/documents/doc/apache-poi/bug53453section.doc b/documents/doc/apache-poi/bug53453section.doc new file mode 100644 index 0000000..9063de4 --- /dev/null +++ b/documents/doc/apache-poi/bug53453section.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a827880e1a28cf0454f2e6ad9f317d6a0dd6a23580a45e14468a15b2eb4aebb3 +size 26112 diff --git a/documents/doc/apache-poi/bug60936.doc b/documents/doc/apache-poi/bug60936.doc new file mode 100644 index 0000000..05af1d0 --- /dev/null +++ b/documents/doc/apache-poi/bug60936.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66189b6abfe51d605c55de7d9358d0f8d7f10477271b81a9a3ed1be270445e1 +size 6656 diff --git a/documents/doc/apache-poi/bug60942.doc b/documents/doc/apache-poi/bug60942.doc new file mode 100644 index 0000000..c671d3e --- /dev/null +++ b/documents/doc/apache-poi/bug60942.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6455da23aa1cdece9a7416b934a4d193290d028b3fcae62056dbb60cda3131da +size 20480 diff --git a/documents/doc/apache-poi/bug60942b.doc b/documents/doc/apache-poi/bug60942b.doc new file mode 100644 index 0000000..1b59a62 --- /dev/null +++ b/documents/doc/apache-poi/bug60942b.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183379e7c855aeed2c496f1170e4e2bec16bfde9fddc49ae0fa14f765947430f +size 6144 diff --git a/documents/doc/apache-poi/bug61268.doc b/documents/doc/apache-poi/bug61268.doc new file mode 100644 index 0000000..a9b8915 --- /dev/null +++ b/documents/doc/apache-poi/bug61268.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b47ad892871c80495c64b440c24200dbcaa16c367faf780aec43e3bf8ddae6 +size 6239232 diff --git a/documents/doc/apache-poi/bug65255.doc b/documents/doc/apache-poi/bug65255.doc new file mode 100644 index 0000000..396c81a --- /dev/null +++ b/documents/doc/apache-poi/bug65255.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b914c38658dcda716ae4a901f16a13f6893589934d435e085bbf67f408b07592 +size 27136 diff --git a/documents/doc/apache-poi/ca-kwsymphony-www-education-school-concert-seat-booking-form-2011-12.doc b/documents/doc/apache-poi/ca-kwsymphony-www-education-school-concert-seat-booking-form-2011-12.doc new file mode 100644 index 0000000..5b04b95 --- /dev/null +++ b/documents/doc/apache-poi/ca-kwsymphony-www-education-school-concert-seat-booking-form-2011-12.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8edfda1e7403795ea414d289d852ea324429e249aa65f9ec3b21ffbd1b4a802 +size 1619457 diff --git a/documents/doc/apache-poi/cap-stanford-edu-profiles-viewbiosketch-facultyid-4009-name-m-maciver.doc b/documents/doc/apache-poi/cap-stanford-edu-profiles-viewbiosketch-facultyid-4009-name-m-maciver.doc new file mode 100644 index 0000000..a7dab1a --- /dev/null +++ b/documents/doc/apache-poi/cap-stanford-edu-profiles-viewbiosketch-facultyid-4009-name-m-maciver.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6e4ffeb1811f0fab5539709b17934d4ac2babe3cf1d670e30af50aef826d2d +size 47104 diff --git a/documents/doc/apache-poi/capitalized.doc b/documents/doc/apache-poi/capitalized.doc new file mode 100644 index 0000000..d7efe29 --- /dev/null +++ b/documents/doc/apache-poi/capitalized.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63483e58621ae1e3011a0255761e11afc8a73b573561b2bd47544d2b449aab97 +size 26624 diff --git a/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-4892412469968896.doc b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-4892412469968896.doc new file mode 100644 index 0000000..5d05442 --- /dev/null +++ b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-4892412469968896.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c10a91a1d8517c9a00c95c5c8ba14df365d2ed9346de4b849370fe468bc49b +size 335360 diff --git a/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-4947285593948160.doc b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-4947285593948160.doc new file mode 100644 index 0000000..aaad576 --- /dev/null +++ b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-4947285593948160.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142e28fc030f0d7f251930c916267e611a729ca384be0454b2bb6e1cc523865e +size 56832 diff --git a/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-4951943183990784.doc b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-4951943183990784.doc new file mode 100644 index 0000000..93cd217 --- /dev/null +++ b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-4951943183990784.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4baffc3fa9972ebb97d86d6e421d35de269af9861c88f4a8c1ce28a84d52966 +size 86528 diff --git a/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5050208641482752.doc b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5050208641482752.doc new file mode 100644 index 0000000..ee1b552 --- /dev/null +++ b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5050208641482752.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a565cf7167e942d09d29c60115b372a652d4e8c0047d28fcf65e0c680d8443c +size 56805 diff --git a/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5074346559012864.doc b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5074346559012864.doc new file mode 100644 index 0000000..837464b --- /dev/null +++ b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5074346559012864.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1952b23c38cd9793cb67a464f243c633c9370eb550b963abc84184d63b8382b +size 9729 diff --git a/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5195207308541952.doc b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5195207308541952.doc new file mode 100644 index 0000000..188327b --- /dev/null +++ b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5195207308541952.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f125b24c52722b5581d7b4efbd814dbb2229031a05c83af77af363ed151fdf4d +size 57344 diff --git a/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5418937293340672.doc b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5418937293340672.doc new file mode 100644 index 0000000..d811ebc --- /dev/null +++ b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5418937293340672.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae552c7244ce5a67bd86184e624cbfe718de6f5d15ef107a0d2b4b597aab758 +size 9216 diff --git a/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5440721166139392.doc b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5440721166139392.doc new file mode 100644 index 0000000..b36e167 --- /dev/null +++ b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5440721166139392.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb16173735b0afafc2b1b6e64a65148aaa90a1be205f0e8d60d907c39d98ddce +size 17936 diff --git a/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5832867957309440.doc b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5832867957309440.doc new file mode 100644 index 0000000..ef518cc --- /dev/null +++ b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-5832867957309440.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aca848a143f1de8fa959f80ae7f4a5a4908db5d43beb3772dbc4da1a8b1d2de +size 4748 diff --git a/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-6610789829836800.doc b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-6610789829836800.doc new file mode 100644 index 0000000..c667dc4 --- /dev/null +++ b/documents/doc/apache-poi/clusterfuzz-testcase-minimized-poihwpffuzzer-6610789829836800.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a86044f85c5bc18446f842ea1feb529728759e6a751ba91bb3aa8c6ea9d30c +size 39249 diff --git a/documents/doc/apache-poi/clusterfuzz-testcase-poihwpffuzzer-5696094627495936.doc b/documents/doc/apache-poi/clusterfuzz-testcase-poihwpffuzzer-5696094627495936.doc new file mode 100644 index 0000000..c77b6dc --- /dev/null +++ b/documents/doc/apache-poi/clusterfuzz-testcase-poihwpffuzzer-5696094627495936.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e44bbaf25d7553e3a352273c16be662b7e9eeee39f426c618472b750db4f79 +size 46603 diff --git a/documents/doc/apache-poi/cn-orthodox-www-divenbog-april-30-april.doc b/documents/doc/apache-poi/cn-orthodox-www-divenbog-april-30-april.doc new file mode 100644 index 0000000..a240a5e --- /dev/null +++ b/documents/doc/apache-poi/cn-orthodox-www-divenbog-april-30-april.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff42c756be1e4c3a1fd00f2f34264c5055e464c8382b372770f6f84d93059d73 +size 23041 diff --git a/documents/doc/apache-poi/difffirstpageheadfoot.doc b/documents/doc/apache-poi/difffirstpageheadfoot.doc new file mode 100644 index 0000000..5d4a942 --- /dev/null +++ b/documents/doc/apache-poi/difffirstpageheadfoot.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674285298712213a7e0141182a2efc9d7f3ad6ebf4f5520b8405774ec3e5def0 +size 27648 diff --git a/documents/doc/apache-poi/documentproperties.doc b/documents/doc/apache-poi/documentproperties.doc new file mode 100644 index 0000000..678a9a8 --- /dev/null +++ b/documents/doc/apache-poi/documentproperties.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3958e5c16a9089f07c1d7602e2e15b6032b586f1d1eeed6fe048af73535e36cb +size 9728 diff --git a/documents/doc/apache-poi/empty.doc b/documents/doc/apache-poi/empty.doc new file mode 100644 index 0000000..1132337 --- /dev/null +++ b/documents/doc/apache-poi/empty.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f421a3970c70f12296073478380c0849a54c03fb2f4842392c7d3c5039bf1eb +size 19456 diff --git a/documents/doc/apache-poi/endingnote.doc b/documents/doc/apache-poi/endingnote.doc new file mode 100644 index 0000000..4451095 --- /dev/null +++ b/documents/doc/apache-poi/endingnote.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f170880d7ff9820a56c252f14286dc99c1c658d8e157bacf0e5f0166d5a714be +size 9728 diff --git a/documents/doc/apache-poi/equation.doc b/documents/doc/apache-poi/equation.doc new file mode 100644 index 0000000..30c1485 --- /dev/null +++ b/documents/doc/apache-poi/equation.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eccab1c32bf3ef27e36dfeb46b3ebfba4981666e0fe9364eef05fa55f6463980 +size 13824 diff --git a/documents/doc/apache-poi/fancyfoot.doc b/documents/doc/apache-poi/fancyfoot.doc new file mode 100644 index 0000000..76d11d5 --- /dev/null +++ b/documents/doc/apache-poi/fancyfoot.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709fe8b695a9b12be35c7e81d93beb95afc8dc36422dfc0cbd605a3057d4ddc2 +size 27136 diff --git a/documents/doc/apache-poi/floatingpictures.doc b/documents/doc/apache-poi/floatingpictures.doc new file mode 100644 index 0000000..18ce22d --- /dev/null +++ b/documents/doc/apache-poi/floatingpictures.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41cc0cd8f2d7390266f844f5bddbcd29d08ac5338abc33832d9c9a6ed5d0f85d +size 335360 diff --git a/documents/doc/apache-poi/footnote.doc b/documents/doc/apache-poi/footnote.doc new file mode 100644 index 0000000..ffbf7d9 --- /dev/null +++ b/documents/doc/apache-poi/footnote.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a18ac63010789ca08c28de107658a308c758a3cfc667a6edf11ffe888d3e13 +size 9728 diff --git a/documents/doc/apache-poi/fuzzed.doc b/documents/doc/apache-poi/fuzzed.doc new file mode 100644 index 0000000..4f676c8 --- /dev/null +++ b/documents/doc/apache-poi/fuzzed.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65cbabab6985cf7d64b8f4dd868ab3c9f9500df6616c92286d267bc5b64482d +size 335360 diff --git a/documents/doc/apache-poi/gaiatest.doc b/documents/doc/apache-poi/gaiatest.doc new file mode 100644 index 0000000..3bc0b09 --- /dev/null +++ b/documents/doc/apache-poi/gaiatest.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7085aa8442b765f8287d9876553c0aeb13338951ead59b59327132381d9456 +size 135680 diff --git a/documents/doc/apache-poi/header-footer-replace.doc b/documents/doc/apache-poi/header-footer-replace.doc new file mode 100644 index 0000000..6e1089f --- /dev/null +++ b/documents/doc/apache-poi/header-footer-replace.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:649f1e8d00eb0e91da67ddae880a74ce37baaa8909b98c2abdf5675912192b40 +size 28160 diff --git a/documents/doc/apache-poi/header-image.doc b/documents/doc/apache-poi/header-image.doc new file mode 100644 index 0000000..8cbecdf --- /dev/null +++ b/documents/doc/apache-poi/header-image.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487df1d19dcff7019edb304146a279bae72b7be3f8804919cd4aad50e2497ae1 +size 39936 diff --git a/documents/doc/apache-poi/headerfooterproblematic.doc b/documents/doc/apache-poi/headerfooterproblematic.doc new file mode 100644 index 0000000..29d3062 --- /dev/null +++ b/documents/doc/apache-poi/headerfooterproblematic.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd28e07f2496a91c4dabf1bb9201beb1744b164266f868210c4c2c0d235dacd5 +size 61440 diff --git a/documents/doc/apache-poi/headerfooterunicode.doc b/documents/doc/apache-poi/headerfooterunicode.doc new file mode 100644 index 0000000..f722135 --- /dev/null +++ b/documents/doc/apache-poi/headerfooterunicode.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd7fc9552bccb7b71a0dc34ffd801e7d3547d1317fd75d0c35fca3572f6fa4b +size 28672 diff --git a/documents/doc/apache-poi/headerwithmacros.doc b/documents/doc/apache-poi/headerwithmacros.doc new file mode 100644 index 0000000..cf0e375 --- /dev/null +++ b/documents/doc/apache-poi/headerwithmacros.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b991a18dddaebeda8a3efd0951abeb2a4ce4b6065ed6a2f1c7aa13dbb526f8 +size 22528 diff --git a/documents/doc/apache-poi/hyperlink.doc b/documents/doc/apache-poi/hyperlink.doc new file mode 100644 index 0000000..c0f9f09 --- /dev/null +++ b/documents/doc/apache-poi/hyperlink.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090c1e410cf91552c91e50585031900c48c659fbb9efe54bf12a35137b86b7e6 +size 9728 diff --git a/documents/doc/apache-poi/innertable.doc b/documents/doc/apache-poi/innertable.doc new file mode 100644 index 0000000..3e80561 --- /dev/null +++ b/documents/doc/apache-poi/innertable.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b085e66bad882c3c58ec49d7547b42f75141babd4a5e8efcf634b995e44bb3f +size 11776 diff --git a/documents/doc/apache-poi/listentrynolisttable.doc b/documents/doc/apache-poi/listentrynolisttable.doc new file mode 100644 index 0000000..d3dafd4 --- /dev/null +++ b/documents/doc/apache-poi/listentrynolisttable.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4b76eeefad70e4ea104f20e6e38ded976a7a95595a650c05a8845def106dcc +size 19456 diff --git a/documents/doc/apache-poi/lists-margins.doc b/documents/doc/apache-poi/lists-margins.doc new file mode 100644 index 0000000..ab796e6 --- /dev/null +++ b/documents/doc/apache-poi/lists-margins.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536c7cb6589a89c632734298b7ac65a103b7fa0ceb9108c2a975ef197a0c175e +size 10752 diff --git a/documents/doc/apache-poi/lists.doc b/documents/doc/apache-poi/lists.doc new file mode 100644 index 0000000..eb894b2 --- /dev/null +++ b/documents/doc/apache-poi/lists.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b235ece31662a9b1b414f32a556d203261296e22689470a79007f0b29c37fa +size 27648 diff --git a/documents/doc/apache-poi/markauthorstable.doc b/documents/doc/apache-poi/markauthorstable.doc new file mode 100644 index 0000000..3475e1d --- /dev/null +++ b/documents/doc/apache-poi/markauthorstable.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42491fab86a86a7f67f4673c2d777a4c1eb5d8817e75da49e303a8a719b07d8d +size 76800 diff --git a/documents/doc/apache-poi/noheadfoot.doc b/documents/doc/apache-poi/noheadfoot.doc new file mode 100644 index 0000000..6450601 --- /dev/null +++ b/documents/doc/apache-poi/noheadfoot.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e5df073f34314da6f39d2dad119fb2ef23470878fd2df67f632864cd92ea48 +size 26112 diff --git a/documents/doc/apache-poi/o-kurs.doc b/documents/doc/apache-poi/o-kurs.doc new file mode 100644 index 0000000..7607709 --- /dev/null +++ b/documents/doc/apache-poi/o-kurs.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd87d25008e5daad8ede2e17976250b1f2dd519102f32135af0a29cbf0789685 +size 202240 diff --git a/documents/doc/apache-poi/ob-is.doc b/documents/doc/apache-poi/ob-is.doc new file mode 100644 index 0000000..16af275 --- /dev/null +++ b/documents/doc/apache-poi/ob-is.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569aa2afad2dc72e932eb351f8b2250dc5646a3f4585c148f84d338dce38dc5c +size 167936 diff --git a/documents/doc/apache-poi/page-break-before.doc b/documents/doc/apache-poi/page-break-before.doc new file mode 100644 index 0000000..eb3446b --- /dev/null +++ b/documents/doc/apache-poi/page-break-before.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19ae2de07e16fce156316abcc30210415482e4ac20a21525ee6e53e3432ce1f5 +size 9216 diff --git a/documents/doc/apache-poi/page-break.doc b/documents/doc/apache-poi/page-break.doc new file mode 100644 index 0000000..2c90f75 --- /dev/null +++ b/documents/doc/apache-poi/page-break.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92bea0571001061313625ff7ac6ad0fa59383381315f740e60c50637d982fef +size 9216 diff --git a/documents/doc/apache-poi/pageref.doc b/documents/doc/apache-poi/pageref.doc new file mode 100644 index 0000000..c2ccb68 --- /dev/null +++ b/documents/doc/apache-poi/pageref.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a661b828bef9d3260768e869163a2db3e12084234ba0c860f75c4a18d3442d +size 9728 diff --git a/documents/doc/apache-poi/pagespecificheadfoot.doc b/documents/doc/apache-poi/pagespecificheadfoot.doc new file mode 100644 index 0000000..ac1e3f2 --- /dev/null +++ b/documents/doc/apache-poi/pagespecificheadfoot.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081c946c701a3061c32c41bef5235f518465a6a62b1250f6834b01ac6bbebbfe +size 31232 diff --git a/documents/doc/apache-poi/parentinvguid.doc b/documents/doc/apache-poi/parentinvguid.doc new file mode 100644 index 0000000..d150071 --- /dev/null +++ b/documents/doc/apache-poi/parentinvguid.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1759d6fa68a1ab33b8d59d14e9a9ff040410b09867cb1bfaf298855ba01fcb4c +size 398848 diff --git a/documents/doc/apache-poi/password-password-cryptoapi.doc b/documents/doc/apache-poi/password-password-cryptoapi.doc new file mode 100644 index 0000000..58855ac --- /dev/null +++ b/documents/doc/apache-poi/password-password-cryptoapi.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d0dc59ad7ec2356695ad5dc550057052a4017d5f1eb46e887297f5089896fb +size 27136 diff --git a/documents/doc/apache-poi/password-tika-binaryrc4.doc b/documents/doc/apache-poi/password-tika-binaryrc4.doc new file mode 100644 index 0000000..98fd172 --- /dev/null +++ b/documents/doc/apache-poi/password-tika-binaryrc4.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9231e724bb17a2e5f74815728d90b06e15684cf5fb2443a6fa24deebd33be952 +size 22016 diff --git a/documents/doc/apache-poi/passwordprotected.doc b/documents/doc/apache-poi/passwordprotected.doc new file mode 100644 index 0000000..74bfbff --- /dev/null +++ b/documents/doc/apache-poi/passwordprotected.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863d2216a6f5bb4cec0ea4131a05ae0822dbce347e2940155ef638c6d64935fe +size 19968 diff --git a/documents/doc/apache-poi/picture-alternative-text.doc b/documents/doc/apache-poi/picture-alternative-text.doc new file mode 100644 index 0000000..defc8e2 --- /dev/null +++ b/documents/doc/apache-poi/picture-alternative-text.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33274ab285274ebda4accc9becf7a55a78b36e123aca4cf12882b4b625ba78a8 +size 26112 diff --git a/documents/doc/apache-poi/picture.doc b/documents/doc/apache-poi/picture.doc new file mode 100644 index 0000000..a4805c2 --- /dev/null +++ b/documents/doc/apache-poi/picture.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a6b5edc2f4324b668cfea44fc71ac5488f13431405cf4fd90737fafed1d153 +size 1448448 diff --git a/documents/doc/apache-poi/pictures-escher.doc b/documents/doc/apache-poi/pictures-escher.doc new file mode 100644 index 0000000..4c330c0 --- /dev/null +++ b/documents/doc/apache-poi/pictures-escher.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a68678fc525e763beabab7e79240e2bbf4cd6b7766eed3364681d38fed2457 +size 120320 diff --git a/documents/doc/apache-poi/pngpicture.doc b/documents/doc/apache-poi/pngpicture.doc new file mode 100644 index 0000000..959123b --- /dev/null +++ b/documents/doc/apache-poi/pngpicture.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259aa01f88c17bb4ad364d08ce62424959f51717b37d8a5578e3045f9eaede6b +size 14336 diff --git a/documents/doc/apache-poi/problemextracting.doc b/documents/doc/apache-poi/problemextracting.doc new file mode 100644 index 0000000..ed27fcc --- /dev/null +++ b/documents/doc/apache-poi/problemextracting.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00d247c8973f16808a73678f4e3bf941776b065b5dff0cd5e5a91d16f490818 +size 424448 diff --git a/documents/doc/apache-poi/rasp.doc b/documents/doc/apache-poi/rasp.doc new file mode 100644 index 0000000..955c506 --- /dev/null +++ b/documents/doc/apache-poi/rasp.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8301e6e9594514f63dcdcac3bb93a4614afdb5efa65b14843860350d5e48e8 +size 38912 diff --git a/documents/doc/apache-poi/sampledoc.doc b/documents/doc/apache-poi/sampledoc.doc new file mode 100644 index 0000000..1142860 --- /dev/null +++ b/documents/doc/apache-poi/sampledoc.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717585c0a88f20862c86220163dd03da87cd743970354c6b29add32725f2e833 +size 27136 diff --git a/documents/doc/apache-poi/saved-by-table.doc b/documents/doc/apache-poi/saved-by-table.doc new file mode 100644 index 0000000..ceffffa --- /dev/null +++ b/documents/doc/apache-poi/saved-by-table.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3081ba08abc538c9bdab871fb1d7e2ef7930d12412c3b3b72bda233983c31351 +size 65024 diff --git a/documents/doc/apache-poi/simple-list.doc b/documents/doc/apache-poi/simple-list.doc new file mode 100644 index 0000000..a948414 --- /dev/null +++ b/documents/doc/apache-poi/simple-list.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:666f851727aeb9013d34586fe3ab5df687a36108ca3eb2ba193954cbd084be70 +size 19456 diff --git a/documents/doc/apache-poi/simple-table.doc b/documents/doc/apache-poi/simple-table.doc new file mode 100644 index 0000000..52a2bec --- /dev/null +++ b/documents/doc/apache-poi/simple-table.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d7fe8e0555c16516354498a5935f24eeef90beb5efbf526f93a1d6c734da43 +size 19456 diff --git a/documents/doc/apache-poi/simple-table2.doc b/documents/doc/apache-poi/simple-table2.doc new file mode 100644 index 0000000..b6d99cf --- /dev/null +++ b/documents/doc/apache-poi/simple-table2.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aea59b70c19a150d657065f254c5e10db08a51518d1c7fce33fc8f75ab6c6cc +size 27136 diff --git a/documents/doc/apache-poi/simple.doc b/documents/doc/apache-poi/simple.doc new file mode 100644 index 0000000..53fa5b6 --- /dev/null +++ b/documents/doc/apache-poi/simple.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4876e828e62d490fa188c7c4e47013e2e0dfdf02f5903dfd374bc0d2b2049ca1 +size 19456 diff --git a/documents/doc/apache-poi/simpleheadthreecolfoot.doc b/documents/doc/apache-poi/simpleheadthreecolfoot.doc new file mode 100644 index 0000000..5167cb4 --- /dev/null +++ b/documents/doc/apache-poi/simpleheadthreecolfoot.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de15f6088703ef0730ee715b90dd23a5126011f4cf87900f31d91ea09927244d +size 27136 diff --git a/documents/doc/apache-poi/simplemacro.doc b/documents/doc/apache-poi/simplemacro.doc new file mode 100644 index 0000000..e70b268 --- /dev/null +++ b/documents/doc/apache-poi/simplemacro.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e9608c711d38f298ed20a5bfae12fcdaed6f4be2be4d26db670475216ca393 +size 36864 diff --git a/documents/doc/apache-poi/table-merges.doc b/documents/doc/apache-poi/table-merges.doc new file mode 100644 index 0000000..4a47464 --- /dev/null +++ b/documents/doc/apache-poi/table-merges.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bceea684bbf492fae57da88a133c3fd7ea9abd8355a89c6b9f31b9b0e2d68d3e +size 11264 diff --git a/documents/doc/apache-poi/test-fields.doc b/documents/doc/apache-poi/test-fields.doc new file mode 100644 index 0000000..78b94e6 --- /dev/null +++ b/documents/doc/apache-poi/test-fields.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bdbdddc080402133bc5267133962ff99415bf060bd966b7b3cf8a847633ca3 +size 30720 diff --git a/documents/doc/apache-poi/test.doc b/documents/doc/apache-poi/test.doc new file mode 100644 index 0000000..f4b1d49 --- /dev/null +++ b/documents/doc/apache-poi/test.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcaa1af5e3e90a7a09d4106d2aedc7fea397dec554f2cdb1238891607a2ef21f +size 32768 diff --git a/documents/doc/apache-poi/test2.doc b/documents/doc/apache-poi/test2.doc new file mode 100644 index 0000000..5e96de5 --- /dev/null +++ b/documents/doc/apache-poi/test2.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773a1db3c6cba870ccad43a4149c6446554a8ef54e6210d6d6987500d1d95ec3 +size 19968 diff --git a/documents/doc/apache-poi/testcroppedpictures.doc b/documents/doc/apache-poi/testcroppedpictures.doc new file mode 100644 index 0000000..fc9fb94 --- /dev/null +++ b/documents/doc/apache-poi/testcroppedpictures.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb121b28b3f1d89c18e173a89e84c25259b48055cad9f2f817414ca7d9aeac99 +size 201728 diff --git a/documents/doc/apache-poi/testpictures.doc b/documents/doc/apache-poi/testpictures.doc new file mode 100644 index 0000000..5e851c5 --- /dev/null +++ b/documents/doc/apache-poi/testpictures.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5224140f6381e7f7af069badcf8970a01ecb5630a2bbd30f155d164c767f66 +size 315904 diff --git a/documents/doc/apache-poi/testrangedelete.doc b/documents/doc/apache-poi/testrangedelete.doc new file mode 100644 index 0000000..4a36b31 --- /dev/null +++ b/documents/doc/apache-poi/testrangedelete.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e6db3eb90bd26af159144eedcf389b71e7a7b6d00b85707b3ce4336ae95220 +size 104448 diff --git a/documents/doc/apache-poi/testrangeinsertion.doc b/documents/doc/apache-poi/testrangeinsertion.doc new file mode 100644 index 0000000..8a6bcee --- /dev/null +++ b/documents/doc/apache-poi/testrangeinsertion.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9a5ab286194386de8f9d1c9a555d2a67e2d59d1ba45fbbe3b9f2f49645c6aa +size 104448 diff --git a/documents/doc/apache-poi/testrangereplacement.doc b/documents/doc/apache-poi/testrangereplacement.doc new file mode 100644 index 0000000..93cc20c --- /dev/null +++ b/documents/doc/apache-poi/testrangereplacement.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed13c3d8d404b5d357887565f4f15f20d2460b367e4585179eceacb7829844a9 +size 104448 diff --git a/documents/doc/apache-poi/threecolfoot.doc b/documents/doc/apache-poi/threecolfoot.doc new file mode 100644 index 0000000..db63e21 --- /dev/null +++ b/documents/doc/apache-poi/threecolfoot.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a9da0842c25c62f64c5fadb16cb6ff9e2fe5cdea5312925020aa238aec24fc +size 27136 diff --git a/documents/doc/apache-poi/threecolhead.doc b/documents/doc/apache-poi/threecolhead.doc new file mode 100644 index 0000000..b596ba3 --- /dev/null +++ b/documents/doc/apache-poi/threecolhead.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:199dcc99cbf6f7ca5ed5d57b5072e124c7776895f0669d7fac4227f4208a8ad6 +size 27136 diff --git a/documents/doc/apache-poi/threecolheadfoot.doc b/documents/doc/apache-poi/threecolheadfoot.doc new file mode 100644 index 0000000..a168535 --- /dev/null +++ b/documents/doc/apache-poi/threecolheadfoot.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c260238b10e20d89f3965f2eb2ee7e024a106833acc79e666c49a1782a637b +size 27136 diff --git a/documents/doc/apache-poi/two-images.doc b/documents/doc/apache-poi/two-images.doc new file mode 100644 index 0000000..ba7cd04 --- /dev/null +++ b/documents/doc/apache-poi/two-images.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c2f835d2ab986ae367a787fcad04c2fa24c5135ae477bf934e7c074895312e +size 24064 diff --git a/documents/doc/apache-poi/vector-image.doc b/documents/doc/apache-poi/vector-image.doc new file mode 100644 index 0000000..e3bf1d8 --- /dev/null +++ b/documents/doc/apache-poi/vector-image.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747eb4c44a9ff7ac646f267fad6d4006b596a8beaec211fe27cb67f018800850 +size 24064 diff --git a/documents/doc/apache-poi/watermark.doc b/documents/doc/apache-poi/watermark.doc new file mode 100644 index 0000000..f323ddc --- /dev/null +++ b/documents/doc/apache-poi/watermark.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e74961fc41a00744b0f945639b4194d72028bb05589b069f56a09befd970be +size 20480 diff --git a/documents/doc/apache-poi/withartshapes.doc b/documents/doc/apache-poi/withartshapes.doc new file mode 100644 index 0000000..3c749c7 --- /dev/null +++ b/documents/doc/apache-poi/withartshapes.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea17063facd200d340f2d076727e819f557d307f506c640896e968d9bcab5c0 +size 53760 diff --git a/documents/doc/apache-poi/word-with-embeded-ooxml.doc b/documents/doc/apache-poi/word-with-embeded-ooxml.doc new file mode 100644 index 0000000..c7b7cbe --- /dev/null +++ b/documents/doc/apache-poi/word-with-embeded-ooxml.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032d225f3437e8c3f126b45869056b603292cbb9d077ead55b312293e8e829c5 +size 319488 diff --git a/documents/doc/apache-poi/word-with-embeded.doc b/documents/doc/apache-poi/word-with-embeded.doc new file mode 100644 index 0000000..67ca7e2 --- /dev/null +++ b/documents/doc/apache-poi/word-with-embeded.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206acf1f7eb7b7d7d2075e04015d005ae9bb56f025560f2583ad3878257bc4c7 +size 117248 diff --git a/documents/doc/apache-poi/word6-sections.doc b/documents/doc/apache-poi/word6-sections.doc new file mode 100644 index 0000000..e0c3ac9 --- /dev/null +++ b/documents/doc/apache-poi/word6-sections.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2786192392dbd409db0ad80a955960e762f98d939608c282106cf8b8ec951a55 +size 6656 diff --git a/documents/doc/apache-poi/word6-sections2.doc b/documents/doc/apache-poi/word6-sections2.doc new file mode 100644 index 0000000..ee7fa00 --- /dev/null +++ b/documents/doc/apache-poi/word6-sections2.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fa9699291b09ede96267581629125417db2048ddf78361b5d5c9641de7aa7a +size 15360 diff --git a/documents/doc/apache-poi/word6.doc b/documents/doc/apache-poi/word6.doc new file mode 100644 index 0000000..938afa7 --- /dev/null +++ b/documents/doc/apache-poi/word6.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ea3347378e85e7c8d19ad64e74ad533b2f51b30f047594b434f380712f8b50 +size 6656 diff --git a/documents/doc/apache-poi/word95.doc b/documents/doc/apache-poi/word95.doc new file mode 100644 index 0000000..c9b2026 --- /dev/null +++ b/documents/doc/apache-poi/word95.doc @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b9557e917daf29cfee6baaa90226fbfa7900ffa05cc35bdc03aafdefef5789 +size 102400 diff --git a/documents/epub/standard-ebooks/a-e-w-mason_at-the-villa-rose.epub b/documents/epub/standard-ebooks/a-e-w-mason_at-the-villa-rose.epub new file mode 100644 index 0000000..83773a5 --- /dev/null +++ b/documents/epub/standard-ebooks/a-e-w-mason_at-the-villa-rose.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906b33e2b46823e76edc1b19ec779ae1b549d11a2333f1f6ae55522666a02cc8 +size 435576 diff --git a/documents/epub/standard-ebooks/agatha-christie_giants-bread.epub b/documents/epub/standard-ebooks/agatha-christie_giants-bread.epub new file mode 100644 index 0000000..8936def --- /dev/null +++ b/documents/epub/standard-ebooks/agatha-christie_giants-bread.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59858b86b46f6b247ac4eaa418b8fe48b8a857511b7fdddf907fbd941a2c2a50 +size 639416 diff --git a/documents/epub/standard-ebooks/agatha-christie_the-murder-at-the-vicarage.epub b/documents/epub/standard-ebooks/agatha-christie_the-murder-at-the-vicarage.epub new file mode 100644 index 0000000..f67f571 --- /dev/null +++ b/documents/epub/standard-ebooks/agatha-christie_the-murder-at-the-vicarage.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45901bcdcb7656eabcde6322944faf17c01c6058615a17c6164e0f27f2c67b4 +size 735434 diff --git a/documents/epub/standard-ebooks/andre-gide_the-counterfeiters_dorothy-bussy.epub b/documents/epub/standard-ebooks/andre-gide_the-counterfeiters_dorothy-bussy.epub new file mode 100644 index 0000000..42450aa --- /dev/null +++ b/documents/epub/standard-ebooks/andre-gide_the-counterfeiters_dorothy-bussy.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a621f885fcf51c8d9f009f88c88901063efd6ede5b7e34c0ce04d2497dd87bd +size 789306 diff --git a/documents/epub/standard-ebooks/anna-katharine-green_lost-mans-lane.epub b/documents/epub/standard-ebooks/anna-katharine-green_lost-mans-lane.epub new file mode 100644 index 0000000..7e90fe5 --- /dev/null +++ b/documents/epub/standard-ebooks/anna-katharine-green_lost-mans-lane.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6fa912dce6204f95d0b52849d252bfbd2488c09e6840f700a0c8f69ed79528e +size 625138 diff --git a/documents/epub/standard-ebooks/anonymous_barlaam-and-ioasaph_george-ratcliffe-woodward_harold-mattingly.epub b/documents/epub/standard-ebooks/anonymous_barlaam-and-ioasaph_george-ratcliffe-woodward_harold-mattingly.epub new file mode 100644 index 0000000..badcf73 --- /dev/null +++ b/documents/epub/standard-ebooks/anonymous_barlaam-and-ioasaph_george-ratcliffe-woodward_harold-mattingly.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f378dff5acf15444b15721b78cbe38ecbb50a019db7a9b50441d9e720134bc +size 605023 diff --git a/documents/epub/standard-ebooks/anonymous_sir-gawain-and-the-green-knight_s-o-andrew.epub b/documents/epub/standard-ebooks/anonymous_sir-gawain-and-the-green-knight_s-o-andrew.epub new file mode 100644 index 0000000..b7a238f --- /dev/null +++ b/documents/epub/standard-ebooks/anonymous_sir-gawain-and-the-green-knight_s-o-andrew.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d2c7a6d7e5074c9107f7822f79e0e441ede0393f5bcf2e0b49bb5bf8527130 +size 475105 diff --git a/documents/epub/standard-ebooks/anonymous_the-life-of-lazarillo-de-tormes_clements-markham.epub b/documents/epub/standard-ebooks/anonymous_the-life-of-lazarillo-de-tormes_clements-markham.epub new file mode 100644 index 0000000..1819626 --- /dev/null +++ b/documents/epub/standard-ebooks/anonymous_the-life-of-lazarillo-de-tormes_clements-markham.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1a6aed9d5caab13077657817d3ca1febcfe4731a61d2f9fffeb21bc149471d +size 712993 diff --git a/documents/epub/standard-ebooks/anthony-berkeley_the-layton-court-mystery.epub b/documents/epub/standard-ebooks/anthony-berkeley_the-layton-court-mystery.epub new file mode 100644 index 0000000..45b6469 --- /dev/null +++ b/documents/epub/standard-ebooks/anthony-berkeley_the-layton-court-mystery.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766c1c1317bdb97fd0723598264674eb75b4ac6822cb1c69f19bd585e61dce32 +size 520543 diff --git a/documents/epub/standard-ebooks/arnold-bennett_anna-of-the-five-towns.epub b/documents/epub/standard-ebooks/arnold-bennett_anna-of-the-five-towns.epub new file mode 100644 index 0000000..064d300 --- /dev/null +++ b/documents/epub/standard-ebooks/arnold-bennett_anna-of-the-five-towns.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f521d904016e1c9d062ed74658a534ee9535a502421585658d1714f3fa5ee63f +size 561425 diff --git a/documents/epub/standard-ebooks/arthur-ransome_swallows-and-amazons.epub b/documents/epub/standard-ebooks/arthur-ransome_swallows-and-amazons.epub new file mode 100644 index 0000000..89bf6f3 --- /dev/null +++ b/documents/epub/standard-ebooks/arthur-ransome_swallows-and-amazons.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5284da068fd42c53be50cdb9c720674497bfba553f94dff89a359447cd35e3f7 +size 876631 diff --git a/documents/epub/standard-ebooks/augustine-of-hippo_the-city-of-god_marcus-dods_george-wilson_j-j-smith.epub b/documents/epub/standard-ebooks/augustine-of-hippo_the-city-of-god_marcus-dods_george-wilson_j-j-smith.epub new file mode 100644 index 0000000..c5fcd72 --- /dev/null +++ b/documents/epub/standard-ebooks/augustine-of-hippo_the-city-of-god_marcus-dods_george-wilson_j-j-smith.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a307f91acbfaee5cddc9a8bea0288f7dcd4b34492fd06b43e7b7d74f2e4d6d1c +size 1498639 diff --git a/documents/epub/standard-ebooks/c-s-forester_payment-deferred.epub b/documents/epub/standard-ebooks/c-s-forester_payment-deferred.epub new file mode 100644 index 0000000..e0ac12c --- /dev/null +++ b/documents/epub/standard-ebooks/c-s-forester_payment-deferred.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce65ad910bd482011b2e9b020742f3212c2e33fdde333ea3e48bc141c4476e0d +size 677521 diff --git a/documents/epub/standard-ebooks/carolyn-keene_the-bungalow-mystery.epub b/documents/epub/standard-ebooks/carolyn-keene_the-bungalow-mystery.epub new file mode 100644 index 0000000..b256a9b --- /dev/null +++ b/documents/epub/standard-ebooks/carolyn-keene_the-bungalow-mystery.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eca8779c46c33b50561e0563048bf9ce19c667cab009151e6546223f2970de6 +size 550246 diff --git a/documents/epub/standard-ebooks/carolyn-keene_the-hidden-staircase.epub b/documents/epub/standard-ebooks/carolyn-keene_the-hidden-staircase.epub new file mode 100644 index 0000000..ed2590f --- /dev/null +++ b/documents/epub/standard-ebooks/carolyn-keene_the-hidden-staircase.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389ddd28857a41790f02b100bee6667223692884d66fe5817fbd145041bb78ec +size 617338 diff --git a/documents/epub/standard-ebooks/carolyn-keene_the-mystery-at-lilac-inn.epub b/documents/epub/standard-ebooks/carolyn-keene_the-mystery-at-lilac-inn.epub new file mode 100644 index 0000000..2ca628e --- /dev/null +++ b/documents/epub/standard-ebooks/carolyn-keene_the-mystery-at-lilac-inn.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ed122f52c0c6898d19e979b95ae96a0bba5f7e22adfafb20c73dc0f64e7362 +size 619797 diff --git a/documents/epub/standard-ebooks/carolyn-keene_the-secret-of-the-old-clock.epub b/documents/epub/standard-ebooks/carolyn-keene_the-secret-of-the-old-clock.epub new file mode 100644 index 0000000..66169bf --- /dev/null +++ b/documents/epub/standard-ebooks/carolyn-keene_the-secret-of-the-old-clock.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8affa79221bc7fc3e1639db5e30fa0b9d31904d909aa31f2ab1007a0f0670479 +size 409524 diff --git a/documents/epub/standard-ebooks/charles-a-lindbergh_we.epub b/documents/epub/standard-ebooks/charles-a-lindbergh_we.epub new file mode 100644 index 0000000..9752113 --- /dev/null +++ b/documents/epub/standard-ebooks/charles-a-lindbergh_we.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60046d79669e48437967f694ac02c61902937b8cee5129b8b3ee0cdd3c4d79c7 +size 3446124 diff --git a/documents/epub/standard-ebooks/charles-dickens_our-mutual-friend.epub b/documents/epub/standard-ebooks/charles-dickens_our-mutual-friend.epub new file mode 100644 index 0000000..9f04109 --- /dev/null +++ b/documents/epub/standard-ebooks/charles-dickens_our-mutual-friend.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd18b4d8816bfc3dc8b1662d3050c6597b2b7e7a535306b46cc0213feb8ec9fd +size 1256185 diff --git a/documents/epub/standard-ebooks/clark-ashton-smith_short-fiction.epub b/documents/epub/standard-ebooks/clark-ashton-smith_short-fiction.epub new file mode 100644 index 0000000..ecd6c9a --- /dev/null +++ b/documents/epub/standard-ebooks/clark-ashton-smith_short-fiction.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebedc21cee9ab65a89f4a29851dfd1674e9810dcd7fc00689d6cc93ef85c5f1b +size 645885 diff --git a/documents/epub/standard-ebooks/claude-mckay_home-to-harlem.epub b/documents/epub/standard-ebooks/claude-mckay_home-to-harlem.epub new file mode 100644 index 0000000..5243bc9 --- /dev/null +++ b/documents/epub/standard-ebooks/claude-mckay_home-to-harlem.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e522058ca9b24747ed35a6d72501f73c088c0ec553f762471a9ff0396be58279 +size 306797 diff --git a/documents/epub/standard-ebooks/daphne-du-maurier_short-fiction.epub b/documents/epub/standard-ebooks/daphne-du-maurier_short-fiction.epub new file mode 100644 index 0000000..6a11e3c --- /dev/null +++ b/documents/epub/standard-ebooks/daphne-du-maurier_short-fiction.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b02eccd6c9586332af43a487c5d1fd7f3674fa76e2df2d7ef48e7d04d27bba +size 254410 diff --git a/documents/epub/standard-ebooks/dashiell-hammett_continental-op-stories.epub b/documents/epub/standard-ebooks/dashiell-hammett_continental-op-stories.epub new file mode 100644 index 0000000..55939a3 --- /dev/null +++ b/documents/epub/standard-ebooks/dashiell-hammett_continental-op-stories.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ff7c8f9bea0e2e3c19289a89b1898a6b7f4df76201e6dff9a19829317cac6c1 +size 929019 diff --git a/documents/epub/standard-ebooks/dashiell-hammett_the-maltese-falcon.epub b/documents/epub/standard-ebooks/dashiell-hammett_the-maltese-falcon.epub new file mode 100644 index 0000000..fcdd444 --- /dev/null +++ b/documents/epub/standard-ebooks/dashiell-hammett_the-maltese-falcon.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8123e7919d41a1b77e54eec0b4772ea9777984b479fa1d04207ba017d585d78e +size 976564 diff --git a/documents/epub/standard-ebooks/dorothy-l-sayers_robert-eustace_the-documents-in-the-case.epub b/documents/epub/standard-ebooks/dorothy-l-sayers_robert-eustace_the-documents-in-the-case.epub new file mode 100644 index 0000000..7cb9fb9 --- /dev/null +++ b/documents/epub/standard-ebooks/dorothy-l-sayers_robert-eustace_the-documents-in-the-case.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e46756babe41f415a74d8cac29e1fb77c481fccf00e32c8c8aab2052e6ced8 +size 574228 diff --git a/documents/epub/standard-ebooks/dorothy-l-sayers_strong-poison.epub b/documents/epub/standard-ebooks/dorothy-l-sayers_strong-poison.epub new file mode 100644 index 0000000..9a8795d --- /dev/null +++ b/documents/epub/standard-ebooks/dorothy-l-sayers_strong-poison.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4090575369670d39363b519fba77f43742366349f43c1cb60dd261225c7a919 +size 605593 diff --git a/documents/epub/standard-ebooks/e-h-young_miss-mole.epub b/documents/epub/standard-ebooks/e-h-young_miss-mole.epub new file mode 100644 index 0000000..ae2a100 --- /dev/null +++ b/documents/epub/standard-ebooks/e-h-young_miss-mole.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8466697b0fe7e2db08ba66009beecdabb3b86d0977b326f332666c0dfb1ee809 +size 1166593 diff --git a/documents/epub/standard-ebooks/e-r-eddison_styrbiorn-the-strong.epub b/documents/epub/standard-ebooks/e-r-eddison_styrbiorn-the-strong.epub new file mode 100644 index 0000000..004d78d --- /dev/null +++ b/documents/epub/standard-ebooks/e-r-eddison_styrbiorn-the-strong.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a9f4995363b2ee53098590b718a4f383176f934077390ca55f96dd323ccbdb +size 361318 diff --git a/documents/epub/standard-ebooks/edgar-rice-burroughs_the-outlaw-of-torn.epub b/documents/epub/standard-ebooks/edgar-rice-burroughs_the-outlaw-of-torn.epub new file mode 100644 index 0000000..fde10b1 --- /dev/null +++ b/documents/epub/standard-ebooks/edgar-rice-burroughs_the-outlaw-of-torn.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f8f34110f7f2046aaeda1e139a9e0b9e782c362d37cb43389691edc15cc23b +size 638132 diff --git a/documents/epub/standard-ebooks/edna-ferber_cimarron.epub b/documents/epub/standard-ebooks/edna-ferber_cimarron.epub new file mode 100644 index 0000000..5524ae9 --- /dev/null +++ b/documents/epub/standard-ebooks/edna-ferber_cimarron.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413dd24bcdaef519d68a41f5448b3df42085eb27bd8d4d65ecd343e830c2d949 +size 678149 diff --git a/documents/epub/standard-ebooks/ellis-parker-butler_jibby-jones.epub b/documents/epub/standard-ebooks/ellis-parker-butler_jibby-jones.epub new file mode 100644 index 0000000..ab13869 --- /dev/null +++ b/documents/epub/standard-ebooks/ellis-parker-butler_jibby-jones.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe36496c9d659a7b6f0f93ac43cea69c73d3ee9a13b4d14f0211c9d8e111e41 +size 637421 diff --git a/documents/epub/standard-ebooks/evelyn-waugh_vile-bodies.epub b/documents/epub/standard-ebooks/evelyn-waugh_vile-bodies.epub new file mode 100644 index 0000000..abdd305 --- /dev/null +++ b/documents/epub/standard-ebooks/evelyn-waugh_vile-bodies.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f742dadc090d912bd85e3f2789318153d64209e64ff2948dd54ff3913746788 +size 685405 diff --git a/documents/epub/standard-ebooks/ford-madox-ford_privy-seal.epub b/documents/epub/standard-ebooks/ford-madox-ford_privy-seal.epub new file mode 100644 index 0000000..572111f --- /dev/null +++ b/documents/epub/standard-ebooks/ford-madox-ford_privy-seal.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2671988429d6c6d93a45cbce288e75f6bd1e2a0ae4585e5eeb0002417d3cb1e5 +size 565737 diff --git a/documents/epub/standard-ebooks/franz-kafka_the-castle_willa-muir_edwin-muir.epub b/documents/epub/standard-ebooks/franz-kafka_the-castle_willa-muir_edwin-muir.epub new file mode 100644 index 0000000..fc01dff --- /dev/null +++ b/documents/epub/standard-ebooks/franz-kafka_the-castle_willa-muir_edwin-muir.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d347e94542709276689a7556d3ebc0dec86850c279148053020b1ae196aa57 +size 892865 diff --git a/documents/epub/standard-ebooks/freeman-wills-crofts_the-cheyne-mystery.epub b/documents/epub/standard-ebooks/freeman-wills-crofts_the-cheyne-mystery.epub new file mode 100644 index 0000000..5787a94 --- /dev/null +++ b/documents/epub/standard-ebooks/freeman-wills-crofts_the-cheyne-mystery.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce400fa6d464b9a90fbd6adbed545bf03f88928eec12d14e3592d4edc13d4898 +size 588273 diff --git a/documents/epub/standard-ebooks/friedrich-spielhagen_the-breaking-of-the-storm_s-e-a-h-stephenson.epub b/documents/epub/standard-ebooks/friedrich-spielhagen_the-breaking-of-the-storm_s-e-a-h-stephenson.epub new file mode 100644 index 0000000..331971c --- /dev/null +++ b/documents/epub/standard-ebooks/friedrich-spielhagen_the-breaking-of-the-storm_s-e-a-h-stephenson.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d22ba0783bd5244050d0feab54d99c3e815caa58601c36fcc008a47bd3fabf6 +size 990316 diff --git a/documents/epub/standard-ebooks/g-a-henty_beric-the-briton.epub b/documents/epub/standard-ebooks/g-a-henty_beric-the-briton.epub new file mode 100644 index 0000000..a7a07f5 --- /dev/null +++ b/documents/epub/standard-ebooks/g-a-henty_beric-the-briton.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f23c0bccaaa74be799fced201573c2071ba05bb243dd33a6a979404d719beadf +size 678990 diff --git a/documents/epub/standard-ebooks/g-d-h-cole_the-brooklyn-murders.epub b/documents/epub/standard-ebooks/g-d-h-cole_the-brooklyn-murders.epub new file mode 100644 index 0000000..19414b6 --- /dev/null +++ b/documents/epub/standard-ebooks/g-d-h-cole_the-brooklyn-murders.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1206ca9b7f65eca1e07cec85c0082fa8c5a8a770ed1b46a39cf8ca1470653cf1 +size 472603 diff --git a/documents/epub/standard-ebooks/gene-stratton-porter_freckles.epub b/documents/epub/standard-ebooks/gene-stratton-porter_freckles.epub new file mode 100644 index 0000000..6b2fe92 --- /dev/null +++ b/documents/epub/standard-ebooks/gene-stratton-porter_freckles.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfafe213f37f00f50600e2ae447ecd357db378b11eb1bb590fe8870ab8dd8bcd +size 692728 diff --git a/documents/epub/standard-ebooks/geoffrey-dennis_the-end-of-the-world.epub b/documents/epub/standard-ebooks/geoffrey-dennis_the-end-of-the-world.epub new file mode 100644 index 0000000..5969d3b --- /dev/null +++ b/documents/epub/standard-ebooks/geoffrey-dennis_the-end-of-the-world.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f41db2a9aa70d14cfdbf3ffbf6c86205a4db41599552571da495a4851f801f +size 499804 diff --git a/documents/epub/standard-ebooks/george-bernard-shaw_back-to-methuselah.epub b/documents/epub/standard-ebooks/george-bernard-shaw_back-to-methuselah.epub new file mode 100644 index 0000000..f370824 --- /dev/null +++ b/documents/epub/standard-ebooks/george-bernard-shaw_back-to-methuselah.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277ef243caf900464285a1d8cacc489b235ce96a6239c4b00de3176e2b508291 +size 706231 diff --git a/documents/epub/standard-ebooks/george-bernard-shaw_the-apple-cart.epub b/documents/epub/standard-ebooks/george-bernard-shaw_the-apple-cart.epub new file mode 100644 index 0000000..8f3f235 --- /dev/null +++ b/documents/epub/standard-ebooks/george-bernard-shaw_the-apple-cart.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6808f70e92bde9dc1279f8d90da4880eca1cee9b8cee6473d39e7757865d2608 +size 503446 diff --git a/documents/epub/standard-ebooks/george-macdonald_poetry.epub b/documents/epub/standard-ebooks/george-macdonald_poetry.epub new file mode 100644 index 0000000..a1414e2 --- /dev/null +++ b/documents/epub/standard-ebooks/george-macdonald_poetry.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c804832429ff4be0906eddea45ded6d4a9968205b108f44f57e1d5eb5a32e3d +size 789183 diff --git a/documents/epub/standard-ebooks/george-macdonald_short-fiction.epub b/documents/epub/standard-ebooks/george-macdonald_short-fiction.epub new file mode 100644 index 0000000..b54ac13 --- /dev/null +++ b/documents/epub/standard-ebooks/george-macdonald_short-fiction.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd96068a7a1d31a49171e0bf524212680771630c721a4444f551e3aff36c03b0 +size 1031003 diff --git a/documents/epub/standard-ebooks/george-macdonald_the-portent.epub b/documents/epub/standard-ebooks/george-macdonald_the-portent.epub new file mode 100644 index 0000000..ecb6094 --- /dev/null +++ b/documents/epub/standard-ebooks/george-macdonald_the-portent.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20cb94d4c54b8e14c8d755e23be85b42397c207d347b914e7af5b2791676d1dc +size 589898 diff --git a/documents/epub/standard-ebooks/george-macdonald_the-princess-and-curdie.epub b/documents/epub/standard-ebooks/george-macdonald_the-princess-and-curdie.epub new file mode 100644 index 0000000..5a88489 --- /dev/null +++ b/documents/epub/standard-ebooks/george-macdonald_the-princess-and-curdie.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d12edd975ea3992eb78a2b17fd4bc2a070812b31939ff9e092d29298c7da185 +size 635639 diff --git a/documents/epub/standard-ebooks/georgette-heyer_the-black-moth.epub b/documents/epub/standard-ebooks/georgette-heyer_the-black-moth.epub new file mode 100644 index 0000000..ea5caf7 --- /dev/null +++ b/documents/epub/standard-ebooks/georgette-heyer_the-black-moth.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33b2b162043d31bf3d0312508ed6870ca87be4e8e889dd294d3134958148e43 +size 699826 diff --git a/documents/epub/standard-ebooks/h-g-wells_in-the-days-of-the-comet.epub b/documents/epub/standard-ebooks/h-g-wells_in-the-days-of-the-comet.epub new file mode 100644 index 0000000..eefd418 --- /dev/null +++ b/documents/epub/standard-ebooks/h-g-wells_in-the-days-of-the-comet.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae05cecb9d88d5b313a25fbeaf03c459cc36a5e5f0f0f40556956083e9f5139 +size 556184 diff --git a/documents/epub/standard-ebooks/h-m-tomlinson_gallions-reach.epub b/documents/epub/standard-ebooks/h-m-tomlinson_gallions-reach.epub new file mode 100644 index 0000000..27a85c5 --- /dev/null +++ b/documents/epub/standard-ebooks/h-m-tomlinson_gallions-reach.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256df6b9d4512a1c96d8378b1e37bf87ffca007aac41853cda60d09de966f925 +size 604144 diff --git a/documents/epub/standard-ebooks/hans-jakob-christoffel-von-grimmelshausen_the-adventurous-simplicissimus_alfred-thomas-scrope-goodrick.epub b/documents/epub/standard-ebooks/hans-jakob-christoffel-von-grimmelshausen_the-adventurous-simplicissimus_alfred-thomas-scrope-goodrick.epub new file mode 100644 index 0000000..d64f1fd --- /dev/null +++ b/documents/epub/standard-ebooks/hans-jakob-christoffel-von-grimmelshausen_the-adventurous-simplicissimus_alfred-thomas-scrope-goodrick.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a31ef417c3c8255fd630ca1eb27258e070732721113d00a5ddc1e758386e6c6 +size 1332708 diff --git a/documents/epub/standard-ebooks/harry-harrison_planet-of-the-damned.epub b/documents/epub/standard-ebooks/harry-harrison_planet-of-the-damned.epub new file mode 100644 index 0000000..44726cc --- /dev/null +++ b/documents/epub/standard-ebooks/harry-harrison_planet-of-the-damned.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3658235f78661f639b7630b7d212567f6aacf0bd6298572bc2506afea0ac4ca1 +size 764586 diff --git a/documents/epub/standard-ebooks/henry-van-dyke-jr_poetry.epub b/documents/epub/standard-ebooks/henry-van-dyke-jr_poetry.epub new file mode 100644 index 0000000..b8ce1ff --- /dev/null +++ b/documents/epub/standard-ebooks/henry-van-dyke-jr_poetry.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2945a302f92a64323f45d20728d972719f9052bd7e132be09df63f8152aabfd +size 480747 diff --git a/documents/epub/standard-ebooks/hilaire-belloc_the-cruise-of-the-nona.epub b/documents/epub/standard-ebooks/hilaire-belloc_the-cruise-of-the-nona.epub new file mode 100644 index 0000000..7d1ec35 --- /dev/null +++ b/documents/epub/standard-ebooks/hilaire-belloc_the-cruise-of-the-nona.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd79392fc714f915ba1b12762ebdb51fe034dadbb0642368d0d79c1db637bc0e +size 655799 diff --git a/documents/epub/standard-ebooks/hugh-lofting_the-story-of-doctor-dolittle.epub b/documents/epub/standard-ebooks/hugh-lofting_the-story-of-doctor-dolittle.epub new file mode 100644 index 0000000..cf225ac --- /dev/null +++ b/documents/epub/standard-ebooks/hugh-lofting_the-story-of-doctor-dolittle.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9538ad3419aadd172b8527ad5cebf664e54fb9b2fb5421c49ae7ac615a34d9ba +size 444449 diff --git a/documents/epub/standard-ebooks/ivan-turgenev_on-the-eve_constance-garnett.epub b/documents/epub/standard-ebooks/ivan-turgenev_on-the-eve_constance-garnett.epub new file mode 100644 index 0000000..c36b11f --- /dev/null +++ b/documents/epub/standard-ebooks/ivan-turgenev_on-the-eve_constance-garnett.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312df0f0019c48da25a91dc7a4dced5544c35453b31622bf782669f7eb62281c +size 374294 diff --git a/documents/epub/standard-ebooks/j-j-connington_the-case-with-nine-solutions.epub b/documents/epub/standard-ebooks/j-j-connington_the-case-with-nine-solutions.epub new file mode 100644 index 0000000..388b83d --- /dev/null +++ b/documents/epub/standard-ebooks/j-j-connington_the-case-with-nine-solutions.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b027597bf2e8aff70ffe42954ea2cd4d822fc9d30a5f5ce58648f2771da36f34 +size 771667 diff --git a/documents/epub/standard-ebooks/j-j-connington_tragedy-at-ravensthorpe.epub b/documents/epub/standard-ebooks/j-j-connington_tragedy-at-ravensthorpe.epub new file mode 100644 index 0000000..8f5b7f1 --- /dev/null +++ b/documents/epub/standard-ebooks/j-j-connington_tragedy-at-ravensthorpe.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec53d91c7c52bc902fed1180e6090a514e551103c5b863a95e80666bc29da2a +size 296836 diff --git a/documents/epub/standard-ebooks/jessie-redmon-fauset_plum-bun.epub b/documents/epub/standard-ebooks/jessie-redmon-fauset_plum-bun.epub new file mode 100644 index 0000000..892dfca --- /dev/null +++ b/documents/epub/standard-ebooks/jessie-redmon-fauset_plum-bun.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b2d314aa634ce6db559bc1719aa47684614fcb6705cba3dbe59a42e7ba8cf8 +size 565347 diff --git a/documents/epub/standard-ebooks/john-buchan_the-powerhouse.epub b/documents/epub/standard-ebooks/john-buchan_the-powerhouse.epub new file mode 100644 index 0000000..eca3cc5 --- /dev/null +++ b/documents/epub/standard-ebooks/john-buchan_the-powerhouse.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c756605f4f8662b12517ce6f313d72d9349445ccfcb6ab5104de444def85625a +size 596181 diff --git a/documents/epub/standard-ebooks/john-t-mcintyre_ashton-kirk-investigator.epub b/documents/epub/standard-ebooks/john-t-mcintyre_ashton-kirk-investigator.epub new file mode 100644 index 0000000..7558b05 --- /dev/null +++ b/documents/epub/standard-ebooks/john-t-mcintyre_ashton-kirk-investigator.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296e7051448f4373160873dc8bf7e8fb5f695b04e89b9174c275b49b774484a7 +size 570208 diff --git a/documents/epub/standard-ebooks/jorge-isaacs_maria_rollo-ogden.epub b/documents/epub/standard-ebooks/jorge-isaacs_maria_rollo-ogden.epub new file mode 100644 index 0000000..36d530e --- /dev/null +++ b/documents/epub/standard-ebooks/jorge-isaacs_maria_rollo-ogden.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd835538268e54428ac73bb4f8e91be0a1cbd829876756a29b0aa57e1558d85a +size 705350 diff --git a/documents/epub/standard-ebooks/joseph-conrad_chance.epub b/documents/epub/standard-ebooks/joseph-conrad_chance.epub new file mode 100644 index 0000000..ab097de --- /dev/null +++ b/documents/epub/standard-ebooks/joseph-conrad_chance.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484b0c17bd4da39d8a39b75471316ce7b86c4b1493fc5c82a94b7d57348b449b +size 675610 diff --git a/documents/epub/standard-ebooks/joseph-conrad_ford-madox-ford_romance.epub b/documents/epub/standard-ebooks/joseph-conrad_ford-madox-ford_romance.epub new file mode 100644 index 0000000..0010fca --- /dev/null +++ b/documents/epub/standard-ebooks/joseph-conrad_ford-madox-ford_romance.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4103c8fd80b004011941e2f1a76988535b717853deeddbf9dfbe356cfb72bc +size 689878 diff --git a/documents/epub/standard-ebooks/josiah-henson_father-hensons-story-of-his-own-life.epub b/documents/epub/standard-ebooks/josiah-henson_father-hensons-story-of-his-own-life.epub new file mode 100644 index 0000000..0aa9440 --- /dev/null +++ b/documents/epub/standard-ebooks/josiah-henson_father-hensons-story-of-his-own-life.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82e72f4e34c9c1ae8839056390fb254838cf0704596457b16f84d978315bdf4 +size 540068 diff --git a/documents/epub/standard-ebooks/langston-hughes_not-without-laughter.epub b/documents/epub/standard-ebooks/langston-hughes_not-without-laughter.epub new file mode 100644 index 0000000..953dba2 --- /dev/null +++ b/documents/epub/standard-ebooks/langston-hughes_not-without-laughter.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07decd3c08f7f229533f265862f2d76cb96c28ab9882ea02c4996fc7b054f7b6 +size 406221 diff --git a/documents/epub/standard-ebooks/louis-joseph-vance_the-lone-wolf.epub b/documents/epub/standard-ebooks/louis-joseph-vance_the-lone-wolf.epub new file mode 100644 index 0000000..c1cbade --- /dev/null +++ b/documents/epub/standard-ebooks/louis-joseph-vance_the-lone-wolf.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f26f437a57523610ead04625ad1599114ec92c8971b5923f8b7797808ca34f +size 498182 diff --git a/documents/epub/standard-ebooks/luis-de-camoes_the-lusiads_richard-f-burton.epub b/documents/epub/standard-ebooks/luis-de-camoes_the-lusiads_richard-f-burton.epub new file mode 100644 index 0000000..50de6fa --- /dev/null +++ b/documents/epub/standard-ebooks/luis-de-camoes_the-lusiads_richard-f-burton.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969985c77ca94337ee4b3852f6f41f272c1170832b0760e575c7513901f4f48e +size 793349 diff --git a/documents/epub/standard-ebooks/m-e-braddon_the-trail-of-the-serpent.epub b/documents/epub/standard-ebooks/m-e-braddon_the-trail-of-the-serpent.epub new file mode 100644 index 0000000..f5021f7 --- /dev/null +++ b/documents/epub/standard-ebooks/m-e-braddon_the-trail-of-the-serpent.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4f2a75f09fc687be0ad53b0147e8d9e7c70f619acf1e5468da3f1806d03a14 +size 801946 diff --git a/documents/epub/standard-ebooks/m-e-braddon_the-venetians.epub b/documents/epub/standard-ebooks/m-e-braddon_the-venetians.epub new file mode 100644 index 0000000..d235a71 --- /dev/null +++ b/documents/epub/standard-ebooks/m-e-braddon_the-venetians.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c773a6bbc7b870e396d6b26ac62c4c176477ed5154349cc89fbc6f2bcb3ef0b +size 863428 diff --git a/documents/epub/standard-ebooks/margaret-ayer-barnes_years-of-grace.epub b/documents/epub/standard-ebooks/margaret-ayer-barnes_years-of-grace.epub new file mode 100644 index 0000000..bce5eeb --- /dev/null +++ b/documents/epub/standard-ebooks/margaret-ayer-barnes_years-of-grace.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d54cc8eb171aade81ace507ad1df27c7b7e6da2ce9aa98f6125d0e38731c1b +size 1060196 diff --git a/documents/epub/standard-ebooks/margaret-oliphant_the-ladies-lindores.epub b/documents/epub/standard-ebooks/margaret-oliphant_the-ladies-lindores.epub new file mode 100644 index 0000000..b1efbed --- /dev/null +++ b/documents/epub/standard-ebooks/margaret-oliphant_the-ladies-lindores.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f98935895f3df50689db205932849dbc8fe507e2d3413ea6de94eee61102ec3 +size 768954 diff --git a/documents/epub/standard-ebooks/mary-butts_armed-with-madness.epub b/documents/epub/standard-ebooks/mary-butts_armed-with-madness.epub new file mode 100644 index 0000000..a37421d --- /dev/null +++ b/documents/epub/standard-ebooks/mary-butts_armed-with-madness.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e499379434c1a08614595e577d416bcceed0d13e3f6a3f6479c5a8c3fd205ce +size 395354 diff --git a/documents/epub/standard-ebooks/mary-de-morgan_on-a-pincushion.epub b/documents/epub/standard-ebooks/mary-de-morgan_on-a-pincushion.epub new file mode 100644 index 0000000..45d8691 --- /dev/null +++ b/documents/epub/standard-ebooks/mary-de-morgan_on-a-pincushion.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f087ade4bafcff262cb394aa76c2dc05b533c50c56bc0a68ca43dcabb4998d +size 434610 diff --git a/documents/epub/standard-ebooks/mary-de-morgan_the-necklace-of-princess-fiorimonde.epub b/documents/epub/standard-ebooks/mary-de-morgan_the-necklace-of-princess-fiorimonde.epub new file mode 100644 index 0000000..c278144 --- /dev/null +++ b/documents/epub/standard-ebooks/mary-de-morgan_the-necklace-of-princess-fiorimonde.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba31b55483439b73b938152100666f4ac00bbec42645a8fc83657d4cfdb5bcf1 +size 453412 diff --git a/documents/epub/standard-ebooks/mary-de-morgan_the-windfairies.epub b/documents/epub/standard-ebooks/mary-de-morgan_the-windfairies.epub new file mode 100644 index 0000000..73d2dbe --- /dev/null +++ b/documents/epub/standard-ebooks/mary-de-morgan_the-windfairies.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1218600f540e2b84f2953c60e56722071142900172601a256c2df8601a9808bf +size 463077 diff --git a/documents/epub/standard-ebooks/mary-shelley_short-fiction.epub b/documents/epub/standard-ebooks/mary-shelley_short-fiction.epub new file mode 100644 index 0000000..4a4bc77 --- /dev/null +++ b/documents/epub/standard-ebooks/mary-shelley_short-fiction.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961fddac2330e5a2030d2602a58ea8940f12910950cb6cf7d2976d9320a91f34 +size 641012 diff --git a/documents/epub/standard-ebooks/may-sinclair_mary-olivier-a-life.epub b/documents/epub/standard-ebooks/may-sinclair_mary-olivier-a-life.epub new file mode 100644 index 0000000..dfa5435 --- /dev/null +++ b/documents/epub/standard-ebooks/may-sinclair_mary-olivier-a-life.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cc345c979d5676996fa8788c59af1e47cb5cbd5f0cce6b792102882c1ecbb1 +size 515005 diff --git a/documents/epub/standard-ebooks/metta-victor_the-dead-letter.epub b/documents/epub/standard-ebooks/metta-victor_the-dead-letter.epub new file mode 100644 index 0000000..80f3076 --- /dev/null +++ b/documents/epub/standard-ebooks/metta-victor_the-dead-letter.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d7b61b1549a3dbb45c8b038a7a752810f52be11ac475e9893e07def22f0263 +size 892443 diff --git a/documents/epub/standard-ebooks/mignon-g-eberhart_the-patient-in-room-18.epub b/documents/epub/standard-ebooks/mignon-g-eberhart_the-patient-in-room-18.epub new file mode 100644 index 0000000..19243b3 --- /dev/null +++ b/documents/epub/standard-ebooks/mignon-g-eberhart_the-patient-in-room-18.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3653e76cfa3c3dcca7dd76aea44b607a8c4124b4a24dae13010e8958ff9c875f +size 620863 diff --git a/documents/epub/standard-ebooks/nikolai-gogol_the-inspector-general_thomas-seltzer.epub b/documents/epub/standard-ebooks/nikolai-gogol_the-inspector-general_thomas-seltzer.epub new file mode 100644 index 0000000..88deaf2 --- /dev/null +++ b/documents/epub/standard-ebooks/nikolai-gogol_the-inspector-general_thomas-seltzer.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b916d7b57b43d9d570b756b854f943183a2bda8da797adfd88cb15e7f9ad59 +size 419606 diff --git a/documents/epub/standard-ebooks/noah-brooks_our-baseball-club-and-how-it-won-the-championship.epub b/documents/epub/standard-ebooks/noah-brooks_our-baseball-club-and-how-it-won-the-championship.epub new file mode 100644 index 0000000..c3d2dd7 --- /dev/null +++ b/documents/epub/standard-ebooks/noah-brooks_our-baseball-club-and-how-it-won-the-championship.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86e5b880f52a3e8c592e6db633dd99d654e0ddee041f4c5f0cb0bbad9cc8767 +size 863518 diff --git a/documents/epub/standard-ebooks/olaf-stapledon_last-and-first-men.epub b/documents/epub/standard-ebooks/olaf-stapledon_last-and-first-men.epub new file mode 100644 index 0000000..4286d54 --- /dev/null +++ b/documents/epub/standard-ebooks/olaf-stapledon_last-and-first-men.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122937d7c9d58ed216382140f56dc041fd80290efaad89e4168b4b58ff1ba75e +size 636454 diff --git a/documents/epub/standard-ebooks/r-austin-freeman_the-mystery-of-31-new-inn.epub b/documents/epub/standard-ebooks/r-austin-freeman_the-mystery-of-31-new-inn.epub new file mode 100644 index 0000000..81be4ad --- /dev/null +++ b/documents/epub/standard-ebooks/r-austin-freeman_the-mystery-of-31-new-inn.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3965542a731240ba61f90587723fae2aae3f155503e8e969561a24203ff6872 +size 577404 diff --git a/documents/epub/standard-ebooks/richard-hughes_a-high-wind-in-jamaica.epub b/documents/epub/standard-ebooks/richard-hughes_a-high-wind-in-jamaica.epub new file mode 100644 index 0000000..e9f8f07 --- /dev/null +++ b/documents/epub/standard-ebooks/richard-hughes_a-high-wind-in-jamaica.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd975568ac1b682e4a7974799c70f280d275cc8aff6402a4d9f1d95ad164ce27 +size 466016 diff --git a/documents/epub/standard-ebooks/ring-lardner_jack-keefe-stories.epub b/documents/epub/standard-ebooks/ring-lardner_jack-keefe-stories.epub new file mode 100644 index 0000000..9199b68 --- /dev/null +++ b/documents/epub/standard-ebooks/ring-lardner_jack-keefe-stories.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a46cc4f966a230ea42db6d08addf37012fff8036037f8378968abb3ca298d2 +size 992018 diff --git a/documents/epub/standard-ebooks/ring-lardner_my-four-weeks-in-france.epub b/documents/epub/standard-ebooks/ring-lardner_my-four-weeks-in-france.epub new file mode 100644 index 0000000..0af2732 --- /dev/null +++ b/documents/epub/standard-ebooks/ring-lardner_my-four-weeks-in-france.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2147cd3e9c2f278898b918cb8092e67c80d63c1800377734af272ee82e765c0b +size 580556 diff --git a/documents/epub/standard-ebooks/robert-e-howard_conan-stories.epub b/documents/epub/standard-ebooks/robert-e-howard_conan-stories.epub new file mode 100644 index 0000000..458cca0 --- /dev/null +++ b/documents/epub/standard-ebooks/robert-e-howard_conan-stories.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39579da6bad5c84ee4061d5c4b2ad777fdf1e648115507b6ba1ba0bf4ca52e83 +size 859409 diff --git a/documents/epub/standard-ebooks/rufus-king_murder-by-the-clock.epub b/documents/epub/standard-ebooks/rufus-king_murder-by-the-clock.epub new file mode 100644 index 0000000..bac23bb --- /dev/null +++ b/documents/epub/standard-ebooks/rufus-king_murder-by-the-clock.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6d5eaf59ccccfc854859cf29faf9ea6215372e555cae9e0c2c84ce0a22985c +size 305781 diff --git a/documents/epub/standard-ebooks/s-fowler-wright_the-world-below.epub b/documents/epub/standard-ebooks/s-fowler-wright_the-world-below.epub new file mode 100644 index 0000000..f48524b --- /dev/null +++ b/documents/epub/standard-ebooks/s-fowler-wright_the-world-below.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a672dd2f6726b092fbcaf7380804e5946d5e58d3d739bbef538f46ec97be4ddc +size 432515 diff --git a/documents/epub/standard-ebooks/sigrid-undset_jenny_w-emme.epub b/documents/epub/standard-ebooks/sigrid-undset_jenny_w-emme.epub new file mode 100644 index 0000000..dfb4aa7 --- /dev/null +++ b/documents/epub/standard-ebooks/sigrid-undset_jenny_w-emme.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b869912ef6c9ed2ab2e0bd2687b4c7efafeaa7814436b96943d912f375c955 +size 603402 diff --git a/documents/epub/standard-ebooks/stella-benson_the-faraway-bride.epub b/documents/epub/standard-ebooks/stella-benson_the-faraway-bride.epub new file mode 100644 index 0000000..300c395 --- /dev/null +++ b/documents/epub/standard-ebooks/stella-benson_the-faraway-bride.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9f9a19238608d3e69ae6986d09e647d001050e524229e924b914590a88d255 +size 641225 diff --git a/documents/epub/standard-ebooks/w-n-p-barbellion_the-journal-of-a-disappointed-man.epub b/documents/epub/standard-ebooks/w-n-p-barbellion_the-journal-of-a-disappointed-man.epub new file mode 100644 index 0000000..d886bf6 --- /dev/null +++ b/documents/epub/standard-ebooks/w-n-p-barbellion_the-journal-of-a-disappointed-man.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983c21777d47b54ba25339cc434fadf213d19dab2d785bd6ab2e2e6e69d3c671 +size 764600 diff --git a/documents/epub/standard-ebooks/w-somerset-maugham_cakes-and-ale.epub b/documents/epub/standard-ebooks/w-somerset-maugham_cakes-and-ale.epub new file mode 100644 index 0000000..76e5173 --- /dev/null +++ b/documents/epub/standard-ebooks/w-somerset-maugham_cakes-and-ale.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9055332d5b8dda1d1d13ab256a753b0c018d490ff2e84593880f0a034e3599c9 +size 549871 diff --git a/documents/epub/standard-ebooks/wilkie-collins_the-haunted-hotel.epub b/documents/epub/standard-ebooks/wilkie-collins_the-haunted-hotel.epub new file mode 100644 index 0000000..ca02a09 --- /dev/null +++ b/documents/epub/standard-ebooks/wilkie-collins_the-haunted-hotel.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d170b06fa44f67ab4daeb9ffede5bcb712650346781bfceb99b248fa18f447 +size 697684 diff --git a/documents/epub/standard-ebooks/wilkie-collins_the-law-and-the-lady.epub b/documents/epub/standard-ebooks/wilkie-collins_the-law-and-the-lady.epub new file mode 100644 index 0000000..bcc4b76 --- /dev/null +++ b/documents/epub/standard-ebooks/wilkie-collins_the-law-and-the-lady.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35db48b67cb3666935137045205fb041cd241870062d4f0841b5927ba1dfb5b3 +size 856325 diff --git a/documents/epub/standard-ebooks/william-faulkner_as-i-lay-dying.epub b/documents/epub/standard-ebooks/william-faulkner_as-i-lay-dying.epub new file mode 100644 index 0000000..5af05db --- /dev/null +++ b/documents/epub/standard-ebooks/william-faulkner_as-i-lay-dying.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4779ada81cce64525feced88898147725807481f849a657793cb3e5ba2a60b +size 508497 diff --git a/documents/epub/standard-ebooks/william-gerhardie_futility.epub b/documents/epub/standard-ebooks/william-gerhardie_futility.epub new file mode 100644 index 0000000..14c3c5f --- /dev/null +++ b/documents/epub/standard-ebooks/william-gerhardie_futility.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da24bd4fbfc9c142f6e4cd1aca96f50bdad4122f160f190714508b91eb708ad +size 625483 diff --git a/documents/epub/standard-ebooks/william-james_the-varieties-of-religious-experience.epub b/documents/epub/standard-ebooks/william-james_the-varieties-of-religious-experience.epub new file mode 100644 index 0000000..dab25c4 --- /dev/null +++ b/documents/epub/standard-ebooks/william-james_the-varieties-of-religious-experience.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86791e1720cc77717ab491affc07bb5bacb0a92696b9e085fd047fd274fc6469 +size 876986 diff --git a/documents/epub/standard-ebooks/william-morris_the-roots-of-the-mountains.epub b/documents/epub/standard-ebooks/william-morris_the-roots-of-the-mountains.epub new file mode 100644 index 0000000..3db2cc9 --- /dev/null +++ b/documents/epub/standard-ebooks/william-morris_the-roots-of-the-mountains.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e5df41717ba4c2e69641f2d1991bc2e3e14e1f0a911f08a7c52d38d4359224 +size 827856 diff --git a/documents/epub/standard-ebooks/william-morris_the-sundering-flood.epub b/documents/epub/standard-ebooks/william-morris_the-sundering-flood.epub new file mode 100644 index 0000000..94f1128 --- /dev/null +++ b/documents/epub/standard-ebooks/william-morris_the-sundering-flood.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab61145d0414b0f7ce4534c7d1a2356c7a686ab00acb3a9d222c657c5c9defa6 +size 657237 diff --git a/documents/epub/standard-ebooks/zeami-motokiyo_plays_various-translators.epub b/documents/epub/standard-ebooks/zeami-motokiyo_plays_various-translators.epub new file mode 100644 index 0000000..30c5c25 --- /dev/null +++ b/documents/epub/standard-ebooks/zeami-motokiyo_plays_various-translators.epub @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899ec1be1fc52ddc59c3f3adf15202a62d56928c0947fb569e05cd2566471de9 +size 901005 diff --git a/documents/html/html5-boilerplate/h5bp-main-index.html b/documents/html/html5-boilerplate/h5bp-main-index.html new file mode 100644 index 0000000..f3add49 --- /dev/null +++ b/documents/html/html5-boilerplate/h5bp-main-index.html @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Hello world! This is HTML5 Boilerplate.

+ + + + + diff --git a/documents/html/html5-boilerplate/h5bp-v6-index.html b/documents/html/html5-boilerplate/h5bp-v6-index.html new file mode 100644 index 0000000..e669915 --- /dev/null +++ b/documents/html/html5-boilerplate/h5bp-v6-index.html @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + +

Hello world! This is HTML5 Boilerplate.

+ + + + + + + + + + + + diff --git a/documents/html/html5-boilerplate/h5bp-v7-index.html b/documents/html/html5-boilerplate/h5bp-v7-index.html new file mode 100644 index 0000000..cbbcb03 --- /dev/null +++ b/documents/html/html5-boilerplate/h5bp-v7-index.html @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + +

Hello world! This is HTML5 Boilerplate.

+ + + + + + + + + + + + diff --git a/documents/html/mdn-learning-area/adding-vector-graphics-to-the-web-vector-versus-raster.html b/documents/html/mdn-learning-area/adding-vector-graphics-to-the-web-vector-versus-raster.html new file mode 100644 index 0000000..d18d887 --- /dev/null +++ b/documents/html/mdn-learning-area/adding-vector-graphics-to-the-web-vector-versus-raster.html @@ -0,0 +1,14 @@ + + + + + + Vector versus raster + + +

Vector versus raster

+ + A raster star + A vector star + + \ No newline at end of file diff --git a/documents/html/mdn-learning-area/advanced-items-sold-headers.html b/documents/html/mdn-learning-area/advanced-items-sold-headers.html new file mode 100644 index 0000000..a2d75f0 --- /dev/null +++ b/documents/html/mdn-learning-area/advanced-items-sold-headers.html @@ -0,0 +1,77 @@ + + + + + + Items sold summary + + + + +

Items sold summary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Items Sold August 2016
ClothesAccessories
TrousersSkirtsDressesBraceletsRings
BelgiumAntwerp5622437223
Ghent4618506115
Brussels5127386928
The NetherlandsAmsterdam8934698538
Utrecht8012433619
+ + + + diff --git a/documents/html/mdn-learning-area/advanced-items-sold-scope.html b/documents/html/mdn-learning-area/advanced-items-sold-scope.html new file mode 100644 index 0000000..caf68a4 --- /dev/null +++ b/documents/html/mdn-learning-area/advanced-items-sold-scope.html @@ -0,0 +1,77 @@ + + + + + + Items sold summary + + + + +

Items sold summary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Items Sold August 2016
ClothesAccessories
TrousersSkirtsDressesBraceletsRings
BelgiumAntwerp5622437223
Ghent4618506115
Brussels5127386928
The NetherlandsAmsterdam8934698538
Utrecht8012433619
+ + + + diff --git a/documents/html/mdn-learning-area/advanced-items-sold.html b/documents/html/mdn-learning-area/advanced-items-sold.html new file mode 100644 index 0000000..f78ec03 --- /dev/null +++ b/documents/html/mdn-learning-area/advanced-items-sold.html @@ -0,0 +1,77 @@ + + + + + + Items sold summary + + + + +

Items sold summary

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Items Sold August 2016
ClothesAccessories
TrousersSkirtsDressesBraceletsRings
BelgiumAntwerp5622437223
Ghent4618506115
Brussels5127386928
The NetherlandsAmsterdam8934698538
Utrecht8012433619
+ + + + diff --git a/documents/html/mdn-learning-area/advanced-text-advanced-text1-download.html b/documents/html/mdn-learning-area/advanced-text-advanced-text1-download.html new file mode 100644 index 0000000..d717604 --- /dev/null +++ b/documents/html/mdn-learning-area/advanced-text-advanced-text1-download.html @@ -0,0 +1,50 @@ + + + + + Advanced HTML text: Task 1 + + + + + +

Advanced HTML Animals

+ + Llama + Tall, woolly quadruped, pointy ears. Sometimes rideable, but grumpy and spits a lot. Big fan of list items. + Anaconda + A very large constrictor snake; travels rapidly by way of anchors to sneak up on his prey. + Hippopotamus + His description is bottomless. + + + + diff --git a/documents/html/mdn-learning-area/advanced-text-advanced-text1-finished.html b/documents/html/mdn-learning-area/advanced-text-advanced-text1-finished.html new file mode 100644 index 0000000..874f7d9 --- /dev/null +++ b/documents/html/mdn-learning-area/advanced-text-advanced-text1-finished.html @@ -0,0 +1,55 @@ + + + + + Advanced HTML text: Task 1 + + + + +

Advanced HTML Animals

+ +
+
Llama
+
+ Tall, woolly quadruped, pointy ears. Sometimes rideable, but grumpy and + spits a lot. Big fan of list items. +
+
Anaconda
+
+ A very large constrictor snake; travels rapidly by way of anchors to + sneak up on his prey. +
+
Hippopotamus
+
His description is bottomless.
+
+ + diff --git a/documents/html/mdn-learning-area/advanced-text-advanced-text1.html b/documents/html/mdn-learning-area/advanced-text-advanced-text1.html new file mode 100644 index 0000000..bcc3572 --- /dev/null +++ b/documents/html/mdn-learning-area/advanced-text-advanced-text1.html @@ -0,0 +1,80 @@ + + + + + Advanced HTML text: Task 1 + + + + + + + +
+ +

Advanced HTML Animals

+ + Llama + Tall, woolly quadruped, pointy ears. Sometimes rideable, but grumpy and spits a lot. Big fan of list items. + Anaconda + A very large constrictor snake; travels rapidly by way of anchors to sneak up on his prey. + Hippopotamus + His description is bottomless. + +
+ + + + + +
+ +
+ + + diff --git a/documents/html/mdn-learning-area/advanced-text-advanced-text2-download.html b/documents/html/mdn-learning-area/advanced-text-advanced-text2-download.html new file mode 100644 index 0000000..b08fdc4 --- /dev/null +++ b/documents/html/mdn-learning-area/advanced-text-advanced-text2-download.html @@ -0,0 +1,47 @@ + + + + + Advanced HTML text: Task 2 + + + + + +

Advanced text semantics

+ +

Let's start with a quote:

+ +

HTML, Hypertext Markup Language is by default accessible, if used correctly.

+ +

CSS can also be used to make web pages more, or less, accessible.

+ +

Chemical Formulae: H2O (Water), C2H6O (Ethanol).

+ +

Dates: December 25th 2019 (Christmas Day), November 2nd 2019 (Día de los Muertos).

+ + + + diff --git a/documents/html/mdn-learning-area/advanced-text-advanced-text2-finished.html b/documents/html/mdn-learning-area/advanced-text-advanced-text2-finished.html new file mode 100644 index 0000000..4429467 --- /dev/null +++ b/documents/html/mdn-learning-area/advanced-text-advanced-text2-finished.html @@ -0,0 +1,64 @@ + + + + + Advanced HTML text: Task 2 + + + + +

Advanced text semantics

+ +

Let's start with a quote:

+ +
+

+ HTML, Hypertext Markup Language is by default accessible, + if used correctly. +

+
+ +

+ CSS, Cascading Style Sheets, can also be used to make web + pages more, or less, accessible. +

+ +

+ Chemical Formulae: H2O (Water), C2H6O + (Ethanol). +

+ +

+ Dates: + + (Christmas Day), + (Día de + los Muertos). +

+ + diff --git a/documents/html/mdn-learning-area/advanced-text-advanced-text2.html b/documents/html/mdn-learning-area/advanced-text-advanced-text2.html new file mode 100644 index 0000000..d456270 --- /dev/null +++ b/documents/html/mdn-learning-area/advanced-text-advanced-text2.html @@ -0,0 +1,80 @@ + + + + + Advanced HTML text: Task 2 + + + + + + + +
+

Advanced text semantics

+ +

Let's start with a quote:

+ +

HTML, Hypertext Markup Language is by default accessible, if used correctly.

+ +

CSS can also be used to make web pages more, or less, accessible.

+ +

Chemical Formulae: H2O (Water), C2H6O (Ethanol).

+ +

Dates: December 25th 2019 (Christmas Day), November 2nd 2019 (Día de los Muertos).

+
+ + + + + +
+ +
+ + + diff --git a/documents/html/mdn-learning-area/advanced-text-formatting-description-list.html b/documents/html/mdn-learning-area/advanced-text-formatting-description-list.html new file mode 100644 index 0000000..1f790ba --- /dev/null +++ b/documents/html/mdn-learning-area/advanced-text-formatting-description-list.html @@ -0,0 +1,20 @@ + + + + + + Description list example + + +
+
soliloquy
+
In drama, where a character speaks to themselves, representing their inner thoughts or feelings and in the process relaying them to the audience (but not to other characters.)
+
monologue
+
In drama, where a character speaks their thoughts out loud to share them with the audience and any other characters present.
+
aside
+
In drama, where a character shares a comment only with the audience for humorous or dramatic effect. This is usually a feeling, thought or piece of additional background information.
+
+ + + + \ No newline at end of file diff --git a/documents/html/mdn-learning-area/advanced-text-formatting-other-semantics.html b/documents/html/mdn-learning-area/advanced-text-formatting-other-semantics.html new file mode 100644 index 0000000..cdf9477 --- /dev/null +++ b/documents/html/mdn-learning-area/advanced-text-formatting-other-semantics.html @@ -0,0 +1,56 @@ + + + + + + Other semantics examples + + +

+ We use HTML, Hypertext Markup Language, to structure our web + documents. +

+ +

+ I think Rev. Green did it in the kitchen + with the chainsaw. +

+ +
+

Chris Mills, Manchester, The Grim North, UK

+
+ +

My birthday is on the 25th of May 2001.

+ +

+ Caffeine's chemical formula is + C8H10N4O2. +

+ +

If x2 is 9, x must equal 3.

+ +
const para = document.querySelector('p');
+
+para.onclick = function() {
+  alert('Owww, stop poking me!');
+}
+ +

+ You shouldn't use presentational elements like + <font> and <center>. +

+ +

+ In the above JavaScript example, para represents a paragraph + element. +

+ +

+ Select all the text with Ctrl/Cmd + A. +

+ +
$ ping mozilla.org
+PING mozilla.org (63.245.215.20): 56 data bytes
+64 bytes from 63.245.215.20: icmp_seq=0 ttl=40 time=158.233 ms
+ + diff --git a/documents/html/mdn-learning-area/advanced-text-formatting-quotations.html b/documents/html/mdn-learning-area/advanced-text-formatting-quotations.html new file mode 100644 index 0000000..5621ed1 --- /dev/null +++ b/documents/html/mdn-learning-area/advanced-text-formatting-quotations.html @@ -0,0 +1,19 @@ + + + + + + Quote examples + + +

According to the MDN blockquote page:

+ +
+

The HTML <blockquote> Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation.

+
+ +

The quote element — <q> — is intended for short quotations that don't require paragraph breaks. -- MDN q page.

+ + + + \ No newline at end of file diff --git a/documents/html/mdn-learning-area/basic-text-basic-text1-download.html b/documents/html/mdn-learning-area/basic-text-basic-text1-download.html new file mode 100644 index 0000000..e8d79ba --- /dev/null +++ b/documents/html/mdn-learning-area/basic-text-basic-text1-download.html @@ -0,0 +1,56 @@ + + + + + Basic HTML text: Task 1 + + + + + + Basic HTML Animals + + This is the first paragraph in our page. It introduces our animals. + + The Llama + + Our Llama is a big fan of list items. When she spies a patch of them on a web page, she will eat them like sweets, licking her lips as she goes. + + The Anaconda + + The crafty anaconda likes to slither around the page, travelling rapidly by way of anchors to sneak up on his prey. + + + + diff --git a/documents/html/mdn-learning-area/basic-text-basic-text1-finished.html b/documents/html/mdn-learning-area/basic-text-basic-text1-finished.html new file mode 100644 index 0000000..f80fca0 --- /dev/null +++ b/documents/html/mdn-learning-area/basic-text-basic-text1-finished.html @@ -0,0 +1,44 @@ + + + + + Basic HTML text finished example: Task 1 + + + + + +
+

Basic HTML Animals

+ +

This is the first paragraph in our page. It introduces our animals.

+ +

The Llama

+ +

+ Our Llama is a big fan of list items. When she spies a patch of them on + a web page, she will eat them like sweets, licking her lips as she goes. +

+ +

The Anaconda

+ +

+ The crafty anaconda likes to slither around the page, travelling rapidly + by way of anchors to sneak up on his prey. +

+
+ + diff --git a/documents/html/mdn-learning-area/basic-text-basic-text1.html b/documents/html/mdn-learning-area/basic-text-basic-text1.html new file mode 100644 index 0000000..728cdcd --- /dev/null +++ b/documents/html/mdn-learning-area/basic-text-basic-text1.html @@ -0,0 +1,70 @@ + + + + + Basic HTML text: Task 1 + + + + + + + +
+ + Basic HTML Animals + + This is the first paragraph in our page. It introduces our animals. + + The Llama + + Our Llama is a big fan of list items. When she spies a patch of them on a web page, she will eat them like sweets, licking her lips as she goes. + + The Anaconda + + The crafty anaconda likes to slither around the page, travelling rapidly by way of anchors to sneak up on his prey. + +
+ + + + + +
+ +
+ + + diff --git a/documents/html/mdn-learning-area/basic-text-basic-text2-download.html b/documents/html/mdn-learning-area/basic-text-basic-text2-download.html new file mode 100644 index 0000000..b51e726 --- /dev/null +++ b/documents/html/mdn-learning-area/basic-text-basic-text2-download.html @@ -0,0 +1,64 @@ + + + + + Basic HTML text: Task 2 + + + + + +

Looking at lists

+ +

Turn the following list of my favorite vegetables into an unordered list.

+ + Cucumber + Broccoli + Asparagus + Pepper + +

Turn the following directions into an ordered list.

+ + First knock on the door + When prompted, say the magic word + Wait for at least 5 seconds + Turn the handle and push + + + + diff --git a/documents/html/mdn-learning-area/basic-text-basic-text2-finished.html b/documents/html/mdn-learning-area/basic-text-basic-text2-finished.html new file mode 100644 index 0000000..0b5eb68 --- /dev/null +++ b/documents/html/mdn-learning-area/basic-text-basic-text2-finished.html @@ -0,0 +1,54 @@ + + + + + Basic HTML text finished example: Task 2 + + + + + +
+

Looking at lists

+ +

+ Turn the following list of my favorite vegetables into an unordered + list. +

+ + + +

Turn the following directions into an ordered list.

+ +
    +
  1. First knock on the door
  2. +
  3. When prompted, say the magic word
  4. +
  5. Wait for at least 5 seconds
  6. +
  7. Turn the handle and push
  8. +
+
+ + diff --git a/documents/html/mdn-learning-area/basic-text-basic-text2.html b/documents/html/mdn-learning-area/basic-text-basic-text2.html new file mode 100644 index 0000000..bd6bff8 --- /dev/null +++ b/documents/html/mdn-learning-area/basic-text-basic-text2.html @@ -0,0 +1,86 @@ + + + + + Basic HTML text: Task 2 + + + + + + + +
+

Looking at lists

+ +

Turn the following list of my favorite vegetables into an unordered list.

+ + Cucumber + Broccoli + Asparagus + Pepper + +

Turn the following directions into an ordered list.

+ + First knock on the door + When prompted, say the magic word + Wait for at least 5 seconds + Turn the handle and push +
+ + + + + +
+ +
+ + + diff --git a/documents/html/mdn-learning-area/basic-text-basic-text3-download.html b/documents/html/mdn-learning-area/basic-text-basic-text3-download.html new file mode 100644 index 0000000..6d57f5e --- /dev/null +++ b/documents/html/mdn-learning-area/basic-text-basic-text3-download.html @@ -0,0 +1,46 @@ + + + + + Basic HTML text: Task 3 + + + + + +

Emphasis and importance

+ +

There are two things I care about — music and friends. Someday I might be able to get my friends interested in each other, and my music!

+ + + + diff --git a/documents/html/mdn-learning-area/basic-text-basic-text3-finished.html b/documents/html/mdn-learning-area/basic-text-basic-text3-finished.html new file mode 100644 index 0000000..5c2c27f --- /dev/null +++ b/documents/html/mdn-learning-area/basic-text-basic-text3-finished.html @@ -0,0 +1,35 @@ + + + + + Basic HTML text finished example: Task 3 + + + + + +
+

Emphasis and importance

+ +

+ There are two things I care about — + music and friends. Someday I + might be able to get my friends interested in each other, + and my music! +

+
+ + diff --git a/documents/html/mdn-learning-area/basic-text-basic-text3.html b/documents/html/mdn-learning-area/basic-text-basic-text3.html new file mode 100644 index 0000000..3cf68a9 --- /dev/null +++ b/documents/html/mdn-learning-area/basic-text-basic-text3.html @@ -0,0 +1,54 @@ + + + + + Basic HTML text: Task 3 + + + + + + + +
+ +

Emphasis and importance

+ +

There are two things I care about — music and friends. Someday I might be able to get my friends interested in each other, and my music!

+ +
+ + + + + +
+ +
+ + + diff --git a/documents/html/mdn-learning-area/creating-hyperlinks-contacts.html b/documents/html/mdn-learning-area/creating-hyperlinks-contacts.html new file mode 100644 index 0000000..06fd76c --- /dev/null +++ b/documents/html/mdn-learning-area/creating-hyperlinks-contacts.html @@ -0,0 +1,23 @@ + + + + + + My contacts page + + + +

This is my contacts page

+ +

The company mailing address can be found at the bottom of this page.

+ +

Chris is the only guy that works here, and he doesn't have a phone.

+ +

+ +
52 Business street
+ Very important town
+ Commerce city
+ CA, 999654
+ + \ No newline at end of file diff --git a/documents/html/mdn-learning-area/creating-hyperlinks-index.html b/documents/html/mdn-learning-area/creating-hyperlinks-index.html new file mode 100644 index 0000000..bc2c330 --- /dev/null +++ b/documents/html/mdn-learning-area/creating-hyperlinks-index.html @@ -0,0 +1,18 @@ + + + + + + My sample homepage + + + +

This is my sample homepage

+ +

Visit my project homepage.

+ +

Want to contact a specific staff member? Find details on our contacts page.

+ +

Want to write us a letter? Use our mailing address.

+ + \ No newline at end of file diff --git a/documents/html/mdn-learning-area/debugging-html-debug-example-fixed.html b/documents/html/mdn-learning-area/debugging-html-debug-example-fixed.html new file mode 100644 index 0000000..a8a7e60 --- /dev/null +++ b/documents/html/mdn-learning-area/debugging-html-debug-example-fixed.html @@ -0,0 +1,24 @@ + + + + + + HTML debugging examples + + + + + +

HTML debugging examples

+ +

What causes errors in HTML?

+ + + + diff --git a/documents/html/mdn-learning-area/debugging-html-debug-example.html b/documents/html/mdn-learning-area/debugging-html-debug-example.html new file mode 100644 index 0000000..bfd4a11 --- /dev/null +++ b/documents/html/mdn-learning-area/debugging-html-debug-example.html @@ -0,0 +1,24 @@ + + + + + + HTML debugging examples + + + + + +

HTML debugging examples

+ +

What causes errors in HTML? + +