WIP index: restructuration
GitLab: #37 Change-Id: I5cb533485af7efbe88d9ad1c7b3425a6ffe84576
This commit is contained in:
parent
7750f60d1e
commit
9f6bfa87fb
36
index.md
36
index.md
|
@ -2,24 +2,34 @@
|
|||
|
||||

|
||||
|
||||
## Overview
|
||||
|
||||
This is the documentation for [Jami](https://jami.net), free/libre software for [universal communication](user/introduction.md) that respects the freedom and privacy of its users.
|
||||
Jami is available across operating systems and platforms including GNU/Linux, macOS, Windows, Android/Replicant, and iOS.
|
||||
Jami is available for multiple platforms including GNU/Linux, macOS, Windows, Android/Replicant, and iOS.
|
||||
|
||||
Jami is an official GNU package and you can redistribute it and/or modify it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl.html) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||
The Jami team [uses Gerrit for development](developer/new-developers/working-with-gerrit.md) and code reviews, and issues and feature requests are [tracked on the Jami GitLab](user/bug-report-guide.md).
|
||||
The development of Jami is led by [Savoir-faire Linux Inc.](https://savoirfairelinux.com/en) --- a Canadian GNU/Linux consulting company based in Montréal, Québec --- and is supported by a growing global community of users and contributors.
|
||||
-------
|
||||
## License
|
||||
|
||||
This documentation is community-driven and [anyone can contribute](contribute/index.md#contributing-to-this-documentation)!
|
||||
Jami is an official GNU package released under the GNU GPL v3 (or any later version). You are free to redistribute and/or modify it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html) as published by the Free Software Foundation—either version 3 of the License or, at your option, any subsequent version.
|
||||
|
||||
```{seealso}
|
||||
You may also be interested in the daemon's [code coverage](https://docs.jami.net/coverage/),
|
||||
or the [OpenDHT wiki](https://github.com/savoirfairelinux/opendht/wiki).
|
||||
```
|
||||
-----------
|
||||
# Development
|
||||
|
||||
## Documentation manuals
|
||||
|
||||
Here are the documentation manuals of Jami and details on how to
|
||||
contribute to Jami:
|
||||
The Jami project maintains an open, review-driven workflow and is led by [Savoir-faire Linux Inc.](https://savoirfairelinux.com/en) (Montréal, Québec), supported by a growing global community of users and contributors.
|
||||
|
||||
The development process includes:
|
||||
* Code review on [Gerrit](https://review.jami.net/q/status:open+-is:wip).
|
||||
* Issues and feature request are managed via Jami's [Gitlab](https://git.jami.net/savoirfairelinux/jami-client-qt/-/issues).
|
||||
|
||||
Our team’s detailed guide to working with Gerrit can be found [here](developer/new-developers/working-with-gerrit.md), and the bug-reporting process is described [here](user/bug-report-guide.md).
|
||||
|
||||
This documentation itself is community-driven — [anyone can contribute](contribute/index.md#contributing-to-this-documentation)!
|
||||
|
||||
---------------------
|
||||
# Documentation Manuals
|
||||
|
||||
Here are the documentation manuals of Jami and details on how to contribute to Jami:
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 1
|
||||
|
@ -36,7 +46,7 @@ extension/index
|
|||
contribute/index
|
||||
```
|
||||
|
||||
## Community and support
|
||||
# Community and support
|
||||
|
||||
Learn more about:
|
||||
|
||||
|
|
Loading…
Reference in New Issue