-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
197 lines (165 loc) · 5.01 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Media Explorer</title>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<link rel="stylesheet" href="fancybox/jquery.fancybox-1.3.4.css" type=
"text/css" media="screen">
<script type="text/javascript">
$(document).ready(function() { $("a.thumb").fancybox(); });
</script>
<style type="text/css">
body {
background-image: url('assets/bg-tile.png');
background-repeat: repeat-x;
color: #666666;
font-family: "Droid Sans", sans-serif;
margin-left: auto;
margin-right: auto;
padding: 40px 100px 40px 80px;
width: 700px;
}
h1 {
color: #8a2b87;
font-size: 2em;
font-weight: normal;
}
h2 {
font-size: 1.2em;
}
img.screenshot {
background-image: url('assets/screenshot-shadow.png');
background-position: bottom;
background-repeat: repeat-x;
height: 110px;
padding-bottom: 10px;
margin-right: 5px;
width: 195px;
}
div#right-column {
float: left;
padding-left: 100px;
width: 200px;
}
div#left-column {
float: left;
width: 400px;
}
div#footer {
margin-left: auto;
margin-right: auto;
clear: both;
width: 100%;
text-align: center;
color: #aaa;
padding-top: 50px;
font-size: small;
}
a {
color: #8a2b87;
}
</style>
</head>
<body>
<h1>Media Explorer</h1>
<div id="left-column">
<h2>Introduction</h2>
<p>Media Explorer is a media centre application for Linux (including
MeeGo).</p>
<p>It leverages existing libraries (GUPnP, Grilo, Tracker, GStreamer) to
find, index and play local and remote media. The application (interface
coded in Mx and Clutter) enables browsing, searching, and viewing of found
media.</p>
<h2>Features</h2>
<ul>
<li>
<p>Smooth, intuitive animated interface for media browse, search and
playback.</p>
</li>
<li>
<p>Support for media discovery and streaming on local filesystem and
connected USB drives.</p>
</li>
<li>
<p>Support for media discovery and streaming from UPnP sources.</p>
</li>
<li>
<p>Configurable key binding, enabling use with standard remote control
units.</p>
</li>
</ul>
<h2>Screenshots</h2>
<p><a class="thumb" href="assets/home-mex.png" rel="scr"><img class=
"screenshot" src="assets/home-mex-t.png" alt="Screenshot"></a><a class=
"thumb" href="assets/video-mex.png" rel="scr"><img class="screenshot" src=
"assets/video-mex-t.png" alt="Screenshot"></a><a class="thumb" href=
"assets/vimeo-mex.png" rel="scr"><img class="screenshot" src=
"assets/vimeo-mex-t.png" alt="Screenshot"></a><a class="thumb" href=
"assets/picture-view-mex.png" rel="scr"><img class="screenshot" src=
"assets/picture-view-mex-t.png" alt="Screenshot"></a></p>
<h2>Downloads</h2>
<p>Meego 1.2.0: search "media explorer" in add/remove software
or <a href="http://repo.meego.com/MeeGo/releases/1.2.0/repos/oss/ia32/packages/i586/media-explorer-0.1.0-1.1.i586.rpm">install from package</a>
</p>
<p>You can download this project in either <a href=
"http://github.com/media-explorer/media-explorer/zipball/master">zip</a> or
<a href=
"http://github.com/media-explorer/media-explorer/tarball/master">tar</a>
formats.</p>
<p>You can also clone the project with Git by running:</p><tt>$ git clone
git://github.com/media-explorer/media-explorer.git</tt>
<p>There's also a <a href="http://live.gnome.org/Jhbuild">JHBuild</a>
moduleset available to make building and running Media Explorer even
easier. It can be cloned with Git by running:</p><tt>$ git clone
git://github.com/media-explorer/jhbuild-mex.git</tt>
</div>
<div id="right-column"><img src="assets/logo.png" alt=
"Media Explorer Logo">
<h2>More Information</h2>
<ul>
<li><a href="releases/index.html">Releases</a></li>
<li><a href="https://github.com/media-explorer">GitHub Project page</a></li>
<li><a href=
"https://github.com/media-explorer/media-explorer/wiki">Wiki Page</a></li>
<li><a href=
"https://github.com/media-explorer/media-explorer/issues">Issue Tracker</a>
</li>
<li><a href="http://media-explorer.github.com/docs/">Documentation</a></li>
</ul>
<!-- twitter feed -->
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 231,
height: 300,
theme: {
shell: {
background: '#',
color: '#666666'
},
tweets: {
background: '#',
color: '#666666',
links: '#8a2b87'
}
},
features: {
scrollbar: false,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('mex_newsfeed').start();
</script>
</div>
<div id="footer"></div>
</body>
</html>