gepub EPUB builder API
gepubにEPUB生成インタフェースを追加しようとしています(まだ実装してません!)。以下に、今の案での、使い方例を示します。基本的な考え方は
- まずアイテムを定義(titleとかfile)
- 続いてその属性を定義(alt, file_as, mime typeとか)
です。
ご意見いただけると嬉しいです。
I'm planning to add EPUB builder interface to gepub(not implemented at all, yet). Here is my current idea how GEPUB::Builder interface looks like. Its style is:
- define item (e.g. title, creator, etc)
- set attributes to last defined item (e.g. alt, file_as, mimetype, etc)
If you have any comment or suggestion, please tell me!