mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Add links to community forum
This commit is contained in:
parent
84e365922f
commit
05c26c5e5a
3 changed files with 17 additions and 12 deletions
|
@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
## [Unreleased]
|
||||
### Added
|
||||
- Webpack bundling
|
||||
- Link to community forum
|
||||
### Changed
|
||||
- Updated openpgpjs to 5.1.0
|
||||
|
||||
|
|
|
@ -85,20 +85,24 @@ block content
|
|||
.card
|
||||
p
|
||||
| Discussion of the Keyoxide project happens primarily on the
|
||||
a(href="https://matrix.to/#/#keyoxide:matrix.org") #keyoxide matrix channel
|
||||
| . There is also the
|
||||
a(href="https://community.keyoxide.org") Keyoxide Community Forum
|
||||
| . This is the place to propose new service providers for identity verification, make feature suggestions or report bugs.
|
||||
p
|
||||
| There is also the
|
||||
a(href="irc://irc.libera.chat/#keyoxide") #keyoxide:libera.chat IRC room
|
||||
| , the
|
||||
a(href="https://matrix.to/#/#keyoxide:matrix.org") #keyoxide Matrix channel
|
||||
| and the
|
||||
a(href="https://lists.sr.ht/~yarmo/keyoxide-devel") keyoxide-devel mailing list
|
||||
| .
|
||||
p
|
||||
| Bug reports and feature requests can be submitted on the
|
||||
a(href="https://codeberg.org/keyoxide/keyoxide-web/issues") source code issue tracker
|
||||
| or the
|
||||
a(href="https://lists.sr.ht/~yarmo/keyoxide-devel") keyoxide-devel mailing list
|
||||
| .
|
||||
| . The IRC room and Matrix channel are bridged together.
|
||||
p
|
||||
| The project is also present on the fediverse as
|
||||
a(href="https://fosstodon.org/@keyoxide") @keyoxide@fosstodon.org
|
||||
| .
|
||||
p
|
||||
| Announcements and project updates are published on the
|
||||
a(href="https://blog.keyoxide.org") Keyoxide blog
|
||||
| .
|
||||
|
||||
|
||||
h2 Fund the project
|
||||
|
|
|
@ -11,11 +11,11 @@ footer
|
|||
h1 Keyoxide project
|
||||
a(href="https://keyoxide.org") Keyoxide.org
|
||||
br
|
||||
a(href="https://docs.keyoxide.org") Keyoxide docs
|
||||
a(href="https://community.keyoxide.org") Community forum
|
||||
br
|
||||
a(href="https://blog.keyoxide.org") Keyoxide blog
|
||||
a(href="https://docs.keyoxide.org") Documentation
|
||||
br
|
||||
a(href="https://keytoidentity.foundation") KeyToIdentity Foundation
|
||||
a(href="https://blog.keyoxide.org") Blog
|
||||
|
||||
div
|
||||
h1 Development
|
||||
|
|
Loading…
Reference in a new issue