public this repo is viewable by everyone
Description: A Clutter-based Twitter client
Clone URL: git://github.com/ebassi/tweet.git
Update the dependencies and the wording of the README
Emmanuele Bassi (author)
28 days ago
commit  497655e3d563ffea13b513bb5fbfb93bd5083517
tree    1902a3df93f779ddc79bbdaf8354567e1ecc973b
parent  d16f2749d37e972bab94818c659ee2ec1e151156
...
1
2
3
 
 
4
5
6
7
8
 
9
10
 
11
12
13
...
17
18
19
 
 
20
 
21
22
23
24
 
 
 
25
26
27
...
1
2
 
3
4
5
6
7
8
9
10
11
 
12
13
14
15
...
19
20
21
22
23
24
25
26
 
 
 
27
28
29
30
31
32
0
@@ -1,13 +1,15 @@
0
 Tweet - A simple Twitter desktop client
0
 
0
-Tweet is a desktop client for the Twitter web service. Twitter is:
0
+Tweet is a desktop client for the Twitter web service. The Twitter
0
+web service is described as:
0
 
0
   Twitter is for staying in touch and keeping up with friends no matter
0
   where you are or what you’re doing. For some friends you might want
0
   instant mobile updates - for others, you can just check the web. Invite
0
   your friends to Twitter and decide how connected you want you to be.
0
+ -- from http://twitter.com
0
 
0
-In short, is a web-based SMS like service.
0
+In short, is a web-based SMS-like service.
0
 
0
 Tweet is a client written to read your friends' status and update your
0
 own without using a web browser.
0
@@ -17,11 +19,14 @@ Tweet depends on:
0
   - GLib >= 2.16
0
   - JSON-GLib >= 0.5
0
   - Clutter >= 0.6
0
+ - ClutterGtk >= 0.6
0
+ - ClutterCairo >= 0.6
0
   - libsoup >= 2.23
0
+ - GTK+ >= 2.12
0
 
0
-Tweet is based on, and provides a GObject-based library for reading and
0
-updating the Twitter status so that other applications can integrate with
0
-it.
0
+Tweet is based on, and provides for third parties, a GObject-based library
0
+for reading and updating the Twitter status; the library is installed and
0
+it is available so that other applications can integrate with it.
0
 
0
 Tweet is released under the terms of the GNU General Public License,
0
 version 2 or, at your option, any later version.

Comments

    No one has commented yet.