This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 117914 - use localised blog feeds when applicable
Summary: use localised blog feeds when applicable
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-05 14:08 UTC by jcatchpoole
Modified: 2009-02-19 23:13 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jcatchpoole 2007-10-05 14:08:06 UTC
We now have several localised planetnetbeans.org feeds.  It would be nice to somehow make use of them in the welcome
screen, eg when the IDE is launched in an FR locale, to load the FR RSS feed from planetnb.  If not done automatically,
perhaps the welcome screen could notify the user that it exists ?

Not sure how to handle detection of whether a feed exists or not, other than eg doing an http request to test (404 means
that lang doesn't exist).  URLs take the form :

http://www.planetnetbeans.org/$lang/rss10.xml

eg

http://www.planetnetbeans.org/fr/rss10.xml

Also note some $lang feeds are almost inactive, so we should not use them exclusively.
Comment 1 valeredejardin 2007-10-05 14:38:19 UTC
Thanks Jack for creating this RFE. I would add that EN/main planetnetbeans.org feed should always be displayed, off course.
Comment 2 Stanislav Aubrecht 2008-10-23 14:57:24 UTC
if the list of localized feeds is known and stable during the release cycles we can simply add localized entries with
feed urls into resource bundles. the user will get the feed in language depending on their selected locale defaulting to
english feed when there's no localized feed for the current locale.
Comment 3 valeredejardin 2008-10-23 15:06:16 UTC
Does this means that it would be a locale OR english feed? I don't think that completely masking english feed would be a
good thing: it would be better to always have english feed, AND locale one if available.
Comment 4 Stanislav Aubrecht 2008-10-23 15:17:01 UTC
i meant either localized one (if exists) or the default english one.
i could also merge the localized and english feeds into a single list. but only a few items are visible in the welcome
screen so the content might 'scroll out' too fast to catch interesting topics.