Bug 85592

Summary: You should be abble to print or save the results to a flat or csv file
Product: [Frameworks and Libraries] klinkstatus Reporter: Amilcar do Carmo Lucas <amilcar>
Component: generalAssignee: Paulo Moura Guedes <kde>
Status: RESOLVED FIXED    
Severity: wishlist CC: berkessels
Priority: NOR    
Version: CVS HEAD   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Example XML source
XSLT stylesheet (to be improved)

Description Amilcar do Carmo Lucas 2004-07-21 00:27:33 UTC
Version:           0.1.3 (using KDE 3.2.3, SuSE)
Compiler:          gcc version 3.3.3 (SuSE Linux)
OS:                Linux (i686) release 2.6.5-7.95-default

Printing would be nice.

But perhaps a simpler and just as eficient way to do it would be to simply save the data to a file.

The data could be aligned in a table like manner or even simpler could be writen in a comma separated values file format (csv)
Comment 1 Paulo Moura Guedes 2004-07-21 00:39:40 UTC
Cool.

About printing the results I though that no one would want to do that but if you think it is useful, I will do it.
Comment 2 Ber Kessels 2004-12-23 13:36:48 UTC
an even simpler way would be to print all the stati to stdout. That way applications can use it and if you want a file (to print) you can do so by piping on the commandline.
Comment 3 Pieter Botha 2005-10-20 23:07:13 UTC
I second this one. It will be really usefull.
Comment 4 Paulo Moura Guedes 2005-10-20 23:41:04 UTC
I'm working on it :)
I will export the results to HTML, using XML/XSLT.
I already have a basic XSLT stylesheet. I will attach the XML source example and the XSLT doc, so people can improve the stylesheet and send it to "moura (at) kdewebdev (dot) org".
Comment 5 Paulo Moura Guedes 2005-10-20 23:45:19 UTC
Created attachment 13088 [details]
Example XML source

Example XML source, to be transformed by the XSLT stylesheet.
Comment 6 Paulo Moura Guedes 2005-10-20 23:47:52 UTC
Created attachment 13089 [details]
XSLT stylesheet (to be improved)

This is a (very) basic stylesheet, which one can base on and refine it (and
propose it to me :).
Comment 7 Paulo Moura Guedes 2005-11-01 04:44:42 UTC
Implemented.

You can download the new version at 
http://kde-apps.org/content/show.php?content=12318 or
http://linkstatus.paradigma.pt/en/index.html

If you would like to improve the stylesheet read the instructions on the last URL.