From 28b2c08f60f54a78596746e204f4d0092587a09a Mon Sep 17 00:00:00 2001 From: rootavish Date: Sun, 18 May 2014 21:57:45 +0530 Subject: adding epub support : created Makefiles,modified configuration script kickoff commit to add ePub support , creating a subdirectory structure and modified makefiles and configure script to accomodate for ePub . As the sources are done , these will be further changed accordingly . --- backend/epub/epubdocument.atril-backend.in | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 backend/epub/epubdocument.atril-backend.in (limited to 'backend/epub/epubdocument.atril-backend.in') diff --git a/backend/epub/epubdocument.atril-backend.in b/backend/epub/epubdocument.atril-backend.in new file mode 100644 index 00000000..fe97354b --- /dev/null +++ b/backend/epub/epubdocument.atril-backend.in @@ -0,0 +1,4 @@ +[Atril Backend] +Module=epubdocument +_TypeDescription=ePub Documents +MimeType=application/epub+zip; -- cgit v1.2.1 From 5028995e3725c264b2487a1101c22e941b04c8fd Mon Sep 17 00:00:00 2001 From: rootavish Date: Mon, 23 Jun 2014 23:42:11 +0530 Subject: Functions for document info and EvPage,other changes Summary: I added functions in the backend to get document info. Added a member to evdocument to deal with web documents(ePub) on the frontend. Added a webview to the window, that shall replace the Atril view. Due to removing the view from the main Atril window, I have given rise to various GTK-critical errors in response to signals, will be sure to suppress these in the next commit. Worked towards overall blending in of ePub documents. --- backend/epub/epubdocument.atril-backend.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/epub/epubdocument.atril-backend.in') diff --git a/backend/epub/epubdocument.atril-backend.in b/backend/epub/epubdocument.atril-backend.in index fe97354b..ef7767eb 100644 --- a/backend/epub/epubdocument.atril-backend.in +++ b/backend/epub/epubdocument.atril-backend.in @@ -1,4 +1,4 @@ [Atril Backend] Module=epubdocument -_TypeDescription=ePub Documents +_TypeDescription=epub Documents MimeType=application/epub+zip; -- cgit v1.2.1