Changeset 224 for trunk


Ignore:
Timestamp:
06/30/07 12:08:51 (5 years ago)
Author:
marc
Message:

Major fixes to documentation

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOCUMENTATION

    r173 r224  
    1 See Section 5 of the README ("DOCUMENTATION") for documentation information. 
     1See Section 4 of the README ("DOCUMENTATION") for documentation information. 
     2 
    23See 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. 
     1NOTE: This guide is a rough reference, please take the time to read the code 
     2line by line, as it is not that long. 
    23 
    34Abstract: 
     
    78    of the other to a certain extent. First there is the core loader 
    89    'itaka.py', which in turn loads the Console and Configuration handlers 
    9     ('console.py' and 'configuration.py'). The configuration is read and 
     10    ('console.py' and 'config.py'). The configuration is read and 
    1011    loaded, and the passed to the  new instance of our Console handler.  
    1112     
     
    4142 
    4243 
    43 Technichal standards: 
     44Technical standards: 
    4445    * Inter-class communication: it is done by passing instances of one class 
    4546      to the child object that needs it. For example, the  
     
    6667    Itaka is fully documented with Epydoc. 
    6768 
    68     You can ownload epydoc from http://epydoc.sourceforge.net/ 
     69    You can download epydoc from http://epydoc.sourceforge.net/ 
    6970 
    7071    You can generate documentation using epydoc. 
    7172 
    72     mkdir doc 
    73     epydoc --html -o doc -n Itaka -u "http://itaka.jardinpresente.com.ar" *.py 
     73        mkdir doc 
     74        epydoc --html -o doc -n Itaka -u "http://itaka.jardinpresente.com.ar" *.py 
    7475 
  • trunk/README

    r222 r224  
    1 Itaka 
     1Itaka: Screenshooting de Mercado. 
    22Version 1.0 
    33 
     
    66CONTENTS: 
    77--------- 
    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 
     81. REQUIRED LIBRARIES 
     92. INSTALLATION 
     103. DEBIAN PACKAGE 
     114. DOCUMENTATION 
     125. HACKING 
     136. RELEASE NOTES 
     147. PROGRAM CREDITS 
    1615 
    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: 
     161. REQUIRED LIBRARIES: 
    2217 
    2318Itaka requires the following programs/libraries. 
     
    2520- Python 2.3 or higher 
    2621- PyGTK 2.10.0 or higher 
     22- GTK 2.10 or higher 
    2723- Twisted 2.2.0 or higher 
    2824 
    29 - GTK 2.10 or higher 
    30  
    31 3. INSTALLATION: 
     252. INSTALLATION: 
    3226 
    3327Itaka needs to be installed as the root user. 
     
    4337To uninstall, once again as root type 'make uninstall' 
    4438 
    45 4. DEBIAN PACKAGE: 
     393. DEBIAN PACKAGE: 
    4640 
    4741To create the Debian package simply do: 
     
    5044    debuild 
    5145 
    52 5. DOCUMENTATION: 
     464. DOCUMENTATION: 
    5347 
    5448Itaka uses Epytext Markup Language to comment its code.  
    5549 
    56 You can ownload epydoc from http://epydoc.sourceforge.net/ 
     50You can download epydoc from http://epydoc.sourceforge.net/ 
    5751 
    5852You can generate documentation using epydoc. 
    5953 
    60 mkdir doc 
    61 epydoc --html -o doc -n Itaka -u "http://itaka.jardinpresente.com.ar" *.py 
     54    mkdir doc 
     55    epydoc --html -o doc -n Itaka -u "http://itaka.jardinpresente.com.ar" *.py 
    6256 
    63 6. HACKING 
     575. HACKING 
    6458 
    65 If you intend to change Itaka source coude, please read the HACKING file. 
     59If you intend to change Itaka source code, please read the HACKING file. 
    6660 
    67 Any questions should be emailed to me directly. 
     616. RELEASE NOTES: 
    6862 
    69 7. RELEASE NOTES: 
    70  
    71 This is the second release of Itaka.  
    72  
    73 See ChangeLog for more detailed information. 
     63See the ChangeLog for more detailed information. 
    7464 
    7565Donations for this software would be greatly appreciated. This software is  
     
    8171Please visit http://itaka.jardinpresente.com.ar to donate. 
    8272 
    83 This program was developed under Ubuntu GNU/Linux and is released under the GPL license. 
     73This program was developed under Ubuntu GNU/Linux and is released under the GNU/GPL license. 
    8474 
    85 See COPYING file for further license information 
     75See COPYING file for further license information. 
    8676 
    87 8. PROGRAM CREDITS: 
     777. PROGRAM CREDITS: 
    8878 
    8979Special thanks to James Henstridge for the excellent Python-GTK bindings and  
     
    9585Thanks to Nahuel M. for his continuing support and inspiration. 
    9686 
    97 Itaka's icon is based upon the work of the Tango Project and is follows their licensing. 
     87Itaka's icon is based upon the work of the Tango Project and follows their licensing. 
    9888 
    99 This README file and the Makefile are based on the works of the BloGTK project (http://blogtk.sourceforge.net) 
     89This README file and the Makefiles are based on the works of the BloGTK project (http://blogtk.sourceforge.net) 
    10090 
    10191Thanks to all Itaka users for bug reports, feature requests, and their support  
  • trunk/README.Debian

    r144 r224  
    1 See Section 4 of the README ("DEBIAN PACKAGE") for building instructions. 
     1See Section 3 of the README ("DEBIAN PACKAGE") for building instructions. 
    22 
    33Binaries for Debian/Ubuntu are already provided officially upstream.  
  • trunk/README.Windows

    r157 r224  
    22Twisted (http://tmrc.mit.edu/mirror/twisted/Twisted/2.5/Twisted_NoDocs-2.5.0.win32-py2.5.exe). 
    33 
    4 You can also install all the components manually from their respective sites listed in the Requirements section. 
     4You can also install all the components manually from their respective sites. 
Note: See TracChangeset for help on using the changeset viewer.