-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
257 lines (206 loc) · 8.97 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
<head>
<meta charset="utf-8">
<title>KandanApp</title>
<meta name="author" content="Kandan Crew">
<!-- SEO Optimization -->
<meta content='Kandan is a free open source chat app. It is readily available to launch at getkandan.com' name='description'>
<meta content="kandan free open source chat app kandanapp teamware groupchat flowdock hipchat" name="keywords" />
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
<link rel="canonical" href="http://kandanapp.github.io/blog">
<link href="/favicon.ico" rel="icon">
<link href="/stylesheets/bootstrap/responsive.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/stylesheets/bootstrap/bootstrap.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/stylesheets/bootstrap/core.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/stylesheets/syntax/syntax.css" media="screen, projection" rel="stylesheet" type="text/css">
<style type="text/css">
.introduction {
margin-top: -20px;
}
h1 {
margin-bottom: 15px;
}
img {
max-width: 100%;
}
.sharing, .meta, .pager {
margin: 20px 0px 20px 0px;
}
.page-footer p {
text-align: center;
}
</style>
<script src="/javascripts/libs/jquery.js"></script>
<script src="/javascripts/libs/modernizr-2.0.js"></script>
<script src="/javascripts/libs/bootstrap.js"></script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<link href="/atom.xml" rel="alternate" title="KandanApp" type="application/atom+xml">
</head>
<body >
<nav role="navigation"><div class="navbar navbar-inverse">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">KandanApp</a>
<div class="nav-collapse">
<ul class="nav">
<a href="/" class="brand"><i class="icon-home icon-2x"> Home</i></a>
<a href="/blog" class="brand"><i class="icon-bookmark icon-2x"> Blog</i></a>
<a href="/about" class="brand"><i class="icon-asterisk icon-2x"> About</i></a>
</ul>
</div>
</div>
</div>
</div>
</nav>
<section class="introduction" role="main">
<div class="hero-unit">
<div class="container">
<div class="row">
<div class="span7">
<header>
<hgroup>
<h1>An Open Source Alternative to HipChat and so much more.</h1>
<br />
<p>Get your own private Chat server in minutes, plus additional features. No credit card required.</p>
<p>A fast, secure and stable solution based on Rails. Free and open-source Distributed under the AGPL License.</p>
</hgroup>
<br />
<a href="http://kandan-demo.getkandan.com" target="_blank" class="btn btn-large btn-primary">Try Out the Demo Server</a>
<br><br>
<p>Kandan 1.1 is the latest stable version. Interested in bleeding edge or unstable versions? Check out the <b>MASTER</b> branch.</p>
<br>
<a href="https://github.com/kandanapp/kandan/zipball/v1.1" target="_blank" class="btn btn-large btn-success">Download Stable</a>
<a href="https://github.com/kandanapp/kandan/zipball/master" target="_blank" class="btn btn-large btn-danger">Download MASTER</a>
</header>
</div>
<div class="span5">
<img src="/images/kandanlogo.png">
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="span6">
<img src="/images/kandan_1.1.png" width="600" height="495">
</div>
<div class="span6">
<h2>Web Based Client</h2>
<p>Our beautiful web client means there's nothing to install client-side. Just login and start chatting with your team</p>
<p>Currently we support the following browsers:
<ul class="icons">
<li><i class="icon-ok"></i><a href="https://www.google.com/chrome/" target="_blank" class="btn btn-link">Chrome</a></li>
<li><i class="icon-ok"></i><a href="http://www.mozilla.org/firefox/" target="_blank" class="btn btn-link">Firefox</a></li>
<li><i class="icon-ok"></i><a href="http://www.apple.com/safari/" target="_blank" class="btn btn-link">Safari</a></li>
</ul>
</div>
</div>
<hr>
<div class="row">
<div class="span6">
<h2>Full Emoji Support</h2>
<p>Full support for the Emoji emoticons set.</p>
<p>Emoji (絵文字, or えもじ?) (pronounced eh-moh-jee) is the Japanese term for the picture characters or emoticons used in Japanese electronic messages and webpages. Originally meaning pictograph, the word literally means "picture" (e) + "letter" (moji).</p>
</div>
<div class="span6">
<img src="/images/kandan_1.1_emojis.png" width="600" height="384">
</div>
</div>
<hr>
<div class="row">
<div class="span6">
<img src="/images/services.png" width="600" height="340">
</div>
<div class="span6">
<h2>Self or Shared Hosting</h2>
<p>Kandan can be installed on a number of different service providers rather quickly and easily. Curently supported providers include:</p>
<ul class="icons">
<li><i class="icon-ok"></i><a href="http://www.heroku.com/" target="_blank" class="btn btn-link">Heroku</a></li>
<li><i class="icon-ok"></i><a href="https://www.appfog.com/" target="_blank" class="btn btn-link">appfog</a></li>
<li><i class="icon-ok"></i><a href="http://www.cloudfoundry.com/" target="_blank" class="btn btn-link">Cloud Foundry</a></li>
<li><i class="icon-ok"></i><a href="http://aws.amazon.com/" target="_blank" class="btn btn-link">Amazon Web Services</a></li>
</ul>
</div>
</div>
</div>
<hr>
<div class="container features">
<div class="row">
<div class="span4">
<div class="feature">
<h3><i class="icon-comments-alt icon-large"></i> Live Team Chat</h3>
<p>Share ideas, code, and files with your team in real time. Rooms are perfect for individual projects, teams, or entire departments.</p>
</div>
</div>
<div class="span4">
<div class="feature">
<h3><i class="icon-desktop icon-large"></i>Desktop Notifications</h3>
<p>Enable desktop notifications for the web client. Works with Chrome, Safari and Firefox.</p>
</div>
</div>
<div class="span4">
<div class="feature">
<h3><i class="icon-copy icon-large"></i>Drag and Drop File Sharing</h3>
<p>Share mockups, PDFs, Office docs, and other files for instant feedback. Kandan keeps a complete history so you can access shared files anytime, anywhere.</p>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="span4">
<div class="footer-col-1">
</div>
</div>
<div class="span4">
<div class="footer-col-2">
<center>
<a href="http://twitter.com/kandanapp" target="_blank"><i class="icon-twitter-sign icon-3x"> </i></a>
<a href="https://www.facebook.com/kandanapp" target="_blank"><i class="icon-facebook-sign icon-3x"> </i></a>
<a href="http://github.com/kandanapp/kandan" target="_blank"><i class="icon-github icon-3x"> </i></a>
<br>
<p>© 2012-2013 KandanApp. All Rights Reserved</p>
</center>
</div>
</div>
<div class="span4">
<div class="footer-col-1">
</div>
</div>
</div>
</div>
</footer>
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '510ee815108d7b50ba000074');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39098382-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>