From b0d73fc7e150cf17f7e7d8cae50a380f1b68c19d Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 2 Apr 2013 00:12:13 +0200 Subject: [PATCH] Trying to get analytics to work --- index.html | 77 +++++++++++++++++++++++++++--------------------------- 1 file changed, 39 insertions(+), 38 deletions(-) diff --git a/index.html b/index.html index 35cbba52a..206afd939 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,18 @@ - + + - - Converse.js - - + + + Converse.js + + + +
@@ -27,7 +31,7 @@
-

Converse.js implements an XMPP based instant messaging client in the browser.

+

Converse.js implements an XMPP based instant messaging client in the browser.

It is used by collective.xmpp.chat, which is a Plone instant messaging add-on.

@@ -36,32 +40,28 @@

Currently this is not yet the case, as the code makes ajax calls to the (Plone) backend to fetch user info.

-

Features

+

Features

+ +

It has the following features:

+
    -
  • Manually or automically subscribe to other users.
  • -
  • Accept or decline contact requests
  • -
  • Chat status (online, busy, away, offline)
  • -
  • Custom status messages
  • -
  • Typing notifications
  • -
  • Third person messages (/me )
  • -
  • Multi-user chat in chatrooms
  • -
  • Chatroom Topics
  • -
  • vCard support
  • -
-

A screencast of Converse.js in action via collective.xmpp.chat can be seen here.

+
  • Manually or automically subscribe to other users.
  • +
  • With manual roster subscriptions, you can accept or decline contact requests.
  • +
  • Chat statuses (online, busy, away, offline)
  • +
  • Custom status message
  • +
  • Typing notifications (i.e when the contact is typing)
  • +
  • Third person messages (/me )
  • +
  • Multi-user chat in chatrooms
  • +
  • Topics can be set for chatrooms
  • +
  • Full name and profile picture support
  • +

    A screencast of Converse.js in action via collective.xmpp.chat can be seen here.

    -

    Dependencies

    -

    Converse.js depends on a few third party libraries, including: -

    -

    +

    It depends on quite a few third party libraries, including strophe.js, +backbone.js and require.js.

    -

    Licence

    +

    Licence

    -

    Converse.js is released under both the MIT and GPL licenses.

    +

    Converse.js is released under both the MIT and GPL licenses.

    @@ -73,16 +73,17 @@ to fetch user info.

    - -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); -    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); - - -  try { -    var pageTracker = _gat._getTracker("UA-2128260-8"); -  pageTracker._trackPageview(); -  } catch(err) {} - + + +