Static Web Publisher Wordpress Plugin - Rating, Reviews, Demo & Download

Plugin Description
This plugin allows your readers to download pages from your website and store them on their desktop, enhancing audience retention. Web 1.1 is a new concept, and you can read about it on this website.
Here’s how the plugin works:
- For each page and post, it creates an additional endpoint.
- For example, if your page URL is: https://example.com/some-page, the plugin generates a new endpoint: https://example.com/sw/some-page
- A download link pointing to the new URL will be placed at the bottom of the original page.
- The link will use a different URL scheme (sws:// instead of https://), allowing users to open the content in apps that support Web 1.1 formats.
Here is a short video demonstrating how saving of a page works.
The new endpoint provides content in a modified format called HDOC (short for “HTML Document”), which is similar to HTML but does not support scripts.
Example comparison
Standard HTML:
<html>
<head>
<title>My page</title>
</head>
<body>
<h1>My page</h1>
<p>Content</p>
</body>
</html>
HDOC format:
<hdoc>
<head>
<title>My page</title>
</head>
<html>
<h1>My page</h1>
<p>Content</p>
</html>
<panels>...</panels> <!-- Navigational panels (optional) -->
<connections>...</connections> <!-- Links to related documents (optional) -->
</hdoc>
Screenshots
No screenshots provided