From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: HTML/images zipped projects Date: Wed, 08 Jul 2015 09:53:44 +0800 Message-ID: <87d203pg7r.fsf@ericabrahamsen.net> References: <20150707.202511.1894713262739236530.roklein@roklein.de> <87zj374wra.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCeYj-0002Ma-NY for emacs-orgmode@gnu.org; Tue, 07 Jul 2015 21:54:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCeYd-0007nz-F9 for emacs-orgmode@gnu.org; Tue, 07 Jul 2015 21:54:01 -0400 Received: from plane.gmane.org ([80.91.229.3]:36348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCeYd-0007nB-8G for emacs-orgmode@gnu.org; Tue, 07 Jul 2015 21:53:55 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZCeYY-0002ns-6G for emacs-orgmode@gnu.org; Wed, 08 Jul 2015 03:53:50 +0200 Received: from 111.199.149.245 ([111.199.149.245]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jul 2015 03:53:50 +0200 Received: from eric by 111.199.149.245 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jul 2015 03:53:50 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Rasmus writes: > Robert Klein writes: > >> For single file export (cf. the ox-htmlzip example I sent earlier) I >> have some ideas, but haven't implemented them yet (Vaidheeswaran C's >> comment about epub being close to zip hit a nerve, so I'll take a shot >> at extending it to an epub exporter.. > > BTW: do you know that ox-odt already zips files? Perhaps you want to take > a look at it and see if its approach is useful and can be generalized for > your need. Last year I started work on an "epub-mode", for editing epubs. I got distracted and haven't worked on it much, but the zipping/unzipping is in place, so maybe you could borrow that. When I finally finish it I was planning on writing an integrated Org exporter, but who knows when that will happen! https://github.com/girzel/epub-mode Eric