blob: 01f7aafd568f821d6938887cff1a600ee715a229 (
plain)
1
2
3
4
5
6
7
8
9
|
/* show a menu for the docs directory */
simple_menu(
"Samba Information",
"Samba4 development", "http://devel.samba.org/",
"Recent Checkins", "http://build.samba.org/?tree=samba4&function=Recent+Checkins",
"Recent Builds", "http://build.samba.org/?tree=samba4&function=Recent+Builds",
"EJS Information", "http://www.appwebserver.org/products/ejs/ejs.html",
"ESP Information", "http://www.appwebserver.org/products/ejs/ejs.html",
"HTML 4.01 Spec", "http://www.w3.org/TR/html401/");
|