mirror of
https://github.com/chatty/chatty.github.io.git
synced 2024-11-08 12:02:28 +01:00
Remove Flattr, update some stuff
This commit is contained in:
parent
c1fd4d5ddd
commit
17784085db
23
index.html
23
index.html
@ -100,9 +100,6 @@ function getDownloads(tag) {
|
||||
float:right;
|
||||
padding-right: 25px;
|
||||
}
|
||||
#flattr {
|
||||
float:left;
|
||||
}
|
||||
|
||||
dt {
|
||||
margin-top: 8px;
|
||||
@ -127,20 +124,9 @@ function getDownloads(tag) {
|
||||
}
|
||||
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
/* <![CDATA[ */
|
||||
(function() {
|
||||
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
|
||||
s.type = 'text/javascript';
|
||||
s.async = true;
|
||||
s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
|
||||
t.parentNode.insertBefore(s, t);
|
||||
})();
|
||||
/* ]]> */</script>
|
||||
</head>
|
||||
<body onload="loaded()">
|
||||
<div id="top">
|
||||
<div id="flattr"><a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://chatty.github.io"></a></div>
|
||||
<div id="project"><a href="https://github.com/chatty/chatty">GitHub</a></div>
|
||||
<div id="youtube"><a href="https://youtube.com/chattyclient">YouTube Channel</a></div>
|
||||
<div id="twitter"><a href="https://twitter.com/ChattyClient"><img src="twitter.png" /></a></div>
|
||||
@ -166,12 +152,12 @@ function getDownloads(tag) {
|
||||
<li>General Features
|
||||
<ul>
|
||||
<li>Nick colors, emoticons, badges, chat info, stream status and viewercount display</li>
|
||||
<li>With <a href="http://frankerfacez.com">FrankerFaceZ</a>-Support (Emoticons & Custom Mod Icons) and <a href="http://betterttv.nightdev.com">BetterTTV</a> emotes (no Personal Emotes though), including unified bot badge</li>
|
||||
<li>With <a href="https://frankerfacez.com">FrankerFaceZ</a>-Support (Emoticons & Custom Mod Icons) and <a href="https://betterttv.nightdev.com">BetterTTV</a> emotes (no Personal Emotes though), including unified bot badge</li>
|
||||
<li>Connect with OAuth (your Twitch account password is never entered in the application)</li>
|
||||
<li>Basic Whisper Support (no history)</li>
|
||||
<li>Chatlog, clickable links, TAB Completion (nicks, emotes, commands, custom), input history</li>
|
||||
<li>Message Highlighting and Ignoring</li>
|
||||
<li><a href="http://speedrunslive.com">SpeedRunsLive</a> Race Viewer</li>
|
||||
<li><a href="https://speedrunslive.com">SpeedRunsLive</a> Race Viewer</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
@ -234,10 +220,10 @@ function getDownloads(tag) {
|
||||
<p>When you start Chatty the Connect Dialog should come up. Click <code>Create login..</code> and <code>Request login data</code> and follow the instructions to authorize Chatty to connect to chat for you. There is also a short
|
||||
<a href="help/help-getting-started.html"><strong>Getting Started Guide</strong></a>.</p>
|
||||
<p>There is some <a href="help/help.html">help</a> available (you can find the same in the program itself). There is also a <a href="changes.txt">changelog</a>.</p>
|
||||
<p>You can use <a href="Chatty_banner_320px.png">this banner</a> if you like Chatty and want to promote it. Just link to <code>http://chatty.github.io</code> please. :)</p>
|
||||
<p>You can use <a href="Chatty_banner_320px.png">this banner</a> if you like Chatty and want to promote it. Just link to <code>https://chatty.github.io</code> please. :)</p>
|
||||
|
||||
<h2 id="bugs">Feedback (Feature requests, Bug reports)</h2>
|
||||
<p>This is my first slightly bigger program, so go easy on me. ;) But if you find any bugs or have any other feedback, feel free to tell me. You can <a href="http://www.twitch.tv/message/compose?to=tduva">message me on Twitch</a>, write me an <a href="mailto:chattyclient@gmail.com">e-mail</a> or use <a href="https://twitter.com/chattyclient">Twitter</a>.</p>
|
||||
<p>This is my first slightly bigger program, so go easy on me. ;) But if you find any bugs or have any other feedback, feel free to tell me. You can send an <a href="mailto:chattyclient@gmail.com">E-Mail</a>, <a href="https://twitter.com/chattyclient">Tweet</a> or join the <a href="https://discord.gg/WTuqGeJ">Chatty Discord</a>.</p>
|
||||
<p>Please tell me about bugs or else I can't fix them. Please describe exactly <em>what</em> happened and <em>how</em> it happened, since this is absolutely necessary to find out what went wrong (just saying "it doesn't work" or "it won't load" can mean a lot of things). You should also copy the debug.log file in your settings directory (type /openDir to open it, or /dir if that doesn't work) before it is overwritten, in case it could be helpful to find the bug.</p>
|
||||
<h3>Known issues</h3>
|
||||
<ul>
|
||||
@ -266,7 +252,6 @@ function getDownloads(tag) {
|
||||
</div>
|
||||
<div id="bottom">
|
||||
<div id="dlCount" style="margin-bottom:7px;"></div>
|
||||
If you like Chatty and would like to support me:<br /><a href="http://flattr.com/thing/4399636/Chatty" target="_blank"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user