Releases: chrispengcn/wp-static-python
Releases · chrispengcn/wp-static-python
Release list
v1.0.0 - Initial Release
WP Static Python v1.0.0
Initial public release.
Features
- Sitemap-driven static HTML generation via the bundled
wpstatic.pyscript. - WordPress admin page with three step-by-step SSH commands and Copy to clipboard buttons.
- Automatic sitemap detection (
sitemap.xml,sitemap_index.xml,wp-sitemap.xml). - Static files written to
<wordpress-root>/static/. - Ready-to-use Apache (
.htaccess) and Nginx configuration snippets for static-first / dynamic-fallback routing. - Works in local, production, and Docker environments (commands use paths relative to the WordPress root).
Installation
- Download
wp-static-python.zipfrom the assets below. - In WordPress, go to Plugins → Add New → Upload Plugin, choose the ZIP, and install.
- Activate the plugin.
- Open the WP Static menu and follow the on-screen instructions.
Requires WordPress 5.0+, PHP 7.2+, and Python 3 with pip available on the server.