Delphi Clinic C++Builder Gate Training & Consultancy Delphi Notes Weblog Dr.Bob's Webshop
Bob Swart (aka Drs.Bob) Dr.Bob's Delphi Clinics Dr.Bob's Delphi Courseware Manuals
View Bob Swart's profile on LinkedIn Drs.Bob's Delphi Notes
These are the voyages using Delphi Enterprise (and Architect). Its mission: to explore strange, new worlds. To design and build new applications. To boldly go...
Title:

Adding this blog to the Delphi 2006 IDE

Author: Bob Swart
Posted: 1/16/2006 11:02:01 AM (GMT+1)
Content:

The Headlines in the Delphi 2006 IDE are taken by default from the local Getting Started topic, but you can select another topics, like the “Check for Delphi Updates” topic (which by the way still only shows Delphi 2005 updates at this time), or the Main Aggregated Feed of the Borland Blogs.

Edit BDS\4.0\Welcomepage\xml\rssFeeds.xml to add other RSS feeds to this list (like http://www.drbob42.com/rss.xml for my own columns or http://www.drbob42.com/Weblog.xml for my weblog). Specifically, you need to add the following to the rssFeed.xml file, just before the closing </rss> tag:

  <channel>
<title>Dr.Bob's Blogs</title>
<item>
<title>Dr.Bob Examines...</title>
<link>http://www.drbob42.com/rss.xml</link>
</item>
<item>
<title>Dr.Bob's Delphi Notes</title>
<link>http://www.drbob42.com/Weblog.xml</link>
</item>
</channel>
You need to restart Delphi 2006 for the new settings to have effect.

Back  


4 Comments

AuthorPostedComments
Bob Swart06/01/16 12:53:18For Delphi 2005 users, add the following to the defaultProviders.xml file (just before the closing rss tag:
<group>
	<title>Dr.Bob's Blogs</title>
	<item>
		<title>Dr.Bob Examines...</title>
		<link>http://www.drbob42.com/rss.xml</link>
	</item>
	<item>
		<title>Dr.Bob's Delphi Notes</title>
		<link>http://www.drbob42.com/Weblog.xml</link>
	</item>
</group>
Rob van Heuven06/01/18 14:20:59Just closing the Welcome Page (Ctrl-F4) and open it again with menu View / Welcome Page will also do the trick instead of restarting D2006.
Bob Swart06/01/18 20:52:06Hi Rob, thanks for the tip. I'll have to update that section in my courseware manual ;-)
link building 13/09/06 19:19:39zOwFbX Awesome article.Thanks Again. Really Cool.


New Comment (max. 2048 characters, no HTML):

Name:
Comment:



This webpage © 2005-2017 by Bob Swart (aka Dr.Bob - www.drbob42.com). All Rights Reserved.