Problems registering, no confirmation email - see http://wiki.scribus.net/canvas/Forums_Registration
QuotePseudo-code:
for each textFrame in document:
for each textRun in textFrame:
if textRun.hasHyperlink():
rect = layoutEngine.calculateBoundingBox(textRun)
pdfExporter.createLinkAnnotation(rect, textRun.hyperlinkTarget)