Index: plugins/weblog_links.sh
===================================================================
RCS file: /cvsroot/nanoblogger/nanoblogger/plugins/weblog_links.sh,v
retrieving revision 1.14
diff -u -3 -p -r1.14 weblog_links.sh
--- plugins/weblog_links.sh	19 May 2006 02:36:34 -0000	1.14
+++ plugins/weblog_links.sh	30 Aug 2006 16:16:42 -0000
@@ -110,6 +110,10 @@ done
 build_catlinks |$CATLINKS_FILTERCMD |sed -e 's/<!-- .* -->//' > "$BLOG_DIR/$PARTS_DIR/category_links.$NB_FILETYPE"
 NB_CategoryLinks=$(< "$BLOG_DIR/$PARTS_DIR/category_links.$NB_FILETYPE")
 
+# Nijel: feeds list
+sed 's@<a href="\([^"]*\)">\([^<]*\)</a>.*@\2 (<a href="\1index-rss.xml">RSS</a>, <a href="\1index-atom.xml">Atom</a>)<br />@' "$BLOG_DIR/$PARTS_DIR/category_links.$NB_FILETYPE" > "$BLOG_DIR/$PARTS_DIR/category_feeds.$NB_FILETYPE"
+NB_CategoryFeeds=$(< "$BLOG_DIR/$PARTS_DIR/category_feeds.$NB_FILETYPE")
+
 # tool to create yearly archive links
 make_yearlink(){
 NB_YearTitle="$yearlink"
