# Blosxom Plugin: Links Used # Author: Gregory Bair # Version: 3.0 # Blosxom Home: http://www.blosxom.com # # linksused # # Generate a list of links included in a journal entry. # # Description # # Linksused will create a list of links referenced in a story to # provide a handy-dandy little index. The text of these links can be # either the URL they point to or plain text. If you set the flag to # use a text link (rather than the URL), the text will be the contents # of the title attribute of the anchor if it exists or the original # link text. # # That is, if your story includes this link: # # blosxom # # then linksused would include the following link: # # Blosxom homepage # # if you set the flag to "link" or this link: # # http://www.blosxom.com/ # # if the flag is set to "url". Further, if you are using the URL as # the link text, you have the option of limiting its length with the # urllength variable. # # The list of links is packaged up as an unordered list (