Bug 85592 - You should be abble to print or save the results to a flat or csv file
Summary: You should be abble to print or save the results to a flat or csv file
Status: RESOLVED FIXED
Alias: None
Product: klinkstatus
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: CVS HEAD
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Paulo Moura Guedes
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-21 00:27 UTC by Amilcar do Carmo Lucas
Modified: 2005-11-01 04:44 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Example XML source (652 bytes, text/xml)
2005-10-20 23:45 UTC, Paulo Moura Guedes
Details
XSLT stylesheet (to be improved) (2.18 KB, text/x-xslt)
2005-10-20 23:47 UTC, Paulo Moura Guedes
Details

Note You need to log in before you can comment on or make changes to this bug.
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.