- Timestamp:
- 06/30/07 12:08:51 (5 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
DOCUMENTATION (modified) (1 diff)
-
HACKING (modified) (4 diffs)
-
README (modified) (7 diffs)
-
README.Debian (modified) (1 diff)
-
README.Windows (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DOCUMENTATION
r173 r224 1 See Section 5 of the README ("DOCUMENTATION") for documentation information. 1 See Section 4 of the README ("DOCUMENTATION") for documentation information. 2 2 3 See HACKING file if you intend to change Itaka's source code. -
trunk/HACKING
r213 r224 1 NOTE: This guide is a rough reference, and will always mostly be incomplete. 1 NOTE: This guide is a rough reference, please take the time to read the code 2 line by line, as it is not that long. 2 3 3 4 Abstract: … … 7 8 of the other to a certain extent. First there is the core loader 8 9 'itaka.py', which in turn loads the Console and Configuration handlers 9 ('console.py' and 'config uration.py'). The configuration is read and10 ('console.py' and 'config.py'). The configuration is read and 10 11 loaded, and the passed to the new instance of our Console handler. 11 12 … … 41 42 42 43 43 Technic hal standards:44 Technical standards: 44 45 * Inter-class communication: it is done by passing instances of one class 45 46 to the child object that needs it. For example, the … … 66 67 Itaka is fully documented with Epydoc. 67 68 68 You can ownload epydoc from http://epydoc.sourceforge.net/69 You can download epydoc from http://epydoc.sourceforge.net/ 69 70 70 71 You can generate documentation using epydoc. 71 72 72 mkdir doc73 epydoc --html -o doc -n Itaka -u "http://itaka.jardinpresente.com.ar" *.py73 mkdir doc 74 epydoc --html -o doc -n Itaka -u "http://itaka.jardinpresente.com.ar" *.py 74 75 -
trunk/README
r222 r224 1 Itaka 1 Itaka: Screenshooting de Mercado. 2 2 Version 1.0 3 3 … … 6 6 CONTENTS: 7 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 8 1. REQUIRED LIBRARIES 9 2. INSTALLATION 10 3. DEBIAN PACKAGE 11 4. DOCUMENTATION 12 5. HACKING 13 6. RELEASE NOTES 14 7. PROGRAM CREDITS 16 15 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: 16 1. REQUIRED LIBRARIES: 22 17 23 18 Itaka requires the following programs/libraries. … … 25 20 - Python 2.3 or higher 26 21 - PyGTK 2.10.0 or higher 22 - GTK 2.10 or higher 27 23 - Twisted 2.2.0 or higher 28 24 29 - GTK 2.10 or higher 30 31 3. INSTALLATION: 25 2. INSTALLATION: 32 26 33 27 Itaka needs to be installed as the root user. … … 43 37 To uninstall, once again as root type 'make uninstall' 44 38 45 4. DEBIAN PACKAGE:39 3. DEBIAN PACKAGE: 46 40 47 41 To create the Debian package simply do: … … 50 44 debuild 51 45 52 5. DOCUMENTATION:46 4. DOCUMENTATION: 53 47 54 48 Itaka uses Epytext Markup Language to comment its code. 55 49 56 You can ownload epydoc from http://epydoc.sourceforge.net/50 You can download epydoc from http://epydoc.sourceforge.net/ 57 51 58 52 You can generate documentation using epydoc. 59 53 60 mkdir doc61 epydoc --html -o doc -n Itaka -u "http://itaka.jardinpresente.com.ar" *.py54 mkdir doc 55 epydoc --html -o doc -n Itaka -u "http://itaka.jardinpresente.com.ar" *.py 62 56 63 6. HACKING57 5. HACKING 64 58 65 If you intend to change Itaka source co ude, please read the HACKING file.59 If you intend to change Itaka source code, please read the HACKING file. 66 60 67 Any questions should be emailed to me directly. 61 6. RELEASE NOTES: 68 62 69 7. RELEASE NOTES: 70 71 This is the second release of Itaka. 72 73 See ChangeLog for more detailed information. 63 See the ChangeLog for more detailed information. 74 64 75 65 Donations for this software would be greatly appreciated. This software is … … 81 71 Please visit http://itaka.jardinpresente.com.ar to donate. 82 72 83 This program was developed under Ubuntu GNU/Linux and is released under the G PL license.73 This program was developed under Ubuntu GNU/Linux and is released under the GNU/GPL license. 84 74 85 See COPYING file for further license information 75 See COPYING file for further license information. 86 76 87 8. PROGRAM CREDITS:77 7. PROGRAM CREDITS: 88 78 89 79 Special thanks to James Henstridge for the excellent Python-GTK bindings and … … 95 85 Thanks to Nahuel M. for his continuing support and inspiration. 96 86 97 Itaka's icon is based upon the work of the Tango Project and isfollows their licensing.87 Itaka's icon is based upon the work of the Tango Project and follows their licensing. 98 88 99 This README file and the Makefile are based on the works of the BloGTK project (http://blogtk.sourceforge.net)89 This README file and the Makefiles are based on the works of the BloGTK project (http://blogtk.sourceforge.net) 100 90 101 91 Thanks to all Itaka users for bug reports, feature requests, and their support -
trunk/README.Debian
r144 r224 1 See Section 4of the README ("DEBIAN PACKAGE") for building instructions.1 See Section 3 of the README ("DEBIAN PACKAGE") for building instructions. 2 2 3 3 Binaries for Debian/Ubuntu are already provided officially upstream. -
trunk/README.Windows
r157 r224 2 2 Twisted (http://tmrc.mit.edu/mirror/twisted/Twisted/2.5/Twisted_NoDocs-2.5.0.win32-py2.5.exe). 3 3 4 You can also install all the components manually from their respective sites listed in the Requirements section.4 You can also install all the components manually from their respective sites.
Note: See TracChangeset
for help on using the changeset viewer.

