Changes between Version 1 and Version 2 of control-panel/hacking
- Timestamp:
- Feb 19, 2012, 8:18:25 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
control-panel/hacking
v1 v2 13 13 The following pages go into more detail about how these elements work together: 14 14 15 * The [wiki:control-panel/ network network diagram] shows the15 * The [wiki:control-panel/hacking/network network diagram] shows the 16 16 relationship between various services. 17 17 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. 19 19 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. 21 21 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. 23 23 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. 25 25 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.