Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robrohan/webarchiveextractor
Mac OS X utility to un-archive .webarchive files (like when saving from Safari)
https://github.com/robrohan/webarchiveextractor
Last synced: 7 days ago
JSON representation
Mac OS X utility to un-archive .webarchive files (like when saving from Safari)
- Host: GitHub
- URL: https://github.com/robrohan/webarchiveextractor
- Owner: robrohan
- License: other
- Created: 2011-04-30T02:41:33.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T18:46:19.000Z (2 months ago)
- Last Synced: 2024-12-15T04:06:25.665Z (14 days ago)
- Language: Objective-C
- Homepage: https://therohans.com/webarchiveextractor/
- Size: 3.59 MB
- Stars: 324
- Watchers: 20
- Forks: 59
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rtf
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# WebArchive Extractor
WebArchive Extractor is a MacOS application to help un-archive `.webarchive`
files (like when saving from Safari).If you do not want to build the code yourself, you can grab a compiled
[universal binary here](https://therohans.com/webarchiveextractor/).## Compiling
You should be able to just checkout the code, open in Xcode, and click run.
## Building Help
```
cd WebArchiveExtractorHelp
``````
hiutil -I corespotlight -Caf WebArchiveExtractorHelp.cshelpindex -vv .
``````
hiutil -I lsm -Caf WebArchiveExtractorHelp.helpindex -vv .
```Verify:
```
hiutil -I corespotlight -Tvf WebArchiveExtractorHelp.cshelpindex
``````
mv WebArchiveExtractorHelp WebArchiveExtractorHelp.help
```---
NOTE: this file is from the original sourceforge code. There is no Automator
code in this forked versionRelease notes
Version 0.1 - initial release
This release contains two independent partsPart 1. Application 'Web Archive Extractor'
files:
WebArchiveExtractor.zip contains ApplicationTo install 'Web Archive Extractor'
- unpack WebArchiveExtractor.zip
- copy WebArchiveExtractor into /Application folderPart 2. Automator Action
files:
Automator-WebArchiveExtractorAction.action.zip contains Automator Plugin
Automator-ExtractWebarchive.zip contains sample workflowTo install Automator Action
- unpack zip
- copy WebArchiveExtractorAction.action into /Users//Library/Automator folderVersion 0.2
Version 0.2 improves stability and addresses a number of other minor issues.
-crash on releasing of autorelease pool fixed (in NSCoreDragReceiveProc)
-main resource name changed to webarchive-index.html
-bundle identifiers changedfiles:
WebArchiveExtractor.0.2.zip contains Application
Automator-WebArchiveExtractorAction.0.2.action.zip contains Automator Plugin.