From 57f02306e09ee78802bab35f8dd599372c46a31a Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 29 Jan 2006 17:54:06 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. --- php/leftbar.txt | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 php/leftbar.txt (limited to 'php/leftbar.txt') diff --git a/php/leftbar.txt b/php/leftbar.txt new file mode 100644 index 0000000..32fc683 --- /dev/null +++ b/php/leftbar.txt @@ -0,0 +1,42 @@ +# $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 +link bsd - + +set Set 3 +link google1 - +link google2 - +link micro - -- cgit v1.2.3