#parse( "templates.vm" ) ## Defined variables #set ($bodybg = "#ffffff") #set ($bodyfg = "#000000") #set ($bodylink = "#525D76") #set ($bannerbg = "#525D76") #set ($bannerfg = "#ffffff") #set ($subbannerbg = "#828DA6") #set ($subbannerfg = "#ffffff") #set ($tablethbg = "#039acc") #set ($tabletdbg = "#a0ddf0") #set ($pound = "#" ) #changes() #macro (change $action)

$action.getText() ($action.getAttributeValue("dev"))

#end #macro (changeset $release)
Revision $release.getAttributeValue("version") ($release.getAttributeValue("date"))
    #foreach ($action in $release.getChildren("action"))
  • #change ($action)
  • #end
#end #macro (changes) #header
ChangeLog
#set ($releases = $root.getChildren("release")) #foreach ( $release in $releases ) #changeset ($release) #end
#footer #end