Welcome to MSDN Blogs Sign in | Join | Help

BlogWave FAQ

BlogWave Mini-FAQ

Last Updated: 10/24/2004
Current Version: 0.99.1.5 (Beta 1.5)
Download Link: 
http://www.addysanto.com/blog/blogwave/blogwave_vB15.zip (522K)


Q. What is BlogWave?
A. BlogWave is an "RSS Generator": a tool which can pull information from a variety of sources and publish it as RSS.  This process is very easy to configure and can be scheduled to run automatically.  For example, using BlogWave you can create an RSS feed from Sharepoint announcements on your company's internal site.  Or you can publish event logs as RSS.  Or even merge multiple sources into one feed (aggregation) and/or publish a feed to multiple destinations (cross posting).


Q. What content sources does BlogWave support?
A. BlogWave currently supports the following sources
   • RSS Feeds
   • Google Searches (new)
   • Event Logs
   • WSS Lists and Document Libraries
   • SPS Searches
   • NNTP newsgroups
   • Custom sources can be added through a pluggable architecture and a simple .Net programming interface.

Q. Which destinations can BlogWave post to?
A. BlogWave supports the following destinations:
   • .Text based blogs 
   • FTP sites
   • Local or Network URNs
   • Any WebDAV compliant website (such as Sharepoint or WSS)
   • Custom destinations can be added through a pluggable architecture and a simple .Net programming interface.


Q. What is the difference between BlogWave and other automated RSS generators?
A. Most other generators support only one content source and destination, usually need to be installed on a server (such as a Sharepoint server in the case of Sharepoint content), and require the generator to be always running. BlogWave, on the other hand, supports multiple content sources, multiple destinations, can be run without any modifications to servers, and leverages the Windows Scheduling Services to enable scheduled publication even when no users are logged in.


Q. How does the scheduling work?
A. When configuring a feed, you can enable an automated publication schedule. BlogWave will create a task which will appear in the "Scheduled Tasks" lists in the Windows Control Panel.  The execution of the task in handled by Windows - BlogWave doesn't need to be open, and you don't even need to be logged in. This allows for reliable, low-footprint publication process with advanced capabilities such as running under a different user account, running only when idle, etc. 


Q. How do I install BlogWave?
A. Just open the ZIP archive into a directory.  To use it, run BlogWaveClient.exe

Q. Is BlogWave easy to use?
A. I hope so!  BlogWave isn't rocket science; any individual aspect of its functionality could be cobbled together in a weekend by any competent developer.  However, not everyone is a developer, nor does everyone have the time and patience. And bringing it all together into an extensible framework with a friendly UI requires a bit more effort.  The emphasis in BlogWave is on ease of use, and to that effect I included the following features:
• Simple and (hopefully) intuitive UI.  No confusing property browsers!
• XP-Themed UI with task panes and colorful icons :)
• Drag and Drop creation of new feeds
• Drag and Drop creation of aggregated feeds - just drop a URL onto an existing feed to create an aggregated feed.
• Context Menus

Q. Can I embed BlogWave in my applications?
A. Once you have configured feeds in BlogWave, you can call BlogWaveWorker.exe via the command line to trigger the publication process.  BlogWaveWorker runs silently and requires no user interaction.  The interface for managing feeds is not yet available through a command line interface, but adding/removing feeds can be done by modifying the FeedSources.xml file directly.

Q. How can I extend BlogWave to support additional content sources?
A. You need to create an adapter class, compile it into an assembly and drop in into the 'Adapters' directory. Your class must implement the following interface:

      public interface IRssIncomingAdapter 

      {

            ProxyInfo Proxy

            {set;}

            XmlDocument GetRssFeed(EndPointInfo epInf);

            EndpointTypeInfo[] SupportedSources

            {get;}

            EndPointInfo FeedConfigurationUI(EndPointInfo epInf);

      }

For more info, see the C# code sample which comes with BlogWave.

Screenshots

Feed List:




Feed Configuration:

Selecting a Feed Source:


Feed Publication (Progress Window):


Proxy Settings


Tasks as they appear in Control Panel -> Scheduled Tasks

Viewing Feed History Logs:
 

Click on the image below for an animated demo of the drag and drop support

Published Sunday, August 22, 2004 8:19 PM by Addys
Filed under:

Comments

# re: BlogWave FAQ

Sunday, August 22, 2004 11:04 PM by Chris Sells
Wow! That's service! : )

# re: BlogWave FAQ

Monday, August 23, 2004 5:55 AM by Wim Hollebrandse
Addy,

Great job.

One thing I noticed though is that the FlatStyle property of the buttons, radio's, checkboxes and some other controls appear flat.

You might want to set the FlatStyle property of these controls to FlatStyle.System, so they show the visual styles as supported by the OS (XP/W2K3).

Cheers,
Wim

# re: BlogWave FAQ

Friday, August 27, 2004 2:39 AM by secretGeek
wow! i never knew blogwave could do any of that. Brilliant!

# http://larkware.com/

Sunday, August 29, 2004 10:41 PM by TrackBack
http://larkware.com/

# http://sitepoint.com

Sunday, August 29, 2004 10:41 PM by TrackBack
http://sitepoint.com

# BlogWave v0.2 (Alpha 2) - Released!

Thursday, September 02, 2004 3:29 PM by Santomania

# Introducing BlogWave !

Thursday, September 02, 2004 3:30 PM by Santomania

# Debugging a BlogWave adapter...

Monday, September 06, 2004 12:12 AM by Extra Bits That Didn't Fit

# Fiddling: Outlook Calendar Adapter for Blogwave 0.3

Tuesday, September 07, 2004 9:51 AM by Extra Bits That Didn't Fit

# Fiddling: Outlook Calendar Adapter for Blogwave 0.3

Tuesday, September 07, 2004 9:53 AM by Extra Bits That Didn't Fit

# re: BlogWave FAQ

Sunday, September 12, 2004 6:22 AM by Roy Osherove
Wow. Wow. Wow.
Now *that's* a screenshot if I ever saw one :)
Great job. Looks like I'll have to use it!

# Outlook Calendar Adapter for Blogwave 1.1

Monday, September 13, 2004 8:56 AM by Extra Bits That Didn't Fit

# Outlook Calendar Adapter 1.1 for Blogwave

Monday, September 13, 2004 9:52 AM by Extra Bits That Didn't Fit

# TristanK's Outlook Calendar Adapter 1.1 for Blogwave

Wednesday, September 15, 2004 4:28 PM by Santomania

# Syndicate Your Outlook Calendar

Thursday, September 16, 2004 12:02 PM by michael reinhart

# http://www.unclespam.org/

Wednesday, September 22, 2004 2:15 AM by TrackBack
http://www.unclespam.org/

# BlogWave Beta 1 - Released!

Sunday, September 26, 2004 9:54 PM by Santomania
This took a while longer than expected due to some personal/family matters which have been consuming my free time lately... But enough about me!

This release focused on improving the overall quality, with lots of tightening and tweaking in both the code and the UI. It is the first release which I feel good enough about to label as a beta.

BlogWave v0.99.1 (Beta 1)
Last Updated: 9/26/2004
Download Link: http://www.addysanto.com/blog/blogwave/blogwave_vB1.zip (522K)

# BlogWave Beta 1 - Released!

Monday, September 27, 2004 5:19 AM by Point2Share

# soderlind.no » Blog Archive » Tool of the year ?!

Monday, September 27, 2004 7:05 AM by TrackBack
soderlind.no » Blog Archive » Tool of the year ?!

# http://szokelizer.freeblog.hu/

Monday, September 27, 2004 7:24 PM by TrackBack
http://szokelizer.freeblog.hu/

# BlogWave Beta 1 - Released! (via RoudyBob.NET)

Saturday, October 09, 2004 8:11 AM by RoudyBob.NET

# BlogWave Beta 1 - Released! (via RoudyBob.NET)

Saturday, October 09, 2004 8:12 AM by RoudyBob.NET

# BlogWave Update - Beta 1.5 released

Monday, October 25, 2004 1:26 AM by Santomania

# BlogWave Update - Beta 1.5 released

Monday, October 25, 2004 1:51 AM by Santomania
This is a minor update which includes several bug-fixes, mostly in the WSS Adapter. See the change log for more details...

# BlogWave

Monday, October 25, 2004 2:55 AM by Angus Logan

# http://microsoft-watch.com

Wednesday, December 01, 2004 1:42 PM by TrackBack
http://microsoft-watch.com

# http://story.news.yahoo.com

Wednesday, December 01, 2004 1:43 PM by TrackBack
http://story.news.yahoo.com

# calendartools

Friday, December 03, 2004 11:09 AM by TrackBack
calendartools

# Syndication Generator for Sharepoint

Wednesday, December 08, 2004 8:22 PM by The ShiSh List

# Syndication Generator for Sharepoint

Wednesday, December 08, 2004 8:32 PM by The ShiSh List

# Leaked Screenshots of SharePoint Syndication Tool!!!

Monday, February 07, 2005 7:21 PM by Amanda Murphy's Xbox and SharePoint Blog
In late breaking news yesterday (actually early for my time zone), Jan Tielens reported that screenshots of an application he is developing were leaked onto his desktop in a very strange and unexpected series of events…umm wait that don't make...

# Santomania BlogWave FAQ | Outdoor Ceiling Fans

Sunday, May 31, 2009 4:56 AM by Santomania BlogWave FAQ | Outdoor Ceiling Fans

# Santomania BlogWave FAQ | Wood TV Stand

Tuesday, June 02, 2009 6:10 PM by Santomania BlogWave FAQ | Wood TV Stand

# Santomania BlogWave FAQ | Cast Iron Cookware

Thursday, June 11, 2009 10:40 PM by Santomania BlogWave FAQ | Cast Iron Cookware

# Santomania BlogWave FAQ | patio set

Wednesday, June 17, 2009 10:00 PM by Santomania BlogWave FAQ | patio set
New Comments to this post are disabled
 
Page view tracker