source: tags/0.2.1/README @ 335

Revision 250, 2.9 KB checked in by marc, 5 years ago (diff)

0.2.1 - Backported a bug to fix serious security bug in which /screenshot prompted no auth. Also fixed sending the wrong Content-Lenght for the screenshot.

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