solidify.py =========== solidify.py downloads web sites, turning them into static HTML that can be served directly from the file system by any web server. It converts all internal links to relative links so the site can be served from any path. Dependencies ------------ - Python 3, >= 3.5 - Tested on Linux only. Building, Installing and Running -------------------------------- There is no building required, and the only installation consists of download a copy of solidify.py to the current directory and making it executable. License ------- Copyright (c) 2021 Russell Stuart. 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. -- Russell Stuart 2021-Jul-21