=== Elegant Twitter Widget ===
Contributors: zenofshen
Donate link: http://www.zenofshen.com/elegant-twitter-widget/
Tags: widget, twitter
Requires at least: 2.2 or Widget plugin and PHP >= 4
Tested up to: 2.3.2
Stable tag: 1.0b


A WordPress widget that displays twitter updates in yummy valid semantic XHTML code by parsing XML.

== Description ==

A WordPress widget that displays twitter updates in yummy valid semantic XHTML code. The code is heavily commented and the output is in template functions so everything is fully customizable.

In this version, the plugin grabs the XML twitter feed and parses it using the PHP XML parser, instead of SimpleXML, to support PHP 4.

== Installation ==

1. Upload `elegant-twitter-widget.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Activate the widget ('Twitter Widget') through the 'Widgets' tab under the 'Presentation' menu

== Options ==

* Username
* Number of Statuses

== License ==

    Copyright 2008  Paul Shen  (email : contact@paulshen.name)

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA