# $Id$ # # * Blank lines and lines starting '#' are ignored. # * Commands and arguments are tab seperated. # # The def command is: # # def link_id link_text url # def about About Noddybox /about.php def google1 Google (com) http://www.google.com/ def google2 Google (UK) http://www.google.co.uk/ def bsd Free BSD http://www.freebsd.org/ def micro Microsoft http://www.microsoft.com/ def ex1 Example 1 example1.php def ex2 Example 2 example2.php # A set and its links are defined as: # # set text # link link_id context # sub link_id # # For link use '-' is there is no context. # set Set 1 link about - link bsd - set Set 2 link google1 - link google2 - link ex1 context_ex1 sub ex2 sub google1 link bsd - set Set 3 link google1 - link google2 - link micro -