root/tags/0.2/README

Revision 219, 2.9 kB (checked in by marc, 1 year ago)

Updated version numbers and config values

Line 
1 Itaka
2 Version 0.2
3
4 http://itaka.jardinpresente.com.ar
5
6 CONTENTS:
7 ---------
8 1. ABOUT ITAKA
9 2. REQUIRED LIBRARIES
10 3. INSTALLATION
11 4. DEBIAN PACKAGE
12 5. DOCUMENTATION
13 6. HACKING
14 7. RELEASE NOTES
15 8. PROGRAM CREDITS
16
17 1. ABOUT ITAKA:
18
19 Itaka 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.
20
21 2. REQUIRED LIBRARIES:
22
23 Itaka requires the following programs/libraries.
24
25 - Python 2.3 or higher
26 - PyGTK 2.10.0 or higher
27 - Twisted 2.2.0 or higher
28
29 - GTK 2.10 or higher
30
31 3. INSTALLATION:
32
33 Itaka needs to be installed as the root user.
34
35 Unpack and install the Itaka tarball using these commands:
36
37    'tar -xjvf <packagename>.tar.bz2'
38
39 Switch to the newly created directory and type 'make install' as root and the
40 Makefile will copy the files to the correct location in your system. You do not
41 need to configure or compile Itaka as it is written in interpreted Python code.
42
43 To uninstall, once again as root type 'make uninstall'
44
45 4. DEBIAN PACKAGE:
46
47 To create the Debian package simply do:
48
49     # Make sure you have your gpg keys and debian development environment correctly setup
50     debuild
51
52 5. DOCUMENTATION:
53
54 Itaka uses Epytext Markup Language to comment its code.
55
56 You can ownload epydoc from http://epydoc.sourceforge.net/
57
58 You can generate documentation using epydoc.
59
60 mkdir doc
61 epydoc --html -o doc -n Itaka -u "http://itaka.jardinpresente.com.ar" *.py
62
63 6. HACKING
64
65 If you intend to change Itaka source coude, please read the HACKING file.
66
67 Any questions should be emailed to me directly.
68
69 7. RELEASE NOTES:
70
71 This is the second release of Itaka.
72
73 See ChangeLog for more detailed information.
74
75 Donations for this software would be greatly appreciated. This software is
76 totally free, but sending a few dollars via PayPal would bring you good karma,
77 and it'll also mean you'll get extra Developer Suck-Up and support.
78 Plus, it will ensure that I have enough caffeine to develop new
79 versions.
80
81 Please visit http://itaka.jardinpresente.com.ar to donate.
82
83 This program was developed under Ubuntu GNU/Linux and is released under the GPL license.
84
85 See COPYING file for further license information
86
87 8. PROGRAM CREDITS:
88
89 Special thanks to James Henstridge for the excellent Python-GTK bindings and
90 their equally excellent documentation.
91
92 Thanks to the #pygtk and #gtk+ channels on irc.gimp.org and the #python and #twisted channels on
93 irc.freenode.net for their help.
94
95 Thanks to Nahuel M. for his continuing support and inspiration.
96
97 Itaka's icon is based upon the work of the Tango Project and is follows their licensing.
98
99 This README file and the Makefile are based on the works of the BloGTK project (http://blogtk.sourceforge.net)
100
101 Thanks to all Itaka users for bug reports, feature requests, and their support
102 of this application.
103
104 See AUTHORS and COPYRIGHT files for further credit information.
Note: See TracBrowser for help on using the browser.