|
@@ -5,9 +5,9 @@
|
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
|
|
<meta name="description" content="Converse.js: Open Source Browser-Based Instant Messaging" />
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
|
|
- <link rel="stylesheet" type="text/css" media="screen" href="converse.min.css">
|
|
|
- <script src="converse.min.js"></script>
|
|
|
- <!-- For development: <script data-main="main" src="Libraries/require-jquery.js"></script> -->
|
|
|
+ <link rel="stylesheet" type="text/css" media="screen" href="converse.css">
|
|
|
+ <!-- <script src="converse.min.js"></script> -->
|
|
|
+ <script data-main="main" src="Libraries/require-jquery.js"></script>
|
|
|
<title>Converse.js</title>
|
|
|
</head>
|
|
|
|
|
@@ -17,7 +17,7 @@
|
|
|
<header class="inner">
|
|
|
<a id="forkme_banner" href="https://github.com/jcbrand/converse.js">View on GitHub</a>
|
|
|
<h1 id="project_title"><a href="http://conversejs.org">Converse.js</a></h1>
|
|
|
- <h2 id="project_tagline">An XMPP chat client written in Javascript</h2>
|
|
|
+ <h2 id="project_tagline">An XMPP chat client for your website</h2>
|
|
|
<section id="downloads">
|
|
|
<a class="zip_download_link" href="https://github.com/jcbrand/converse.js/archive/v0.3.zip">Download the latest release as a .zip file</a>
|
|
|
<a class="tar_download_link" href="https://github.com/jcbrand/converse.js/archive/v0.3.tar.gz">Download the latest release as a tar.gz file</a>
|
|
@@ -158,7 +158,7 @@
|
|
|
<div id="collective-xmpp-chat-data"></div>
|
|
|
<div id="toggle-controlbox">
|
|
|
<a href="#" class="chat toggle-online-users">
|
|
|
- <strong class="conn-feedback">Click here to chat</strong> <strong style="display: none" id="online-count">(0)</strong>
|
|
|
+ <strong class="conn-feedback">Toggle chat</strong> <strong style="display: none" id="online-count">(0)</strong>
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|