Headlines Plugin

Introduction

This plugin allows you to view the content of any RSS or RDF XML data feed on the net within jEdit. This includes a great many blogs and news sites including Slashdot, Metafilter, CNet, Freshmeat.net, Salon, and many more.

Download

Change Log

Sep 21 2003: 1.1.1

Jul 15 2003: 1.1

May 02 2003: 1.0.4

Apr 08 2003: 1.0.3

Jan 11 2003: 1.0.2:

Jan 9 2003: 1.0.1:

Jan 8 2003: 1.0: initial release

Requirements

Features

Usage

Feed management

Options

User interface

Where to find content

Headlines comes with some popular feeds built-in. There are literally thousands of blogs and news sites that publish their content as RSS or RDF feeds. Some good starting points:


http://radio.weblogs.com/
http://www.weblogs.com/
http://blo.gs/
http://www.blogger.com/
http://syndic8.com/

Known bugs

This isn't really a bug but it can be perceived as one. Sometimes sites are sloppy about how they create their RSS feeds. Since XML is touchy about illegal characters and missing tags and such, a feed that loaded fine yesterday might not load today. I'm working on ideas for preprocessing the XML data to help Headlines at least read SOME of a malformed feed. In the meantime, complain to the site owner that they are generating bad XML in their RSS.

If you delete all of your feeds the Headline option pane stops working correctly. I'm working on it. In the meantime, don't delete every feed. If you do delete every feed you can either edit the feeds.xml file manually (in your jEdit settings /Headline directory) or reinstall the plugin.

Format of feeds.xml

This file in the jEdit settings /headline directory contains connection data for each of your subscribed feeds. This file is maintained via the Global Options. Do not edit this file directly unless you know what you are doing.

<feeds>
	<feed>
		<name>Salon.com</name>
		<url>http://www.salon.com/feed/RDF/salon_use.rdf</url>
		<description>Salon makes you think.</description>
	</feed>
	
	<feed>
		<name>Slashdot.org</name>
		<url>http://slashdot.org/slashdot.rss</url>
		<description>News for nerds, stuff that matters</description>
	</feed>
	
	...
</feeds>

Possible enhancements

These are ideas I'm thinking of that may make it into a future release:

Acknowledgements

Thanks jEdit team for a fantastic editor!

License

This plugin is licensed under the GNU General Public License and comes with ABSOLUTELY NO WARRANTY; for details see the full license. This is free software, and you are welcome to redistribute it under the terms and conditions described in the license.