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

public
Description: Talk is a small, Clutter-based presentation application
Clone URL: git://github.com/ebassi/talk.git
talk / README
100644 50 lines (28 sloc) 1.078 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Talk - A small, technical keynote
 
Talk is written in Python and uses Clutter and GTK+.
 
Prerequisites
-------------
 
In order to run, Talk requires:
 
  - Clutter >= 0.6.0
  - Tidy >= 1.0
  - PyClutter >= 0.6.0, with tidy support enabled
 
Download Clutter from:
 
  http://www.clutter-project.org/sources/clutter/0.6/
 
Extract the tarball, compile and install it with:
 
  $ ./configure && make all # as your user
  # make install # as super user
 
Check out Tidy with:
 
  svn co http://svn.o-hand.com/repos/tidy/trunk
 
Compile and install it with:
 
  $ ./autogen.sh && make all # as your user
  # make install # as super user
 
Check out PyClutter with:
 
  svn co http://svn.o-hand.com/repos/clutter/trunk/bindings/pyclutter
 
Compile an install it with:
 
  $ ./autogen.sh --with-tidy=yes && make all # as your user
  # make install # as super user
 
Running Talk
------------
 
  $ python talk-clutter.py
 
Currently, Talk can only display an hardcoded talk; see the talk under:
 
  talk/fosdem2008/FosdemTalk.py