Solidify
 

Download a web site, turning it into static HTML with relative URL's that can be served under any URL by pointig a web server to the directory it creates. Think of it as a tool for turning dynamic CMS's like Wordpress / .asp / Django into static site generators.

It's a replacement for wget --no-parent -r. It does a much better job of producing a site served from static files that looks identical it's dynamic counterpart in a web browser, but it happens at the expense of modifying some URL's and pages.

Documentation

There is a README.txt, a change log and a man page.

Copyright and License

Solidify is copyright © 2021 Russell Stuart. It is licensed under the GNU Affero General Public License.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

The copyright holders grant you an additional permission under Section 7 of the GNU Affero General Public License, version 3, exempting you from the requirement in Section 6 of the GNU General Public License, version 3, to accompany Corresponding Source with Installation Information for the Program or any work based on the Program. You are still required to comply with all other Section 6 requirements to provide Corresponding Source.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

Downloading, Feedback & Contributing

Development for solidify is hosted on Source forge:

 


Russell Stuart, 2021-Jul-21.