Making your own Jemdoc website

Jemdoc Official Page

Jemdoc Instructions for Windows Users from Ian Cassidy's Website:

  • Step 1: Download and install Python v2.6.5 for Windows.

  • Step 2: Download jemdoc.py and the corresponding jemdoc.css file.

  • Step 3: Make sure the python.exe, jemdoc.py, and jemdoc.css files are in the same folder (e.g., C:Program FilesPython26).

  • Step 4: Create an input file (e.g., index.txt) using notepad or any other word processing program and make a jemdoc website.

  • Step 5: Change the extension of your input file to index.jemdoc. Instructions for how to gain access to file extensions can be found here.

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

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

Home