1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

- add rudimentary epub parser for metadata extraction

- add cover images
 - add configurable preview settings (should probably be in core or in a separate app)
 - add some metadata to feed template (file size, type and filename)
This commit is contained in:
frankdelange 2014-12-12 19:24:36 +01:00
parent 64cfb7925e
commit 007b7c7791
13 changed files with 704 additions and 12 deletions

View file

@ -0,0 +1,7 @@
#opds .indent {
padding-left: 1em;
}
#opds .double-indent {
padding-left: 2em;
}