WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
ASSIGNED
7241
Utility to convert among web archive formats
https://bugs.webkit.org/show_bug.cgi?id=7241
Summary
Utility to convert among web archive formats
David Kilzer (:ddkilzer)
Reported
2006-02-13 16:58:02 PST
It would be nice to have a utility to convert between web archive formats (Safari's .webarchive plist; MSIE's .mht MIME HTML; Firefox's web page, complete) until such time as
Bug 7168
,
Bug 7169
and
Bug 7211
are fixed.
Attachments
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2006-02-13 17:05:31 PST
Taking my own bug. I originally thought I could write this in a day, but there were more challenges to overcome than I initially thought. :) The current version uses Perl and will only work on Mac OS X since it uses (or will use) the PerlObjCBridge to create/extract .webarchive files (which are binary plists). I plan to have the script read each of the formats into an internal format-neutral data structure so that it can target any of the formats on output. Right now .webarchive to "web page, complete" is very close to working. Lessons learned from this project will undoubtedly help to implement the bugs noted in the Description above.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug