public
Fork of ebassi/tweet
Description: A Clutter-based Twitter client
Clone URL: git://github.com/patoh/tweet.git
tweet /
name age message
file .gitignore Fri May 23 03:33:24 -0700 2008 Update git ignore file [Emmanuele Bassi]
file AUTHORS Thu Apr 10 14:00:32 -0700 2008 Update tree [Emmanuele Bassi]
file COPYING Wed May 21 08:20:01 -0700 2008 Update the licenses we ship with the project [Emmanuele Bassi]
file COPYING.LIB Wed May 21 08:20:01 -0700 2008 Update the licenses we ship with the project [Emmanuele Bassi]
file ChangeLog Thu Apr 10 14:00:32 -0700 2008 Update tree [Emmanuele Bassi]
file Makefile.am Fri May 23 09:35:40 -0700 2008 Set up the themable application icons machinery [Emmanuele Bassi]
file Makefile.decl Wed Apr 09 06:40:45 -0700 2008 Initial import of Twitter-GLib [Emmanuele Bassi]
file NEWS Thu Apr 10 14:00:32 -0700 2008 Update tree [Emmanuele Bassi]
file README Thu May 22 08:34:33 -0700 2008 Update the installation and license notices [Emmanuele Bassi]
file autogen.sh Wed Apr 09 06:40:45 -0700 2008 Initial import of Twitter-GLib [Emmanuele Bassi]
file configure.ac Fri May 23 10:01:33 -0700 2008 Add the new status icons to the themable applic... [Emmanuele Bassi]
directory copy-and-paste/ Fri May 23 07:38:02 -0700 2008 Reset the adjustments when changing the model [Emmanuele Bassi]
directory data/ Sat May 24 02:09:32 -0700 2008 Added reply-to-status-set icon and hooked it up [patoh]
directory po/ Fri May 23 07:51:18 -0700 2008 Add tweet-auth-dialog.c to the translatable files [Emmanuele Bassi]
directory src/ Sat May 24 02:15:44 -0700 2008 Merge branch 'master' of git://github.com/ebass... [patoh]
directory tests/ Fri Apr 11 09:54:50 -0700 2008 Test authentication sequence [Emmanuele Bassi]
directory twitter-glib/ Fri May 23 03:37:53 -0700 2008 Split the user show method [Emmanuele Bassi]
README
Tweet - A simple Twitter desktop client

Tweet is a desktop client for the Twitter web service. The Twitter
web service is described as:

  Twitter is for staying in touch and keeping up with friends no matter
  where you are or what you’re doing. For some friends you might want
  instant mobile updates - for others, you can just check the web. Invite
  your friends to Twitter and decide how connected you want you to be.
                -- from http://twitter.com

In short, is a web-based SMS-like service.

Tweet is a client written to read your friends' status and update your
own without using a web browser.

Tweet depends on:

  - GLib >= 2.16
  - JSON-GLib >= 0.6
  - Clutter >= 0.6.2
  - ClutterGtk >= 0.6.1
  - ClutterCairo >= 0.6.1
  - libsoup >= 2.4.1
  - GTK+ >= 2.12

Tweet is based on, and provides for third parties, a GObject-based library
for reading and updating the Twitter status; the library is installed and
it is available so that other applications can integrate with it.

INSTALLATION
------------
Se the INSTALL file.

Tweet is released under the terms of the GNU General Public License,
version 3 or, at your option, any later version.

Twitter-GLib is released under the terms of the GNU Lesser General
Public License version 2.1 or, at your option, any later version.

Tweet and Twitter-GLib are copyright (C) 2008  Emmanuele Bassi.