In order to provide the user with small summaries of link destinations one should use @title tag of <a> tag. The summary will be displayed as tooltips in a browser. See URL for a patch and more details.
integrate after 1.2
as a. kuckartz pointed out, these bugs need to stay on the radar. reopened
you seem to have a lot of patches roku.. do you still have them?
found it: Hello List, in order to provide the user with small summaries of link destinations one should use @title tag of <a> tag. The summary will be displayed as tooltips in a browser. I introduced a new tag called <summary> to sitetree.xml and appropiate to [sitetree2nav, menu, tabs].xsl. At the moment one has to add the <summary> tags by hand into sitetree.xml. I will provide you with a better solution soon, which poulates the <summary> tag when editing/creating a doc via the CMS ui. See attached files for more details. Have fun :-)
this should really use the dc:description element
> this should really use the dc:description element +1 This is not a sitetree issue. IMO the link title is a property of the link and not of the target. The same document can be linked from different locations with different semantics (and thus different link titles). Nut maybe it makes sense to use <dc:description> by default because it will suffice in 90% of all cases.