paulwilliam / webarchiver
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitattributes | ||
| |
.gitignore | ||
| |
KBWebArchiver.h | ||
| |
KBWebArchiver.m | ||
| |
README | ||
| |
webarchiver.1 | ||
| |
webarchiver.m | ||
| |
webarchiver.xcodeproj/ | ||
| |
webarchiver_Prefix.pch |
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

