From b891a95fcf4a3d4b64100911dae49fb28904a7fd Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 13 May 2020 14:07:44 +0200 Subject: Rename project to alps --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ebf9266..600f3df 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# koushin +# alps -[![GoDoc](https://godoc.org/git.sr.ht/~emersion/koushin?status.svg)](https://godoc.org/git.sr.ht/~emersion/koushin) +[![GoDoc](https://godoc.org/git.sr.ht/~emersion/alps?status.svg)](https://godoc.org/git.sr.ht/~emersion/alps) A simple and extensible webmail. @@ -8,17 +8,17 @@ A simple and extensible webmail. Assuming SRV DNS records are properly set up (see [RFC 6186]): - go run ./cmd/koushin example.org + go run ./cmd/alps example.org To manually specify upstream servers: - go run ./cmd/koushin imaps://mail.example.org:993 smtps://mail.example.org:465 + go run ./cmd/alps imaps://mail.example.org:993 smtps://mail.example.org:465 Add `-theme sourcehut` to use the SourceHut theme. See `docs/cli.md` for more information. When developing themes and plugins, the script `contrib/hotreload.sh` can be -used to automatically reload koushin on file changes. +used to automatically reload alps on file changes. ## Contributing @@ -29,6 +29,6 @@ Send patches on the [mailing list], report bugs on the [issue tracker]. MIT [RFC 6186]: https://tools.ietf.org/html/rfc6186 -[Go plugin helpers]: https://godoc.org/git.sr.ht/~emersion/koushin#GoPlugin -[mailing list]: https://lists.sr.ht/~sircmpwn/koushin -[issue tracker]: https://todo.sr.ht/~sircmpwn/koushin +[Go plugin helpers]: https://godoc.org/git.sr.ht/~emersion/alps#GoPlugin +[mailing list]: https://lists.sr.ht/~sircmpwn/alps +[issue tracker]: https://todo.sr.ht/~sircmpwn/alps -- cgit v1.2.3-59-g8ed1b