This repository has been archived on 2025-12-18. You can view files and clone it, but cannot push or open issues or pull requests.
Files
distribusi-go/README.md

29 lines
1.0 KiB
Markdown
Raw Normal View History

2022-02-01 00:08:55 +01:00
# distribusi-go
2024-07-23 21:42:59 +02:00
[![Build Status](https://build.coopcloud.tech/api/badges/decentral1se/distribusi-go/status.svg?ref=refs/heads/main)](https://build.coopcloud.tech/decentral1se/distribusi-go)
[![Go Report Card](https://goreportcard.com/badge/git.coopcloud.tech/decentral1se/distribusi-go)](https://goreportcard.com/report/git.coopcloud.tech/decentral1se/distribusi-go)
2024-07-23 14:56:44 +02:00
<p align="center">
<img src="./contrib/logo/logo.png" />
</p>
2024-07-23 14:56:44 +02:00
`distribusi` is a low-tech content management system for the web that produces
static index pages based on folders in the filesystem. It is inspired by the
automatic index functions featured in several web servers.
2022-02-04 12:15:44 +01:00
2024-07-23 14:56:44 +02:00
A re-implementation of [`varia/distribusi`](https://git.vvvvvvaria.org/varia/distribusi) in a faster programming language.
2022-02-04 12:18:45 +01:00
2022-02-01 00:08:55 +01:00
## Hacking
2024-07-23 14:56:44 +02:00
[`CONTRIBUTING.md`](./CONTRIBUTING.md)
2022-04-05 00:05:24 +02:00
## Acknowledgements
[`AUTHORS.md`](./AUTHORS.md)
## License
<a href="https://git.vvvvvvaria.org/decentral1se/distribusi-go/src/branch/main/LICENSE">
<img src="https://www.gnu.org/graphics/gplv3-or-later.png" />
</a>