You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by ro...@apache.org on 2002/07/28 22:36:13 UTC

cvs commit: tcl-site/websh docu.ws3 examples.ws3 quickref.ws3 websh.interpclass.initializer whitepaper.ws3

ronnie      2002/07/28 13:36:13

  Modified:    websh    docu.ws3 examples.ws3 quickref.ws3
                        websh.interpclass.initializer whitepaper.ws3
  Log:
  - fixed documentation section
  
  Revision  Changes    Path
  1.9       +5 -7      tcl-site/websh/docu.ws3
  
  Index: docu.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/docu.ws3,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- docu.ws3	27 Jul 2002 17:55:24 -0000	1.8
  +++ docu.ws3	28 Jul 2002 20:36:13 -0000	1.9
  @@ -14,16 +14,14 @@
       This is your one-stop shop for all Websh documentation.
       <h2>White Paper</h2>
   
  -    The white paper outlines how Websh is used, describes
  -    its architecture, and explains design decisions.<br>
  -    <a href="whitepaper.ws3">html</a>
  +    The <a href="whitepaper.ws3">white paper</a> outlines how Websh is 
  +    used, describes its architecture, and explains design decisions.
   
       <h2>Quick Reference</h2>
   
       Know how to use Websh, but keep forgetting the
  -    syntax? The quick reference has everything you need to
  -    know.<br>
  -    <a href="quickref.html">html</a>
  +    syntax? The <a href="quickref.ws3">quick reference</a> has 
  +    everything you need to know.<br>
   
       <h2>Code Examples</h2>
   
  
  
  
  1.4       +3 -3      tcl-site/websh/examples.ws3
  
  Index: examples.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/examples.ws3,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- examples.ws3	27 Jul 2002 16:46:24 -0000	1.3
  +++ examples.ws3	28 Jul 2002 20:36:13 -0000	1.4
  @@ -10,11 +10,11 @@
   
   web::putx {
       <table border="0" cellpadding="0" cellspacing="0" width="770">
  -    {headRow 3 "webshell example code"}
  +    {headRow 3 "Websh example code"}
       <tr valign="top">
       {navbar_docu 4}
       <td width="610">
  -This section presents a selection of sample webshell applications.
  +This section presents a selection of sample Websh applications.
   All applications are described in detail on this page and come with
   richly documented source code. For simplicity, they are all-in-one
   files. Plus, they are on-line and ready to use. For each application
  
  
  
  1.5       +3 -2      tcl-site/websh/quickref.ws3
  
  Index: quickref.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/quickref.ws3,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- quickref.ws3	28 Jul 2002 20:18:13 -0000	1.4
  +++ quickref.ws3	28 Jul 2002 20:36:13 -0000	1.5
  @@ -16,6 +16,7 @@
   	regsub -all {</body>.*} $content "" content
   	# put the rest
   	web::put $content
  +	unset content
       } else {
   	web::put "<h2>Quick Reference</h2>
   The quick reference is not available at this time"
  @@ -27,7 +28,7 @@
       <table border="0" cellpadding="0" cellspacing="0" width="770">
       {headRow 3 "documentation"}
       <tr valign="top">
  -    {navbar_docu}
  +    {navbar_docu 2}
       <td width="610">
       {putStrippedQR $quickref}
       
  
  
  
  1.2       +3 -7      tcl-site/websh/websh.interpclass.initializer
  
  Index: websh.interpclass.initializer
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/websh.interpclass.initializer,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- websh.interpclass.initializer	27 Jul 2002 16:37:20 -0000	1.1
  +++ websh.interpclass.initializer	28 Jul 2002 20:36:13 -0000	1.2
  @@ -260,13 +260,9 @@
       web::putx {
   	{navBarStart}
           {navBarElement "docu.ws3" "documentation" [expr $where != 0]}
  -        {navBarElement "whitepaper.ws3" "white paper" [expr $where != 1] \
  -             "whitepaper.ws3#toc" "index" 1}
  -        {navBarElement "quickref.ws3" "quick reference" [expr $where != 2] \
  -             "quickref.ws3#toc" "index" 1}
  -        {#navBarElement "tutorial.ws3" "tutorial" 2}
  +        {navBarElement "whitepaper.ws3" "white paper" [expr $where != 1]}
  +        {navBarElement "quickref.ws3" "quick reference" [expr $where != 2]}
           {navBarElement "examples.ws3" "examples" [expr $where != 4]}
  -        {#navBarElement "reference.ws3" "reference" 2}
   	{navBarEnd}
       }
   }
  
  
  
  1.5       +3 -2      tcl-site/websh/whitepaper.ws3
  
  Index: whitepaper.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/whitepaper.ws3,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- whitepaper.ws3	27 Jul 2002 16:41:26 -0000	1.4
  +++ whitepaper.ws3	28 Jul 2002 20:36:13 -0000	1.5
  @@ -10,6 +10,7 @@
       <tr valign="top">
       {navbar_docu 1}
       <td width="610">
  +    {web::put {
   <a name="1"><a href="#toc"><h1>1 Introduction</h1></a>
   
   This white paper describes the key features of Websh, details it's
  @@ -707,7 +708,7 @@
   All rights reserved.<br>
   
   You may always find an up-to-date version of the Websh white paper
  -at <a href="http://tcl.apache.org/websh/">http://tcl.apache.org/websh/</a>.
  +at <a href="http://tcl.apache.org/websh/">http://tcl.apache.org/websh/</a>.}}
       </td>
     </tr>
     </table>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tcl-site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: tcl-site-cvs-help@tcl.apache.org