31 lines
794 B
Plaintext
31 lines
794 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 <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
|
|
published: 2024-02-17T21:48:34-07:00
|
|
updated: 2024-02-17T21:48:34-07:00
|
|
|