View source with raw comments or as raw
    1:-module(ag_menu, []).    2
    3:- use_module(cliopatria(hooks)).    4:- use_module(applications(skos_browser)).

Amalgame menu.

This module is a ClioPatria plugin that extends the ClioPatria menu. */

 cliopatria:menu_item(-Item, -Label) is nondet
Provide the Amalgame extensions to the Cliopatria menu.
   15cliopatria:menu_popup_order(amalgame, 120).
   16cliopatria:menu_item(100=amalgame/http_amalgame_main_page, 'Alignment interface').
   17cliopatria:menu_item(250=amalgame/http_skos_browser,   'Vocabulary browser')