Tagged Questions
The webarchive tag has no wiki summary.
12
votes
2answers
204 views
Open a .webarchive Modify It and Save It
I'm developing an app for Lion and what I want to do is open a .webarchive file, modify a snippet of the DOM, and then write out the modified DOM to the same file.
Here is my code thus far. It opens ...
2
votes
1answer
269 views
2
votes
1answer
66 views
Is there an external public archive of Gitorious projects?
A certain open source project is hosted at Gitorious. Suppose that at some future point X they decide to close source / delete their project from Gitorious.
Will there exist a public archive of the ...
2
votes
4answers
3k views
Open a .webarchive on the iphone?
Does anyone know if you can programmatically open a .webarchive on the iPhone? A .webarchive is Safari's way of packaging up a webpage and it's associated resources into a single file.
I tried ...
2
votes
4answers
1k views
Cross-Platform Way of Creating Safari Webarchives
I've been searching around and haven't found any reference to tools that can create Safari's webarchive format.
Does anyone have pointers to code for creating this format, or at least a format ...
1
vote
2answers
122 views
How to create .webarchive on iPhone? [closed]
Do you know any method to create .webarchive file in iPhone ?
I am using ASIWebPageRequest to download a web page and i want save it in .webarcive format.
1
vote
2answers
808 views
Save Web Archive with Cocoa
I would like to save a webpage programmatically with Cocoa to the hard disk as a webarchive like Safari.
I've searched for any example programs from Apple yesterday, but I've only found a class ...
0
votes
0answers
50 views
How can I open a WebArchive in a UIWebView?
I'm trying to open a Webarchive stored in a Core Data database.
The Core Database was created on a Mac and filled with some Webarchive by using a WebView.
Now I want to display these WebArchives in ...
0
votes
0answers
50 views
WARC Files from Heritrix (and how to explode them)
I'd like to archive some websites. Two tools seem to come up the most in my googling work:
HTTrack
Heritrix 3
HTTrack outputs regular HTMLs so it's quite straightforward. Heritrix, on the other ...
0
votes
1answer
47 views
Programmatically Edit a .webarchive File
I'm building an AIR app using Actionscript and I want to programmatically insert a piece of text into a .webarchive file. The problem is that every time I insert the text, the file somehow gets ...
0
votes
1answer
110 views
How to save a .webarchive in UIWebView?
I am following this tutorial and was wondering how I can save the current webpage as a .webarchive with the code I am using from the tutorial?
Help is very much appreciated - thanks!
0
votes
1answer
243 views
How to save UIWebView content as .webarchive format?
I had been tried this library: https://github.com/stake/STWebArchiver
It's good, but if I access some web pages isn't well-formed, it would not be saved.
So, is there any way for me to try to save ...
0
votes
2answers
122 views
Modify a .webarchive from within cocoa and write out again
I have access to a .webarchive file. I have so far managed to create a webarchive (using PyObjC) from the file. I wish to modify some elements in the DOM tree and write the modified data out.
I guess ...
0
votes
1answer
531 views
How do you save to WebArchive webView editable content?
I am trying to create a WebArchive from a WebView. I have it working, but I have found a problem when I try and work with edited content. This is what I am currently doing:
[webView ...
0
votes
1answer
195 views
Saving Webarchive in Cocoa without images
I have a WebView that I want to save as a WebArchive. I just want to save the HTML part and not the referenced images. When I do the following, it appears to be creating a WebArchive with the images ...
0
votes
2answers
53 views
how to obtain historical information about code and websites
I remember a couple of websites that seemed to be pretty ground-breaking a long time ago, but they are long gone now.
One of them was "Gabocorp.com" ... it had a nice flash interface.
Another one was ...