summaryrefslogtreecommitdiff
path: root/php/leftbar.txt
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-01-29 17:54:06 +0000
committerIan C <ianc@noddybox.co.uk>2006-01-29 17:54:06 +0000
commit57f02306e09ee78802bab35f8dd599372c46a31a (patch)
tree0c84b800d4bda5e2155cc3a9b0d5459f34ed9fe9 /php/leftbar.txt
parenta15a07a5797afd145348c29577b557c116228966 (diff)
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'php/leftbar.txt')
-rw-r--r--php/leftbar.txt42
1 files changed, 42 insertions, 0 deletions
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 -