-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
140 lines (115 loc) · 4.81 KB
/
index.html
File metadata and controls
140 lines (115 loc) · 4.81 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="EtherApp : EtherApp Website" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>EtherApp</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/EtherApp">View on GitHub</a>
<h1 id="project_title">EtherApp</h1>
<h2 id="project_tagline">Etherpad Lite admin application for Android</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a name="welcome-to-etherapp" class="anchor" href="#welcome-to-etherapp"><span class="octicon octicon-link"></span></a>Welcome to EtherApp.</h3>
<p>
This app is a project for the university course "Mobile Applications" at HfTL, Leipzig, Germany. The goal is to create an admin app for Etherpad Lite.
</p>
<h4>
<a name="features-so-far" class="anchor" href="#features-so-far"><span class="octicon octicon-link"></span></a>Features so far</h4>
<ul>
<li>
list of pads
</li>
<li>
delete pads
</li>
<li>
create pads
</li>
<li>
list of groups
</li>
<li>
create groups
</li>
<li>
further information about pads
</li>
<li>
profile management for multiple EPL installations
</li>
</ul>
<h4>
<a name="planned-features" class="anchor" href="#planned-features"><span class="octicon octicon-link"></span></a>Planned features</h4>
<ul>
<li>
adding pads to groups
</li>
<li>
share pad links with others
</li>
</ul>
<h4>
<a name="devvideo" class="anchor" href="#devvideo"><span class="octicon octicon-link"></span></a>The evolution of EtherApp</h4>
<video width="400" height="300" controls>
<source src="video/etherapp.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<h4>
<a name="demovideo" class="anchor" href="#demovideo"><span class="octicon octicon-link"></span></a>Demo video</h4>
<video width="400" height="300" controls>
<source src="video/etherapp-demo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<h4>
<a name="screenshots" class="anchor" href="#screenshots"><span class="octicon octicon-link"></span></a>Screenshots</h4>
<div class="thumbnail">
<a target="_blank" href="images/etherapp1.png"><img src="images/etherapp_klein1.png" alt="screenshot 1"></a>
</div>
<div class="thumbnail">
<a target="_blank" href="images/etherapp2.png"><img src="images/etherapp_klein2.png" alt="screenshot 2"></a>
</div>
<div class="thumbnail">
<a target="_blank" href="images/etherapp3.png"><img src="images/etherapp_klein3.png" alt="screenshot 3"></a>
</div>
<div class="thumbnail">
<a target="_blank" href="images/etherapp5.png"><img src="images/etherapp_klein5.png" alt="screenshot 4"></a>
</div>
<div class="thumbnail">
<a target="_blank" href="images/etherapp6.png"><img src="images/etherapp_klein6.png" alt="screenshot 5"></a>
</div>
<div class="thumbnail">
<a target="_blank" href="images/etherapp7.png"><img src="images/etherapp_klein7.png" alt="screenshot 6"></a>
</div>
<div class="thumbnail">
<a target="_blank" href="images/etherapp8.png"><img src="images/etherapp_klein8.png" alt="screenshot 7"></a>
</div>
<div class="thumbnail">
<a target="_blank" href="images/etherapp9.png"><img src="images/etherapp_klein9.png" alt="screenshot 8"></a>
</div>
<div class="thumbnail">
<a target="_blank" href="images/etherapp4.png"><img src="images/etherapp_klein4.png" alt="screenshot 9"></a>
</div>
<p class="text_line">
This app uses the Etherpad Lite HTTP API. If you have any suggestions or ideas, please let us know!
</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>