Mercurial Hosting > qwb
comparison README.md @ 7:d139d86fb4e1 default tip
html in md
| author | Atarwn Gard <a@qwa.su> |
|---|---|
| date | Tue, 17 Mar 2026 23:46:56 +0500 |
| parents | 3222f88c0afe |
| children |
comparison
equal
deleted
inserted
replaced
| 6:bd0d3a189f5b | 7:d139d86fb4e1 |
|---|---|
| 1 # Qwaderton's Website Builder | 1 # Qwaderton's Website Builder |
| 2 | 2 |
| 3 qwb is a very stripped fork of kew, optimized specificly for x.css | 3 warning: the software is at the very early stage of development, breaking changes are shipped alwost with every commit |
| 4 | 4 |
| 5 ## conf | 5 qwb is a very distant fork of kew, optimized specificly for x.css |
| 6 | |
| 7 qwb reads `qwb.ini` file in first argument directory | |
| 8 if you run: | |
| 9 ``` | |
| 10 $ qwb in/ out/ | |
| 11 ``` | |
| 12 | |
| 13 qwb will read configuration from in/qwb.ini | |
| 14 | |
| 15 ### ref | |
| 16 | |
| 17 \[site\] block | |
| 18 **header:** string | |
| 19 **footer:** string | |
| 20 **style:** relative to webroot path | |
| 21 **template:** relative to pwd or absolute path to html file | |
| 22 | |
| 23 ## template | |
| 24 | |
| 25 it should contain these placeholders | |
| 26 | |
| 27 {{TITLE}} | |
| 28 {{SITE_TITLE}} | |
| 29 {{FOOTER_TEXT}} | |
| 30 {{CSS}} | |
| 31 {{NAV}} | |
| 32 {{CONTENT}} |
