No description
Find a file
Christoph Haas 47422745b4
All checks were successful
/ build (push) Successful in 55s
removed remains of matomo
2025-12-27 01:23:11 +01:00
.forgejo/workflows ffs 2025-12-27 00:52:20 +01:00
.github/workflows ffs 2025-11-02 13:19:07 +01:00
.vscode Customized CSS, footer 2024-10-21 23:37:58 +02:00
drawio same 2025-11-04 23:31:44 +01:00
public forgot to remove -x flag 2025-12-17 18:14:45 +01:00
src fixed code block 2025-12-27 01:22:59 +01:00
.gitignore ignoring DrawIO backup files 2025-08-24 16:27:41 +02:00
.prettierrc First version 2024-10-21 00:51:17 +02:00
astro.config.mjs removed remains of matomo 2025-12-27 01:23:11 +01:00
package-lock.json removed remains of matomo 2025-12-27 01:23:11 +01:00
package.json removed remains of matomo 2025-12-27 01:23:11 +01:00
README.md added information for contributors 2025-11-28 15:55:41 +01:00
tsconfig.json Initial commit from Astro 2024-10-19 22:43:34 +02:00

ISPmail guide

This repository contains the ISPmail guide as found on workaround.org.

The web site is built the static site generator Starlight which creates beautiful documentation with table of contents, a search function and customizable widgets.

The illustrations were created using DrawIO. The flip-book-style diagrams on the big picture page were created using:

Contributing

Feel free to clone this repository (the prod branch) and make changes. You will need NodeJS to create the HTML from the sources:

apt install nodejs
npm i
npm run dev

Merge requests are always welcome. Typo fixes and rephrasing are always welcome because I am not a native english speaker. If you want to contribute or change larger sections please talk to me first.

Or just create an issue here on Github so that I know what needs fixing.

Christoph