View source with formatted comments or as raw
    1:-module(ag_menu, []).    2
    3:- use_module(cliopatria(hooks)).    4:- use_module(applications(skos_browser)).    5
    6/** <module> Amalgame menu.
    7
    8This module is a ClioPatria plugin that extends the ClioPatria menu.
    9*/
   10
   11%%	cliopatria:menu_item(-Item, -Label) is nondet.
   12%
   13%	Provide the Amalgame extensions to the Cliopatria menu.
   14
   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')