Index: trunk/www/areas/kst-plot/authors.php =================================================================== --- trunk/www/areas/kst-plot/authors.php (revision 1512735) +++ trunk/www/areas/kst-plot/authors.php (revision 1512736) @@ -1,38 +1,35 @@
Many people have worked on Kst over the years. Among the most notable contributors are the following persons:
Kst is the fastest real-time large-dataset viewing and plotting tool available (you may be interested in some benchmarks) and has built-in data analysis functionality.
-Kst is very user-friendly (both the community and the program itself!).
-
Kst contains many powerful built-in features and is expandable with plugins and extensions (see developer information in the "Resources" section).
-Kst is licensed under the GPL, and is as such freely available for anyone. What's more, as of 2.0.x it is available on all of the following platforms: Microsoft Windows, Linux, Mac OSX. Note that KDE libraries are an optional dependency (i.e. you can run Kst without KDE, but you get additional features when running on a platform with KDE). See the "Downloads" section for pre-compiled executables or the sources.
+Kst is licensed under the GPL, and is as such freely available for anyone. What's more, as of 2.0.x it is available on all of the following platforms: Microsoft Windows, Linux, Mac OSX. See the "Downloads" section for pre-compiled executables or the sources.
Features of Kst include:
-A roadmap for future features and releases is available under the "Resources" link at the top of the page. -
-
-Currently Kst 1.x and Kst 2.x are stable releases.
-Kst 1 is no longer being actively developed, apart from occasional bug fixes. Kst 1 has some features that Kst 2 does not yet have, in particular dcop bindings and scripting,
-but on the other hand Kst 2 offers some nice improvements over Kst 1 such as shared axes and extended support for metadata.
-If you are new to Kst, you should probably start with Kst 2, unless you need very specific features not yet supported - or are working with people using Kst 1, as presently Kst 2
-cannot yet load Kst 1.x files.
Generally speaking, a good place to ask for advice is the mailing list.
-Kst 1 supports the following formats: ASCII, Dirfile, CDF, -netCDF, piolib, FITS, HEALPix, -QImage-compatible image types (jpg, png, etc)
- -As of May 2013, Kst 2 supports : ASCII, Dirfile/Getdata, netCDF including metadata,
-CFitsIO, QImage-compatible image types and Matlab's .mat format with support from the matio library.
-Support for the other formats handled by Kst 1 is fairly easy to reactivate, and a couple of new ones are planned (e.g. Origin files).
-Generally speaking, it is easy to add support for a new format, so if your favorite file type is not supported, contact us on the mailing
-list and we'll help you get started.
Kst supports : ASCII, Dirfile/Getdata, netCDF including metadata,
+CFitsIO, QImage-compatible image types and Matlab's .mat format with support from the matio library.
Kst is based on a plugin architecture:
It does not take a very experienced programmer to customize Kst to your needs.
-Kst can be scripted using python. In particular:
To use python scripting, you will need the very latest version of kst2, and the corresponding pykst.tgz. To date, pykst has only been tested on linux.
kst python documentation is available here.
Index: trunk/www/areas/kst-plot/plasmaMenu.inc =================================================================== --- trunk/www/areas/kst-plot/plasmaMenu.inc (revision 1512735) +++ trunk/www/areas/kst-plot/plasmaMenu.inc (revision 1512736) @@ -1,36 +1,33 @@ addMenu("Screenshots", "/screenshots/", "green.icon.png", "#acff08"); $plasmaMenu->addMenuEntry("Full Sessions", "/screenshots/sessions/"); $plasmaMenu->addMenuEntry("Kst Dialogs", "/screenshots/dialogs/"); $plasmaMenu->addMenu("Video tutorials", "/video_tutorials/", "orange.icon.png", "#ffae00"); $plasmaMenu->addMenuEntry("Video Tutorials", "/video_tutorials/"); $plasmaMenu->addMenu("Download", "/download/", "red.icon.png", "#ff96af"); $plasmaMenu->addMenuEntry("Binary Packages", "/download/binary_packages.php"); $plasmaMenu->addMenuEntry("Source Code", "/download/source_code.php"); - $plasmaMenu->addMenu("Benchmarks", "/benchmarks/", "gray.icon.png", "#aaa"); - $plasmaMenu->addMenuEntry("Test Configurations", "/benchmarks/configurations.php"); - $plasmaMenu->addMenuEntry("Results", "/benchmarks/results.php"); - $plasmaMenu->addMenu("Resources", "/resources/", "purple.icon.png", "#e285ff"); $plasmaMenu->addMenuEntry("Kst Mailing List", "https://mail.kde.org/mailman/listinfo/kst"); $plasmaMenu->addMenuEntry("Kst roadmap", "http://community.kde.org/KDE_Science/Kst/roadmap"); $plasmaMenu->addMenuEntry("Sample Data", "/sample_data/"); $plasmaMenu->addMenuEntry("KDE", "http://www.kde.org/"); $plasmaMenu->addMenuEntry("Kst 1 Legacy Site", "/kst1/"); $plasmaMenu->addMenuEntry("Kst on kde-apps.org", "http://kde-apps.org/content/show.php/Kst?content=10399"); $plasmaMenu->addMenuEntry("Known Bugs", "https://bugs.kde.org/buglist.cgi?order=Importance&query_format=advanced&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=ASSIGNED&bug_status=REOPENED&product=kst"); $plasmaMenu->addMenuEntry("Authors", "/authors.php"); $plasmaMenu->addMenuEntry("Users", "/resources/users.php"); $plasmaMenu->addSubMenuEntry("Userbase Wiki", "http://userbase.kde.org/"); $plasmaMenu->addSubMenuEntry("Forums", "http://forum.kde.org/"); $plasmaMenu->addMenuEntry("Developers", "/resources/developers.php"); $plasmaMenu->addSubMenuEntry("Kst Community Wiki", "http://community.kde.org/KDE_Science/kst"); $plasmaMenu->addSubMenuEntry("Techbase Wiki", "http://techbase.kde.org"); $plasmaMenu->addSubMenuEntry("Adding a File Format", "https://projects.kde.org/projects/extragear/graphics/kst-plot/repository/revisions/master/entry/src/datasources/HOWTO_add_a_datasource.txt"); -?> \ No newline at end of file +?> +