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 23:35:47 UTC

cvs commit: tcl-site/websh copyright.ws3 download.ws3 faq.ws3 resources.ws3 subscribe.ws3 support.ws3 websh.interpclass.initializer

ronnie      2002/07/28 14:35:47

  Modified:    websh    copyright.ws3 download.ws3 faq.ws3 resources.ws3
                        subscribe.ws3 support.ws3
                        websh.interpclass.initializer
  Log:
  - cleanup for going online
  
  Revision  Changes    Path
  1.8       +4 -3      tcl-site/websh/copyright.ws3
  
  Index: copyright.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/copyright.ws3,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- copyright.ws3	27 Jul 2002 16:41:26 -0000	1.7
  +++ copyright.ws3	28 Jul 2002 21:35:47 -0000	1.8
  @@ -11,7 +11,8 @@
       <tr valign="top">
       {navbar_null}
       <td width="455">
  -    Websh is distributed under the terms of the Apache Software License:
  +    Websh was first developed by <a href="http://www.netceterach">Netcetera AG</a> of Zurich, Switzerland and was contributed to the ASF in 2001.<br>
  +    Websh is now distributed under the terms of the Apache Software License:
   <pre>
   /* ====================================================================
    * The Apache Software License, Version 1.1
  @@ -76,4 +77,4 @@
       </table>
   }
   
  -finishPage
  +finishPage 6
  
  
  
  1.8       +15 -5     tcl-site/websh/download.ws3
  
  Index: download.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/download.ws3,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- download.ws3	27 Jul 2002 16:41:26 -0000	1.7
  +++ download.ws3	28 Jul 2002 21:35:47 -0000	1.8
  @@ -13,12 +13,22 @@
       <td width="610">
       <img height="160" width="270" src="images/ausschnitt_download.gif" align="left" alt="graphics">
   
  -    Download the source code:<br>
  +    Download the latest source code:<p>
   
  -    {
  -	set srcfile [file tail [glob [getDocFileName download/*gz]]]
  -	web::put "<a href=\"download/$srcfile\">$srcfile</a>"
  +    &nbsp;&nbsp;&nbsp;&nbsp;{
  +
  +	set srcfile [lindex [file tail [glob -nocomplain [getDocFileName download/*gz]]] end]
  +	if {![string length $srcfile]} {
  +	    web::put "<span class=\"blue\">source code currently unavailable</span>"
  +	} else {
  +	    web::put "<a href=\"download/$srcfile\">$srcfile</a>"
  +	}
       }
  +
  +    <p>
  +    Or visit the download directory for an index of all downloads:<p>
  +
  +    &nbsp;&nbsp;&nbsp;&nbsp;<a href="download/">download directory</a>
   
       <p>
       If you would like to be notified when new versions of Websh
  
  
  
  1.6       +24 -17    tcl-site/websh/faq.ws3
  
  Index: faq.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/faq.ws3,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- faq.ws3	27 Jul 2002 16:41:26 -0000	1.5
  +++ faq.ws3	28 Jul 2002 21:35:47 -0000	1.6
  @@ -10,9 +10,16 @@
       <tr valign="top">
       {navbar_supp 1}
       <td width="455">
  -<a name=" generic"><a href="#toc"><h1>1 Generic Questions</h1></a>
  +<a name="toc"></a><a name="generic"></a><h1>1 Generic Questions</h1>
   
  -<a name=" whatis"><a href="#toc"><h2>1.1 What is Websh ?</h2></a>
  +<a href="#whatis">1.1 What is Websh?</a><br>
  +<a href="#version">1.2 What is the current version?</a><br>
  +<a href="#price">1.3 What does Websh cost?</a><br>
  +<a href="#download">1.4 Where can I download Websh?</a><br>
  +<a href="#why">1.5 Why should I use Websh?</a><br>
  +<a href="#mailinglist">1.6 Is there a mailing list?</a><br>
  +
  +<a name="whatis"><a href="#toc"><h2>1.1 What is Websh?</h2></a>
   
   Websh is a rapid development environment for building powerful and
   reliable web applications. It is a standard Tcl extension and is
  @@ -22,41 +29,41 @@
   all their customer projects, which typically are E-commerce shops or
   electronic banking applications.
   
  -<a name=" version"><a href="#toc"><h2>1.2 What is the current version ?</h2></a>
  +<a name="version"><a href="#toc"><h2>1.2 What is the current version?</h2></a>
   
  -Currently, we are finalizing version 3 of Websh. The beta-2
  -release of Websh is available for download.
  +Currently, version 3.5 of Websh has been released.
   
  -<a name=" price"><a href="#toc"><h2>1.3 What does Websh cost ?</h2></a>
  +<a name="price"><a href="#toc"><h2>1.3 What does Websh cost?</h2></a>
   
   Nothing. It's free. Websh is released as Open Source.
   
  -<a name=" download"><a href="#toc"><h2>1.4 Where can I download Websh ?</h2></a>
  +<a name="download"><a href="#toc"><h2>1.4 Where can I download Websh?</h2></a>
   
  -The beta-2 release of Websh is available for download at the
  +The latest release of Websh is available for download at the
   <a href="download.ws3">download area</a> of this site.
   
  -<a name=" why"><a href="#toc"><h2>1.5 Why should I use Websh ?</h2></a>
  +<a name="why"><a href="#toc"><h2>1.5 Why should I use Websh?</h2></a>
   
   In today's E-commerce environment, flexibility and short
   time-to-market are key characteristics for successful
   business. E-commerce, in other words, calls for a solid basis on which
   applications can be built. For exactly this purpose we have designed
   Websh.
  -
  -<br><br>
  +<p>
   Websh helps you to create high-quality web applications with light
   time constraints. It is fast, versatile, scalable, and easy to learn.
   With Websh, you have a win-win situation for developers and
   customers.
   
  -<a name=" mailinglist"><a href="#toc"><h2>1.6 Is there a mailing list ?</h2></a>
  +<a name="mailinglist"><a href="#toc"><h2>1.6 Is there a mailing list?</h2></a>
  +
  +Sure. Visit the <a href="subscribe.ws3">subscribe</a> page on this site to get more information.
  +
  +<a name="technical"><h1>2 Technical Questions</h1></a>
   
  -<br><br>
  -<br><br>
  -<a name=" technical"><a href="#toc"><h1>2 Technical Questions</h1></a>
  +<a href="#logging">2.1 How do I use the logging facility?</a><br>
   
  -<a name=" logging"><a href="#toc"><h2>2.1 How do I use the logging facility ?</h2></a>
  +<a name="logging"><a href="#toc"><h2>2.1 How do I use the logging facility?</h2></a>
   
   Before Websh sends a message to a log destination, the message
   needs to pass two filters. That's why you need to specify a level when
  
  
  
  1.5       +6 -4      tcl-site/websh/resources.ws3
  
  Index: resources.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/resources.ws3,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- resources.ws3	23 Jul 2002 17:44:50 -0000	1.4
  +++ resources.ws3	28 Jul 2002 21:35:47 -0000	1.5
  @@ -12,14 +12,16 @@
       {navbar_ress 0}
       <td width="455">
       <img height="160" width="150" src="images/ausschnitt_ressources.gif" vspace="40" align="left" alt="graphics"><br>
  -    On this page, we compile links to Websh related resources and
  -    tools.
  +    The following links show Websh related resourses and tools.
  +
       <h2>Tcl</h2>
       {pageLink www.tcl.tk -pre}
  -    <h2>Tcl and Apache</h2>
  +    <h2>Apache Tcl</h2>
       {pageLink tcl.apache.org -pre}
       <h2>Apache</h2>
       {pageLink www.apache.org -pre}
  +
  +    <p>&nbsp;<p>
       </td>
       {
   #newsbar_ress
  
  
  
  1.6       +4 -4      tcl-site/websh/subscribe.ws3
  
  Index: subscribe.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/subscribe.ws3,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- subscribe.ws3	23 Jul 2002 17:44:50 -0000	1.5
  +++ subscribe.ws3	28 Jul 2002 21:35:47 -0000	1.6
  @@ -2,17 +2,17 @@
   
   startHtmlPage
   startHtmlBody
  -putHeader 0
  +putHeader 3
   
   web::putx {
       <table border="0" cellpadding="0" cellspacing="0" width="770">
       {headRow 3 "Websh Mailing Lists"}
       <tr valign="top">
  -    {navbar_null}
  +    {navbar_supp 2}
       <td width="610">
       There is a mailing list for Websh users at {emailLink websh-user@tcl.apache.org}.  You may subscribe by sending mail to  {emailLink websh-user-subscribe@tcl.apache.org}, and unsubscribe via  {emailLink websh-user-unsubscribe@tcl.apache.org}.
       <p>
  -    If you are interested in the development of Websh, there is also a list for the discussion of Websh work-in-progress.  {emailLink websh-dev@tcl.apache.org} to post, {emailLink websh-dev-subscribe@tcl.apache.org} to subscribe, and {emailLink websh-dev-unsubscribe@tcl.apache.org}.
  +    If you are interested in the development of Websh, there is also a list for the discussion of Websh work-in-progress. Use {emailLink websh-dev@tcl.apache.org} to post, {emailLink websh-dev-subscribe@tcl.apache.org} to subscribe, and {emailLink websh-dev-unsubscribe@tcl.apache.org} to unsubscribe from the list.
       </td>
       </tr>
       </table>
  
  
  
  1.7       +3 -4      tcl-site/websh/support.ws3
  
  Index: support.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/support.ws3,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- support.ws3	23 Jul 2002 17:44:50 -0000	1.6
  +++ support.ws3	28 Jul 2002 21:35:47 -0000	1.7
  @@ -13,12 +13,11 @@
         <img height="160" width="150" src="images/ausschnitt_support.gif" align="left" alt="graphics">
   
       No tool is useful without documentation
  -    and support. That's why we are committed to high-quality support
  -    for Websh. We work hard to keep the site
  +    and support. We work hard to keep the site
       up-to-date with all information you need. Here, you can find
       the {pageLink whitepaper.ws3 -show "Websh white paper"} and
       the {pageLink quickref.ws3 -show "quick reference"} as well as
  -      a list of {pageLink faq.ws3 -show "frequently asked questions"}.
  +    a list of {pageLink faq.ws3 -show "frequently asked questions"}.
         <br><br>
   
       In addition, email support is available.  Have a look at the {pageLink subscribe.ws3 -show "Mailing Lists"} for more information on subscribing to Websh mailing lists.
  
  
  
  1.3       +8 -5      tcl-site/websh/websh.interpclass.initializer
  
  Index: websh.interpclass.initializer
  ===================================================================
  RCS file: /home/cvs/tcl-site/websh/websh.interpclass.initializer,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- websh.interpclass.initializer	28 Jul 2002 20:36:13 -0000	1.2
  +++ websh.interpclass.initializer	28 Jul 2002 21:35:47 -0000	1.3
  @@ -275,9 +275,8 @@
           {navBarElement "support.ws3" "support" [expr $where != 0]}
           {navBarElement "faq.ws3" "faq" [expr $where != 1] \
                "faq.ws3#generic" "generic questions" 1 \
  -             "faq.ws3#technical" "technical questions" 1 \
  -             "faq.ws3#toc" "index" 1}
  -        {navBarElement "subscribe.ws3" "mailing list" 1}
  +             "faq.ws3#technical" "tech questions" 1} \
  +        {navBarElement "subscribe.ws3" "mailing list" [expr $where != 2]}
           {navBarElement "http://nagoya.apache.org/bugzilla/" "bug tracking system" [expr $where != 3]}
           </table>
           </td>
  @@ -539,7 +538,11 @@
   	    } else {
   		web::put {&nbsp;<span class="blue">download area</span>&nbsp;|}
   	    }
  -	    web::put {&nbsp;<a href="copyright.ws3">copyright statement</a>}
  +	    if {$where != 6 } {
  +		web::put {&nbsp;<a href="copyright.ws3">copyright statement</a>}
  +	    } else {
  +		web::put {&nbsp;<span class="blue">copyright statement</span>}
  +	    }
   	}
   	</td></tr>
           <tr valign="top">
  
  
  

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