├── .gitignore ├── README.md └── compile.sh /.gitignore: -------------------------------------------------------------------------------- 1 | input 2 | tmp 3 | *.epub 4 | *.mobi -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quanganhdo/anthology/HEAD/README.md -------------------------------------------------------------------------------- /compile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quanganhdo/anthology/HEAD/compile.sh --------------------------------------------------------------------------------