jemdoc Instructions for Windows Users

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.