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)
Wed Jun 18 03:36:15 -0700 2008
tweet /
name age message
folder .gitignore Fri May 23 03:33:24 -0700 2008 Update git ignore file [Emmanuele Bassi]
folder AUTHORS Sat May 24 02:26:13 -0700 2008 Fix the email address [Emmanuele Bassi]
folder COPYING Wed May 21 08:20:01 -0700 2008 Update the licenses we ship with the project [Emmanuele Bassi]
folder COPYING.LIB Wed May 21 08:20:01 -0700 2008 Update the licenses we ship with the project [Emmanuele Bassi]
folder ChangeLog Thu Apr 10 14:00:32 -0700 2008 Update tree [Emmanuele Bassi]
folder Makefile.am Thu Jun 05 12:44:40 -0700 2008 Add NEWS to the dist [Emmanuele Bassi]
folder Makefile.decl Wed Apr 09 06:40:45 -0700 2008 Initial import of Twitter-GLib [Emmanuele Bassi]
folder NEWS Wed Jun 18 03:36:15 -0700 2008 Release 0.2.0 [Emmanuele Bassi]
folder README Wed Jun 04 10:56:35 -0700 2008 Update requirements [Emmanuele Bassi]
folder README.markdown Wed Jun 04 10:56:35 -0700 2008 Update requirements [Emmanuele Bassi]
folder autogen.sh Wed Apr 09 06:40:45 -0700 2008 Initial import of Twitter-GLib [Emmanuele Bassi]
folder configure.ac Wed Jun 18 03:36:15 -0700 2008 Release 0.2.0 [Emmanuele Bassi]
folder copy-and-paste/ Wed Jun 18 03:24:04 -0700 2008 Build fixes for distcheck [Emmanuele Bassi]
folder data/ Tue Jun 03 09:49:44 -0700 2008 Remove the toolbar [Emmanuele Bassi]
folder po/ Wed Jun 18 03:32:36 -0700 2008 Mark more files for translation [Emmanuele Bassi]
folder src/ Wed Jun 18 03:24:04 -0700 2008 Build fixes for distcheck [Emmanuele Bassi]
folder tests/ Wed Jun 18 03:32:58 -0700 2008 Update the test case [Emmanuele Bassi]
folder twitter-glib/ Wed Jun 18 03:24:04 -0700 2008 Build fixes for distcheck [Emmanuele Bassi]
README.markdown

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 homepage is available at http://live.gnome.org/Tweet

Requirements

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

And has a soft requirement on:

  • libnm_glib

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.

Source Code

Main repository is at http://github.com/ebassi/tweet/

You can clone it using

    git clone git://github.com/ebassi/tweet.git

Copyright and Licensing

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.