diff --git a/resources/index.html b/resources/index.html index 962d635..259b3e7 100644 --- a/resources/index.html +++ b/resources/index.html @@ -2,11 +2,11 @@ Newsletters - +

Newsletters 2 Web

-

The real feed can be found at feed.atom

+

The real feed can be found at feed.xml

Nothing to see here.

This is a public landing page for an instance of the Newsletters 2 Web diff --git a/src/cli.rs b/src/cli.rs index 5c69ea4..0df27c2 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -32,7 +32,7 @@ pub(crate) enum Command { /// Host name hosting the feed hostname: String, /// Feed file - #[clap(value_parser, default_value = "output/feed.atom")] + #[clap(value_parser, default_value = "output/feed.xml")] filename: PathBuf, /// Create an HTML file for each message #[clap(short, long, value_parser, default_value_t = false)]