consump/db/feed.rec

28 lines
708 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: consume
summary: Reviews of all the media I consume
location: /Users/cb/blogs/consume/db/feed.rec
updated: 2024-03-08T13:05: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: consume
location: /Users/cb/blogs/consume/db/database.rec
published: 2024-03-08T13:05:29-07:00