Changes between Version 1 and Version 2 of SystemDevelopmentEN


Ignore:
Timestamp:
May 12, 2012, 2:19:28 PM (12 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemDevelopmentEN

    v1 v2  
    11= Development =
    22
    3 == modRana ==
     3[[PageOutline]]
    44
    5 === Structure ===
     5== Structure ==
    66!ModRana consists of the main modrana.py "kernel", which handles the core functionality, like loading modules, managing the persistent options dictionary, providing platform-independent paths to essential modRana files and folders. It also handles modRana startup and shutdown.
    77
     
    1313Modules can be either file-modules (mod_foo.py) of folder-modules (mod_foo/mod_foo.py). Usually when a file-module grows to an unmaintainable size, it should be converted to a folder module and its functionality split to more files in its folder.
    1414 
    15 ==== Modules ====
     15=== Modules ===
    1616
    17 ===== mod_location =====
     17==== mod_location ====
    1818Supports various location data providers and provides location data in a consistent format.
    1919
    20 ===== mod_online_services =====
     20==== mod_online_services ====
    2121Wraps various online services for use in modRana.
    2222
    23 ===== mod_messages =====
     23==== mod_messages ====
    2424Handles messaging between modules.
    2525
    26 ===== mod_menu =====
     26==== mod_menu ====
    2727Menu structure representation and drawing. Currently mostyl used by the GTK GUI.
    2828
    29 ===== mod_options =====
     29==== mod_options ====
    3030GTK GUI options menu structure.
    3131
    32 ===== mod_map_data =====
     32==== mod_map_data ====
    3333Batch tile download handling.
    3434
    35 ===== mod_ =====
     35==== mod_ ====
    3636
    3737