diff --git a/Cargo.toml b/Cargo.toml index 848af9c..830bce6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "planet-mars" version = "0.1.0" edition = "2021" +authors = ["Thomas Koch "] +description = "Feed aggregation planet like Planet Venus, produces static HTML and ATOM feed from fetched feeds." +homepage = "https://github.com/thkoch2001/planet-mars" +license = "AGPL-3.0-or-later" +keywords = ["atom", "rss", "planet", "feed", "blogging"] +categories = ["web-programming"] [dependencies] anyhow = "*" diff --git a/templates/atom.xml b/templates/atom.xml index bc11aa9..3a9c457 100644 --- a/templates/atom.xml +++ b/templates/atom.xml @@ -4,8 +4,8 @@ {{now()|date(format="%Y-%m-%dT%H:%M:%SZ")}} https::/planet.tvl.fyi - - {{ PKG_NAME }} by {{ PKG_AUTHORS }} + + {{ PKG_NAME|escape }} by {{ PKG_AUTHORS|escape }} https://planet.tvl.fyi/logo.svg