protoadandsuperbowl/db/feed.rec

28 lines
734 B
Plaintext

%rec: feed
%doc: metadata about a recfeed
%type: updated date
%type: author,title,summary,location line
%mandatory: author title location updated
%allowed: author title summary location updated contact
author: dozens
title: protoad and superbowl
summary: webcomic
location: /Users/cb/blogs/protoadandsuperbowl/db/feed.rec
updated: 2024-02-18T22:25:29-07:00
%rec: item
%doc: an item belonging to a recfeed
%key: id
%type: id int
%auto: id
%type: title,summary,location line
%type: published,updated date
%mandatory: id title location published
%allowed: id title location published summary updated
id: 0
title: protoad and superbowl
location: /Users/cb/blogs/protoadandsuperbowl/db/database.rec
published: 2024-02-18T22:25:29-07:00