summaryrefslogtreecommitdiff
path: root/php/leftbar.txt
blob: 32fc683bcac3810ca2d9fd9213dd20cb32f921a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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	-