gamelog/dist/feed.rec

31 lines
794 B
Plaintext
Raw Normal View History

2024-02-20 18:03:44 +00:00
%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 <dozens@tilde.team>
title: gamelog
summary: all the games i play
location: /Users/cb/blogs/gamelogs/dist/feed.rec
updated: 2024-02-17T21:48:34-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: my first blog post
summary: announcing my new blog
location: /Users/cb/blogs/gamelogs/db/games.rec
2024-05-18 23:12:29 +00:00
published: 2024-04-07T20:14:10-06:00
updated: 2024-04-07T20:14:10-06:00
2024-02-20 18:03:44 +00:00