-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
get-involved.html
134 lines (129 loc) · 6.07 KB
/
get-involved.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
---
layout: onecolumn
title: Get Involved with Liri
permalink: /get-involved/
navitem: nav-get-involved
theme: brown-light_blue
---
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send primary-text"></i></h3>
<h4>Funding</h4>
<p class="left-align light">
Liri has no commercial funding, the development is done by team members and third-party
contributors in their spare time. With continual funding, the Liri team will be able
to dedicate more time on the project as well as pay contributors.
</p>
</div>
<div class="col s6">
<h5>General Funding</h5>
<p>
You can support our ongoing crowdfunding campaign on Bountysource Salt. Choose an amount, get rewards, and help us reach our goals.
<a class="read-more" href="https://salt.bountysource.com/teams/liri" target="_blank">Learn More</a>
</p>
<a class="waves-effect waves-light btn" href="https://salt.bountysource.com/teams/liri" target="_blank">Bountysource Salt</a>
</div>
<div class="col s6">
<h5>Targeted Funding</h5>
<p>
Bountysource puts funds directly in the hands of developers by rewarding them for committing fixes or creating new features.
Set a bounty on the issues that matter to you most or fund a specific app or project. You can also set up a recurring subscription.
<a class="read-more" href="https://github.com/bountysource/frontend/wiki/Frequently-Asked-Questions" target="_blank">Learn More</a>
</p>
<a class="waves-effect waves-light btn" href="https://www.bountysource.com/teams/liri/issues" target="_blank">Bountysource</a>
</div>
</div>
</div>
<div class="section">
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send primary-text"></i></h3>
<h4>Operating System</h4>
<p class="left-align light">
Our desktop environment is built using Qt, C++, QML, Fluid and a number of other open libraries.
Improve the code-base, implement new features or fix bugs.
</p>
<a class="waves-effect waves-light btn" href="#">Browse Code</a>
<a class="waves-effect waves-light btn" href="#">Open Bugs</a>
<a class="waves-effect waves-light btn" href="#">Bountied Issues</a>
</div>
</div>
</div>
<div class="section">
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send primary-text"></i></h3>
<h4>App Development</h4>
<p class="left-align light">
Our cross-platform apps are built using Qt, C++, QML, Fluid and a number of other open libraries.
Improve the code-base, implement new features or fix bugs.
</p>
<a class="waves-effect waves-light btn" href="#">Browse Code</a>
<a class="waves-effect waves-light btn" href="#">Open Bugs</a>
<a class="waves-effect waves-light btn" href="#">Bountied Issues</a>
</div>
</div>
</div>
<div class="section">
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send primary-text"></i></h3>
<h4>Design</h4>
<p class="left-align light">
Our projects begin with an idea. The Design Team takes these and turns them into clear
blueprints and bug reports.
</p>
<a class="waves-effect waves-light btn" href="#">Browse Code</a>
<a class="waves-effect waves-light btn" href="#">Open Bugs</a>
<a class="waves-effect waves-light btn" href="#">Bountied Issues</a>
</div>
</div>
</div>
<div class="section">
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send primary-text"></i></h3>
<h4>Translations</h4>
<p class="left-align light">
Liri is for all people around the World; help us make it available to everyone
into their language.
</p>
<p>
If a translation team for you language already exist,
join their effort regardless. There will be more strings to translate
in the future, also reviewing existing translations would be
very helpful.
</p>
<p>
All Translators must create an account on <a href="https://www.transifex.com/" target="_blank">Transifex</a>
as their service powers our translation management.
</p>
<h5>How to become a Translator</h5>
<p>
English is the source language. You must be able to translate
from English to your desired language.
</p>
<p>The steps are:</p>
<ol>
<li>Signup for an account on <a href="https://www.transifex.com/signup/" target="_blank">Transifex</a>.</li>
<li>Verify your email address, log in and then go to the
<a href="https://www.transifex.com/lirios/public/" target="_blank">Liri project page</a>.</li>
<li>Choose the language you want to translate or, if it isn't listed, click the
<strong>Request Language</strong> button.</li>
<li>If you are requesting a new language, select or search for it in the
dialog box that will appear.</li>
<li>If your desired language already exist, click on the <strong>Language</strong>
link and then click the <strong>Join Team</strong> button on the next page.</li>
<li>Click on the resource you want to work in.</li>
<li>Click the <strong>Translate Now</strong> button to use the Transifex editor or,
if you prefer, download the file for use offline and then upload your changes.</li>
<li>If you are using the Transifex editor, choose the option "Untranslated"
and you will see all the untranslated strings on the left bar.</li>
</ol>
<a class="waves-effect waves-light btn" href="https://www.transifex.com/lirios/public/" target="_blank">Translate</a>
</div>
</div>
</div>
</div>