AtomFeedBuilder

Simple and lightweight Atom feed builder.
Download

AtomFeedBuilder Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Apache License 2.0
  • Publisher Name:
  • Busygin
  • Operating Systems:
  • Windows All
  • File Size:
  • 6 KB

AtomFeedBuilder Tags


AtomFeedBuilder Description

AtomFeedBuilder was developed to be a simple and lightweight VB.Net Atom feed creator. Example of use Dim FeedItems As New List(Of AtomEntry) ' Add entry FeedItems.Add(New AtomEntry("Hello world!", AtomBuilder.GetID("example.com", "helloworld"), Now, _ "http://www.example.com/helloworld/", "This is test entry")) ' Feed information Dim FeedInfo As New AtomFeedInfo("Test Feed", "http://www.example.com/rss/", Nothing, _ AtomBuilder.GetID("example.com", "testfeed"), _ "http://www.example.com", New AtomName("John")) ' Feed settings Dim FeedSettings As New AtomFeedSettings() ' Build feed Return AtomBuilder.BuildFeed(FeedInfo, FeedSettings, FeedItems)


AtomFeedBuilder Related Software