[Kst] www/areas/extragear/apps/kst/kst1

Andrew Walker arwalker at sumusltd.com
Mon Dec 13 19:18:42 CET 2010


SVN commit 1206169 by arwalker:

change kst1.x version from 1.9.1 to 1.10.0 and remove references to kst2

 M  +6 -10     download.html  
 M  +2 -16     features.html  
 M  +0 -1      index.html  


--- trunk/www/areas/extragear/apps/kst/kst1/download.html #1206168:1206169
@@ -58,7 +58,7 @@
 	<h3>Versions</h3>
 	<h3>Kst 1</h3>
 	<ul>
-	<li>The current stable branch of Kst 1 is 1.9.1
+	<li>The current stable branch of Kst 1 is 1.10.0
 	<li><a href="#binaries"><u>Binaries</u></a>
 	<li><a href="#obtainingkstsources"><u>Obtaining kst source</u></a>
 	<li><a href="#stable"><u>Stable Branch</u></a>
@@ -68,10 +68,6 @@
 	<li><a href="#nonstandardloc"><u>Non-standard installation location</u></a>
 	<li><a href="#template"><u>Datasource Template</u></a>
 	</ul>
-	<h3>Kst 2</h3>
-	<ul>
-	<li>Information about Kst 2 can be found <a href="kst2.html">here</a>.
-	</ul>
 	<hr>
       <h3 class="title"><a name="binaries"></a>Binaries</h3>
       <p>
@@ -108,7 +104,7 @@
       <h4 class="title"><a name="stable"></a>Stable Branch</h4>
       <h5>Packaged source</h5>
       <p>
-        The current stable release of kst is 1.9.1. Kst is available for 
+        The current stable release of Kst is available for 
         download from your local 
         <a href="http://download.kde.org/download.php?url=stable/apps/KDE3.x/scientific/">KDE
         mirror</a>.
@@ -137,23 +133,23 @@
 
       <h5>Subversion (svn) source</h5>
       <p>
-        You can download the current latest stable branch (1.9.1):
+        You can download the current latest stable branch (1.10.0):
       </p>
       <p>
-        <code>svn co svn://anonsvn.kde.org/home/kde/tags/kst/1.9.1</code>
+        <code>svn co svn://anonsvn.kde.org/home/kde/tags/kst/1.10.0</code>
       </p>
       <p>
         and then build using automake with:
       </p>
       <p>
-        <code>cd 1.9.1</code><br>
+        <code>cd 1.10.0</code><br>
         <code>make -f Makefile.cvs</code><br>
         <code>./configure --prefix=/usr</code><br>
         <code>make</code><br>
         <code>su -c "make install"</code>
       </p>
 	  <p>or build using cmake with <a href="install.html#cmake">(more details)</a>:</p>
-        <code>cd 1.9.1/kst</code><br>
+        <code>cd 1.10.0/kst</code><br>
         <code>cmake .</code><br>
         <code>make</code><br>
         <code>su -c "make install"</code>
--- trunk/www/areas/extragear/apps/kst/kst1/features.html #1206168:1206169
@@ -73,7 +73,7 @@
 <li>Built-in ELOG functionality
 <li>Printing, including to images, postscript, and PDF
 </ul>
-<h3>Kst 1 features / drawbacks:</h3>
+<h3>Kst 1 features:</h3>
 <ul>
 <li>KstScript, an ECMAScript based scripting language capable of
       interacting with and extending kst in virtually every way</li>
@@ -82,24 +82,10 @@
   <ul>
   <li>ASCII, Dirfile, CDF, netCDF, piolib, FITS, HEALPix, QImage
   </ul>
-<li>Drawback: Linux only
-<li>Drawback: Depends on Qt3
 </ul>
-<h3>Kst 2 features / drawbacks:</h3>
-<ul>
-<li>Also available on Windows
-<li>Data formats:
-  <ul>
-  <li>ASCII, Dirfile, netCDF, QImage
-  </ul>
-<li>Qt4 only, should also work on Mac (not tested)
-<li> Drawback: could not open Kst 1 files
-<li> Drawback: no scripting support
-</ul>
 <h3>Future release roadmap:</h3>
 <ul>
-<li>Kst 1.10.0 continues support for KDE 3.x<br>
-<li>Later versions of Kst 2 will support KDE 4
+<li>Kst 1.10.x continues support for KDE 3.x<br>
 </ul>
 </td></tr>
 </table>
--- trunk/www/areas/extragear/apps/kst/kst1/index.html #1206168:1206169
@@ -62,7 +62,6 @@
 Extensive <a href="help.html">help</a> is available, both from within Kst and on the web.<br>
 <strong>Kst</strong> is licenced under the <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> 
 and is freely available for <a href="download.html">anyone</a>.<br>
-Currently <a href="download.html">Kst 1</a> and <a href="kst2.html">Kst 2</a> are stable releases. 
 </p>
 </td></tr>
 </table>


More information about the Kst mailing list