TABLE OF CONTENTS


AtomFeed/AtomFeed.Entries_List [ Variables ]

[ Top ] [ AtomFeed ] [ Variables ]

FUNCTION

 The list of Atom entries for the website

SOURCE

   Entries_List: FeedEntry_Container.Vector;

AtomFeed/AtomFeed.Feed_File_Name [ Variables ]

[ Top ] [ AtomFeed ] [ Variables ]

FUNCTION

 The name of the Atom feed file of the website

SOURCE

   Feed_File_Name: Unbounded_String;

AtomFeed/AtomFeed.Get_Entries_List [ Subprograms ]

[ Top ] [ AtomFeed ] [ Subprograms ]

FUNCTION

 Get the current list of Atom entries for the website

SOURCE

   function Get_Entries_List return FeedEntry_Container.Vector is

RESULT

 List of Atom entries for the website

AtomFeed/AtomFeed.Get_Feed_File_Name [ Subprograms ]

[ Top ] [ AtomFeed ] [ Subprograms ]

FUNCTION

 Get the file name of the project's Atom feed

SOURCE

   function Get_Feed_File_Name return String is

RESULT

 The full path to the Atom feed file

AtomFeed/AtomFeed.Set_Entries_List [ Subprograms ]

[ Top ] [ AtomFeed ] [ Subprograms ]

FUNCTION

 Set the new values for the list of current Atom entries for the website

SOURCE

   procedure Set_Entries_List(New_List: FeedEntry_Container.Vector) is

PARAMETERS

 New_List - The Atom entries list which will be used as the main list