Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 876 Bytes

File metadata and controls

25 lines (18 loc) · 876 Bytes

vimhelp.org

This is the code behind the https://vimhelp.org website. It runs on Google App Engine.

To make testing and deploying easier, common project tasks are defined in justfile for use with just. Run just --list to see the available recipes.

Generating static pages

To generate static HTML pages instead of running on Google App Engine:

  • Make sure you have uv, and run uv sync to create/update a virtualenv in .venv.
  • Run the following (replace the -i parameter with the Vim documentation location on your computer):
    scripts/h2h.py -i /usr/share/vim/vim92/doc/ -o html/
    
    The script offers a few options; run with -h to see what is available.

License

This code is made freely available under the MIT License (see file LICENSE).