This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Emmanuele Bassi (author)
Tue Mar 04 06:52:16 -0800 2008
talk /
| name | age | message | |
|---|---|---|---|
| |
AUTHORS | Thu Feb 14 04:01:53 -0800 2008 | [Emmanuele Bassi] |
| |
COPYING | Thu Feb 14 03:59:43 -0800 2008 | [Emmanuele Bassi] |
| |
ChangeLog | Thu Feb 14 03:59:43 -0800 2008 | [Emmanuele Bassi] |
| |
INSTALL | Thu Feb 14 03:59:43 -0800 2008 | [Emmanuele Bassi] |
| |
Makefile.am | Thu Feb 14 03:59:43 -0800 2008 | [Emmanuele Bassi] |
| |
NEWS | Thu Feb 14 03:59:43 -0800 2008 | [Emmanuele Bassi] |
| |
README | Wed Feb 27 04:40:22 -0800 2008 | [Emmanuele Bassi] |
| |
acinclude.m4 | Thu Feb 14 03:59:43 -0800 2008 | [Emmanuele Bassi] |
| |
autogen.sh | Thu Feb 14 03:59:43 -0800 2008 | [Emmanuele Bassi] |
| |
configure.ac | Fri Feb 29 09:44:44 -0800 2008 | [Emmanuele Bassi] |
| |
data/ | Thu Feb 21 09:24:21 -0800 2008 | [Emmanuele Bassi] |
| |
m4/ | Thu Feb 14 03:59:43 -0800 2008 | [Emmanuele Bassi] |
| |
talk/ | Tue Mar 04 06:52:16 -0800 2008 | [Emmanuele Bassi] |
| |
test-layout.py | Thu Feb 14 16:21:00 -0800 2008 | [Emmanuele Bassi] |
README
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




