-
Notifications
You must be signed in to change notification settings - Fork 367
/
index.html
50 lines (43 loc) · 2.05 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="author" content="max ogden">
<meta name="description" content="cool appz">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="stylesheets/css/tachyons.css" />
<link rel="stylesheet" href="stylesheets/css/screencat.css" />
<link rel="icon" type="image/png" src="img/[email protected]">
</head>
<body class="wi-100">
<header class="main-header bb b--light-gray pvs">
<div class="center mw8 phm phl-ns">
<h1 class="f3 book dib prm man">ScreenCat</h1>
</div>
</header>
<div class="content-container w-50">
<header class="bb b--light-gray pvm">
<img src="img/screenshot.png" />
</header>
<p>
ScreenCat is an open source screen sharing + remote collaboration application, currently only for Mac OS. You can share your desktop with someone else while letting them share your mouse and keyboard remotely. Right now it is not as good as commercial alternatives, mostly because this initial prototype was written in 3 days. <a href="http://github.com/maxogden/screencat">The big difference is that you can send PRs to make ScreenCat better!</a>
</p>
<p>
ScreenCat is currently ALPHA STATUS and is intended for developers/early adopters. Check out the Issues to get involved. ScreenCat is a volunteer run project, your contributions and improvements are welcome!
</p>
<h2>Step 1: Download Screen Cat</h2>
<a href="https://github.com/maxogden/screencat/releases/latest" class="">Latest Release (MAC OSX)</a>
<h2>Step 2: Get a screen code</h2>
<img src="img/share.png" />
<h2>Step 3: Share it with your fwiends</h2>
<p>They can use ScreenCat.app</p>
<img src="img/join.png" />
<p>Or Chrome/Firefox from our <a href="http://maxogden.github.io/screencat/remote">Remote Control</a> page</p>
<img src="img/remote.png" />
<p>
<a href="http://github.com/maxogden/screencat">github repo</a>
</p>
</div>
</body>
</html>