Ignore:
Timestamp:
08/03/09 09:19:32 (3 years ago)
Author:
marc
Message:

updated sgml file, include hacking in distro, remove DOS line endings for hacking, add french translation for desktop file, convert sgml to manpage on the fly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release/0.2/HACKING

    r213 r305  
    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. It is also outdated in some parts. 
    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 
Note: See TracChangeset for help on using the changeset viewer.