Psml
a python server markup language
Install / Use
/learn @Lone-Air/PsmlREADME
PSML - Python server markup language
This is LMFS-PSML Compiler. It has a built-in staging server and can compile one psml file into many usable HTML pages. It can reduce some of the development steps for you, so that you can complete the front-end development faster. It is free(libre) software, open source under the GPL v2.0 license.
- How to install:<code>$ sudo python3 setup.py install</code>
- How to compile:<br> <code>psml <file> {targets...}</code><br> Example: <br> <code>
$ cat > test.psml << "EOF"<br>
text{<br> inner: Hello-World! <br> }<br> command(end)<br> EOF<br> $ psml test.psml -o TEST<br> $ ls TEST<br> index.html </code><br>
- Feedback: Lone_air_Use@outlook.com
