source: tags/0.1/README @ 335

Revision 124, 2.3 KB checked in by marc, 5 years ago (diff)

Merged back newui branch

Line 
1Itaka
2Version 0.1
3
4http://itaka.jardinpresente.com.ar
5
6CONTENTS:
7---------
81. ABOUT ITAKA
92. REQUIRED LIBRARIES
103. INSTALLATION
114. RELEASE NOTES
125. PROGRAM CREDITS
13
141. ABOUT ITAKA:
15
16Itaka is an on-demand screen capture server for Windows, Mac Os X and Linux. It is developed in Python, PyGTK and the Twisted Framework. It prominently features a polished easy to use interface, with a robust backend server.
17
182. REQUIRED LIBRARIES:
19
20Itaka requires the following programs/libraries.
21
22- Python 2.3 or higher
23- PyGTK 2.10.0 or higher
24- Twisted 2.2.0 or higher
25
26- GTK 2.10 or higher
27
283. INSTALLATION:
29
30Itaka needs to be installed as the root user.
31
32Unpack and install the Itaka tarball using these commands:
33
34   'tar -xjvf <packagename>.tar.bz2'
35
36Switch to the newly created directory and type 'make install' as root and the
37Makefile will copy the files to the correct location in your system. You do not
38need to configure or compile Itaka as it is written in interpreted Python code.
39
40To uninstall, once again as root type 'make uninstall'
41
424. RELEASE NOTES:
43
44This is the first feature-complete release of Itaka.
45
46Donations for this software would be greatly appreciated. This software is
47totally free, but sending a few dollars via PayPal would bring you good karma,
48and it'll also mean you'll get extra Developer Suck-Up and support.
49Plus, it will ensure that I have enough caffeine to develop new
50versions.
51
52Please visit http://itaka.jardinpresente.com.ar to donate.
53
54This program was developed under Ubuntu GNU/Linux and is released under the GPL license.
55
56See COPYING file for further license information
57
585. PROGRAM CREDITS:
59
60Special thanks to James Henstridge for the excellent Python-GTK bindings and
61their equally excellent documentation.
62
63Thanks to the #pygtk and #gtk+ channels on irc.gimp.org and the #python and #twisted channels on
64irc.freenode.net for their help.
65
66Thanks to Nahuel M. for his continuing support and inspiration.
67
68Itaka's icon is based upon the work of the Tango Project and is follows their licensing.
69
70This README file and the Makefile are based on the works of the BloGTK project (http://blogtk.sourceforge.net)
71
72Thanks to all Itaka users for bug reports, feature requests, and their support
73of this application.
74
75See AUTHORS and COPYRIGHT files for further credit information.
Note: See TracBrowser for help on using the repository browser.