jemdoc Instructions for Windows Users

jemdoc Usage

jemdoc is a light text-based markup language designed for creating websites. Below are instructions for how to use jemdoc if you are running Windows:

  • Step 1: Install Python 2.3 or later for Windows, and create environment variables for Python.

  • Step 2: Download jemdoc.py and the corresponding jemdoc.css file, and copy them to a folder.

  • Step 3: Create an input file called index.jemdoc here to make a jemdoc website. Possibly create a MENU file if you need.

  • Step 4: Open Command Prompt and change the directory to the location of your input file.

  • Step 5: Run the command jemdoc.py index.jemdoc or simply jemdoc index. The file index.html should appear in the same folder as index.jemdoc.

jemdocx: a Modernization of jemdoc

The original jemdoc program supports only Python 2.x. With the assistance of AI programming, I have modernized it as jemdocx.

To upgrade, simply replace the original jemdoc.py with the new jemdoc.py file. Its usage is fully compatible with the original version, while jemdocx supports Python 3.x and later