diff --git a/README.md b/README.md new file mode 100644 index 0000000..0d19a98 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# webcpl + +![](https://img.shields.io/badge/written%20in-Python-blue) + +A web-based control panel for managing shared PHP virtual hosting. + +- Manage sites, routes, SSL certificates, and interfaces +- All configuration stored in embedded sqlite3 database +- Standalone web server based on `bottle` + +## Changelog + +2014-07-05 r23 +- Initial private release +- [⬇️ webcpl_r23.zip](dist-archive/webcpl_r23.zip) *(7.35 KiB)* + diff --git a/dist-archive/webcpl_r23.zip b/dist-archive/webcpl_r23.zip new file mode 100644 index 0000000..891a801 Binary files /dev/null and b/dist-archive/webcpl_r23.zip differ