-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (65 loc) · 4.04 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Teamwall</title>
<link rel="shortcut icon" href="images/favicon.png?v1"/>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<link href="lib/font-awesome-4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a class="big-github-icon" href="https://github.com/teamwall/teamwall"><i class="fa fa-github-square fa-3x"></i></a></li>
<li class="downloads"><a href="https://github.com/teamwall/teamwall/releases/download/v1.1.0/teamwall-1.1.0.jar"><i class="fa fa-download"></i>JAR (33.2MB)</a></li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>Teamwall</h1>
<p>Build a wall of pictures of your team</p>
<span class="credits right">Project maintained by the team <a href="https://github.com/orgs/teamwall/people">teamwall</a>.</span>
</div>
<h3><a id="teamwall" class="anchor" href="#teamwall" aria-hidden="true"><span class="octicon octicon-link"></span></a>What is Teamwall?</h3>
<p>Teamwall is designed to help the members of a remote team to feel close to each other. It provides a page with a picture of all the team members, the pictures being refreshed every minute. It allows to know in a glance who is there, who is in pause, or to spot when a possible interesting discussion occurs.</p>
<p>Teamwall is a free as in <i>freedom</i>, free as in <i>free beer</i>, open-source software.</p>
<p><img class="screenshot" src="images/screenshot.png"></img></p>
<h3><a id="features" class="anchor" href="#features" aria-hidden="true"><span class="octicon octicon-link"></span></a>Features</h3>
<p>Here is the list of Teamwall features, as well as the feature currently in development.</p>
<p>Features:</p>
<ul>
<li>Automatic refresh of the pictures</li>
<li>Team based on the registered email domain</li>
<li>Keep the minimum amount of personal information</li>
<li>Easy to deploy</li>
</ul>
<p>Since we do not believe in a centralized server (especially when it comes to upload some part of your privacy), we decided to choose an architecture where every company can easily deploy its own server.</p>
<p>Features to come:</p>
<ul>
<li>Statuses support</li>
<li>Desktop application(s)</li>
<li>Daily timelaps</li>
</ul>
<h3>
<a id="contributing" class="anchor" href="#contributing" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contributing</h3>
<p>Teamwall is an open source project and as such any contribution is more than welcome. The code for this project can be found on <a href="https://github.com/teamwall/teamwall">github</a>, and the issue tracker can be found <a href="http://teamwall.myjetbrains.com/">here</a>. In addition we will be happy to hear any of your feedback.</p>
<h3>
<a id="license" class="anchor" href="#license" aria-hidden="true"><span class="octicon octicon-link"></span></a>License</h3>
<p>The entirety of the code for the Teamwall project is licensed under the GNU General Public License version 3 (GPLv3) as statued in the <a href="https://github.com/teamwall/teamwall/blob/develop/LICENSE.md">LICENSE</a> file. More information about the GNU General Public License can be found on the <a href="http://www.gnu.org/copyleft/gpl.html">GNU</a> website.</p>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>