Syndicated Feed Support

The syndicated feed macro allows for the importing of external rss and atom feeds into your wiki page. Regardless of what prefix (rss, atom, feed) you use for this macro, the correct renderer will be determined at run-time.
Required Parameters
Name Description Range
url absolute url to rss feed n/a

Optional Parameters
Name Description Range Default
max maximum number of posts to display up to 20 0-20 20
titlesOnly show only the date and title of each post true/false false

Source Markup
{rss:url=http://blogs.msdn.com/codeplex/rss.xml,max=1,titlesOnly=false}

Note: Below are not rendered because CodePlex does not support these
{atom:url=http://someatomurl.com}
{feed:url=http://somefeedurl.com}
Rendered Markup
 CodePlex Weblog News Feed 
Thursday, May 09, 2013  |  From CodePlex Weblog

In this release, the CodePlex team made improvements to the source browsing URLs. Now, when you navigate to the source browsing page, the provided URL will always point to the latest version of the file! Here is an example of the new URL: http://typescript.codeplex.com/SourceControl/latest#README.txt


If you would like a URL to a specific version of a file, you can still get this by navigating to the specific commit through the history section of the source browser, or you can replace "/latest" in the new URLs with "/changeset/{commit SHA or changeset ID}".


We also added a new “settings” tab to CodePlex. This tab replaces the old “edit project summary and details” page that previously contained all project’s settings. The settings tab is only visible to project coordinators.



In addition to the above changes, the CodePlex team made the following notable improvements:


  • Fixed a bug that was stopping users from uploading ClickOnce releases.
  • Users will automatically become followers for projects they have created.
  • When clicking a user’s name from the people tab, it will no longer open in a new tab.
  • It is now possible to edit a closed issue.

Have ideas on how to improve CodePlex? Please visit our suggestions page! Vote for existing ideas or submit a new one.


As always you can reach out to the CodePlex team on Twitter @codeplex or reach me directly @Rick_Marron


 CodePlex Weblog News Feed 

Last edited Aug 5, 2009 at 8:22 PM by matthaw, version 2

Comments

No comments yet.