From a1ed7b9f9954618e2ed4e14dd2dd3215ba7afd7d Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 7 Oct 2025 15:15:58 +0200 Subject: API: move `src` to `ss` --- ss/as/atom.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ss/as/atom.scm (limited to 'ss/as/atom.scm') diff --git a/ss/as/atom.scm b/ss/as/atom.scm new file mode 100644 index 0000000..c089974 --- /dev/null +++ b/ss/as/atom.scm @@ -0,0 +1,10 @@ +(define-module (ss as atom) + #:use-module ((ss atom) #:prefix atom:) + #:use-module (ss dates) + #:declarative? #f) + +(define main atom:feed) +(define post atom:entry) +(define person atom:person) +(define media atom:media) + -- cgit v1.2.3