% layout 'default'; % title 'UNIX.dog Announcements'; % use Time::Piece;

Announcements

These announcements are also avaiable over RSS. Just add .rss to the path here.
Also, all announcements are signed with the following PGP key:

67A3 9437 8618 B72E B4D5  CC69 B0EB E117 49B9 9367 alpha@unix.dog

so you can verify their authenticity. When a new announcement is out, you should also recieve an email if you're registered.

% foreach my $entry (@$items) {

<%= $entry->{"title"} %>

Posted <%= localtime($entry->{"date"})->strftime() %>. ">Download PGP signature.

<%= $entry->{"text"} %>
% } % if ($next_page != -1) { Next page... % }