├── CONTRIBUTING.md ├── LICENSE ├── LICENSE_ja ├── README.md └── samples ├── README.md └── ScrollSnap ├── ScrollSnapTest.epub └── source ├── META-INF └── container.xml ├── chap1.html ├── chap2.html ├── css └── base.css ├── mimetype ├── package.opf └── toc.html /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Advanced-Publishing-Laboratory/apl-epub/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Advanced-Publishing-Laboratory/apl-epub/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE_ja: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Advanced-Publishing-Laboratory/apl-epub/HEAD/LICENSE_ja -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Advanced-Publishing-Laboratory/apl-epub/HEAD/README.md -------------------------------------------------------------------------------- /samples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Advanced-Publishing-Laboratory/apl-epub/HEAD/samples/README.md -------------------------------------------------------------------------------- /samples/ScrollSnap/ScrollSnapTest.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Advanced-Publishing-Laboratory/apl-epub/HEAD/samples/ScrollSnap/ScrollSnapTest.epub -------------------------------------------------------------------------------- /samples/ScrollSnap/source/META-INF/container.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Advanced-Publishing-Laboratory/apl-epub/HEAD/samples/ScrollSnap/source/META-INF/container.xml -------------------------------------------------------------------------------- /samples/ScrollSnap/source/chap1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Advanced-Publishing-Laboratory/apl-epub/HEAD/samples/ScrollSnap/source/chap1.html -------------------------------------------------------------------------------- /samples/ScrollSnap/source/chap2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Advanced-Publishing-Laboratory/apl-epub/HEAD/samples/ScrollSnap/source/chap2.html -------------------------------------------------------------------------------- /samples/ScrollSnap/source/css/base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Advanced-Publishing-Laboratory/apl-epub/HEAD/samples/ScrollSnap/source/css/base.css -------------------------------------------------------------------------------- /samples/ScrollSnap/source/mimetype: -------------------------------------------------------------------------------- 1 | application/epub+zip -------------------------------------------------------------------------------- /samples/ScrollSnap/source/package.opf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Advanced-Publishing-Laboratory/apl-epub/HEAD/samples/ScrollSnap/source/package.opf -------------------------------------------------------------------------------- /samples/ScrollSnap/source/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Advanced-Publishing-Laboratory/apl-epub/HEAD/samples/ScrollSnap/source/toc.html --------------------------------------------------------------------------------