You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,29 +3,29 @@ pywebarchive is software for reading Apple's [webarchive](https://en.wikipedia.o
3
3
* Webarchive Extractor converts webarchive files to standard pages you can open in any browser.
4
4
* The `webarchive` Python module is the code "under the hood" that makes the Extractor work. It's available for other applications to use, too.
5
5
6
-
pywebarchive is open-source software released under the permissive [MIT License](LICENSE). Development takes place [on GitHub](https://github.com/bmjcode/pywebarchive).
6
+
pywebarchive is open-source software released under the permissive [MIT License](LICENSE). Development takes place [on GitHub](https://github.com/bmjcode/pywebarchive). As of October 2022, I am no longer adding new features, but I will still accept issues and pull requests to fix what's already there.
7
7
8
8
9
9
## Features
10
10
11
-
*Available for Windows, macOS, and Linux
11
+
*Runs on Windows, macOS, and Linux
12
12
* Converts webarchive files to plain HTML
13
13
* Handles images, scripts, and style sheets
14
14
* Converted pages display just like they would in Safari (apart from normal cross-browser rendering differences)
15
15
16
16
17
17
## Downloads
18
18
19
-
The latest version is pywebarchive 0.5.0 (released April 16, 2022). See the [changelog](https://github.com/bmjcode/pywebarchive/blob/v0.5.0/CHANGELOG.md) for what's new.
19
+
The latest version is pywebarchive 0.5.1 (released October 8, 2022). See the [changelog](https://github.com/bmjcode/pywebarchive/blob/v0.5.1/CHANGELOG.md) for what's new.
20
20
21
21
**Note**: If you're not reading this on GitHub, this section may be out of date. In that case, the latest version of pywebarchive is available at https://github.com/bmjcode/pywebarchive.
22
22
23
23
File | Size | Description
24
24
---- | ---- | -----------
25
-
[Webarchive.Extractor.exe](https://github.com/bmjcode/pywebarchive/releases/download/v0.5.0/Webarchive.Extractor.exe) | 7.3 MB | Webarchive Extractor for 32-bit Windows
26
-
[Webarchive.Extractor.x64.exe](https://github.com/bmjcode/pywebarchive/releases/download/v0.5.0/Webarchive.Extractor.x64.exe) | 8.0 MB | Webarchive Extractor for 64-bit Windows
[Webarchive.Extractor.exe](https://github.com/bmjcode/pywebarchive/releases/download/v0.5.1/Webarchive.Extractor.exe) | 7.3 MB | Webarchive Extractor for 32-bit Windows
26
+
[Webarchive.Extractor.x64.exe](https://github.com/bmjcode/pywebarchive/releases/download/v0.5.1/Webarchive.Extractor.x64.exe) | 8.0 MB | Webarchive Extractor for 64-bit Windows
The Windows version of Webarchive Extractor runs on Windows 7 and higher. It is a portable application -- it doesn't require installation, and won't write to Application Data or the Windows Registry.
0 commit comments