https://github.com/itrooz/sql-html
https://github.com/itrooz/sql-html
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itrooz/sql-html
- Owner: iTrooz
- License: cc0-1.0
- Created: 2022-05-07T14:56:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T15:57:00.000Z (about 2 years ago)
- Last Synced: 2025-01-25T16:28:54.165Z (4 months ago)
- Language: PHP
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I was bored, so I've done this
The principle is to store a HTML file in a database, using the relational model
Theses database screens may help to understand :

The `store.py` script is used to store the HTML structure in the database (using BeautifulSoup)
The `index.php` script is used to retrieve a structure from the database, and generate an HTML page
Don't expect anything too serious, I made this for fun