Xymon Mailing List Archive search

Project direction and next steps – GitHub migration and branch model

list Bruno Manzoni
Mon, 09 Feb 2026 16:44:26 +0100
Message-Id: <user-952b28c5ef7f@xymon.invalid>

Hi Stef,

I created a simple page as an example showing how a repository can be used as a wiki and published with GitHub Pages.

https://xymon-monitoring.github.io/xymon-wiki/ (Feel free to use or extend this repository)

This URL is a normal public website and can be indexed by search engines. However, indexing may take some time and can be improved by submitting the site through a Google account (e.g., via Google Search Console).

In many projects, seems to me that the wiki content can live inside the README.md + "docs" folder of the main code repository.
However, for the Xymon server repo, the docs directory is already used for the built-in help files, which are typically HTML rather than Markdown, so it may not be the best location for this case.

Bruno