SBNR is a KISS PHP "micro-framework" that allows rapidly creating multi-page or single-page websites.
- PHP 47.5%
- HTML 39.3%
- JavaScript 9.2%
- CSS 2.7%
- Shell 1.3%
|
|
||
|---|---|---|
| assets | Update default font list | |
| fragments | Update the minicss homepage | |
| images | Initial commit | |
| pages | Sync | |
| sbnr | Sync | |
| .gitignore | Stripe support fixes | |
| get_captcha.php | License headers | |
| index.php | Allow pages to be marked cachable by client browser | |
| LICENSE | Use clearer SPDX identifiers | |
| LICENSE.GPL-3.0 | Fixup last commit | |
| LICENSE.LGPL-3.0 | Fixup last commit | |
| README.md | Update donate section | |
| robots.txt | Initial commit | |
| update_placeholders.sh | Permission fix | |
STATIC BUT NOT REALLY
Overview
- This is a minimal PHP "framework"/template for creating websites that are mostly static and are functional without JavaScript.
- It has many rough edges, it is basically a merge of all the stuff I was using in various other sites.
- Follows a KISS development method :)
Features
- No giant libraries, dependencies, or frameworks (eg. composer, node, etc.)
- CSRF and XSS Protection
- Light/Dark CSS
- Contact Form Support via XMPP
- No-JS captchas (text or math (<1KB) + audio)
- Minification
- Disabling right click and devtools
- Broken Stripe Support
- Analytics Support