mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
136 lines
4.3 KiB
Markdown
136 lines
4.3 KiB
Markdown
# Get involved
|
|
|
|
<p class="lead">
|
|
YunoHost depends exclusively on the participation of people like you.
|
|
</p>
|
|
|
|
---
|
|
|
|
<div class="row">
|
|
<div class="col col-md-3 lead">
|
|
<span class="glyphicon glyphicon-heart"></span> Spread the word
|
|
</div>
|
|
<div class="col col-md-8" markdown="1">
|
|
Talk about software freedom, [self-hosting](selfhosting_en) and YunoHost to your relatives and at your work. We rely on <a href="http://datalove.me/" target="_blank">Datalove</a> evangelists like you <3
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="row">
|
|
<div class="col col-md-3 lead">
|
|
<span class="glyphicon glyphicon-exclamation-sign"></span> Testing
|
|
</div>
|
|
<div class="col col-md-8" markdown="1">
|
|
We need people able to test YunoHost deeply. If you find a bug, try to identify it, and report it on our <a href="https://dev.yunohost.org/projects/yunohost/issues/new" target="_blank">bug tracker</a>.
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="row">
|
|
<div class="col col-md-3 lead">
|
|
<span class="glyphicon glyphicon-user"></span> Helping users
|
|
</div>
|
|
<div class="col col-md-8" markdown="1">
|
|
Our support relies on contributors like you. Just come to [the XMPP chatroom](/support) and help new users getting started, or pick a question on the <a href="https://forum.yunohost.org/" target="_blank">Forum</a>.
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="row">
|
|
<div class="col col-md-3 lead">
|
|
<span class="glyphicon glyphicon-cog"></span> Coding
|
|
</div>
|
|
<div class="col col-md-8" markdown="1">
|
|
You can involve in the YunoHost's development regardless of your skill.
|
|
Sysadmins, web developers, designers and pythonists <a href="https://github.com/YunoHost" target="_blank">are welcome</a>!
|
|
<br>
|
|
A [development chat room](xmpp:dev@conference.yunohost.org?join) and a <a href="http://list.yunohost.org/cgi-bin/mailman/listinfo/contrib">mailing-list</a> is available.
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="row">
|
|
<div class="col col-md-3 lead">
|
|
<span class="glyphicon glyphicon-globe"></span> Localization
|
|
</div>
|
|
<div class="col col-md-8" markdown="1">
|
|
Get involved by making YunoHost interfaces available in your language.
|
|
<a href="https://translate.yunohost.org/" target="_blank">Get started</a>!
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="row">
|
|
<div class="col col-md-3 lead">
|
|
<span class="glyphicon glyphicon-edit"></span> Write
|
|
</div>
|
|
<div class="col col-md-8" markdown="1">
|
|
Improve this documentation by [writing new pages](/write_documentation) or translating existing ones to your language.
|
|
</div>
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<div class="row">
|
|
<div class="col col-md-3 lead">
|
|
<span class="glyphicon glyphicon-gift"></span> Packaging
|
|
</div>
|
|
<div class="col col-md-8" markdown="1">
|
|
Extend YunoHost capabilities by [packaging new services and web applications](/packaging_apps).
|
|
Have a look of [what has been done yet](/apps)!
|
|
<br>
|
|
A <a href="http://list.yunohost.org/cgi-bin/mailman/listinfo/apps">mailing-list</a> is available.
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
<div class="row">
|
|
<div class="col col-md-3 lead">
|
|
<span class="glyphicon glyphicon glyphicon-upload"></span> Seed
|
|
</div>
|
|
<div class="col col-md-8" markdown="1">
|
|
Seed (share) YunoHost images with Torrent system: [live](http://build.yunohost.org/yunohost-live.iso.torrent), [32 bits](http://build.yunohost.org/yunohostv2-latest-i386.iso.torrent) and [64 bits](http://build.yunohost.org/yunohostv2-latest-amd64.iso.torrent).
|
|
</div>
|
|
</div>
|
|
|
|
---
|
|
|
|
|
|
<br>
|
|
<p class="lead" markdown="1">In any case, please [come to dev chatroom](xmpp:dev@conference.yunohost.org?join) to contribute :-)</p>
|
|
|
|
<script type="text/javascript" src="/jappix/javascripts/mini.min.js"></script>
|
|
<script type="text/javascript">
|
|
// Jappix mini chat
|
|
$(".actions").css('opacity', 0);
|
|
jQuery.ajaxSetup({cache: false});
|
|
|
|
var ADS_ENABLE = 'off';
|
|
var JAPPIX_STATIC = '/jappix/';
|
|
var HOST_BOSH = 'https://im.yunohost.org/http-bind/';
|
|
var ANONYMOUS = 'on';
|
|
JappixMini.launch({
|
|
connection: {
|
|
domain: "anonymous.yunohost.org",
|
|
},
|
|
application: {
|
|
network: {
|
|
autoconnect: false,
|
|
},
|
|
interface: {
|
|
showpane: false,
|
|
animate: false,
|
|
},
|
|
groupchat: {
|
|
open: ['dev@conference.yunohost.org'],
|
|
suggest: ['support@conference.yunohost.org']
|
|
}
|
|
},
|
|
});
|
|
</script>
|