|
From: Christoph W. <chr...@we...> - 2004-10-18 22:07:14
|
Hi,
I did some experiments how a xml file storing a couple of predefined Feeds
should look like. Here's my proposal:
<!DOCTYPE dictionary>
<dictionary>
<category name="news">
<feed
title="orf.online"
lang="de"
url="rss.orf.at">
<description><![CDATA[News auf ORF.at]]></description>
</feed>
<feed
title="sport.orf.online"
lang="de"
url="rss.orf.at">
<description><![CDATA[Sport Nachrichten auf ORF.at]]></description>
</feed>
<feed
title="SourceForge.net: SF.net Project News: RSS Viewer"
lang="en"
url="http://sourceforge.net/export/rss2_projnews.php?group_id=49388">
<description><![CDATA[SF.net Project News: RSS Viewer (rssview project)
- RSS Viewer is a Java-based ticker application. It uses JAXP to parse
RSS-sites (RDF site summary). It is easy to use and easy to configure. It
has 2 different views: a browser-like view and a simple
ticker-view]]></description>
</feed>
</category>
</dictionary>
We'll need some kind of language key for useful dictionaries (example
above). I created some Code to read this information. How should we present
it? JTable, JTextPane, JScrollPane with panels? I think a flat hierarchy
should work because a user will not want to import our categorizations
(tree)? Or would he?
Cheers
Christoph
--
Christoph Walcher
Albrechtskreithgasse 4-6/1/11
A-1160 Wien
email: chr...@we...
mobile: +43 (650) 8320065
|