svn commit: samba r7171 - in branches/SAMBA_4_0/swat/docs: .

deryck at samba.org deryck at samba.org
Wed Jun 1 18:47:45 GMT 2005


Author: deryck
Date: 2005-06-01 18:47:44 +0000 (Wed, 01 Jun 2005)
New Revision: 7171

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7171

Log:
Just learning my way around the new SWAT, and updating some 
docs/specs in the menu...  

Linking to XHTML specs since we're sending the pages as XHTML.  
Also, added a link to CSS specs to go along with the CSS quick 
reference card.


Modified:
   branches/SAMBA_4_0/swat/docs/menu.js


Changeset:
Modified: branches/SAMBA_4_0/swat/docs/menu.js
===================================================================
--- branches/SAMBA_4_0/swat/docs/menu.js	2005-06-01 18:04:23 UTC (rev 7170)
+++ branches/SAMBA_4_0/swat/docs/menu.js	2005-06-01 18:47:44 UTC (rev 7171)
@@ -1,5 +1,5 @@
 /* show a menu for the docs directory */
-var m = MenuObj("Samba Information", 8);
+var m = MenuObj("Samba Information", 9);
 
 m.element[0].label = "Samba4 development";
 m.element[0].link  = "http://devel.samba.org/";
@@ -11,12 +11,14 @@
 m.element[3].link  = "http://www.appwebserver.org/products/ejs/ejs.html";
 m.element[4].label = "ESP Information";
 m.element[4].link  = "http://www.appwebserver.org/products/esp/esp.html";
-m.element[5].label = "HTML 4.01 Spec";
-m.element[5].link  = "http://www.w3.org/TR/html401/";
+m.element[5].label = "XHTML Spec";
+m.element[5].link  = "http://www.w3.org/TR/xhtml1/";
 m.element[6].label = "JavaScript Spec";
 m.element[6].link  = "http://www.ecma-international.org/publications/files/ecma-st/ECMA-262.pdf";
-m.element[7].label = "CSS2 Reference";
-m.element[7].link  = "http://www.w3schools.com/css/css_reference.asp";
+m.element[7].label = "CSS Specs";
+m.element[7].link = "http://www.w3.org/Style/CSS/#specs";
+m.element[8].label = "CSS1/2 Reference";
+m.element[8].link  = "http://www.w3schools.com/css/css_reference.asp";
 
 display_menu(m);
 



More information about the samba-cvs mailing list