From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: HTML/images zipped? Date: Fri, 26 Jun 2015 10:08:34 -0400 Message-ID: <6sw6c7381eh89p.fsf@pfdstudio.com> References: <6sw6c7bng2haym.fsf@pfdstudio.com> <87si9ebn3b.fsf@newcastle.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8UJ6-0006tv-Ce for emacs-orgmode@gnu.org; Fri, 26 Jun 2015 10:08:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8UJ1-0005v0-MK for emacs-orgmode@gnu.org; Fri, 26 Jun 2015 10:08:40 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:34849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8UJ1-0005uj-J3 for emacs-orgmode@gnu.org; Fri, 26 Jun 2015 10:08:35 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 49202206AD for ; Fri, 26 Jun 2015 10:08:35 -0400 (EDT) In-Reply-To: <87si9ebn3b.fsf@newcastle.ac.uk> (Phillip Lord's message of "Fri, 26 Jun 2015 14:44:56 +0100") 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: Phillip Lord Cc: emacs-orgmode@gnu.org phillip.lord@newcastle.ac.uk (Phillip Lord) writes: > data-uri's is probably what you want. There is no standard format for > zipping multiple HTML files together, while including images (or video's > or audio) directly into the HTML works reasonably well. > > I found a snippet to get ox-html to do this -- it would be a good > feature to add properly though! Thanks, Phillip. That sounds like an interesting possibility. I've never worked with data-uri's. Can you post or send that snippet? I don't seem to be finding it on my initial searches. Thanks, -pd