DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43885>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43885

           Summary: Generalize sitetree links (decouple from documents)
           Product: Lenya
           Version: Trunk
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Site Management
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


At the moment, the connection between sitetree and document space is quite
implicit. Sitetree nodes have UUID attributes and labels for languages.

It would be convenient to decouple the sitetree from the document space,
treating internal and external URLs equally:

<node id="internalLinkExample">
  <label xml:lang="en" href="lenya-document:134-asd-...,lang=en">...</label>
  <label xml:lang="en" href="lenya-document:134-asd-...,lang=en">...</label>
</node>

<node id="externalLinkExample">
  <label xml:lang="en" href="http://foo.com/welcome/";>...</label>
  <label xml:lang="de" href="http://foo.com/willkommen/";>...</label>
</node>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to