public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Search Repo:
Emmanuele Bassi (author)
Fri Apr 11 02:55:33 -0700 2008
commit  a2647c7834a331d8ab0b658633e91e0bea932d40
tree    3a5033c130849cc86129a29ebad901739f04a57a
parent  e4a7a0d244a3385e7559c71332b2fea1eb1fa87c
tweet /
name age message
folder .gitignore Thu Apr 10 13:33:52 -0700 2008 Update git ignore file [Emmanuele Bassi]
folder AUTHORS Thu Apr 10 14:00:32 -0700 2008 Update tree [Emmanuele Bassi]
folder COPYING Wed Apr 09 06:40:45 -0700 2008 Initial import of Twitter-GLib [Emmanuele Bassi]
folder COPYING.LIB Wed Apr 09 06:40:45 -0700 2008 Initial import of Twitter-GLib [Emmanuele Bassi]
folder ChangeLog Thu Apr 10 14:00:32 -0700 2008 Update tree [Emmanuele Bassi]
folder Makefile.am Thu Apr 10 13:24:35 -0700 2008 Recurse into the tests directory when building [Emmanuele Bassi]
folder Makefile.decl Wed Apr 09 06:40:45 -0700 2008 Initial import of Twitter-GLib [Emmanuele Bassi]
folder NEWS Thu Apr 10 14:00:32 -0700 2008 Update tree [Emmanuele Bassi]
folder README Thu Apr 10 14:00:32 -0700 2008 Update tree [Emmanuele Bassi]
folder autogen.sh Wed Apr 09 06:40:45 -0700 2008 Initial import of Twitter-GLib [Emmanuele Bassi]
folder configure.ac Thu Apr 10 13:36:43 -0700 2008 Check for strptime and localtime_r [Emmanuele Bassi]
folder src/ Wed Apr 09 06:40:45 -0700 2008 Initial import of Twitter-GLib [Emmanuele Bassi]
folder tests/ Thu Apr 10 13:24:20 -0700 2008 Add the new tests to the build [Emmanuele Bassi]
folder twitter-glib/ Fri Apr 11 02:55:33 -0700 2008 Include twitter-common.h for TwitterUser [Emmanuele Bassi]
README
Tweet - A simple Twitter desktop client

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

  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.

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.5
  - Clutter >= 0.6
  - libsoup >= 2.23

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

Tweet is released under the terms of the GNU General Public License,
version 2 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.