Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kgscialdone/sqhtml
The worst way to build a website
https://github.com/kgscialdone/sqhtml
mysql php site-generator website
Last synced: about 1 month ago
JSON representation
The worst way to build a website
- Host: GitHub
- URL: https://github.com/kgscialdone/sqhtml
- Owner: kgscialdone
- License: mpl-2.0
- Created: 2022-06-27T21:57:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T22:54:31.000Z (about 1 year ago)
- Last Synced: 2024-05-02T04:44:57.854Z (9 months ago)
- Topics: mysql, php, site-generator, website
- Language: PHP
- Homepage: https://sqhtml.unmodernweb.com/
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# SQHTML
The worst way to build a website---
SQHTML is a server-side dynamic site generation framework written in ~30 lines of PHP 7 glue code and a small handful of MySQL definitions. It bootstraps your entire website into your database, leveraging the power of MySQL to implement a rudimentary templating language that can execute and display the results of queries directly in your HTML.
Disclaimer: This project started as a joke, and probably should have remained one. If you're really serious about using it, please for the love of all things holy don't use it for anything system critical.
Learn more on the [SQHTML website](https://sqhtml.unmodernweb.com) (which is, of course, itself written in SQHTML).