$BLOJSOM_BLOG.getBlogName()

$BLOJSOM_BLOG.getBlogDescription()

Available categories: #foreach ($blogCategory in $BLOJSOM_CATEGORIES) [#if ($blogCategory.getName())$blogCategory.getName()#else$blogCategory.getCategory()#end] #end

#set( $totalEntries = 0)
#foreach ($entry in $BLOJSOM_ENTRIES)

$entry.getTitle() [Permalink]

$entry.getDate()
Category [#if ($entry.getBlogCategory().getName())$entry.getBlogCategory().getName()#else$entry.getBlogCategory().getCategory()#end]

$entry.getDescription()

#if ($entry.getMetaData()) #if ($entry.getMetaData().get("blog-entry-author")) Posted by: $entry.getMetaData().get("blog-entry-author") #if ($entry.getMetaData().get("blog-entry-protocol"))  via $entry.getMetaData().get("blog-entry-protocol") #end
#end #end #if ($BLOJSOM_COMMENTS_ENABLED.booleanValue() && $entry.supportsComments()) Comments [$entry.getNumComments()]  #end Trackbacks [$entry.getNumTrackbacks()]

#set( $totalEntries = $totalEntries + 1) #if ($BLOJSOM_PERMALINK) #set( $blogDescription = $entry.getEscapedDescription() ) #if ($blogDescription.length() > 255 ) #set( $ellipses = "..." ) #set( $blogDescription = "$blogDescription.substring(0,252)$ellipses" ) #end #end #end
 
#foreach( $downame in $BLOJSOM_CALENDAR.getShortDayOfWeekNames()) #if($downame) #end #end ## Dear Velocity Authors, give us a real for loop!!!!!! $BLOJSOM_CALENDAR_VTLHELPER.getCalendarRow(1,"calendarcolumn") $BLOJSOM_CALENDAR_VTLHELPER.getCalendarRow(2,"calendarcolumn") $BLOJSOM_CALENDAR_VTLHELPER.getCalendarRow(3,"calendarcolumn") $BLOJSOM_CALENDAR_VTLHELPER.getCalendarRow(4,"calendarcolumn") $BLOJSOM_CALENDAR_VTLHELPER.getCalendarRow(5,"calendarcolumn") $BLOJSOM_CALENDAR_VTLHELPER.getCalendarRow(6,"calendarcolumn")
$BLOJSOM_CALENDAR.getCaption()
$downame 
$BLOJSOM_CALENDAR_VTLHELPER.getPreviousMonth()   $BLOJSOM_CALENDAR_VTLHELPER.getToday()   $BLOJSOM_CALENDAR_VTLHELPER.getNextMonth()
#if ($totalEntries > 0)

Available categories: #foreach ($blogCategory in $BLOJSOM_CATEGORIES) [#if ($blogCategory.getName())$blogCategory.getName()#else$blogCategory.getCategory()#end] #end

#end

Powered By blojsom   RSS Feed  RSS2 Feed  RDF Feed

#if($REFERER_HISTORY) #foreach( $flavorgroup in $REFERER_HISTORY.keySet()) #set ($group = $REFERER_HISTORY.get($flavorgroup)) #if ($group.isHitCounter())

$flavorgroup hits: $group.getReferralCount()

#else

$flavorgroup referers today ($group.getReferralCount() overall)

#foreach( $refererurl in $group.keySet()) #if ( $group.get($refererurl).isToday() ) $refererurl ($group.get($refererurl).getCount())
#end #end

#end #end #end