The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Methods

Get the recent links data structure - ArrayRef[HashRef]

TODO: There's HTML in here, omg.

Get the data to create links for a particular feed.

get_atom_feed

Get the data to create links for a particular feed.

Get the data to create links to all the available collections.

Get the data to create links to all the documents in a collection.

Given a MongoDB cursor OR ArrayRef of documents then create the link data.

Turn the data into HTML $args should be a HashRef of options

Get the links for the documents belonging to a particular feed.

view_selectable_page_list

Get the links for the documents belonging to a particular feed.

view_sortable_page_list

View the pages in a collection, ready to be sorted.

create_selectable_page_list

Given link data (doc id and title) and possibly some $args then create hyperlinks

create_sortable_page_list

Create a sortable list of the pages in a collection. This is how we impose order to collection of pages.

view_collections_index

List the existing collections

view_collection_page

View a list of links to the pages that make up a collection.

Given link data (doc id and title) and possibly some $args then create hyperlinks

Given link data (doc id and title) and possibly some $args then create hyperlinks, but in a more general manner than create_list_of_links().

    Returns array of <a hrefs 

BUILD

Create the handler objects