From 80f36622749d9585cd4a9846b147b5412b5f4492 Mon Sep 17 00:00:00 2001 From: "ahrenholz@gmail.com" Date: Tue, 24 Jan 2012 22:31:32 +0000 Subject: [PATCH] link to TclTkOverview --- wiki/Hacking.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Hacking.wiki b/wiki/Hacking.wiki index f4866bdf..6201d447 100644 --- a/wiki/Hacking.wiki +++ b/wiki/Hacking.wiki @@ -2,7 +2,7 @@ = Introduction = -Also refer to this [http://hipserver.mct.phantomworks.org/core/manual/Developer_0027s-Guide.html Developer's Guide] section in the CORE manual. +Also refer to this [http://hipserver.mct.phantomworks.org/core/manual/Developer_0027s-Guide.html Developer's Guide] section in the CORE manual. The TclTkOverview page was created to collect notes on the GUI code. Where possible, _follow the coding style used in existing code_. For example, CORE consists of Tcl/Tk scripts from the IMUNES project, C kernel code for FreeBSD, and C userspace code. Please refer to the appropriate style guidelines for the kernel code, for example.