├── .gitignore ├── LICENSE-CC-BY ├── README.md ├── books ├── a_christmas_carol │ ├── metadata.json │ ├── no_sync_text │ │ ├── 01_title.xhtml │ │ ├── colophon.xhtml │ │ └── nav.xhtml │ ├── plaintext │ │ ├── 01_title.txt │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ └── 5.txt │ ├── smil │ │ ├── 1.smil │ │ ├── 2.smil │ │ ├── 3.smil │ │ ├── 4.smil │ │ └── 5.smil │ ├── sync_text │ │ ├── 1.xhtml │ │ ├── 2.xhtml │ │ ├── 3.xhtml │ │ ├── 4.xhtml │ │ └── 5.xhtml │ └── text.txt ├── alices_adventures_in_wonderland │ ├── metadata.json │ ├── no_sync_text │ │ ├── 001_title.xhtml │ │ ├── colophon.xhtml │ │ └── nav.xhtml │ ├── plaintext │ │ ├── 001_title.txt │ │ ├── 01.txt │ │ ├── 02.txt │ │ ├── 03.txt │ │ ├── 04.txt │ │ ├── 05.txt │ │ ├── 06.txt │ │ ├── 07.txt │ │ ├── 08.txt │ │ ├── 09.txt │ │ ├── 10.txt │ │ ├── 11.txt │ │ └── 12.txt │ ├── smil │ │ ├── 01.smil │ │ ├── 02.smil │ │ ├── 03.smil │ │ ├── 04.smil │ │ ├── 05.smil │ │ ├── 06.smil │ │ ├── 07.smil │ │ ├── 08.smil │ │ ├── 09.smil │ │ ├── 10.smil │ │ ├── 11.smil │ │ └── 12.smil │ ├── sync_text │ │ ├── 01.xhtml │ │ ├── 02.xhtml │ │ ├── 03.xhtml │ │ ├── 04.xhtml │ │ ├── 05.xhtml │ │ ├── 06.xhtml │ │ ├── 07.xhtml │ │ ├── 08.xhtml │ │ ├── 09.xhtml │ │ ├── 10.xhtml │ │ ├── 11.xhtml │ │ └── 12.xhtml │ └── text.txt ├── civil_disobedience │ ├── metadata.json │ ├── no_sync_text │ │ ├── colophon.xhtml │ │ └── nav.xhtml │ ├── plaintext │ │ ├── 1.txt │ │ └── 2.txt │ ├── smil │ │ ├── 1.smil │ │ └── 2.smil │ ├── sync_text │ │ ├── 1.xhtml │ │ └── 2.xhtml │ └── text.txt ├── heart_of_darkness │ ├── metadata.json │ ├── no_sync_text │ │ ├── 01_title.xhtml │ │ ├── colophon.xhtml │ │ └── nav.xhtml │ ├── plaintext │ │ ├── 01_title.txt │ │ ├── 1.txt │ │ ├── 2.txt │ │ ├── 3.txt │ │ ├── 4.txt │ │ ├── 5.txt │ │ └── 6.txt │ ├── smil │ │ ├── 1.smil │ │ ├── 2.smil │ │ ├── 3.smil │ │ ├── 4.smil │ │ ├── 5.smil │ │ └── 6.smil │ ├── sync_text │ │ ├── 1.xhtml │ │ ├── 2.xhtml │ │ ├── 3.xhtml │ │ ├── 4.xhtml │ │ ├── 5.xhtml │ │ └── 6.xhtml │ └── text.txt ├── martin_eden │ ├── metadata.json │ ├── no_sync_text │ │ ├── 001_title.xhtml │ │ ├── colophon.xhtml │ │ └── nav.xhtml │ ├── plaintext │ │ ├── 001_title.txt │ │ ├── 01.txt │ │ ├── 02.txt │ │ ├── 03.txt │ │ ├── 04.txt │ │ ├── 05.txt │ │ ├── 06.txt │ │ ├── 07.txt │ │ ├── 08.txt │ │ ├── 09.txt │ │ ├── 10.txt │ │ ├── 11.txt │ │ ├── 12.txt │ │ ├── 13.txt │ │ ├── 14.txt │ │ ├── 15.txt │ │ ├── 16.txt │ │ ├── 17.txt │ │ ├── 18.txt │ │ ├── 19.txt │ │ ├── 20.txt │ │ ├── 21.txt │ │ ├── 22.txt │ │ ├── 23.txt │ │ ├── 24.txt │ │ ├── 25.txt │ │ ├── 26.txt │ │ ├── 27.txt │ │ ├── 28.txt │ │ ├── 29.txt │ │ ├── 30.txt │ │ ├── 31.txt │ │ ├── 32.txt │ │ ├── 33.txt │ │ ├── 34.txt │ │ ├── 35.txt │ │ ├── 36.txt │ │ ├── 37.txt │ │ ├── 38.txt │ │ ├── 39.txt │ │ ├── 40.txt │ │ ├── 41.txt │ │ ├── 42.txt │ │ ├── 43.txt │ │ ├── 44.txt │ │ ├── 45.txt │ │ └── 46.txt │ ├── smil │ │ ├── 01.smil │ │ ├── 02.smil │ │ ├── 03.smil │ │ ├── 04.smil │ │ ├── 05.smil │ │ ├── 06.smil │ │ ├── 07.smil │ │ ├── 08.smil │ │ ├── 09.smil │ │ ├── 10.smil │ │ ├── 11.smil │ │ ├── 12.smil │ │ ├── 13.smil │ │ ├── 14.smil │ │ ├── 15.smil │ │ ├── 16.smil │ │ ├── 17.smil │ │ ├── 18.smil │ │ ├── 19.smil │ │ ├── 20.smil │ │ ├── 21.smil │ │ ├── 22.smil │ │ ├── 23.smil │ │ ├── 24.smil │ │ ├── 25.smil │ │ ├── 26.smil │ │ ├── 27.smil │ │ ├── 28.smil │ │ ├── 29.smil │ │ ├── 30.smil │ │ ├── 31.smil │ │ ├── 32.smil │ │ ├── 33.smil │ │ ├── 34.smil │ │ ├── 35.smil │ │ ├── 36.smil │ │ ├── 37.smil │ │ ├── 38.smil │ │ ├── 39.smil │ │ ├── 40.smil │ │ ├── 41.smil │ │ ├── 42.smil │ │ ├── 43.smil │ │ ├── 44.smil │ │ ├── 45.smil │ │ └── 46.smil │ ├── sync_text │ │ ├── 01.xhtml │ │ ├── 02.xhtml │ │ ├── 03.xhtml │ │ ├── 04.xhtml │ │ ├── 05.xhtml │ │ ├── 06.xhtml │ │ ├── 07.xhtml │ │ ├── 08.xhtml │ │ ├── 09.xhtml │ │ ├── 10.xhtml │ │ ├── 11.xhtml │ │ ├── 12.xhtml │ │ ├── 13.xhtml │ │ ├── 14.xhtml │ │ ├── 15.xhtml │ │ ├── 16.xhtml │ │ ├── 17.xhtml │ │ ├── 18.xhtml │ │ ├── 19.xhtml │ │ ├── 20.xhtml │ │ ├── 21.xhtml │ │ ├── 22.xhtml │ │ ├── 23.xhtml │ │ ├── 24.xhtml │ │ ├── 25.xhtml │ │ ├── 26.xhtml │ │ ├── 27.xhtml │ │ ├── 28.xhtml │ │ ├── 29.xhtml │ │ ├── 30.xhtml │ │ ├── 31.xhtml │ │ ├── 32.xhtml │ │ ├── 33.xhtml │ │ ├── 34.xhtml │ │ ├── 35.xhtml │ │ ├── 36.xhtml │ │ ├── 37.xhtml │ │ ├── 38.xhtml │ │ ├── 39.xhtml │ │ ├── 40.xhtml │ │ ├── 41.xhtml │ │ ├── 42.xhtml │ │ ├── 43.xhtml │ │ ├── 44.xhtml │ │ ├── 45.xhtml │ │ └── 46.xhtml │ └── text.txt ├── siddhartha │ ├── metadata.json │ ├── no_sync_text │ │ ├── 01.xhtml │ │ ├── 02.xhtml │ │ ├── 07.xhtml │ │ ├── colophon.xhtml │ │ └── nav.xhtml │ ├── plaintext │ │ ├── 01.txt │ │ ├── 02.txt │ │ ├── 03.txt │ │ ├── 04.txt │ │ ├── 05.txt │ │ ├── 06.txt │ │ ├── 07.txt │ │ ├── 08.txt │ │ ├── 09.txt │ │ ├── 10.txt │ │ ├── 11.txt │ │ ├── 12.txt │ │ ├── 13.txt │ │ ├── 14.txt │ │ └── 15.txt │ ├── smil │ │ ├── 03.smil │ │ ├── 04.smil │ │ ├── 05.smil │ │ ├── 06.smil │ │ ├── 08.smil │ │ ├── 09.smil │ │ ├── 10.smil │ │ ├── 11.smil │ │ ├── 12.smil │ │ ├── 13.smil │ │ ├── 14.smil │ │ └── 15.smil │ ├── sync_text │ │ ├── 03.xhtml │ │ ├── 04.xhtml │ │ ├── 05.xhtml │ │ ├── 06.xhtml │ │ ├── 08.xhtml │ │ ├── 09.xhtml │ │ ├── 10.xhtml │ │ ├── 11.xhtml │ │ ├── 12.xhtml │ │ ├── 13.xhtml │ │ ├── 14.xhtml │ │ └── 15.xhtml │ └── text.txt ├── the_metamorphosis │ ├── metadata.json │ ├── no_sync_text │ │ ├── 01_title.xhtml │ │ ├── colophon.xhtml │ │ └── nav.xhtml │ ├── plaintext │ │ ├── 01_title.txt │ │ ├── 1.txt │ │ ├── 2.txt │ │ └── 3.txt │ ├── smil │ │ ├── 1.smil │ │ ├── 2.smil │ │ └── 3.smil │ ├── sync_text │ │ ├── 1.xhtml │ │ ├── 2.xhtml │ │ └── 3.xhtml │ └── text.txt ├── the_picture_of_dorian_gray │ ├── metadata.json │ ├── no_sync_text │ │ ├── 001_title.xhtml │ │ ├── colophon.xhtml │ │ └── nav.xhtml │ ├── plaintext │ │ ├── 001_title.txt │ │ ├── 002_preface.txt │ │ ├── 01.txt │ │ ├── 02.txt │ │ ├── 03.txt │ │ ├── 04.txt │ │ ├── 05.txt │ │ ├── 06.txt │ │ ├── 07.txt │ │ ├── 08.txt │ │ ├── 09.txt │ │ ├── 10.txt │ │ ├── 11.txt │ │ ├── 12.txt │ │ ├── 13.txt │ │ ├── 14.txt │ │ ├── 15.txt │ │ ├── 16.txt │ │ ├── 17.txt │ │ ├── 18.txt │ │ ├── 19.txt │ │ └── 20.txt │ ├── smil │ │ ├── 002_preface.smil │ │ ├── 01.smil │ │ ├── 02.smil │ │ ├── 03.smil │ │ ├── 04.smil │ │ ├── 05.smil │ │ ├── 06.smil │ │ ├── 07.smil │ │ ├── 08.smil │ │ ├── 09.smil │ │ ├── 10.smil │ │ ├── 11.smil │ │ ├── 12.smil │ │ ├── 13.smil │ │ ├── 14.smil │ │ ├── 15.smil │ │ ├── 16.smil │ │ ├── 17.smil │ │ ├── 18.smil │ │ ├── 19.smil │ │ └── 20.smil │ ├── sync_text │ │ ├── 002_preface.xhtml │ │ ├── 01.xhtml │ │ ├── 02.xhtml │ │ ├── 03.xhtml │ │ ├── 04.xhtml │ │ ├── 05.xhtml │ │ ├── 06.xhtml │ │ ├── 07.xhtml │ │ ├── 08.xhtml │ │ ├── 09.xhtml │ │ ├── 10.xhtml │ │ ├── 11.xhtml │ │ ├── 12.xhtml │ │ ├── 13.xhtml │ │ ├── 14.xhtml │ │ ├── 15.xhtml │ │ ├── 16.xhtml │ │ ├── 17.xhtml │ │ ├── 18.xhtml │ │ ├── 19.xhtml │ │ └── 20.xhtml │ └── text.txt ├── the_time_machine │ ├── metadata.json │ ├── no_sync_text │ │ ├── 001_title.xhtml │ │ ├── colophon.xhtml │ │ └── nav.xhtml │ ├── plaintext │ │ ├── 001_title.txt │ │ ├── 01.txt │ │ ├── 02.txt │ │ ├── 03.txt │ │ ├── 04.txt │ │ ├── 05.txt │ │ ├── 06.txt │ │ ├── 07.txt │ │ ├── 08.txt │ │ ├── 09.txt │ │ ├── 10.txt │ │ ├── 11.txt │ │ └── 12.txt │ ├── smil │ │ ├── 01.smil │ │ ├── 02.smil │ │ ├── 03.smil │ │ ├── 04.smil │ │ ├── 05.smil │ │ ├── 06.smil │ │ ├── 07.smil │ │ ├── 08.smil │ │ ├── 09.smil │ │ ├── 10.smil │ │ ├── 11.smil │ │ └── 12.smil │ └── sync_text │ │ ├── 01.xhtml │ │ ├── 02.xhtml │ │ ├── 03.xhtml │ │ ├── 04.xhtml │ │ ├── 05.xhtml │ │ ├── 06.xhtml │ │ ├── 07.xhtml │ │ ├── 08.xhtml │ │ ├── 09.xhtml │ │ ├── 10.xhtml │ │ ├── 11.xhtml │ │ └── 12.xhtml ├── the_wrong_box │ ├── metadata.json │ ├── no_sync_text │ │ ├── 001_title.xhtml │ │ ├── 002_preface.xhtml │ │ ├── colophon.xhtml │ │ └── nav.xhtml │ ├── plaintext │ │ ├── 001_title.txt │ │ ├── 002_preface.txt │ │ ├── 01.txt │ │ ├── 02.txt │ │ ├── 03.txt │ │ ├── 04.txt │ │ ├── 05.txt │ │ ├── 06.txt │ │ ├── 07.txt │ │ ├── 08.txt │ │ ├── 09.txt │ │ ├── 10.txt │ │ ├── 11.txt │ │ ├── 12.txt │ │ ├── 13.txt │ │ ├── 14.txt │ │ ├── 15.txt │ │ └── 16.txt │ ├── smil │ │ ├── 01.smil │ │ ├── 02.smil │ │ ├── 03.smil │ │ ├── 04.smil │ │ ├── 05.smil │ │ ├── 06.smil │ │ ├── 07.smil │ │ ├── 08.smil │ │ ├── 09.smil │ │ ├── 10.smil │ │ ├── 11.smil │ │ ├── 12.smil │ │ ├── 13.smil │ │ ├── 14.smil │ │ ├── 15.smil │ │ └── 16.smil │ ├── sync_text │ │ ├── 01.xhtml │ │ ├── 02.xhtml │ │ ├── 03.xhtml │ │ ├── 04.xhtml │ │ ├── 05.xhtml │ │ ├── 06.xhtml │ │ ├── 07.xhtml │ │ ├── 08.xhtml │ │ ├── 09.xhtml │ │ ├── 10.xhtml │ │ ├── 11.xhtml │ │ ├── 12.xhtml │ │ ├── 13.xhtml │ │ ├── 14.xhtml │ │ ├── 15.xhtml │ │ └── 16.xhtml │ └── text.txt └── typee │ ├── metadata.json │ ├── no_sync_text │ ├── 001_title.xhtml │ ├── colophon.xhtml │ └── nav.xhtml │ ├── plaintext │ ├── 001_title.txt │ ├── 01.txt │ ├── 02.txt │ ├── 03.txt │ ├── 04.txt │ ├── 05.txt │ ├── 06.txt │ ├── 07.txt │ ├── 08.txt │ ├── 09.txt │ ├── 10.txt │ ├── 11.txt │ ├── 12.txt │ ├── 13.txt │ ├── 14.txt │ ├── 15.txt │ ├── 16.txt │ ├── 17.txt │ ├── 18.txt │ ├── 19.txt │ ├── 20.txt │ ├── 21.txt │ ├── 22.txt │ ├── 23.txt │ ├── 24.txt │ ├── 25.txt │ ├── 26.txt │ ├── 27.txt │ ├── 28.txt │ ├── 29.txt │ ├── 30.txt │ ├── 31.txt │ ├── 32.txt │ ├── 33.txt │ ├── 34.txt │ ├── 35.txt │ └── 36.txt │ ├── smil │ ├── 01.smil │ ├── 02.smil │ ├── 03.smil │ ├── 04.smil │ ├── 05.smil │ ├── 06.smil │ ├── 07.smil │ ├── 08.smil │ ├── 09.smil │ ├── 10.smil │ ├── 11.smil │ ├── 12.smil │ ├── 13.smil │ ├── 14.smil │ ├── 15.smil │ ├── 16.smil │ ├── 17.smil │ ├── 18.smil │ ├── 19.smil │ ├── 20.smil │ ├── 21.smil │ ├── 22.smil │ ├── 23.smil │ ├── 24.smil │ ├── 25.smil │ ├── 26.smil │ ├── 27.smil │ ├── 28.smil │ ├── 29.smil │ ├── 30.smil │ ├── 31.smil │ ├── 32.smil │ ├── 33.smil │ ├── 34.smil │ ├── 35.smil │ └── 36.smil │ ├── sync_text │ ├── 01.xhtml │ ├── 02.xhtml │ ├── 03.xhtml │ ├── 04.xhtml │ ├── 05.xhtml │ ├── 06.xhtml │ ├── 07.xhtml │ ├── 08.xhtml │ ├── 09.xhtml │ ├── 10.xhtml │ ├── 11.xhtml │ ├── 12.xhtml │ ├── 13.xhtml │ ├── 14.xhtml │ ├── 15.xhtml │ ├── 16.xhtml │ ├── 17.xhtml │ ├── 18.xhtml │ ├── 19.xhtml │ ├── 20.xhtml │ ├── 21.xhtml │ ├── 22.xhtml │ ├── 23.xhtml │ ├── 24.xhtml │ ├── 25.xhtml │ ├── 26.xhtml │ ├── 27.xhtml │ ├── 28.xhtml │ ├── 29.xhtml │ ├── 30.xhtml │ ├── 31.xhtml │ ├── 32.xhtml │ ├── 33.xhtml │ ├── 34.xhtml │ ├── 35.xhtml │ └── 36.xhtml │ └── text.txt └── map.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE-CC-BY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/LICENSE-CC-BY -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/README.md -------------------------------------------------------------------------------- /books/a_christmas_carol/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/metadata.json -------------------------------------------------------------------------------- /books/a_christmas_carol/no_sync_text/01_title.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/no_sync_text/01_title.xhtml -------------------------------------------------------------------------------- /books/a_christmas_carol/no_sync_text/colophon.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/no_sync_text/colophon.xhtml -------------------------------------------------------------------------------- /books/a_christmas_carol/no_sync_text/nav.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/no_sync_text/nav.xhtml -------------------------------------------------------------------------------- /books/a_christmas_carol/plaintext/01_title.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/plaintext/01_title.txt -------------------------------------------------------------------------------- /books/a_christmas_carol/plaintext/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/plaintext/1.txt -------------------------------------------------------------------------------- /books/a_christmas_carol/plaintext/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/plaintext/2.txt -------------------------------------------------------------------------------- /books/a_christmas_carol/plaintext/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/plaintext/3.txt -------------------------------------------------------------------------------- /books/a_christmas_carol/plaintext/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/plaintext/4.txt -------------------------------------------------------------------------------- /books/a_christmas_carol/plaintext/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/plaintext/5.txt -------------------------------------------------------------------------------- /books/a_christmas_carol/smil/1.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/smil/1.smil -------------------------------------------------------------------------------- /books/a_christmas_carol/smil/2.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/smil/2.smil -------------------------------------------------------------------------------- /books/a_christmas_carol/smil/3.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/smil/3.smil -------------------------------------------------------------------------------- /books/a_christmas_carol/smil/4.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/smil/4.smil -------------------------------------------------------------------------------- /books/a_christmas_carol/smil/5.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/smil/5.smil -------------------------------------------------------------------------------- /books/a_christmas_carol/sync_text/1.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/sync_text/1.xhtml -------------------------------------------------------------------------------- /books/a_christmas_carol/sync_text/2.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/sync_text/2.xhtml -------------------------------------------------------------------------------- /books/a_christmas_carol/sync_text/3.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/sync_text/3.xhtml -------------------------------------------------------------------------------- /books/a_christmas_carol/sync_text/4.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/sync_text/4.xhtml -------------------------------------------------------------------------------- /books/a_christmas_carol/sync_text/5.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/sync_text/5.xhtml -------------------------------------------------------------------------------- /books/a_christmas_carol/text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/a_christmas_carol/text.txt -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/metadata.json -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/no_sync_text/001_title.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/no_sync_text/001_title.xhtml -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/no_sync_text/colophon.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/no_sync_text/colophon.xhtml -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/no_sync_text/nav.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/no_sync_text/nav.xhtml -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/plaintext/001_title.txt: -------------------------------------------------------------------------------- 1 | Alice’s Adventures in Wonderland 2 | 3 | by Lewis Carroll -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/plaintext/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/plaintext/01.txt -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/plaintext/02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/plaintext/02.txt -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/plaintext/03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/plaintext/03.txt -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/plaintext/04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/plaintext/04.txt -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/plaintext/05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/plaintext/05.txt -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/plaintext/06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/plaintext/06.txt -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/plaintext/07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/plaintext/07.txt -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/plaintext/08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/plaintext/08.txt -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/plaintext/09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/plaintext/09.txt -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/plaintext/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/plaintext/10.txt -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/plaintext/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/plaintext/11.txt -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/plaintext/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/plaintext/12.txt -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/smil/01.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/smil/01.smil -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/smil/02.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/smil/02.smil -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/smil/03.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/smil/03.smil -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/smil/04.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/smil/04.smil -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/smil/05.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/smil/05.smil -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/smil/06.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/smil/06.smil -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/smil/07.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/smil/07.smil -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/smil/08.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/smil/08.smil -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/smil/09.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/smil/09.smil -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/smil/10.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/smil/10.smil -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/smil/11.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/smil/11.smil -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/smil/12.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/smil/12.smil -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/sync_text/01.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/sync_text/01.xhtml -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/sync_text/02.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/sync_text/02.xhtml -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/sync_text/03.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/sync_text/03.xhtml -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/sync_text/04.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/sync_text/04.xhtml -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/sync_text/05.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/sync_text/05.xhtml -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/sync_text/06.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/sync_text/06.xhtml -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/sync_text/07.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/sync_text/07.xhtml -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/sync_text/08.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/sync_text/08.xhtml -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/sync_text/09.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/sync_text/09.xhtml -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/sync_text/10.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/sync_text/10.xhtml -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/sync_text/11.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/sync_text/11.xhtml -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/sync_text/12.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/sync_text/12.xhtml -------------------------------------------------------------------------------- /books/alices_adventures_in_wonderland/text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/alices_adventures_in_wonderland/text.txt -------------------------------------------------------------------------------- /books/civil_disobedience/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/civil_disobedience/metadata.json -------------------------------------------------------------------------------- /books/civil_disobedience/no_sync_text/colophon.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/civil_disobedience/no_sync_text/colophon.xhtml -------------------------------------------------------------------------------- /books/civil_disobedience/no_sync_text/nav.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/civil_disobedience/no_sync_text/nav.xhtml -------------------------------------------------------------------------------- /books/civil_disobedience/plaintext/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/civil_disobedience/plaintext/1.txt -------------------------------------------------------------------------------- /books/civil_disobedience/plaintext/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/civil_disobedience/plaintext/2.txt -------------------------------------------------------------------------------- /books/civil_disobedience/smil/1.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/civil_disobedience/smil/1.smil -------------------------------------------------------------------------------- /books/civil_disobedience/smil/2.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/civil_disobedience/smil/2.smil -------------------------------------------------------------------------------- /books/civil_disobedience/sync_text/1.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/civil_disobedience/sync_text/1.xhtml -------------------------------------------------------------------------------- /books/civil_disobedience/sync_text/2.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/civil_disobedience/sync_text/2.xhtml -------------------------------------------------------------------------------- /books/civil_disobedience/text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/civil_disobedience/text.txt -------------------------------------------------------------------------------- /books/heart_of_darkness/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/metadata.json -------------------------------------------------------------------------------- /books/heart_of_darkness/no_sync_text/01_title.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/no_sync_text/01_title.xhtml -------------------------------------------------------------------------------- /books/heart_of_darkness/no_sync_text/colophon.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/no_sync_text/colophon.xhtml -------------------------------------------------------------------------------- /books/heart_of_darkness/no_sync_text/nav.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/no_sync_text/nav.xhtml -------------------------------------------------------------------------------- /books/heart_of_darkness/plaintext/01_title.txt: -------------------------------------------------------------------------------- 1 | Heart of Darkness 2 | 3 | by Joseph Conrad -------------------------------------------------------------------------------- /books/heart_of_darkness/plaintext/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/plaintext/1.txt -------------------------------------------------------------------------------- /books/heart_of_darkness/plaintext/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/plaintext/2.txt -------------------------------------------------------------------------------- /books/heart_of_darkness/plaintext/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/plaintext/3.txt -------------------------------------------------------------------------------- /books/heart_of_darkness/plaintext/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/plaintext/4.txt -------------------------------------------------------------------------------- /books/heart_of_darkness/plaintext/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/plaintext/5.txt -------------------------------------------------------------------------------- /books/heart_of_darkness/plaintext/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/plaintext/6.txt -------------------------------------------------------------------------------- /books/heart_of_darkness/smil/1.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/smil/1.smil -------------------------------------------------------------------------------- /books/heart_of_darkness/smil/2.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/smil/2.smil -------------------------------------------------------------------------------- /books/heart_of_darkness/smil/3.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/smil/3.smil -------------------------------------------------------------------------------- /books/heart_of_darkness/smil/4.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/smil/4.smil -------------------------------------------------------------------------------- /books/heart_of_darkness/smil/5.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/smil/5.smil -------------------------------------------------------------------------------- /books/heart_of_darkness/smil/6.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/smil/6.smil -------------------------------------------------------------------------------- /books/heart_of_darkness/sync_text/1.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/sync_text/1.xhtml -------------------------------------------------------------------------------- /books/heart_of_darkness/sync_text/2.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/sync_text/2.xhtml -------------------------------------------------------------------------------- /books/heart_of_darkness/sync_text/3.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/sync_text/3.xhtml -------------------------------------------------------------------------------- /books/heart_of_darkness/sync_text/4.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/sync_text/4.xhtml -------------------------------------------------------------------------------- /books/heart_of_darkness/sync_text/5.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/sync_text/5.xhtml -------------------------------------------------------------------------------- /books/heart_of_darkness/sync_text/6.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/sync_text/6.xhtml -------------------------------------------------------------------------------- /books/heart_of_darkness/text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/heart_of_darkness/text.txt -------------------------------------------------------------------------------- /books/martin_eden/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/metadata.json -------------------------------------------------------------------------------- /books/martin_eden/no_sync_text/001_title.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/no_sync_text/001_title.xhtml -------------------------------------------------------------------------------- /books/martin_eden/no_sync_text/colophon.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/no_sync_text/colophon.xhtml -------------------------------------------------------------------------------- /books/martin_eden/no_sync_text/nav.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/no_sync_text/nav.xhtml -------------------------------------------------------------------------------- /books/martin_eden/plaintext/001_title.txt: -------------------------------------------------------------------------------- 1 | Martin Eden 2 | 3 | by Jack London -------------------------------------------------------------------------------- /books/martin_eden/plaintext/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/01.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/02.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/03.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/04.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/05.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/06.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/07.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/08.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/09.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/10.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/11.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/12.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/13.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/14.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/15.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/16.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/17.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/18.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/19.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/20.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/21.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/22.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/23.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/24.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/25.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/26.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/27.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/28.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/29.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/30.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/31.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/32.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/33.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/34.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/35.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/36.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/37.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/38.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/39.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/40.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/41.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/42.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/43.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/44.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/45.txt -------------------------------------------------------------------------------- /books/martin_eden/plaintext/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/plaintext/46.txt -------------------------------------------------------------------------------- /books/martin_eden/smil/01.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/01.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/02.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/02.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/03.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/03.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/04.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/04.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/05.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/05.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/06.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/06.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/07.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/07.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/08.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/08.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/09.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/09.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/10.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/10.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/11.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/11.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/12.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/12.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/13.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/13.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/14.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/14.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/15.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/15.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/16.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/16.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/17.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/17.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/18.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/18.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/19.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/19.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/20.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/20.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/21.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/21.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/22.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/22.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/23.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/23.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/24.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/24.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/25.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/25.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/26.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/26.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/27.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/27.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/28.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/28.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/29.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/29.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/30.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/30.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/31.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/31.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/32.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/32.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/33.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/33.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/34.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/34.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/35.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/35.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/36.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/36.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/37.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/37.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/38.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/38.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/39.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/39.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/40.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/40.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/41.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/41.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/42.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/42.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/43.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/43.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/44.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/44.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/45.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/45.smil -------------------------------------------------------------------------------- /books/martin_eden/smil/46.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/smil/46.smil -------------------------------------------------------------------------------- /books/martin_eden/sync_text/01.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/01.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/02.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/02.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/03.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/03.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/04.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/04.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/05.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/05.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/06.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/06.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/07.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/07.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/08.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/08.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/09.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/09.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/10.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/10.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/11.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/11.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/12.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/12.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/13.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/13.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/14.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/14.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/15.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/15.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/16.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/16.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/17.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/17.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/18.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/18.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/19.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/19.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/20.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/20.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/21.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/21.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/22.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/22.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/23.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/23.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/24.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/24.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/25.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/25.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/26.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/26.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/27.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/27.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/28.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/28.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/29.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/29.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/30.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/30.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/31.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/31.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/32.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/32.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/33.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/33.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/34.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/34.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/35.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/35.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/36.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/36.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/37.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/37.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/38.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/38.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/39.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/39.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/40.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/40.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/41.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/41.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/42.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/42.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/43.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/43.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/44.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/44.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/45.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/45.xhtml -------------------------------------------------------------------------------- /books/martin_eden/sync_text/46.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/sync_text/46.xhtml -------------------------------------------------------------------------------- /books/martin_eden/text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/martin_eden/text.txt -------------------------------------------------------------------------------- /books/siddhartha/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/metadata.json -------------------------------------------------------------------------------- /books/siddhartha/no_sync_text/01.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/no_sync_text/01.xhtml -------------------------------------------------------------------------------- /books/siddhartha/no_sync_text/02.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/no_sync_text/02.xhtml -------------------------------------------------------------------------------- /books/siddhartha/no_sync_text/07.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/no_sync_text/07.xhtml -------------------------------------------------------------------------------- /books/siddhartha/no_sync_text/colophon.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/no_sync_text/colophon.xhtml -------------------------------------------------------------------------------- /books/siddhartha/no_sync_text/nav.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/no_sync_text/nav.xhtml -------------------------------------------------------------------------------- /books/siddhartha/plaintext/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/plaintext/01.txt -------------------------------------------------------------------------------- /books/siddhartha/plaintext/02.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | FIRST PART 4 | 5 | To Romain Rolland, my dear friend 6 | 7 | 8 | -------------------------------------------------------------------------------- /books/siddhartha/plaintext/03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/plaintext/03.txt -------------------------------------------------------------------------------- /books/siddhartha/plaintext/04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/plaintext/04.txt -------------------------------------------------------------------------------- /books/siddhartha/plaintext/05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/plaintext/05.txt -------------------------------------------------------------------------------- /books/siddhartha/plaintext/06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/plaintext/06.txt -------------------------------------------------------------------------------- /books/siddhartha/plaintext/07.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | SECOND PART 4 | 5 | Dedicated to Wilhelm Gundert, my cousin in Japan 6 | 7 | 8 | -------------------------------------------------------------------------------- /books/siddhartha/plaintext/08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/plaintext/08.txt -------------------------------------------------------------------------------- /books/siddhartha/plaintext/09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/plaintext/09.txt -------------------------------------------------------------------------------- /books/siddhartha/plaintext/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/plaintext/10.txt -------------------------------------------------------------------------------- /books/siddhartha/plaintext/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/plaintext/11.txt -------------------------------------------------------------------------------- /books/siddhartha/plaintext/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/plaintext/12.txt -------------------------------------------------------------------------------- /books/siddhartha/plaintext/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/plaintext/13.txt -------------------------------------------------------------------------------- /books/siddhartha/plaintext/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/plaintext/14.txt -------------------------------------------------------------------------------- /books/siddhartha/plaintext/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/plaintext/15.txt -------------------------------------------------------------------------------- /books/siddhartha/smil/03.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/smil/03.smil -------------------------------------------------------------------------------- /books/siddhartha/smil/04.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/smil/04.smil -------------------------------------------------------------------------------- /books/siddhartha/smil/05.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/smil/05.smil -------------------------------------------------------------------------------- /books/siddhartha/smil/06.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/smil/06.smil -------------------------------------------------------------------------------- /books/siddhartha/smil/08.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/smil/08.smil -------------------------------------------------------------------------------- /books/siddhartha/smil/09.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/smil/09.smil -------------------------------------------------------------------------------- /books/siddhartha/smil/10.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/smil/10.smil -------------------------------------------------------------------------------- /books/siddhartha/smil/11.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/smil/11.smil -------------------------------------------------------------------------------- /books/siddhartha/smil/12.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/smil/12.smil -------------------------------------------------------------------------------- /books/siddhartha/smil/13.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/smil/13.smil -------------------------------------------------------------------------------- /books/siddhartha/smil/14.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/smil/14.smil -------------------------------------------------------------------------------- /books/siddhartha/smil/15.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/smil/15.smil -------------------------------------------------------------------------------- /books/siddhartha/sync_text/03.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/sync_text/03.xhtml -------------------------------------------------------------------------------- /books/siddhartha/sync_text/04.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/sync_text/04.xhtml -------------------------------------------------------------------------------- /books/siddhartha/sync_text/05.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/sync_text/05.xhtml -------------------------------------------------------------------------------- /books/siddhartha/sync_text/06.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/sync_text/06.xhtml -------------------------------------------------------------------------------- /books/siddhartha/sync_text/08.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/sync_text/08.xhtml -------------------------------------------------------------------------------- /books/siddhartha/sync_text/09.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/sync_text/09.xhtml -------------------------------------------------------------------------------- /books/siddhartha/sync_text/10.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/sync_text/10.xhtml -------------------------------------------------------------------------------- /books/siddhartha/sync_text/11.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/sync_text/11.xhtml -------------------------------------------------------------------------------- /books/siddhartha/sync_text/12.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/sync_text/12.xhtml -------------------------------------------------------------------------------- /books/siddhartha/sync_text/13.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/sync_text/13.xhtml -------------------------------------------------------------------------------- /books/siddhartha/sync_text/14.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/sync_text/14.xhtml -------------------------------------------------------------------------------- /books/siddhartha/sync_text/15.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/sync_text/15.xhtml -------------------------------------------------------------------------------- /books/siddhartha/text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/siddhartha/text.txt -------------------------------------------------------------------------------- /books/the_metamorphosis/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_metamorphosis/metadata.json -------------------------------------------------------------------------------- /books/the_metamorphosis/no_sync_text/01_title.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_metamorphosis/no_sync_text/01_title.xhtml -------------------------------------------------------------------------------- /books/the_metamorphosis/no_sync_text/colophon.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_metamorphosis/no_sync_text/colophon.xhtml -------------------------------------------------------------------------------- /books/the_metamorphosis/no_sync_text/nav.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_metamorphosis/no_sync_text/nav.xhtml -------------------------------------------------------------------------------- /books/the_metamorphosis/plaintext/01_title.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_metamorphosis/plaintext/01_title.txt -------------------------------------------------------------------------------- /books/the_metamorphosis/plaintext/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_metamorphosis/plaintext/1.txt -------------------------------------------------------------------------------- /books/the_metamorphosis/plaintext/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_metamorphosis/plaintext/2.txt -------------------------------------------------------------------------------- /books/the_metamorphosis/plaintext/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_metamorphosis/plaintext/3.txt -------------------------------------------------------------------------------- /books/the_metamorphosis/smil/1.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_metamorphosis/smil/1.smil -------------------------------------------------------------------------------- /books/the_metamorphosis/smil/2.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_metamorphosis/smil/2.smil -------------------------------------------------------------------------------- /books/the_metamorphosis/smil/3.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_metamorphosis/smil/3.smil -------------------------------------------------------------------------------- /books/the_metamorphosis/sync_text/1.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_metamorphosis/sync_text/1.xhtml -------------------------------------------------------------------------------- /books/the_metamorphosis/sync_text/2.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_metamorphosis/sync_text/2.xhtml -------------------------------------------------------------------------------- /books/the_metamorphosis/sync_text/3.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_metamorphosis/sync_text/3.xhtml -------------------------------------------------------------------------------- /books/the_metamorphosis/text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_metamorphosis/text.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/metadata.json -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/no_sync_text/001_title.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/no_sync_text/001_title.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/no_sync_text/colophon.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/no_sync_text/colophon.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/no_sync_text/nav.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/no_sync_text/nav.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/001_title.txt: -------------------------------------------------------------------------------- 1 | The Picture of Dorian Gray 2 | 3 | by Oscar Wilde -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/002_preface.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/002_preface.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/01.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/02.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/03.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/04.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/05.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/06.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/07.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/08.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/09.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/10.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/11.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/12.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/13.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/14.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/15.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/16.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/17.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/18.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/19.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/plaintext/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/plaintext/20.txt -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/002_preface.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/002_preface.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/01.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/01.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/02.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/02.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/03.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/03.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/04.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/04.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/05.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/05.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/06.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/06.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/07.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/07.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/08.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/08.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/09.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/09.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/10.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/10.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/11.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/11.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/12.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/12.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/13.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/13.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/14.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/14.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/15.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/15.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/16.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/16.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/17.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/17.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/18.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/18.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/19.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/19.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/smil/20.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/smil/20.smil -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/002_preface.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/002_preface.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/01.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/01.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/02.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/02.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/03.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/03.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/04.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/04.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/05.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/05.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/06.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/06.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/07.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/07.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/08.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/08.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/09.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/09.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/10.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/10.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/11.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/11.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/12.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/12.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/13.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/13.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/14.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/14.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/15.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/15.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/16.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/16.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/17.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/17.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/18.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/18.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/19.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/19.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/sync_text/20.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/sync_text/20.xhtml -------------------------------------------------------------------------------- /books/the_picture_of_dorian_gray/text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_picture_of_dorian_gray/text.txt -------------------------------------------------------------------------------- /books/the_time_machine/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/metadata.json -------------------------------------------------------------------------------- /books/the_time_machine/no_sync_text/001_title.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/no_sync_text/001_title.xhtml -------------------------------------------------------------------------------- /books/the_time_machine/no_sync_text/colophon.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/no_sync_text/colophon.xhtml -------------------------------------------------------------------------------- /books/the_time_machine/no_sync_text/nav.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/no_sync_text/nav.xhtml -------------------------------------------------------------------------------- /books/the_time_machine/plaintext/001_title.txt: -------------------------------------------------------------------------------- 1 | The Time Machine 2 | 3 | by H. G. Wells -------------------------------------------------------------------------------- /books/the_time_machine/plaintext/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/plaintext/01.txt -------------------------------------------------------------------------------- /books/the_time_machine/plaintext/02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/plaintext/02.txt -------------------------------------------------------------------------------- /books/the_time_machine/plaintext/03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/plaintext/03.txt -------------------------------------------------------------------------------- /books/the_time_machine/plaintext/04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/plaintext/04.txt -------------------------------------------------------------------------------- /books/the_time_machine/plaintext/05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/plaintext/05.txt -------------------------------------------------------------------------------- /books/the_time_machine/plaintext/06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/plaintext/06.txt -------------------------------------------------------------------------------- /books/the_time_machine/plaintext/07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/plaintext/07.txt -------------------------------------------------------------------------------- /books/the_time_machine/plaintext/08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/plaintext/08.txt -------------------------------------------------------------------------------- /books/the_time_machine/plaintext/09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/plaintext/09.txt -------------------------------------------------------------------------------- /books/the_time_machine/plaintext/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/plaintext/10.txt -------------------------------------------------------------------------------- /books/the_time_machine/plaintext/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/plaintext/11.txt -------------------------------------------------------------------------------- /books/the_time_machine/plaintext/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/plaintext/12.txt -------------------------------------------------------------------------------- /books/the_time_machine/smil/01.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/smil/01.smil -------------------------------------------------------------------------------- /books/the_time_machine/smil/02.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/smil/02.smil -------------------------------------------------------------------------------- /books/the_time_machine/smil/03.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/smil/03.smil -------------------------------------------------------------------------------- /books/the_time_machine/smil/04.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/smil/04.smil -------------------------------------------------------------------------------- /books/the_time_machine/smil/05.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/smil/05.smil -------------------------------------------------------------------------------- /books/the_time_machine/smil/06.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/smil/06.smil -------------------------------------------------------------------------------- /books/the_time_machine/smil/07.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/smil/07.smil -------------------------------------------------------------------------------- /books/the_time_machine/smil/08.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/smil/08.smil -------------------------------------------------------------------------------- /books/the_time_machine/smil/09.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/smil/09.smil -------------------------------------------------------------------------------- /books/the_time_machine/smil/10.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/smil/10.smil -------------------------------------------------------------------------------- /books/the_time_machine/smil/11.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/smil/11.smil -------------------------------------------------------------------------------- /books/the_time_machine/smil/12.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/smil/12.smil -------------------------------------------------------------------------------- /books/the_time_machine/sync_text/01.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/sync_text/01.xhtml -------------------------------------------------------------------------------- /books/the_time_machine/sync_text/02.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/sync_text/02.xhtml -------------------------------------------------------------------------------- /books/the_time_machine/sync_text/03.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/sync_text/03.xhtml -------------------------------------------------------------------------------- /books/the_time_machine/sync_text/04.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/sync_text/04.xhtml -------------------------------------------------------------------------------- /books/the_time_machine/sync_text/05.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/sync_text/05.xhtml -------------------------------------------------------------------------------- /books/the_time_machine/sync_text/06.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/sync_text/06.xhtml -------------------------------------------------------------------------------- /books/the_time_machine/sync_text/07.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/sync_text/07.xhtml -------------------------------------------------------------------------------- /books/the_time_machine/sync_text/08.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/sync_text/08.xhtml -------------------------------------------------------------------------------- /books/the_time_machine/sync_text/09.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/sync_text/09.xhtml -------------------------------------------------------------------------------- /books/the_time_machine/sync_text/10.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/sync_text/10.xhtml -------------------------------------------------------------------------------- /books/the_time_machine/sync_text/11.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/sync_text/11.xhtml -------------------------------------------------------------------------------- /books/the_time_machine/sync_text/12.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_time_machine/sync_text/12.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/metadata.json -------------------------------------------------------------------------------- /books/the_wrong_box/no_sync_text/001_title.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/no_sync_text/001_title.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/no_sync_text/002_preface.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/no_sync_text/002_preface.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/no_sync_text/colophon.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/no_sync_text/colophon.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/no_sync_text/nav.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/no_sync_text/nav.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/001_title.txt: -------------------------------------------------------------------------------- 1 | THE WRONG BOX 2 | 3 | By Robert Louis Stevenson And Lloyd Osbourne -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/002_preface.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/002_preface.txt -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/01.txt -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/02.txt -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/03.txt -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/04.txt -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/05.txt -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/06.txt -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/07.txt -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/08.txt -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/09.txt -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/10.txt -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/11.txt -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/12.txt -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/13.txt -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/14.txt -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/15.txt -------------------------------------------------------------------------------- /books/the_wrong_box/plaintext/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/plaintext/16.txt -------------------------------------------------------------------------------- /books/the_wrong_box/smil/01.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/smil/01.smil -------------------------------------------------------------------------------- /books/the_wrong_box/smil/02.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/smil/02.smil -------------------------------------------------------------------------------- /books/the_wrong_box/smil/03.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/smil/03.smil -------------------------------------------------------------------------------- /books/the_wrong_box/smil/04.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/smil/04.smil -------------------------------------------------------------------------------- /books/the_wrong_box/smil/05.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/smil/05.smil -------------------------------------------------------------------------------- /books/the_wrong_box/smil/06.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/smil/06.smil -------------------------------------------------------------------------------- /books/the_wrong_box/smil/07.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/smil/07.smil -------------------------------------------------------------------------------- /books/the_wrong_box/smil/08.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/smil/08.smil -------------------------------------------------------------------------------- /books/the_wrong_box/smil/09.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/smil/09.smil -------------------------------------------------------------------------------- /books/the_wrong_box/smil/10.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/smil/10.smil -------------------------------------------------------------------------------- /books/the_wrong_box/smil/11.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/smil/11.smil -------------------------------------------------------------------------------- /books/the_wrong_box/smil/12.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/smil/12.smil -------------------------------------------------------------------------------- /books/the_wrong_box/smil/13.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/smil/13.smil -------------------------------------------------------------------------------- /books/the_wrong_box/smil/14.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/smil/14.smil -------------------------------------------------------------------------------- /books/the_wrong_box/smil/15.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/smil/15.smil -------------------------------------------------------------------------------- /books/the_wrong_box/smil/16.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/smil/16.smil -------------------------------------------------------------------------------- /books/the_wrong_box/sync_text/01.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/sync_text/01.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/sync_text/02.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/sync_text/02.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/sync_text/03.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/sync_text/03.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/sync_text/04.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/sync_text/04.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/sync_text/05.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/sync_text/05.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/sync_text/06.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/sync_text/06.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/sync_text/07.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/sync_text/07.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/sync_text/08.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/sync_text/08.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/sync_text/09.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/sync_text/09.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/sync_text/10.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/sync_text/10.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/sync_text/11.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/sync_text/11.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/sync_text/12.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/sync_text/12.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/sync_text/13.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/sync_text/13.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/sync_text/14.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/sync_text/14.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/sync_text/15.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/sync_text/15.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/sync_text/16.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/sync_text/16.xhtml -------------------------------------------------------------------------------- /books/the_wrong_box/text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/the_wrong_box/text.txt -------------------------------------------------------------------------------- /books/typee/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/metadata.json -------------------------------------------------------------------------------- /books/typee/no_sync_text/001_title.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/no_sync_text/001_title.xhtml -------------------------------------------------------------------------------- /books/typee/no_sync_text/colophon.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/no_sync_text/colophon.xhtml -------------------------------------------------------------------------------- /books/typee/no_sync_text/nav.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/no_sync_text/nav.xhtml -------------------------------------------------------------------------------- /books/typee/plaintext/001_title.txt: -------------------------------------------------------------------------------- 1 | Typee 2 | 3 | by Herman Melville -------------------------------------------------------------------------------- /books/typee/plaintext/01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/01.txt -------------------------------------------------------------------------------- /books/typee/plaintext/02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/02.txt -------------------------------------------------------------------------------- /books/typee/plaintext/03.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/03.txt -------------------------------------------------------------------------------- /books/typee/plaintext/04.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/04.txt -------------------------------------------------------------------------------- /books/typee/plaintext/05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/05.txt -------------------------------------------------------------------------------- /books/typee/plaintext/06.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/06.txt -------------------------------------------------------------------------------- /books/typee/plaintext/07.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/07.txt -------------------------------------------------------------------------------- /books/typee/plaintext/08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/08.txt -------------------------------------------------------------------------------- /books/typee/plaintext/09.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/09.txt -------------------------------------------------------------------------------- /books/typee/plaintext/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/10.txt -------------------------------------------------------------------------------- /books/typee/plaintext/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/11.txt -------------------------------------------------------------------------------- /books/typee/plaintext/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/12.txt -------------------------------------------------------------------------------- /books/typee/plaintext/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/13.txt -------------------------------------------------------------------------------- /books/typee/plaintext/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/14.txt -------------------------------------------------------------------------------- /books/typee/plaintext/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/15.txt -------------------------------------------------------------------------------- /books/typee/plaintext/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/16.txt -------------------------------------------------------------------------------- /books/typee/plaintext/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/17.txt -------------------------------------------------------------------------------- /books/typee/plaintext/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/18.txt -------------------------------------------------------------------------------- /books/typee/plaintext/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/19.txt -------------------------------------------------------------------------------- /books/typee/plaintext/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/20.txt -------------------------------------------------------------------------------- /books/typee/plaintext/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/21.txt -------------------------------------------------------------------------------- /books/typee/plaintext/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/22.txt -------------------------------------------------------------------------------- /books/typee/plaintext/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/23.txt -------------------------------------------------------------------------------- /books/typee/plaintext/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/24.txt -------------------------------------------------------------------------------- /books/typee/plaintext/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/25.txt -------------------------------------------------------------------------------- /books/typee/plaintext/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/26.txt -------------------------------------------------------------------------------- /books/typee/plaintext/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/27.txt -------------------------------------------------------------------------------- /books/typee/plaintext/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/28.txt -------------------------------------------------------------------------------- /books/typee/plaintext/29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/29.txt -------------------------------------------------------------------------------- /books/typee/plaintext/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/30.txt -------------------------------------------------------------------------------- /books/typee/plaintext/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/31.txt -------------------------------------------------------------------------------- /books/typee/plaintext/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/32.txt -------------------------------------------------------------------------------- /books/typee/plaintext/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/33.txt -------------------------------------------------------------------------------- /books/typee/plaintext/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/34.txt -------------------------------------------------------------------------------- /books/typee/plaintext/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/35.txt -------------------------------------------------------------------------------- /books/typee/plaintext/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/plaintext/36.txt -------------------------------------------------------------------------------- /books/typee/smil/01.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/01.smil -------------------------------------------------------------------------------- /books/typee/smil/02.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/02.smil -------------------------------------------------------------------------------- /books/typee/smil/03.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/03.smil -------------------------------------------------------------------------------- /books/typee/smil/04.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/04.smil -------------------------------------------------------------------------------- /books/typee/smil/05.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/05.smil -------------------------------------------------------------------------------- /books/typee/smil/06.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/06.smil -------------------------------------------------------------------------------- /books/typee/smil/07.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/07.smil -------------------------------------------------------------------------------- /books/typee/smil/08.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/08.smil -------------------------------------------------------------------------------- /books/typee/smil/09.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/09.smil -------------------------------------------------------------------------------- /books/typee/smil/10.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/10.smil -------------------------------------------------------------------------------- /books/typee/smil/11.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/11.smil -------------------------------------------------------------------------------- /books/typee/smil/12.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/12.smil -------------------------------------------------------------------------------- /books/typee/smil/13.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/13.smil -------------------------------------------------------------------------------- /books/typee/smil/14.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/14.smil -------------------------------------------------------------------------------- /books/typee/smil/15.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/15.smil -------------------------------------------------------------------------------- /books/typee/smil/16.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/16.smil -------------------------------------------------------------------------------- /books/typee/smil/17.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/17.smil -------------------------------------------------------------------------------- /books/typee/smil/18.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/18.smil -------------------------------------------------------------------------------- /books/typee/smil/19.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/19.smil -------------------------------------------------------------------------------- /books/typee/smil/20.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/20.smil -------------------------------------------------------------------------------- /books/typee/smil/21.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/21.smil -------------------------------------------------------------------------------- /books/typee/smil/22.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/22.smil -------------------------------------------------------------------------------- /books/typee/smil/23.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/23.smil -------------------------------------------------------------------------------- /books/typee/smil/24.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/24.smil -------------------------------------------------------------------------------- /books/typee/smil/25.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/25.smil -------------------------------------------------------------------------------- /books/typee/smil/26.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/26.smil -------------------------------------------------------------------------------- /books/typee/smil/27.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/27.smil -------------------------------------------------------------------------------- /books/typee/smil/28.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/28.smil -------------------------------------------------------------------------------- /books/typee/smil/29.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/29.smil -------------------------------------------------------------------------------- /books/typee/smil/30.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/30.smil -------------------------------------------------------------------------------- /books/typee/smil/31.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/31.smil -------------------------------------------------------------------------------- /books/typee/smil/32.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/32.smil -------------------------------------------------------------------------------- /books/typee/smil/33.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/33.smil -------------------------------------------------------------------------------- /books/typee/smil/34.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/34.smil -------------------------------------------------------------------------------- /books/typee/smil/35.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/35.smil -------------------------------------------------------------------------------- /books/typee/smil/36.smil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/smil/36.smil -------------------------------------------------------------------------------- /books/typee/sync_text/01.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/01.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/02.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/02.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/03.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/03.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/04.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/04.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/05.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/05.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/06.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/06.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/07.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/07.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/08.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/08.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/09.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/09.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/10.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/10.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/11.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/11.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/12.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/12.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/13.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/13.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/14.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/14.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/15.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/15.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/16.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/16.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/17.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/17.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/18.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/18.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/19.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/19.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/20.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/20.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/21.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/21.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/22.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/22.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/23.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/23.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/24.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/24.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/25.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/25.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/26.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/26.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/27.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/27.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/28.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/28.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/29.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/29.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/30.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/30.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/31.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/31.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/32.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/32.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/33.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/33.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/34.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/34.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/35.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/35.xhtml -------------------------------------------------------------------------------- /books/typee/sync_text/36.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/sync_text/36.xhtml -------------------------------------------------------------------------------- /books/typee/text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/books/typee/text.txt -------------------------------------------------------------------------------- /map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/r4victor/synclibrivox/HEAD/map.json --------------------------------------------------------------------------------