From b421665e74a86ea039e14551dd950396ce6b1f83 Mon Sep 17 00:00:00 2001 From: Gavin Carr Date: Mon, 8 Oct 2007 11:46:37 +0000 Subject: [PATCH] Update blosxom url in atomfeed; minor doc tweaks. --- general/atomfeed | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/general/atomfeed b/general/atomfeed index 11c957d..71b5361 100644 --- a/general/atomfeed +++ b/general/atomfeed @@ -59,6 +59,9 @@ $logo_url = ""; # If you are using the built-in templates, leave this alone. my $template_placeholder = "{{{updated}}}"; +# Generator that produced this feed +$generator_url = "http://blosxom.sourceforge.net/"; + # Enclosures support # ------------------ @@ -370,7 +373,7 @@ sub _load_templates { tag$atomfeed::colon$atomfeed::id_domain,$atomfeed::feed_yr$atomfeed::colon/$blosxom::path_info - Blosxom + Blosxom $atomfeed::copyright $atomfeed::icon_url $atomfeed::logo_url @@ -416,15 +419,14 @@ Blosxom Plug-in: atomfeed Provides an Atom 1.0 feed of your weblog. The plugin has all you need right on-board, including the appropriate -flavour template components and a couple-three configuration -directives. +flavour template components and a few configuration directives. -It supports the majorty of the Atom 1.0 spec exluding the +It supports the majority of the Atom 1.0 spec excluding the element, which seems intended for use in feeds that contain items aggregated from other feeds, and currently the element, which could be included using the meta plugin. -Point you browser/Atom feed reader at http://yoururl/index.atom. +Point your browser/feed reader at http://yoururl/index.atom. =head1 VERSION @@ -463,7 +465,7 @@ author of each entry. This can be overidden with the value provided by the B or B plugins. B<$feed_yr> is where you specify the year your site began. This is -important as atomfeed needs to create a unique, unchanging ID for +important as atomfeed needs to create a unique, unchanging ID for your weblog and it need this information to do so. Everything else is optional. @@ -694,7 +696,7 @@ Where "interpolate_fancy" is the name of the interpolation plugin you're turning off _just for the atom feed_. If you are planning on using the B or B plugins to alter -varibales in the atomfeed namespace, you will need to ensure that +variables in the atomfeed namespace, you will need to ensure that these plugins run B the atomfeed plugin. You can do this by prefixing a number to the name of the relevant plugin, such as B<1config> or B<1prefs>. -- 2.30.2