Bug 43876 - Support for RFC 2397 (data URLs)
Summary: Support for RFC 2397 (data URLs)
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Libreoffice (show other bugs)
Version: unspecified
Hardware: All All
: medium enhancement
Assignee: Not Assigned
QA Contact: Jorendc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-16 01:50 UTC by Gert van Valkenhoef
Modified: 2013-01-27 20:36 UTC (History)
3 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Gert van Valkenhoef 2011-12-16 01:50:54 UTC
All modern browsers support the href="data:..." URL scheme [1], as described in RFC 2397 [2]. This scheme allows the linked data to be placed inline in the HTML code. For example this could be a MIME (base 64) encoded PNG.

Implementation of this scheme would be incredibly useful for copy/paste of e.g. tables containing mixed text and (generated) images.

[1] http://en.wikipedia.org/wiki/Data_URI_scheme
[2] http://tools.ietf.org/html/rfc2397

(I'm willing to attempt an implementation if someone can point me to the right place to start.)
Comment 1 sasha.libreoffice 2012-04-30 04:22:15 UTC
Thanks for new idea
It is indeed interesting to place many small files in one big html and be sure that pictures will not lost after transferring to another comp.

> (I'm willing to attempt an implementation if someone can point me to the right
> place to start.)
Alas, I can not. Try search word "html" among names of source files. If it placed in folder "filter" then it is what we need, IMHO.
Comment 2 Jorendc 2013-01-27 20:36:25 UTC
I mark this enhancement request as 'NEW' because I can't find any duplicate so far.

I'm afraid I can't either provide any code pointers.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.