Where is the "Howto collection" source?

I want to correct some typos and update some parts of the “HOWTO collection” (https://www.swi-prolog.org/howto/index.txt) … where is the source (hopefully on github)?

1 Like

The whole website is hiding at the plweb repo. This is in the readme to the repo, but basically:

$ git clone https://github.com/SWI-Prolog/plweb.git
$ cd plweb
$ git submodule update --init

At this point I usually grep for stuff:

$ rg 'Please contribute to this HOWTO'
www/howto/index.txt
14:Please contribute to this HOWTO.   This website is now a [[wiki][</wiki/>]]!

PS: Since those are also in packages, you’d maybe have to do it as described here, in the “How about submitting patches to a package?” section.

1 Like