diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-30 06:54:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:15 -0500 |
commit | 11009ee2d7ac9d2c04ada55e1be21563c40e8e8d (patch) | |
tree | 43fa42047815a3948b6b3cc804c347f89f5596a0 | |
parent | 235789a25a0a7a253c21411a4e3306471894f1cf (diff) | |
download | samba-11009ee2d7ac9d2c04ada55e1be21563c40e8e8d.tar.gz samba-11009ee2d7ac9d2c04ada55e1be21563c40e8e8d.tar.bz2 samba-11009ee2d7ac9d2c04ada55e1be21563c40e8e8d.zip |
r7091: added some more useful links
(This used to be commit d1d82686755e44ffd389114880a6ae2109595ccc)
-rw-r--r-- | swat/docs/menu.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/swat/docs/menu.js b/swat/docs/menu.js index eceacf97e0..01f7aafd56 100644 --- a/swat/docs/menu.js +++ b/swat/docs/menu.js @@ -3,4 +3,7 @@ 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"); + "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/"); |