This repository has been archived by the owner on Aug 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
notifications.html
42 lines (42 loc) · 1.91 KB
/
notifications.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WinChatty Notifications</title>
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<style>
body { font-family: "Source Sans Pro", sans-serif; width: 960px; margin: 0 auto; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a.linkbutton { background: #EEF9EE; border: 2px outset lightgray; padding: 10px; color: black; font-weight: bold; }
</style>
</head>
<body>
<h1><img src="/img/App128.png"><br>WinChatty Notifications</h1>
Shacknews chatty push notifications!
<h2>For Windows</h2>
<p style="margin-bottom: 25px;">
<a class="linkbutton" href="http://winchatty.com/notifier-win/setup.exe">Install WinChatty Notifier for Windows</a>
</p>
<p>
Chrome/IE and Windows will pop up a lot of scary malware detection prompts since this is an unsigned installer, but you should be able to make it through. Sometimes the button to continue is hidden behind a "More information" link or a small down arrow button.
</p>
<p>
When you first install, your browser will be taken to a site where you log into your Shacknews account and then set up your notification preferences. You will need to re-launch WinChatty Notifier after this initial login in order to begin receiving notifications. You can add WinChatty Notifier to your Startup folder to launch it with Windows.
</p>
<p>
Currently only post notifications are supported. Shackmessage notifications are NOT supported.
</p>
<p>
WinChatty Notifier integrates with your web browser or with Lamp.
</p>
<h2>For iOS</h2>
<p>
Coming soon!
</p>
<h2>For OS X</h2>
<p>
Coming soon!
</p>
</body>
</html>