paulwilliam / webarchiver
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Tree:
a3190ac
| name | age | message | |
|---|---|---|---|
| |
.gitattributes | Fri Nov 28 20:14:56 -0800 2008 | |
| |
.gitignore | Fri Nov 28 20:14:56 -0800 2008 | |
| |
KBWebArchiver.h | Fri Nov 28 20:14:56 -0800 2008 | |
| |
KBWebArchiver.m | Fri Nov 28 20:14:56 -0800 2008 | |
| |
README | Fri Nov 28 20:14:29 -0800 2008 | |
| |
webarchiver.1 | Fri Nov 28 20:14:56 -0800 2008 | |
| |
webarchiver.m | ||
| |
webarchiver.xcodeproj/ | ||
| |
webarchiver_Prefix.pch | Fri Nov 28 20:14:56 -0800 2008 |
README
Webarchiver allows you to create Safari .webarchive files from the command line. Webarchives are a convenient way to store a webpage and its associated files (images, css, javascript, etc) in a single file. It is very simple to use: ./webarchiver -url http://www.google.com -output google.webarchive

