This repository contains the files to create and serve www.pml-lang.dev.
The following root directories are used:
-
work
: contains the source files needed to create the target files in directorydocs
. -
docs
: contains the website files used by the web server. -
creator
: contains the static website creator (PSWC).
Documents stored in directory work/docs
are written in PML.
To convert these PML documents to HTML you need to install PMLC.
To create the website you need Java version 17 or higher to be installed on your system.
You can then execute creator/create_website.cmd
. This command will read files in directory work
, and write files into directory docs
.
If you want to convert a single PML document to HTML, you can execute bin/create_HTML.cmd
in the document's root directory
Please use GitHub Discussions.
Please use GitHub Issues to post an issue.