# This is a blog-level properties file for the LL4blojsom plugin # which includes properties that may be optionally set # # Note: all lines (like this) beginning with # are comments # and are 100% safe to be removed if you don't want them around # Please feel free to remove them # Note: these properties work in the blog-level # linklist.properties which should be placed in the # WEB-INF/blog/ directory of your blojsom installation # where blog is the id (name) of the blog # # Properties here affect only the blog whose directory # contains this file and that is using the LL4blojsom plugin sources=simple,xfnfoaf,withcats # sources is a comma separated list of "handles" to refer # to linklist source files. These handles are used below # to associate a linklist source file location with a handle # and they can be used by the linklist functions in blojsom # templates, e.g., a template may select which linklist sources # to pull from. You can use different sources for different # functions, e.g., one for a blogroll and another for a menu simple=linklist.txt withcats=linklist_cats.txt xfnfoaf=linklist_xfn_foaf.txt # these properties are the file locations of each linklist # source. Valid locations are like: # # filename.txt (a file in the same directory as this one) # /path/filename.txt (absolute path to file) # filename.txt, iso-8859-1 (filename, with encoding) # /path/filename.txt, utf-8 (path-file, with encoding) # http://example.com/filename.txt (http URI) # ftp://example.com/filename.txt (ftp URI)