RSS Creator
Feed Editor RSS Creator Manual Back Back
Welcome to Feed Editor
Introduction
Purchasing
End User License Agreement
Where to Get Help
Useful links
Contact Us
Getting Started
New Feed Wizard
Main window
Feed Tab
Feed Items tab
Image Tab
FAQ
Using Feed Editor
Feeds
Creating New Feed
Opening Existing Feed
Editing Feed
Saving Feed
Uploading Feed
Removing Feed
Feed Items
Creating New Item
Editing Item
Cloning Item
Deleting Item
Rearranging Item Order
Feed Image
Including Image in Feed
WYSIWYG HTML Editor
Using HTML in Description Fields
Importing
Overview
Using Import Wizard
Exporting
Overview
Templates
Using Export Feature
Source Code Editor
Using the Source Code Editor
Preview Feed
Using the Preview Feature
Preferences
Program settings
Feed2Html PHP script
Converting RSS to HTML online: Feed2Html
Templates
Launching script
Recommended software

Templates

Top  Previous  Next

 

 

Export templates are simple text files that contains special variables as well as the formatted text. Use these variables to tell Feed Editor where to insert data.

 

%FeedTitle%

%FeedDescription%

%FeedLink%

%Editor%

%Webmaster%

%FeedPubTime%

 

%ImageItem%

 

%ItemTitle%

%ItemDescription%

%ItemLink%

%Author%

%ItemPubTime%

 

 

Besides variables, special commands in templates.

 

%BeginItemsRecord% and %EndItemsRecord% mark the beginning of the part of the template, common for all items of your RSS feed.

 

$NAME – template name, for example “HTML template”

$FILEEXT – extension of the output file that data is exported to, for example “.htm”

$DATEFORMAT – data output format, for example “dd/mm/yyyy”

$NOCRLF – variable that can be set to 0 (disabled) or 1 (enabled). It determines whether Feed Editor will delete the carriage return and line feed characters (use when exporting to the CSV format).


ExtraLabs Software