diff options
Diffstat (limited to 'swat')
-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/"); |