| 1 | Itaka |
|---|
| 2 | Version 0.2.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 | Itaka needs to be installed as the root user. |
|---|
| 33 | |
|---|
| 34 | Unpack and install the Itaka tarball using these commands: |
|---|
| 35 | |
|---|
| 36 | 'tar -xjvf <packagename>.tar.bz2' |
|---|
| 37 | |
|---|
| 38 | Switch to the newly created directory and type 'make install' as root and the |
|---|
| 39 | Makefile will copy the files to the correct location in your system. You do not |
|---|
| 40 | need to configure or compile Itaka as it is written in interpreted Python code. |
|---|
| 41 | |
|---|
| 42 | By default itaka will be installed in /usr/local/, if you want to use another location, add PREFIX=/usr/mylocation after every make command, including unnstall. |
|---|
| 43 | |
|---|
| 44 | Example: make PREFIX=/usr |
|---|
| 45 | |
|---|
| 46 | To uninstall, once again as root type 'make uninstall' |
|---|
| 47 | |
|---|
| 48 | 4. DEBIAN PACKAGE: |
|---|
| 49 | |
|---|
| 50 | To create the Debian package simply do: |
|---|
| 51 | |
|---|
| 52 | # Make sure you have your gpg keys and debian development environment correctly setup |
|---|
| 53 | # You must also package the itaka source as a tarball per debian guidelines. |
|---|
| 54 | |
|---|
| 55 | debuild |
|---|
| 56 | |
|---|
| 57 | 5. DOCUMENTATION: |
|---|
| 58 | |
|---|
| 59 | Itaka uses Epytext Markup Language to comment its code. |
|---|
| 60 | |
|---|
| 61 | You can ownload epydoc from http://epydoc.sourceforge.net/ |
|---|
| 62 | |
|---|
| 63 | You can generate documentation using epydoc. |
|---|
| 64 | |
|---|
| 65 | mkdir doc |
|---|
| 66 | epydoc --html -o doc -n Itaka -u "http://itaka.jardinpresente.com.ar" *.py |
|---|
| 67 | |
|---|
| 68 | 6. HACKING |
|---|
| 69 | |
|---|
| 70 | If you intend to change Itaka source code, please read the HACKING file. |
|---|
| 71 | |
|---|
| 72 | Any questions should be emailed to me directly. |
|---|
| 73 | |
|---|
| 74 | 7. RELEASE NOTES: |
|---|
| 75 | |
|---|
| 76 | See the ChangeLog for more detailed information. |
|---|
| 77 | |
|---|
| 78 | Donations for this software would be greatly appreciated. This software is totally free, but sending a few dollars via PayPal would be nice. |
|---|
| 79 | |
|---|
| 80 | Please visit http://itaka.jardinpresente.com.ar to donate. |
|---|
| 81 | |
|---|
| 82 | This program is released under the GNU/GPL License version 3. |
|---|
| 83 | |
|---|
| 84 | See COPYING file for further license information. |
|---|
| 85 | |
|---|
| 86 | 8. PROGRAM CREDITS: |
|---|
| 87 | |
|---|
| 88 | Special thanks to James Henstridge for the excellent Python-GTK bindings and their equally excellent documentation. |
|---|
| 89 | |
|---|
| 90 | Thanks to the #pygtk and #gtk+ channels on irc.gimp.org and the #python and #twisted channels on irc.freenode.net for their help. |
|---|
| 91 | |
|---|
| 92 | Thanks to Kurt Erickson for the RPM packages and to Nicoleau Fabien for including Itaka in Fedora. |
|---|
| 93 | |
|---|
| 94 | Thanks to Nahuel and Ezequiel for his continuing support and inspiration. |
|---|
| 95 | |
|---|
| 96 | Itaka's icon is based upon the work of the Tango Project and is follows their licensing. |
|---|
| 97 | |
|---|
| 98 | This README file and the Makefile are based on the works of the BloGTK project (http://blogtk.sourceforge.net) |
|---|
| 99 | |
|---|
| 100 | Thanks to all Itaka users for bug reports, feature requests, and their support of this application. |
|---|
| 101 | |
|---|
| 102 | See AUTHORS and COPYRIGHT files for further credit information. |
|---|