This repository contains the files to create and serve www.pdml-lang.dev.
The following root directories are used:
-
work
: contains the source files needed to create the target files in directorydocs
. -
docs
: contains the target 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, and then execute bin/create_HTML.cmd
in each document's root directory.
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
.
Please use GitHub Discussions.
Please use GitHub Issues to post an issue.