-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (61 loc) · 3.15 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>flurfunk</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34218329-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>
</head>
<body>
<div class="wrapper">
<header>
<h1>Flurfunk</h1>
<p class="view"><a href="https://github.com/flurfunk/">View the flurfunk projects on GitHub</a></p>
<ul>
<li><a href="https://github.com/flurfunk/flurfunk-server/"><strong>flurfunk-server</strong></a></li>
<li><a href="https://github.com/flurfunk/flurfunk-web/"><strong>flurfunk-web</strong></a></li>
<li><a href="https://github.com/flurfunk/flurfunk-camelbot/"><strong>flurfunk-camelbot</strong></a></li>
<li><a href="https://github.com/flurfunk/flurfunk.github.com/wiki/">flurfunk wiki</a></p></li>
</ul>
<p>Flurfunk is an easy way to communicate with your colleagues. It offers a simple timeline where you can post messages and links.<br/>
It also offers a REST-API that can be used to post build- and commit messages and alike.</p>
<p>Check out the demo: <a href="http://flurfunk.heroku.com">desktop</a>, <a href="http://flurfunk.heroku.com/mobile">mobile</a>.</p>
</header>
<section>
<h2>A Screenshot</h2>
.. is worth more than a thousand words:
<p><img src="images/flurfunk-screenshot.png" alt="Flurfunk screenshot"></p>
<h2>Getting started</h2>
<p>
Want to start setting up your own flurfunk instance? Head over to <a href="https://github.com/flurfunk/flurfunk.github.com/wiki/">the wiki for instructions</a>.
</p>
<h2>Background</h2>
<p>The name Flurfunk is a German expression for the office grapevine (rumours going around the office). </p>
<p>Flurfunk was developed for internal use by <a href="http://viaboxxsystems.de/">Viaboxx Systems</a>, and open sourced in 2012. See the <a href="http://viaboxxsystems.de/announcing-flurfunk">release announcement</a> for some background.</p>
</section>
<footer>
<p>
<ul>
</ul>Development sponsored by <a href="http://viaboxxsystems.de">Viaboxx Systems</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><!--<![endif]-->
</body>
</html>