Changes between Version 1 and Version 2 of control-panel/hacking


Ignore:
Timestamp:
Feb 19, 2012, 8:18:25 PM (13 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • control-panel/hacking

    v1 v2  
    1313The following pages go into more detail about how these elements work together:
    1414
    15  * The [wiki:control-panel/network network diagram] shows the
     15 * The [wiki:control-panel/hacking/network network diagram] shows the
    1616   relationship between various services.
    1717
    18  * The [wiki:control-panel/database database schema] provides a simple representationship between the tables in the database.
     18 * The [wiki:control-panel/hacking/database database schema] provides a simple representationship between the tables in the database.
    1919
    20  * The [wiki:control-panel/object object diagram] shows the class inheritance of the main classes used in red.
     20 * The [wiki:control-panel/hacking/object object diagram] shows the class inheritance of the main classes used in red.
    2121 
    22  * The [wiki:control-panel/directories directories overview] provides a road map to the directory structure of the code.
     22 * The [wiki:control-panel/hacking/directories directories overview] provides a road map to the directory structure of the code.
    2323
    24  * The [wiki:control-panel/state-transition state transition] describe the typical states for items created by the database.
     24 * The [wiki:control-panel/hacking/state-transition state transition] describe the typical states for items created by the database.
    2525
    26  * The [wiki:control-panel/install installation document] provides directions for how to install red.
     26 * The [wiki:control-panel/hacking/install installation document] provides directions for how to install red.