zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #20309
Re: [Merge] lp:~zorba-coders/zorba/new-xqdoc into lp:zorba
> It's absolutely the same code.
>
> For the Zorba website, the list of modules and their relationships is cherry
> picked and this is done manually.
> That's the only difference.
The XQDoc code should not require any cherry picking.
The structure should be generated using existing information within the modules.
As you can see in the email I have sent you the generated structure for the left menu contains many duplicates when the latest version of the modules is used.
Here is part of the code generated by menu:item-uri function that is causing duplicates in the left menu:
<module ns="http://www.zorba-xquery.com/modules/image/animation" id="image" label="image"/>
<module ns="http://www.zorba-xquery.com/modules/image/basic" id="image" label="image"/>
<module ns="http://www.zorba-xquery.com/modules/image/graphviz" id="image" label="image"/>
<module ns="http://www.zorba-xquery.com/modules/image/manipulation" id="image" label="image"/>
<module ns="http://www.zorba-xquery.com/modules/image/paint" id="image" label="image"/>
As a result one will get 5 "Image" links in the left menu of the Zorba modules page.
--
https://code.launchpad.net/~zorba-coders/zorba/new-xqdoc/+merge/156731
Your team Zorba Coders is subscribed to branch lp:zorba.
References