GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
tweet /
name age message
file .gitignore Fri May 23 03:33:24 -0700 2008 Update git ignore file [Emmanuele Bassi]
file AUTHORS Sat May 24 02:26:13 -0700 2008 Fix the email address [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 Thu Jun 19 05:34:12 -0700 2008 Add template files to the dist [Emmanuele Bassi]
file Makefile.decl Wed Apr 09 06:40:45 -0700 2008 Initial import of Twitter-GLib [Emmanuele Bassi]
file NEWS Wed Jun 18 03:36:15 -0700 2008 Release 0.2.0 [Emmanuele Bassi]
file README Wed Jun 04 10:56:35 -0700 2008 Update requirements [Emmanuele Bassi]
file README.markdown Wed Jun 04 10:56:35 -0700 2008 Update requirements [Emmanuele Bassi]
file TODO Thu Jun 19 14:32:56 -0700 2008 Add (and mark complete) the key navigation [Emmanuele Bassi]
file autogen.sh Wed Apr 09 06:40:45 -0700 2008 Initial import of Twitter-GLib [Emmanuele Bassi]
file configure.ac Sun Jun 22 04:49:17 -0700 2008 Add the status icons to the application theme [Emmanuele Bassi]
directory copy-and-paste/ Thu Jun 26 13:41:57 -0700 2008 Merge branch 'master' into clickable-url [Neil Roberts]
directory data/ Wed Jul 02 01:39:17 -0700 2008 Use the icon name in the desktop file [Emmanuele Bassi]
directory po/ Wed Jun 18 10:55:44 -0700 2008 Add ChangeLog for the po directory [Emmanuele Bassi]
directory src/ Thu Jul 03 08:43:52 -0700 2008 Separate the timestamp from the text in the sta... [Emmanuele Bassi]
directory tests/ Wed Jun 18 03:32:58 -0700 2008 Update the test case [Emmanuele Bassi]
directory twitter-glib/ Sun Jun 22 06:26:54 -0700 2008 Add a new :user-agent property [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:

* libnmglib

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.