StaPy classic plugins
https://www.stapy.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
plugins | 1 week ago | |
LICENCE | 1 month ago | |
README.md | 1 week ago |
README.md
StaPy Plugins
StaPy classic plugins.
Add the necessary plugin file to the plugins directory of your StaPy website.
CssMin Plugin
Description
CSS minifier
Requirements
pip install rcssmin
JsMin Plugin
Description
Javascript minifier
Requirements
pip install jsmin
HtmlTidy Plugin
Description
HTML page cleaner. Delete empty lines and spaces at the beginning of each line.
Markdown Plugin
Description
Write content with Markdown. All pages with md extension will be converted to HTML.
Requirements
pip install Markdown pymdown-extensions