Skip to content

Commit

Permalink
Merge pull request #128: Added pages for "Contact" and "About"
Browse files Browse the repository at this point in the history
The website is missing some general content most websites offer.
It also makes you a bit more trust-worthy and transparent.

Some of it might even be a legal requirement.

Fixes #126 and #98.
  • Loading branch information
Krzmbrzl authored Feb 23, 2021
2 parents 35cb0d0 + 12835ea commit c58dbb2
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 5 deletions.
23 changes: 18 additions & 5 deletions hugo/config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,32 @@
url = "/contribute/"

[[main]]
title = "Sponsors"
title = "About"
weight = 6
identifier = "sponsors"
url = "/sponsors/"
identifier = "about"
url = "/about/"

[[footer]]
title = "Security"
title = "Contact"
weight = 1
identifier = "contact"
url = "/contact/"

[[footer]]
title = "Security"
weight = 2
identifier = "security"
url = "/security/"

[[footer]]
title = "Privacy"
weight = 2
weight = 3
identifier = "privacy"
url = "/privacy/"

[[footer]]
title = "Sponsors"
weight = 4
identifier = "sponsors"
url = "/sponsors/"

52 changes: 52 additions & 0 deletions hugo/content/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: About
---

Mumble is a [free, open source](https://en.wikipedia.org/wiki/Free_and_open-source_software), low latency, high quality voice chat application.

### Source Code & Development

The source code and further information can be found in our [GitHub repo](https://github.com/mumble-voip/mumble).

For other Mumble Projects, see the [overview of Mumble repositories on GitHub](https://github.com/mumble-voip).

### Licenses

Mumble is Free and Open-Source Software.
The core project is licensed under a BSD-style license. See our [LICENSE file](https://www.mumble.info/LICENSE) for details.

Our other projects may use different licenses. For details please refer to the respective GitHub repositories, see: [Overview of all Mumble projects on GitHub](https://github.com/mumble-voip).

## About us

We are a team of voluntary developers - both professional and non-professional - from various countries, including Italy, Germany, USA and more.

### Core Team

Active Team Members are:

| Name | GitHub Profile | Assignment |
| --- | --- | --- |
| Davide Beatrici | [davidebeatrici](https://github.com/davidebeatrici) | Core developer |
| Robert Adam | [Krzmbrzl](https://github.com/Krzmbrzl) | Core developer, GitHub Management |
| Nik Reist | [ZeroAbility](https://github.com/ZeroAbility) | Developer, Release Management |
| Jan Klass | [Kissaki](https://github.com/Kissaki) | Developer, Website & Community work |
| - | [Natenom](https://github.com/Natenom) | Testing |


### Contributors

Contributions from the community are an important part of the project.
You can find a [list of contributors on GitHub](https://github.com/mumble-voip/mumble/graphs/contributors).

### Contact

Take a look at our [Contact page]({{< relref "contact" >}}).

## Security notes

Our [Security page]({{< relref "security" >}}) contains information on security issues, support & contact.

## Privacy notes

Our Privacy policy can be found [here]({{< relref "privacy" >}}).
28 changes: 28 additions & 0 deletions hugo/content/contact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Contact
---

You can contact us in several ways.

## Community Channels

* [Issue tracker on GitHub](https://github.com/mumble-voip/mumble/issues)
* [Discussions on GitHub](https://github.com/mumble-voip/mumble/discussions)
* Chat:
* IRC: [#mumble on irc.freenode.net](irc://irc.freenode.org/mumble)
* Matrix: Join `#freenode_#mumble:matrix.org`; for example via [Element.io (Web App)](https://app.element.io/#/room/#mumble:matrix.org) (shares messages with IRC)
* [Forum](https://forums.mumble.info/)

## Email

**General contact:**

contact [at] mumble [dot] info

**For security-related topics:**

security [at] mumble [dot] info

**For license-related topics:**

license [at] mumble [dot] info

0 comments on commit c58dbb2

Please sign in to comment.