├── .gitignore ├── LICENSE ├── README.md ├── commons ├── css │ ├── interlinear.css │ ├── pagination.css │ └── skolar.css ├── js │ ├── frequency.js │ └── toggle.js ├── python │ ├── reader │ │ ├── __init__.py │ │ ├── berean.py │ │ ├── fs.py │ │ ├── morphgnt.py │ │ ├── pagination.py │ │ ├── ref.py │ │ └── templates.py │ └── setup.py └── templates │ ├── _frequency_selector.html │ ├── base.html │ └── toggle.html ├── docs ├── README.md ├── berean-interlinear │ ├── frequency.js │ ├── frequency_040316.html │ ├── hover_040316.html │ ├── interlinear.css │ ├── plain_040316.html │ ├── skolar.css │ ├── toggle.js │ └── toggle_040316.html ├── paginated-morphgnt-interlinear │ ├── 1.html │ ├── 10.html │ ├── 11.html │ ├── 12.html │ ├── 13.html │ ├── 14.html │ ├── 15.html │ ├── 16.html │ ├── 17.html │ ├── 18.html │ ├── 19.html │ ├── 2.html │ ├── 20.html │ ├── 21.html │ ├── 22.html │ ├── 23.html │ ├── 24.html │ ├── 25.html │ ├── 3.html │ ├── 4.html │ ├── 5.html │ ├── 6.html │ ├── 7.html │ ├── 8.html │ ├── 9.html │ ├── interlinear.css │ ├── pagination.css │ ├── skolar.css │ └── toggle.js ├── sblgnt-web │ ├── 1cor.html │ ├── 1john.html │ ├── 1pet.html │ ├── 1thess.html │ ├── 1tim.html │ ├── 2cor.html │ ├── 2john.html │ ├── 2pet.html │ ├── 2thess.html │ ├── 2tim.html │ ├── 3john.html │ ├── acts.html │ ├── col.html │ ├── eph.html │ ├── gal.html │ ├── heb.html │ ├── index.html │ ├── jas.html │ ├── john.html │ ├── jude.html │ ├── luke.html │ ├── mark.html │ ├── matt.html │ ├── phil.html │ ├── phlm.html │ ├── rev.html │ ├── rom.html │ ├── sblgnt.css │ ├── sblgnt.js │ └── titus.html ├── static-paginated-perseus4 │ ├── 1.html │ ├── 10.html │ ├── 100.html │ ├── 101.html │ ├── 102.html │ ├── 103.html │ ├── 104.html │ ├── 105.html │ ├── 106.html │ ├── 107.html │ ├── 108.html │ ├── 109.html │ ├── 11.html │ ├── 110.html │ ├── 111.html │ ├── 112.html │ ├── 113.html │ ├── 114.html │ ├── 115.html │ ├── 116.html │ ├── 117.html │ ├── 118.html │ ├── 119.html │ ├── 12.html │ ├── 120.html │ ├── 121.html │ ├── 121A.html │ ├── 121B.html │ ├── 121C.html │ ├── 121D.html │ ├── 121E.html │ ├── 121F.html │ ├── 122.html │ ├── 123.html │ ├── 124.html │ ├── 125.html │ ├── 126.html │ ├── 127.html │ ├── 128.html │ ├── 129.html │ ├── 13.html │ ├── 130.html │ ├── 131.html │ ├── 132.html │ ├── 133.html │ ├── 134.html │ ├── 135.html │ ├── 136.html │ ├── 137.html │ ├── 138.html │ ├── 139.html │ ├── 14.html │ ├── 140.html │ ├── 141.html │ ├── 142.html │ ├── 143.html │ ├── 144.html │ ├── 145.html │ ├── 146.html │ ├── 147.html │ ├── 148.html │ ├── 149.html │ ├── 15.html │ ├── 150.html │ ├── 151.html │ ├── 152.html │ ├── 153.html │ ├── 154.html │ ├── 155.html │ ├── 156.html │ ├── 157.html │ ├── 158.html │ ├── 159.html │ ├── 16.html │ ├── 160.html │ ├── 161.html │ ├── 162.html │ ├── 163.html │ ├── 164.html │ ├── 165.html │ ├── 166.html │ ├── 167.html │ ├── 168.html │ ├── 169.html │ ├── 17.html │ ├── 170.html │ ├── 171.html │ ├── 172.html │ ├── 173.html │ ├── 174.html │ ├── 175.html │ ├── 176.html │ ├── 177.html │ ├── 178.html │ ├── 179.html │ ├── 18.html │ ├── 180.html │ ├── 181.html │ ├── 182.html │ ├── 19.html │ ├── 2.html │ ├── 20.html │ ├── 21.html │ ├── 22.html │ ├── 23.html │ ├── 24.html │ ├── 25.html │ ├── 26.html │ ├── 27.html │ ├── 28.html │ ├── 29.html │ ├── 3.html │ ├── 30.html │ ├── 31.html │ ├── 32.html │ ├── 33.html │ ├── 34.html │ ├── 35.html │ ├── 36.html │ ├── 37.html │ ├── 38.html │ ├── 39.html │ ├── 4.html │ ├── 40.html │ ├── 41.html │ ├── 42.html │ ├── 43.html │ ├── 44.html │ ├── 45.html │ ├── 46.html │ ├── 47.html │ ├── 48.html │ ├── 49.html │ ├── 5.html │ ├── 50.html │ ├── 51.html │ ├── 52.html │ ├── 53.html │ ├── 54.html │ ├── 55.html │ ├── 56.html │ ├── 57.html │ ├── 58.html │ ├── 59.html │ ├── 6.html │ ├── 60.html │ ├── 61.html │ ├── 62.html │ ├── 63.html │ ├── 64.html │ ├── 65.html │ ├── 66.html │ ├── 67.html │ ├── 68.html │ ├── 69.html │ ├── 7.html │ ├── 70.html │ ├── 71.html │ ├── 72.html │ ├── 73.html │ ├── 74.html │ ├── 75.html │ ├── 76.html │ ├── 77.html │ ├── 78.html │ ├── 79.html │ ├── 8.html │ ├── 80.html │ ├── 81.html │ ├── 82.html │ ├── 83.html │ ├── 84.html │ ├── 85.html │ ├── 86.html │ ├── 87.html │ ├── 88.html │ ├── 89.html │ ├── 9.html │ ├── 90.html │ ├── 91.html │ ├── 92.html │ ├── 93.html │ ├── 94.html │ ├── 95.html │ ├── 96.html │ ├── 97.html │ ├── 98.html │ ├── 99.html │ ├── reader.css │ └── skolar.css └── toggle-controls │ ├── 2john_01.html │ ├── reader.css │ ├── reader.js │ └── skolar.css ├── make-gh-pages.sh ├── prototypes ├── berean-interlinear │ ├── .gitignore │ ├── README.md │ ├── generate.py │ └── templates │ │ ├── _gls.html │ │ ├── _txt.html │ │ ├── frequency │ │ ├── _gls.html │ │ └── template.html │ │ ├── hover │ │ └── template.html │ │ ├── plain │ │ └── template.html │ │ └── toggle │ │ └── template.html ├── jktauber-labs │ ├── README.md │ ├── base.json │ ├── dependency-highlighting.html │ ├── forms.json │ ├── lexemes.json │ ├── morphgnt-api-reader.html │ ├── reader.html │ ├── skolar.css │ ├── syntax-color-hover.html │ ├── syntax-color-hover2.html │ ├── text-controls.html │ └── toggle-color-reader.html ├── morphgnt-interlinear │ ├── .gitignore │ ├── README.md │ ├── generate.py │ └── templates │ │ ├── _gls.html │ │ ├── _txt.html │ │ └── template.html ├── paginated-morphgnt-interlinear │ ├── .gitignore │ ├── README.md │ ├── generate.py │ └── templates │ │ ├── _gls.html │ │ ├── _txt.html │ │ └── template.html ├── reader-skeleton │ └── skel.html ├── sblgnt-web │ ├── .gitignore │ ├── README.md │ ├── css │ │ └── sblgnt.css │ ├── generate.py │ ├── js │ │ └── sblgnt.js │ └── templates │ │ ├── index.html │ │ └── template.html ├── static-json-perseus4 │ ├── .gitignore │ ├── README.md │ ├── data │ │ └── histories2.xml │ ├── generate.py │ └── parse_tei2.py ├── static-paginated-perseus4 │ ├── .gitignore │ ├── README.md │ ├── css │ │ └── reader.css │ ├── data │ │ └── histories2.xml │ ├── generate.py │ ├── parse_tei2.py │ └── templates │ │ └── chapter.html ├── toggle-controls │ ├── .gitignore │ ├── README.md │ ├── css │ │ └── reader.css │ ├── generate.py │ ├── js │ │ └── reader.js │ └── templates │ │ ├── _toggles.html │ │ └── template.html ├── vue-cts │ ├── .babelrc │ ├── .editorconfig │ ├── .eslintignore │ ├── .eslintrc.js │ ├── .gitignore │ ├── .postcssrc.js │ ├── README.md │ ├── build │ │ ├── build.js │ │ ├── check-versions.js │ │ ├── dev-client.js │ │ ├── dev-server.js │ │ ├── utils.js │ │ ├── vue-loader.conf.js │ │ ├── webpack.base.conf.js │ │ ├── webpack.dev.conf.js │ │ └── webpack.prod.conf.js │ ├── config │ │ ├── dev.env.js │ │ ├── index.js │ │ └── prod.env.js │ ├── index.html │ ├── package.json │ ├── src │ │ ├── App.vue │ │ ├── components │ │ │ ├── BookmarkList.vue │ │ │ ├── JsonObject.vue │ │ │ ├── Morpheus.vue │ │ │ ├── Pagination.vue │ │ │ ├── Reader.vue │ │ │ ├── TextFormatting.vue │ │ │ ├── TextGroup.vue │ │ │ ├── TextInventory.vue │ │ │ ├── Widget.vue │ │ │ └── Work.vue │ │ ├── firebase.js │ │ ├── main.js │ │ ├── router │ │ │ └── index.js │ │ ├── store │ │ │ └── index.js │ │ ├── tei.xsl │ │ └── utils.js │ ├── static │ │ └── .gitkeep │ └── yarn.lock ├── vue-json-perseus4 │ ├── .editorconfig │ ├── .eslintrc.js │ ├── .gitignore │ ├── README.md │ ├── components │ │ └── Pagination.vue │ ├── layouts │ │ └── default.vue │ ├── nuxt.config.js │ ├── package.json │ ├── pages │ │ └── index.vue │ └── yarn.lock └── vue-morphgnt-api │ ├── .babelrc │ ├── .editorconfig │ ├── .eslintignore │ ├── .eslintrc.js │ ├── .gitignore │ ├── .postcssrc.js │ ├── README.md │ ├── build │ ├── build.js │ ├── check-versions.js │ ├── dev-client.js │ ├── dev-server.js │ ├── utils.js │ ├── vue-loader.conf.js │ ├── webpack.base.conf.js │ ├── webpack.dev.conf.js │ └── webpack.prod.conf.js │ ├── config │ ├── dev.env.js │ ├── index.js │ └── prod.env.js │ ├── index.html │ ├── package.json │ ├── src │ ├── App.vue │ ├── components │ │ ├── BookInfo.vue │ │ ├── BookSelect.vue │ │ ├── BookmarkList.vue │ │ ├── Frequency.vue │ │ ├── Interlinear.vue │ │ ├── JsonObject.vue │ │ ├── Kwic.vue │ │ ├── Morpheus.vue │ │ ├── Pagination.vue │ │ ├── Reader.vue │ │ ├── TextColouring.vue │ │ ├── TextFormatting.vue │ │ ├── VerseLookup.vue │ │ ├── Widget.vue │ │ ├── WordAnalysis.vue │ │ └── WordInfo.vue │ ├── firebase.js │ ├── main.js │ ├── morphgnt.js │ ├── router │ │ └── index.js │ └── store │ │ └── index.js │ ├── static │ └── .gitkeep │ └── yarn.lock ├── requirements-dev.txt ├── requirements.txt └── tox.ini /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | __pycache__/ 3 | .tox/ 4 | *.egg-info 5 | node_modules/ 6 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/README.md -------------------------------------------------------------------------------- /commons/css/interlinear.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/commons/css/interlinear.css -------------------------------------------------------------------------------- /commons/css/pagination.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/commons/css/pagination.css -------------------------------------------------------------------------------- /commons/css/skolar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/commons/css/skolar.css -------------------------------------------------------------------------------- /commons/js/frequency.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/commons/js/frequency.js -------------------------------------------------------------------------------- /commons/js/toggle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/commons/js/toggle.js -------------------------------------------------------------------------------- /commons/python/reader/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /commons/python/reader/berean.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/commons/python/reader/berean.py -------------------------------------------------------------------------------- /commons/python/reader/fs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/commons/python/reader/fs.py -------------------------------------------------------------------------------- /commons/python/reader/morphgnt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/commons/python/reader/morphgnt.py -------------------------------------------------------------------------------- /commons/python/reader/pagination.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/commons/python/reader/pagination.py -------------------------------------------------------------------------------- /commons/python/reader/ref.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/commons/python/reader/ref.py -------------------------------------------------------------------------------- /commons/python/reader/templates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/commons/python/reader/templates.py -------------------------------------------------------------------------------- /commons/python/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/commons/python/setup.py -------------------------------------------------------------------------------- /commons/templates/_frequency_selector.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/commons/templates/_frequency_selector.html -------------------------------------------------------------------------------- /commons/templates/base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/commons/templates/base.html -------------------------------------------------------------------------------- /commons/templates/toggle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/commons/templates/toggle.html -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- 1 | This directory generated by make-gh-pages.sh 2 | -------------------------------------------------------------------------------- /docs/berean-interlinear/frequency.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/berean-interlinear/frequency.js -------------------------------------------------------------------------------- /docs/berean-interlinear/frequency_040316.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/berean-interlinear/frequency_040316.html -------------------------------------------------------------------------------- /docs/berean-interlinear/hover_040316.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/berean-interlinear/hover_040316.html -------------------------------------------------------------------------------- /docs/berean-interlinear/interlinear.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/berean-interlinear/interlinear.css -------------------------------------------------------------------------------- /docs/berean-interlinear/plain_040316.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/berean-interlinear/plain_040316.html -------------------------------------------------------------------------------- /docs/berean-interlinear/skolar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/berean-interlinear/skolar.css -------------------------------------------------------------------------------- /docs/berean-interlinear/toggle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/berean-interlinear/toggle.js -------------------------------------------------------------------------------- /docs/berean-interlinear/toggle_040316.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/berean-interlinear/toggle_040316.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/1.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/10.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/11.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/12.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/12.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/13.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/13.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/14.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/14.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/15.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/15.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/16.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/16.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/17.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/17.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/18.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/18.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/19.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/19.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/2.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/20.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/20.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/21.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/21.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/22.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/22.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/23.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/23.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/24.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/24.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/25.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/25.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/3.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/4.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/5.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/6.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/7.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/8.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/9.html -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/interlinear.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/interlinear.css -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/pagination.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/pagination.css -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/skolar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/skolar.css -------------------------------------------------------------------------------- /docs/paginated-morphgnt-interlinear/toggle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/paginated-morphgnt-interlinear/toggle.js -------------------------------------------------------------------------------- /docs/sblgnt-web/1cor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/1cor.html -------------------------------------------------------------------------------- /docs/sblgnt-web/1john.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/1john.html -------------------------------------------------------------------------------- /docs/sblgnt-web/1pet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/1pet.html -------------------------------------------------------------------------------- /docs/sblgnt-web/1thess.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/1thess.html -------------------------------------------------------------------------------- /docs/sblgnt-web/1tim.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/1tim.html -------------------------------------------------------------------------------- /docs/sblgnt-web/2cor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/2cor.html -------------------------------------------------------------------------------- /docs/sblgnt-web/2john.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/2john.html -------------------------------------------------------------------------------- /docs/sblgnt-web/2pet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/2pet.html -------------------------------------------------------------------------------- /docs/sblgnt-web/2thess.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/2thess.html -------------------------------------------------------------------------------- /docs/sblgnt-web/2tim.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/2tim.html -------------------------------------------------------------------------------- /docs/sblgnt-web/3john.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/3john.html -------------------------------------------------------------------------------- /docs/sblgnt-web/acts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/acts.html -------------------------------------------------------------------------------- /docs/sblgnt-web/col.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/col.html -------------------------------------------------------------------------------- /docs/sblgnt-web/eph.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/eph.html -------------------------------------------------------------------------------- /docs/sblgnt-web/gal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/gal.html -------------------------------------------------------------------------------- /docs/sblgnt-web/heb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/heb.html -------------------------------------------------------------------------------- /docs/sblgnt-web/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/index.html -------------------------------------------------------------------------------- /docs/sblgnt-web/jas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/jas.html -------------------------------------------------------------------------------- /docs/sblgnt-web/john.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/john.html -------------------------------------------------------------------------------- /docs/sblgnt-web/jude.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/jude.html -------------------------------------------------------------------------------- /docs/sblgnt-web/luke.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/luke.html -------------------------------------------------------------------------------- /docs/sblgnt-web/mark.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/mark.html -------------------------------------------------------------------------------- /docs/sblgnt-web/matt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/matt.html -------------------------------------------------------------------------------- /docs/sblgnt-web/phil.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/phil.html -------------------------------------------------------------------------------- /docs/sblgnt-web/phlm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/phlm.html -------------------------------------------------------------------------------- /docs/sblgnt-web/rev.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/rev.html -------------------------------------------------------------------------------- /docs/sblgnt-web/rom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/rom.html -------------------------------------------------------------------------------- /docs/sblgnt-web/sblgnt.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/sblgnt.css -------------------------------------------------------------------------------- /docs/sblgnt-web/sblgnt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/sblgnt.js -------------------------------------------------------------------------------- /docs/sblgnt-web/titus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/sblgnt-web/titus.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/1.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/10.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/100.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/100.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/101.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/101.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/102.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/102.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/103.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/103.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/104.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/104.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/105.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/105.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/106.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/106.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/107.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/107.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/108.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/108.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/109.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/109.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/11.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/110.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/110.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/111.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/111.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/112.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/112.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/113.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/113.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/114.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/114.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/115.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/115.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/116.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/116.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/117.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/117.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/118.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/118.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/119.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/119.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/12.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/12.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/120.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/120.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/121.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/121.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/121A.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/121A.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/121B.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/121B.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/121C.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/121C.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/121D.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/121D.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/121E.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/121E.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/121F.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/121F.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/122.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/122.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/123.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/123.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/124.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/124.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/125.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/125.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/126.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/126.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/127.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/127.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/128.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/128.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/129.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/129.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/13.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/13.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/130.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/130.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/131.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/131.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/132.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/132.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/133.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/133.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/134.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/134.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/135.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/135.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/136.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/136.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/137.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/137.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/138.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/138.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/139.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/139.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/14.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/14.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/140.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/140.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/141.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/141.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/142.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/142.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/143.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/143.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/144.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/144.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/145.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/145.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/146.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/146.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/147.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/147.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/148.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/148.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/149.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/149.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/15.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/15.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/150.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/150.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/151.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/151.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/152.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/152.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/153.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/153.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/154.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/154.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/155.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/155.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/156.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/156.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/157.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/157.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/158.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/158.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/159.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/159.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/16.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/16.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/160.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/160.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/161.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/161.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/162.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/162.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/163.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/163.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/164.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/164.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/165.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/165.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/166.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/166.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/167.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/167.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/168.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/168.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/169.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/169.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/17.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/17.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/170.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/170.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/171.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/171.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/172.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/172.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/173.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/173.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/174.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/174.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/175.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/175.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/176.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/176.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/177.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/177.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/178.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/178.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/179.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/179.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/18.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/18.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/180.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/180.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/181.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/181.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/182.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/182.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/19.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/19.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/2.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/20.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/20.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/21.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/21.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/22.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/22.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/23.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/23.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/24.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/24.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/25.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/25.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/26.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/26.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/27.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/27.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/28.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/28.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/29.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/29.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/3.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/30.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/30.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/31.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/31.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/32.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/32.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/33.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/33.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/34.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/34.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/35.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/35.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/36.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/36.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/37.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/37.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/38.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/38.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/39.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/39.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/4.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/40.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/40.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/41.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/41.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/42.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/42.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/43.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/43.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/44.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/44.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/45.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/45.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/46.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/46.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/47.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/47.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/48.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/48.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/49.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/49.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/5.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/50.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/50.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/51.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/51.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/52.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/52.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/53.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/53.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/54.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/54.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/55.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/55.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/56.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/56.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/57.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/57.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/58.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/58.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/59.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/59.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/6.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/60.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/60.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/61.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/61.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/62.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/62.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/63.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/63.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/64.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/64.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/65.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/65.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/66.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/66.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/67.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/67.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/68.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/68.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/69.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/69.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/7.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/70.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/70.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/71.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/71.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/72.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/72.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/73.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/73.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/74.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/74.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/75.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/75.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/76.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/76.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/77.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/77.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/78.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/78.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/79.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/79.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/8.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/80.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/80.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/81.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/81.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/82.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/82.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/83.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/83.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/84.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/84.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/85.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/85.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/86.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/86.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/87.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/87.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/88.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/88.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/89.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/89.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/9.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/90.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/90.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/91.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/91.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/92.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/92.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/93.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/93.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/94.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/94.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/95.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/95.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/96.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/96.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/97.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/97.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/98.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/98.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/99.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/99.html -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/reader.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/reader.css -------------------------------------------------------------------------------- /docs/static-paginated-perseus4/skolar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/static-paginated-perseus4/skolar.css -------------------------------------------------------------------------------- /docs/toggle-controls/2john_01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/toggle-controls/2john_01.html -------------------------------------------------------------------------------- /docs/toggle-controls/reader.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/toggle-controls/reader.css -------------------------------------------------------------------------------- /docs/toggle-controls/reader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/toggle-controls/reader.js -------------------------------------------------------------------------------- /docs/toggle-controls/skolar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/docs/toggle-controls/skolar.css -------------------------------------------------------------------------------- /make-gh-pages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/make-gh-pages.sh -------------------------------------------------------------------------------- /prototypes/berean-interlinear/.gitignore: -------------------------------------------------------------------------------- 1 | data/berean_tables.csv 2 | output/ 3 | -------------------------------------------------------------------------------- /prototypes/berean-interlinear/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/berean-interlinear/README.md -------------------------------------------------------------------------------- /prototypes/berean-interlinear/generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/berean-interlinear/generate.py -------------------------------------------------------------------------------- /prototypes/berean-interlinear/templates/_gls.html: -------------------------------------------------------------------------------- 1 | {{ row.english }} 2 | -------------------------------------------------------------------------------- /prototypes/berean-interlinear/templates/_txt.html: -------------------------------------------------------------------------------- 1 | {{ row.greek }} 2 | -------------------------------------------------------------------------------- /prototypes/berean-interlinear/templates/frequency/_gls.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/berean-interlinear/templates/frequency/_gls.html -------------------------------------------------------------------------------- /prototypes/berean-interlinear/templates/frequency/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/berean-interlinear/templates/frequency/template.html -------------------------------------------------------------------------------- /prototypes/berean-interlinear/templates/hover/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/berean-interlinear/templates/hover/template.html -------------------------------------------------------------------------------- /prototypes/berean-interlinear/templates/plain/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/berean-interlinear/templates/plain/template.html -------------------------------------------------------------------------------- /prototypes/berean-interlinear/templates/toggle/template.html: -------------------------------------------------------------------------------- 1 | {% extends "toggle.html" %} 2 | -------------------------------------------------------------------------------- /prototypes/jktauber-labs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/jktauber-labs/README.md -------------------------------------------------------------------------------- /prototypes/jktauber-labs/base.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/jktauber-labs/base.json -------------------------------------------------------------------------------- /prototypes/jktauber-labs/dependency-highlighting.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/jktauber-labs/dependency-highlighting.html -------------------------------------------------------------------------------- /prototypes/jktauber-labs/forms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/jktauber-labs/forms.json -------------------------------------------------------------------------------- /prototypes/jktauber-labs/lexemes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/jktauber-labs/lexemes.json -------------------------------------------------------------------------------- /prototypes/jktauber-labs/morphgnt-api-reader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/jktauber-labs/morphgnt-api-reader.html -------------------------------------------------------------------------------- /prototypes/jktauber-labs/reader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/jktauber-labs/reader.html -------------------------------------------------------------------------------- /prototypes/jktauber-labs/skolar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/jktauber-labs/skolar.css -------------------------------------------------------------------------------- /prototypes/jktauber-labs/syntax-color-hover.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/jktauber-labs/syntax-color-hover.html -------------------------------------------------------------------------------- /prototypes/jktauber-labs/syntax-color-hover2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/jktauber-labs/syntax-color-hover2.html -------------------------------------------------------------------------------- /prototypes/jktauber-labs/text-controls.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/jktauber-labs/text-controls.html -------------------------------------------------------------------------------- /prototypes/jktauber-labs/toggle-color-reader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/jktauber-labs/toggle-color-reader.html -------------------------------------------------------------------------------- /prototypes/morphgnt-interlinear/.gitignore: -------------------------------------------------------------------------------- 1 | output/ 2 | -------------------------------------------------------------------------------- /prototypes/morphgnt-interlinear/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/morphgnt-interlinear/README.md -------------------------------------------------------------------------------- /prototypes/morphgnt-interlinear/generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/morphgnt-interlinear/generate.py -------------------------------------------------------------------------------- /prototypes/morphgnt-interlinear/templates/_gls.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/morphgnt-interlinear/templates/_gls.html -------------------------------------------------------------------------------- /prototypes/morphgnt-interlinear/templates/_txt.html: -------------------------------------------------------------------------------- 1 | {{ row.text }} 2 | -------------------------------------------------------------------------------- /prototypes/morphgnt-interlinear/templates/template.html: -------------------------------------------------------------------------------- 1 | {% extends "toggle.html" %} 2 | -------------------------------------------------------------------------------- /prototypes/paginated-morphgnt-interlinear/.gitignore: -------------------------------------------------------------------------------- 1 | output/ 2 | -------------------------------------------------------------------------------- /prototypes/paginated-morphgnt-interlinear/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/paginated-morphgnt-interlinear/README.md -------------------------------------------------------------------------------- /prototypes/paginated-morphgnt-interlinear/generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/paginated-morphgnt-interlinear/generate.py -------------------------------------------------------------------------------- /prototypes/paginated-morphgnt-interlinear/templates/_gls.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/paginated-morphgnt-interlinear/templates/_gls.html -------------------------------------------------------------------------------- /prototypes/paginated-morphgnt-interlinear/templates/_txt.html: -------------------------------------------------------------------------------- 1 | {{ row.text }} 2 | -------------------------------------------------------------------------------- /prototypes/paginated-morphgnt-interlinear/templates/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/paginated-morphgnt-interlinear/templates/template.html -------------------------------------------------------------------------------- /prototypes/reader-skeleton/skel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/reader-skeleton/skel.html -------------------------------------------------------------------------------- /prototypes/sblgnt-web/.gitignore: -------------------------------------------------------------------------------- 1 | output/ 2 | -------------------------------------------------------------------------------- /prototypes/sblgnt-web/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/sblgnt-web/README.md -------------------------------------------------------------------------------- /prototypes/sblgnt-web/css/sblgnt.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/sblgnt-web/css/sblgnt.css -------------------------------------------------------------------------------- /prototypes/sblgnt-web/generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/sblgnt-web/generate.py -------------------------------------------------------------------------------- /prototypes/sblgnt-web/js/sblgnt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/sblgnt-web/js/sblgnt.js -------------------------------------------------------------------------------- /prototypes/sblgnt-web/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/sblgnt-web/templates/index.html -------------------------------------------------------------------------------- /prototypes/sblgnt-web/templates/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/sblgnt-web/templates/template.html -------------------------------------------------------------------------------- /prototypes/static-json-perseus4/.gitignore: -------------------------------------------------------------------------------- 1 | output/ 2 | -------------------------------------------------------------------------------- /prototypes/static-json-perseus4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/static-json-perseus4/README.md -------------------------------------------------------------------------------- /prototypes/static-json-perseus4/data/histories2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/static-json-perseus4/data/histories2.xml -------------------------------------------------------------------------------- /prototypes/static-json-perseus4/generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/static-json-perseus4/generate.py -------------------------------------------------------------------------------- /prototypes/static-json-perseus4/parse_tei2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/static-json-perseus4/parse_tei2.py -------------------------------------------------------------------------------- /prototypes/static-paginated-perseus4/.gitignore: -------------------------------------------------------------------------------- 1 | output/ 2 | -------------------------------------------------------------------------------- /prototypes/static-paginated-perseus4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/static-paginated-perseus4/README.md -------------------------------------------------------------------------------- /prototypes/static-paginated-perseus4/css/reader.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/static-paginated-perseus4/css/reader.css -------------------------------------------------------------------------------- /prototypes/static-paginated-perseus4/data/histories2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/static-paginated-perseus4/data/histories2.xml -------------------------------------------------------------------------------- /prototypes/static-paginated-perseus4/generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/static-paginated-perseus4/generate.py -------------------------------------------------------------------------------- /prototypes/static-paginated-perseus4/parse_tei2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/static-paginated-perseus4/parse_tei2.py -------------------------------------------------------------------------------- /prototypes/static-paginated-perseus4/templates/chapter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/static-paginated-perseus4/templates/chapter.html -------------------------------------------------------------------------------- /prototypes/toggle-controls/.gitignore: -------------------------------------------------------------------------------- 1 | output/ 2 | -------------------------------------------------------------------------------- /prototypes/toggle-controls/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/toggle-controls/README.md -------------------------------------------------------------------------------- /prototypes/toggle-controls/css/reader.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/toggle-controls/css/reader.css -------------------------------------------------------------------------------- /prototypes/toggle-controls/generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/toggle-controls/generate.py -------------------------------------------------------------------------------- /prototypes/toggle-controls/js/reader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/toggle-controls/js/reader.js -------------------------------------------------------------------------------- /prototypes/toggle-controls/templates/_toggles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/toggle-controls/templates/_toggles.html -------------------------------------------------------------------------------- /prototypes/toggle-controls/templates/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/toggle-controls/templates/template.html -------------------------------------------------------------------------------- /prototypes/vue-cts/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/.babelrc -------------------------------------------------------------------------------- /prototypes/vue-cts/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/.editorconfig -------------------------------------------------------------------------------- /prototypes/vue-cts/.eslintignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/.eslintignore -------------------------------------------------------------------------------- /prototypes/vue-cts/.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/.eslintrc.js -------------------------------------------------------------------------------- /prototypes/vue-cts/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/.gitignore -------------------------------------------------------------------------------- /prototypes/vue-cts/.postcssrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/.postcssrc.js -------------------------------------------------------------------------------- /prototypes/vue-cts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/README.md -------------------------------------------------------------------------------- /prototypes/vue-cts/build/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/build/build.js -------------------------------------------------------------------------------- /prototypes/vue-cts/build/check-versions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/build/check-versions.js -------------------------------------------------------------------------------- /prototypes/vue-cts/build/dev-client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/build/dev-client.js -------------------------------------------------------------------------------- /prototypes/vue-cts/build/dev-server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/build/dev-server.js -------------------------------------------------------------------------------- /prototypes/vue-cts/build/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/build/utils.js -------------------------------------------------------------------------------- /prototypes/vue-cts/build/vue-loader.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/build/vue-loader.conf.js -------------------------------------------------------------------------------- /prototypes/vue-cts/build/webpack.base.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/build/webpack.base.conf.js -------------------------------------------------------------------------------- /prototypes/vue-cts/build/webpack.dev.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/build/webpack.dev.conf.js -------------------------------------------------------------------------------- /prototypes/vue-cts/build/webpack.prod.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/build/webpack.prod.conf.js -------------------------------------------------------------------------------- /prototypes/vue-cts/config/dev.env.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/config/dev.env.js -------------------------------------------------------------------------------- /prototypes/vue-cts/config/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/config/index.js -------------------------------------------------------------------------------- /prototypes/vue-cts/config/prod.env.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | NODE_ENV: '"production"' 3 | } 4 | -------------------------------------------------------------------------------- /prototypes/vue-cts/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/index.html -------------------------------------------------------------------------------- /prototypes/vue-cts/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/package.json -------------------------------------------------------------------------------- /prototypes/vue-cts/src/App.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/App.vue -------------------------------------------------------------------------------- /prototypes/vue-cts/src/components/BookmarkList.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/components/BookmarkList.vue -------------------------------------------------------------------------------- /prototypes/vue-cts/src/components/JsonObject.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/components/JsonObject.vue -------------------------------------------------------------------------------- /prototypes/vue-cts/src/components/Morpheus.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/components/Morpheus.vue -------------------------------------------------------------------------------- /prototypes/vue-cts/src/components/Pagination.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/components/Pagination.vue -------------------------------------------------------------------------------- /prototypes/vue-cts/src/components/Reader.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/components/Reader.vue -------------------------------------------------------------------------------- /prototypes/vue-cts/src/components/TextFormatting.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/components/TextFormatting.vue -------------------------------------------------------------------------------- /prototypes/vue-cts/src/components/TextGroup.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/components/TextGroup.vue -------------------------------------------------------------------------------- /prototypes/vue-cts/src/components/TextInventory.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/components/TextInventory.vue -------------------------------------------------------------------------------- /prototypes/vue-cts/src/components/Widget.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/components/Widget.vue -------------------------------------------------------------------------------- /prototypes/vue-cts/src/components/Work.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/components/Work.vue -------------------------------------------------------------------------------- /prototypes/vue-cts/src/firebase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/firebase.js -------------------------------------------------------------------------------- /prototypes/vue-cts/src/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/main.js -------------------------------------------------------------------------------- /prototypes/vue-cts/src/router/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/router/index.js -------------------------------------------------------------------------------- /prototypes/vue-cts/src/store/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/store/index.js -------------------------------------------------------------------------------- /prototypes/vue-cts/src/tei.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/tei.xsl -------------------------------------------------------------------------------- /prototypes/vue-cts/src/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/src/utils.js -------------------------------------------------------------------------------- /prototypes/vue-cts/static/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /prototypes/vue-cts/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-cts/yarn.lock -------------------------------------------------------------------------------- /prototypes/vue-json-perseus4/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-json-perseus4/.editorconfig -------------------------------------------------------------------------------- /prototypes/vue-json-perseus4/.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-json-perseus4/.eslintrc.js -------------------------------------------------------------------------------- /prototypes/vue-json-perseus4/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-json-perseus4/.gitignore -------------------------------------------------------------------------------- /prototypes/vue-json-perseus4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-json-perseus4/README.md -------------------------------------------------------------------------------- /prototypes/vue-json-perseus4/components/Pagination.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-json-perseus4/components/Pagination.vue -------------------------------------------------------------------------------- /prototypes/vue-json-perseus4/layouts/default.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-json-perseus4/layouts/default.vue -------------------------------------------------------------------------------- /prototypes/vue-json-perseus4/nuxt.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-json-perseus4/nuxt.config.js -------------------------------------------------------------------------------- /prototypes/vue-json-perseus4/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-json-perseus4/package.json -------------------------------------------------------------------------------- /prototypes/vue-json-perseus4/pages/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-json-perseus4/pages/index.vue -------------------------------------------------------------------------------- /prototypes/vue-json-perseus4/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-json-perseus4/yarn.lock -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/.babelrc -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/.editorconfig -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/.eslintignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/.eslintignore -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/.eslintrc.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/.gitignore -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/.postcssrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/.postcssrc.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/README.md -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/build/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/build/build.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/build/check-versions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/build/check-versions.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/build/dev-client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/build/dev-client.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/build/dev-server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/build/dev-server.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/build/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/build/utils.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/build/vue-loader.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/build/vue-loader.conf.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/build/webpack.base.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/build/webpack.base.conf.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/build/webpack.dev.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/build/webpack.dev.conf.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/build/webpack.prod.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/build/webpack.prod.conf.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/config/dev.env.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/config/dev.env.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/config/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/config/index.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/config/prod.env.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | NODE_ENV: '"production"' 3 | } 4 | -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/index.html -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/package.json -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/App.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/App.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/components/BookInfo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/components/BookInfo.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/components/BookSelect.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/components/BookSelect.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/components/BookmarkList.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/components/BookmarkList.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/components/Frequency.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/components/Frequency.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/components/Interlinear.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/components/Interlinear.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/components/JsonObject.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/components/JsonObject.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/components/Kwic.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/components/Kwic.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/components/Morpheus.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/components/Morpheus.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/components/Pagination.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/components/Pagination.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/components/Reader.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/components/Reader.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/components/TextColouring.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/components/TextColouring.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/components/TextFormatting.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/components/TextFormatting.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/components/VerseLookup.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/components/VerseLookup.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/components/Widget.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/components/Widget.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/components/WordAnalysis.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/components/WordAnalysis.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/components/WordInfo.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/components/WordInfo.vue -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/firebase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/firebase.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/main.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/morphgnt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/morphgnt.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/router/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/router/index.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/src/store/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/src/store/index.js -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/static/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /prototypes/vue-morphgnt-api/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/prototypes/vue-morphgnt-api/yarn.lock -------------------------------------------------------------------------------- /requirements-dev.txt: -------------------------------------------------------------------------------- 1 | flake8==3.3.0 2 | tox==2.6.0 3 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | py-sblgnt==0.10 2 | Jinja2==2.9.5 3 | -e commons/python 4 | -------------------------------------------------------------------------------- /tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtauber/online-reader/HEAD/tox.ini --------------------------------------------------------------------------------