summaryrefslogtreecommitdiff
path: root/backend/epub/epub-document.h
AgeCommit message (Collapse)AuthorFilesLines
2014-05-30created a separate directory for minizip content, fixed indentation in ↵rootavish1-1/+1
configure.ac Moved ioapi.c unzip.c unzip.h and ioapi.h into a separate directory backend/epub/minizip Fixed an indentation problem in configure.ac, which was affecting the displayed result. Also fixed a typo in epub-document.h where i had wrongly named the function.
2014-05-30Added functions to extract epub archive,fixed headerrootavish1-19/+14
In this commit i added functionality to extract an epub archive to a temporary location.Again i tried to keep the design modular. This will be changed as changes come along. I also fixed the header to the standard atril backend header. Performed some code cleaning, naming functions as in the atril style of coding.
2014-05-24XML parsing for ePubrootavish1-0/+25
using libxml some functions were written which will be used to get keywords,attributes from files such as the ePub container.tried to keep the code generalised so as to facilitate reusability of code.