#* pull in the linklist data *# #set ($l = $BLOJSOM_PLUGIN_LINKLIST) #* (optionally) set a source list and pull categories, listings, and/or my info *# #set($sourceList = ["simple"])
#foreach ($listing in $l.getListingsFromSource($sourceList))
#set ($url = $listing.get("url"))
* $listing.get("name")
#end
#foreach ($listing in $l.getListingsFromSourceSort($sourceList,"name"))
#set ($url = $listing.get("url"))
* $listing.get("name")
#end
$cat.get("label") blogroll
$cat.get("description")
#foreach ($listing in $l.getListingsFromSourceFilterSort($sourceList,"cat",$cat.get("name"),"name"))
#set ($url = $listing.get("url"))
#set ($title = $listing.get("label"))
* $listing.get("name")
#end
#foreach ($cat in $l.getAllCategories())
* $cat.get("name")
#end
#foreach ($listing in $l.getAllListings())
* $listing.get("name")
#end
java related
#foreach ($cat in $l.getAllCategoriesFilterSort("code","java","name"))
* $cat.get("name") - $cat.get("label")
#end
firstname: $my.get("firstname")
lastname: $my.get("lastname")
nickname: $my.get("nickname")