Plugin Directory

Changeset 178105


Ignore:
Timestamp:
11/30/2009 04:01:09 PM (16 years ago)
Author:
chartbeat
Message:

Improve readme, try removing trailing blank line.

Location:
chartbeat
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chartbeat/tags/1.0/chartbeat.php

    r175643 r178105  
    206206add_action('widgets_init', 'chartbeat_widget_init');
    207207?>
    208 
  • chartbeat/tags/1.0/readme.txt

    r175646 r178105  
    3030== Frequently Asked Questions ==
    3131
     32=What is Chartbeat?=
     33
     34Chartbeat is a real-time analytics and uptime monitoring service used
     35by everyone from mom-and-pop bloggers to some of the biggest sites on
     36the web. Try the [demo](http://chartbeat.com/demo/) and then sign up
     37for [a free trial](https://chartbeat.com/signup/)!
     38
     39=What does this plugin do?=
     40
     41This plugin makes it easy for chartbeat users to install the code they
     42need to add to their site that enables chartbeat to track what's
     43happening. Adding this plugin to your site if you do not have a
     44chartbeat account will not provide you with any analytics.
     45
     46=Will this plugin slow down my site?=
     47
     48No, chartbeat's code is completely asynchronous. That means that it
     49doesn't begin to run until everything else has already loaded.
     50
     51=How is this different from Google Analytics?=
     52
     53Chartbeat provides statistics in real-time and sends you alerts if
     54your site goes down or your traffic spikes. This allows you to quickly
     55respond by fixing your server, improving your content, responding to
     56other bloggers, or whatever is appropriate for your site. Because
     57chartbeat sends pings throughout a user's session, you also get a much
     58richer sense of how people are using your site.
     59
    3260== Screenshots ==
    3361
  • chartbeat/trunk/chartbeat.php

    r175641 r178105  
    206206add_action('widgets_init', 'chartbeat_widget_init');
    207207?>
    208 
  • chartbeat/trunk/readme.txt

    r175646 r178105  
    3030== Frequently Asked Questions ==
    3131
     32=What is Chartbeat?=
     33
     34Chartbeat is a real-time analytics and uptime monitoring service used
     35by everyone from mom-and-pop bloggers to some of the biggest sites on
     36the web. Try the [demo](http://chartbeat.com/demo/) and then sign up
     37for [a free trial](https://chartbeat.com/signup/)!
     38
     39=What does this plugin do?=
     40
     41This plugin makes it easy for chartbeat users to install the code they
     42need to add to their site that enables chartbeat to track what's
     43happening. Adding this plugin to your site if you do not have a
     44chartbeat account will not provide you with any analytics.
     45
     46=Will this plugin slow down my site?=
     47
     48No, chartbeat's code is completely asynchronous. That means that it
     49doesn't begin to run until everything else has already loaded.
     50
     51=How is this different from Google Analytics?=
     52
     53Chartbeat provides statistics in real-time and sends you alerts if
     54your site goes down or your traffic spikes. This allows you to quickly
     55respond by fixing your server, improving your content, responding to
     56other bloggers, or whatever is appropriate for your site. Because
     57chartbeat sends pings throughout a user's session, you also get a much
     58richer sense of how people are using your site.
     59
    3260== Screenshots ==
    3361
Note: See TracChangeset for help on using the changeset viewer.