From 9e981f69f4689e4ba82ad4d4fadc6305343e616e Mon Sep 17 00:00:00 2001 From: emmett1 Date: Tue, 26 May 2026 00:39:20 +0800 Subject: site updated --- 404.html | 3 +++ community.md | 9 ++++++--- development.md | 15 +++++++++++++++ donate.md | 11 +++++++---- files/header | 2 +- utils/buildsite.sh | 2 ++ 6 files changed, 34 insertions(+), 8 deletions(-) create mode 100644 404.html create mode 100644 development.md diff --git a/404.html b/404.html new file mode 100644 index 00000000..0423c04e --- /dev/null +++ b/404.html @@ -0,0 +1,3 @@ +

404

+

Page not found.

+

Back to home

diff --git a/community.md b/community.md index 4da5966e..bdfc6555 100644 --- a/community.md +++ b/community.md @@ -1,4 +1,7 @@ -Come join Alice Linux community: +# Community + +Come join the Alice Linux community: + +- [Telegram](https://t.me/alicelinux) +- [IRC - #alicelinux on Libera Chat](https://web.libera.chat/#alicelinux) -- [telegram](https://t.me/alicelinux) -- irc (soon) diff --git a/development.md b/development.md new file mode 100644 index 00000000..27f47b21 --- /dev/null +++ b/development.md @@ -0,0 +1,15 @@ +# Development + +## Project development links + +- [Source code](https://codeberg.org/emmett1/alicelinux) - browse the repository +- [Issue tracker](https://codeberg.org/emmett1/alicelinux/issues) - report bugs, request features, or ask for a new port +- [Pull requests](https://codeberg.org/emmett1/alicelinux/pulls) - contribute code or package ports + +## Port requests + +To request a new package port, open an issue on the [issue tracker](https://codeberg.org/emmett1/alicelinux/issues) with the package name and upstream URL. + +## Contributing + +Patches and new package ports are welcome via [pull request](https://codeberg.org/emmett1/alicelinux/pulls). See the [package manager documentation](/docs/packagemanager.html) for details on the port format and build system. diff --git a/donate.md b/donate.md index cbb8570a..bc98324e 100644 --- a/donate.md +++ b/donate.md @@ -1,5 +1,8 @@ -Your cups of coffee very helpful for this project :D +# Donate + +Your support helps keep this project going. + +- [PayPal](https://paypal.me/syazwanemmett) +- [Ko-fi](https://ko-fi.com/emmett1) +- [Buy Me a Coffee](https://buymeacoffee.com/emmett1) -- [https://paypal.me/syazwanemmett](https://paypal.me/syazwanemmett) -- [https://ko-fi.com/emmett1](https://ko-fi.com/emmett1) -- [https://buymeacoffee.com/emmett1](https://buymeacoffee.com/emmett1) diff --git a/files/header b/files/header index 8e32c6c8..bb9298e7 100644 --- a/files/header +++ b/files/header @@ -176,6 +176,6 @@

diff --git a/utils/buildsite.sh b/utils/buildsite.sh index e00d3088..41bb312d 100755 --- a/utils/buildsite.sh +++ b/utils/buildsite.sh @@ -250,6 +250,8 @@ generate_download_page() { listing=$(curl -sL --max-time 10 https://dl.alicelinux.org/ 2>/dev/null || true) cat << 'EOF' +

Download

+

Alice Linux installation images and rootfs tarballs. See the installation guide for setup instructions.

loading…
EOF -- cgit v1.2.3