<#-- ----------------------------------------------------------------------- curn: Customizable Utilitarian RSS Notifier FreeMarker template used to generate summary output in conjunction with the curn FreeMarkerOutputHandler class. ----------------------------------------------------------------------- This software is released under a Berkeley-style license: Copyright (c) 2004-2005 Brian M. Clapper. All rights reserved. Redistribution and use in source and binary forms are permitted provided that: (1) source distributions retain this entire copyright notice and comment; and (2) modifications made to the software are prominently mentioned, and a copy of the original software (or a pointer to its location) are included. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Effectively, this means you can do what you want with the software except remove this notice or take advantage of the author's name. If you modify the software and redistribute your modified version, you must indicate that your version is a modification of the original, and you must provide either a pointer to or a copy of the original. ----------------------------------------------------------------------- $Id$ --> Some or all configured feeds have new items. Total new items for all channels: ${totalItems} <#if extraText != ""> ${wrapText (extraText)} A summary follows. <#list channels as channel> ${wrapText (channel.title, 4)} ${indentText (channel.url, 4)} ${wrapText (channel.totalItems?string, 8)} items <#if (curn.showToolInfo)> Generated by curn, version ${curn.version}, on ${dateGenerated?string("EEEEEE, dd MMMM, yyyy 'at' HH:mm:ss zzz")}