-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
266 lines (266 loc) · 10.7 KB
/
index.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Pragha Music Player Webpage">
<meta name="author" content="Matias De lellis">
<link rel="shortcut icon" href="ico/pragha.ico">
<title>Pragha Music Player</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-theme.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/bootstrap-social.css" rel="stylesheet">
<link href="css/pragha.css" rel="stylesheet">
</head>
<!-- NAVBAR================================================== -->
<body>
<div class="navbar navbar-inverse " role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" rel="home" href="#" title="Pragha Music Player">
<img style="max-width:36px; margin-top: -7px;" src="images/pragha-icon.png">
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active">
<a href="#">Home</a>
</li>
<li>
<a href="https://github.com/pragha-music-player/pragha/releases" target="_blank">Downloads</a>
</li>
<li>
<a href="#contact">Features</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Developers<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="#">Participate</a>
</li>
<li class="divider">
</li>
<li>
<a href="https://github.com/pragha-music-player" target="_blank">Git repository</a>
</li>
<li>
<a href="https://www.transifex.com/projects/p/Pragha" target="_blank">Translate</a>
</li>
<li class="divider">
</li>
<li>
<a href="https://www.bountysource.com/teams/pragha-music-player" target="_blank">Donate...</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!-- Marketing messaging and featurettes ================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container">
<!-- START THE FEATURETTES -->
<div class="container">
<h1>Pragha <span class="text-muted">Music Player</span></h1>
<p class="lead">
Pragha is a Lightweight Music Player for GNU/Linux, based on Gtk, sqlite, and completely written in C, constructed to be fast, light, and simultaneously tries to be complete without obstructing the daily work. ;)
<a href="https://www.bountysource.com/teams/pragha-music-player/issues?utm_source=Pragha%20Music%20Player&utm_medium=shield&utm_campaign=bounties_received">
<img src="https://www.bountysource.com/badge/team?team_id=45448&style=bounties_received" />
</a>
</p>
</div>
<hr class="featurette-divider">
<div class="container">
<div class="row">
<div class="col-md-6">
<!-- Carousel ================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="images/pragha-visuzalizer-thumbnail-normal-HiDPI.png" alt="First slide">
<div class="container">
<div class="carousel-caption">
<h3>Visualizer</h3>
<p>An simple visualizer plugin</p>
</div>
</div>
</div>
<div class="item">
<img src="images/pragha-thumbnail-normal-HiDPI.png" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<h3>CSD decorations</h3>
<p>Pragha on Fedora 30 following the Gnome design lines</p>
</div>
</div>
</div>
<div class="item">
<img src="images/pragha-classic-thumbnail-normal-HiDPI.png" alt="Thred slide">
<div class="container">
<div class="carousel-caption">
<h3>Xfce Integration</h3>
<p>Pragha on Fedora 30 Xfce</p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div><!-- /.carousel -->
</div>
<div class="col-md-6">
<h2 class="top-h2">Features</h2>
<ul>
<li>Full integration with GTK+3, but always independent of Gnome or Xfce.</li>
<li>Two panel desing inspired on Amarok 1.4. Library and current playlist.</li>
<li>Library with multiple views, according tags or folder structure.</li>
<li>Search, filtering and queue songs on current playlist.</li>
<li>Playing and edit tag of mp3, m4a, ogg, flac, asf, wma, and ape files.</li>
<li>Playlist management. Exporting M3U and read M3U, PLS, XSPF and WAX playlists.</li>
<li>Play audio CDs and identifies this with CDDB.</li>
<li>Playback control with command line and MPRIS2.</li>
<li>Native desktop notifications with libnotify.</li>
</ul>
<h4>And much mored.. <span class="text-muted">See all plugins.</span></h4>
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="container">
<div class="row">
<div class="col-md-9">
<div class="container">
<div class="row">
<h2 class="top-h2">Licence <span class="text-muted">GPL+-3</span></h2>
<p>Nobody should be restricted by the software they use. There are four freedoms that every user should have:</p>
<ul>
<li>the freedom to use the software for any purpose,</li>
<li>the freedom to change the software to suit your needs</li>
<li>the freedom to share the software with your friends and neighbors, and</li>
<li>the freedom to share the changes you make.</li>
</ul>
</div>
<div class="row">
<h2>Need help?</h2>
<p>Pragha uses Google Groups for its forum/mailing list/general discussion group.</p>
<ul><li>Support and discussion group</li></ul>
<p>Reporting bugs and proposing patches</p>
<ul><li>Issue tracker</li></ul>
<h2>You wanna help?</h2>
<p>Always are welcome new <a href="https://github.com/pragha-music-player/pragha">developers</a>, <a href="https://www.transifex.com/projects/p/Pragha/">translators</a>, and <a href="https://www.bountysource.com/teams/pragha-music-player">donations</a></p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<img src="images/pragha-album-art.png" alt="Pragha Album Art">
<div class="caption">
<h3>About the name.. .</h3>
<p>Pragha is the band of some friends!</p>
<p>I invite you to know her!! =)</p>
<div class="text-center">
<p>
<a class="btn btn-social-icon btn-facebook">
<i class="fa fa-facebook"></i>
</a>
<a class="btn btn-social-icon btn-twitter">
<i class="fa fa-twitter"></i>
</a>
<a class="btn btn-social-icon btn-google-plus">
<i class="fa fa-google-plus"></i>
</a>
<a class="btn btn-social-icon btn-soundcloud">
<i class="fa fa-soundcloud"></i>
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="thumbnail">
<img src="images/pragha-album-art.jpg" alt="Generic placeholder image">
<div class="caption">
<h3>About the name.. .</h3>
<p>Pragha is the band of some friends!</p>
<p>I invite you to know her!! =)</p>
<div class="text-center">
<p>
<a class="btn btn-social-icon btn-facebook">
<i class="fa fa-facebook"></i>
</a>
<a class="btn btn-social-icon btn-twitter">
<i class="fa fa-twitter"></i>
</a>
<a class="btn btn-social-icon btn-google-plus">
<i class="fa fa-google-plus"></i>
</a>
<a class="btn btn-social-icon btn-soundcloud">
<i class="fa fa-soundcloud"></i>
</a>
</p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<script type="text/javascript" src="http://www.openhub.net/p/596263/widgets/project_basic_stats.js"></script>
</div>
<div class="col-md-4">
<h3>Translated into 23 languages. » <span class="text-muted">Help us improve!.</span></h3>
<img border="0" src="https://www.transifex.com/projects/p/Pragha/chart/image_png"/>
<br/>
<a target="_blank" href="https://www.transifex.com/">
<img border="0" src="https://ds0k0en9abmn1.cloudfront.net/static/charts/images/tx-logo-micro.646b0065fce6.png"/>
</a>
</div>
</div>
</div>
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2014-2019 Matias De lellis. · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript ================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/holder.js"></script>
</body>
</html>