No description
Find a file
Christoph Haas 81d1807d4f
Some checks failed
/ build (push) Failing after 50s
ffs
2025-12-20 22:04:30 +01:00
.forgejo/workflows ffs 2025-12-20 22:04:30 +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 call to action 2025-12-17 18:15:56 +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 fix slugs 2025-11-30 19:39:32 +01:00
package-lock.json update 2025-10-28 23:09:00 +01:00
package.json explicitly set nodejs version 2025-09-12 10:45:46 +02: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