 |
? |
Author |
Message |
jim8
Joined: 28 Dec 2005
Posts: 22
|
Posted: Fri Mar 24, 2006 1:33 am |

|
Hello,
Right now I have the following html file which is the basic one
~~~BeginItemsRecord~~~
~~~ItemPubShortDate~~~
~~~ItemTitle~~~
~~~ItemDescription~~~
more info
|
~~~EndItemsRecord~~~
but what I would like to do is add all of the following:
~~~FeedTitle~~~ (The feed's title)
~~~FeedDescription~~~ (the feed's description)
~~~FeedContentEncoded~~~ (the feed's description from optional ContentEncoded field)
~~~FeedLink~~~ (the feed's link)
~~~FeedPubDate~~~ (the feed's pub date/time in RSS format)
~~~FeedPubLongDate~~~ (the feed's date in your Windows long date format)
~~~FeedPubShortDate~~~ (the feed's date in your Windows short date format)
~~~FeedPubLongTime~~~ (the feed's time in your Windows long time format)
~~~FeedPubShortTime~~~ (the feed's time in your Windows short time format)
~~~FeedImageUrl~~~ (the URL to the feed's image)
~~~FeedImageTitle~~~ (the title for the feed's image)
~~~FeedImageLink~~~ (the link associated with the feed's image)
~~~FeedMaxItems=X~~~ (the maximum number of items to appear on the webpage - replace 'X' with a number. The first 'X' number of items in the feed will be displayed. Using a negative number for 'X' will show the last 'X' items from a feed.
~~~SortByPubDate~~~ (the items will be sorted by their PubDate, before they are displayed - newest first)
~~~NoFutureItems~~~ (items with PubDates that are in the future won't be displayed until that date/time arrives)
~~~BeginItemsRecord~~~ (repeat everything between this and the end marker, for each item)
~~~EndItemsRecord~~~ (repeat everything between this and the start marker, for each item)
~~~BeginAlternateItemsRecord~~~ (separates the ItemsRecord into alternating halves)
~~~ItemTitle~~~ (the item's title)
~~~ItemDescription~~~ (the item's description)
~~~ItemContentEncoded~~~ (the item's description from optional ContentEncoded field)
~~~ItemLink~~~ (the item's link)
~~~ItemPubDate~~~ (the item's pub date/time in RSS format)
~~~ItemPubLongDate~~~ (the items's date in your Windows long date format)
~~~ItemPubShortDate~~~ (the item's date in your Windows short date format)
~~~ItemPubLongTime~~~ (the item's time in your Windows long time format)
~~~ItemPubShortTime~~~ (the item's time in your Windows short time format)
~~~ItemEnclosureUrl~~~ (the item's enclosure URL)
~~~ItemGuid~~~ (the item's GUID field value)
I understand that a lot of may not apply depending on the various feeds and that order does not really matter but if someone has one that is in a professional looking format I would like to see how one is done.
thanks
|
|
|

|
 |
|
|
|