Skip to content

pml-lang/pml-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PML website

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 directory docs.

  • docs: contains the website files used by the web server.

  • creator: contains the static website creator (PSWC).

Usage And Dependencies

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

Help And Discussions

Please use GitHub Discussions.

Issues

Please use GitHub Issues to post an issue.