[Kst] www/areas/extragear/apps/kst
Peter Kümmel
syntheticpp at gmx.net
Mon Sep 2 18:18:45 UTC 2013
SVN commit 1364351 by kuemmel:
update links
M +2 -2 download/binary_packages.php
M +3 -5 download/source_code.php
M +1 -1 sample_data/index.php
--- trunk/www/areas/extragear/apps/kst/download/binary_packages.php #1364350:1364351
@@ -5,8 +5,8 @@
<strong>The latest version is Kst 2.0.7, released July 17th 2013</strong>
<ul>
- <li>Windows installer for Kst 2 is available at <a href="http://sourceforge.net/projects/kst/files">SourceForge</a> and an automatic Windows daily build can be found on
- <a href="http://syntheticpp.github.io/kstbinary/">GitHub</a></li>
+ <li>Windows installer for Kst 2 is available at <a href="http://sourceforge.net/projects/kst/files">SourceForge</a> and an automatic Windows build can be found at
+ <a href="http://kst-plot.github.io/kst-build/">GitHub</a></li>
<li>Mac OSX binary is available at <a href="http://sourceforge.net/projects/kst/files">SourceForge</a></li>
<li>Packages for Ubuntu can be found at <a href="https://launchpad.net/~kst-plot/+archive/ppa"> https://launchpad.net/~kst-plot/+archive/ppa</a></li>
<li>Packages for openSuse can be found <a href="http://software.opensuse.org/package/kst">here</a></li>
--- trunk/www/areas/extragear/apps/kst/download/source_code.php #1364350:1364351
@@ -6,13 +6,11 @@
<h2>Getting the code</h2>
<ul>
<li>Pre-packaged source code can be found at <a href="http://sourceforge.net/projects/kst/files">SourceForge</a>.</li>
- <li>Subversion source:
+ <li>Source is hosted at <a href="https://github.com/Kst-plot/kst">GitHub</a>: </li>
<ul>
- <li>Browse the <a href="http://websvn.kde.org/branches/work/kst/portto4/kst/">Kst2 code</a> online.</li>
- <li>Checkout anonymously:<br/> "svn co svn://anonsvn.kde.org/home/kde/branches/work/kst/portto4/kst"</li>
- <li>Checkout with write access:<br/> "svn co svn+ssh://YOUR_KDE_ACCOUNT_NAME@svn.kde.org/home/kde/branches/work/kst/portto4/kst"</li>
+ <li>Browse or fork the <a href="https://github.com/Kst-plot/kst">Kst2 code</a> at GitHub.</li>
+ <li>Clone with <br/> "git clone https://github.com/Kst-plot/kst.git"</li>
</ul>
- <li>Git: you can also find the code on <a href="https://github.com/syntheticpp/kst">GitHub</a> for online browsing or cloning.</li>
</li>
</ul>
--- trunk/www/areas/extragear/apps/kst/sample_data/index.php #1364350:1364351
@@ -14,7 +14,7 @@
<p>To illustrate the flexibility of Kst in handling various file formats, we provide a couple of sample files using different conventions:</p>
<ul>
<li>Some metadata in the header including field names. <a href="2_similar_ASCII_files.tgz">2 similar files</a> are provided to experiment with the "change data file" tool</li>
- <li>Pure data (Kst will call the vectors "Column1", "Column2", etc...) from a <a href="http://websvn.kde.org/*checkout*/branches/work/kst/portto4/kst/misc/tutorial/gyrodata.dat.gz">gyrometer</a>: 3 vectors x 200 000 samples (gzipped, please uncompress before using)</li>
+ <li>Pure data (Kst will call the vectors "Column1", "Column2", etc...) from a <a href="https://github.com/Kst-plot/kst/raw/master/sample_data/GROUNDTEST%2Bfixed-width%2Bdelimiter%2BwindowsEOL%2Bcomma-decimal-separator.txt.gz">gyrometer</a>: 3 vectors x 200 000 samples (gzipped, please uncompress before using)</li>
<li>One large file (zipped) to experience for yourself the performance of Kst (coming soon)</li>
</ul>
More information about the Kst
mailing list