Opened 14 years ago

Closed 14 years ago

#355 closed enhancement (fixed)

Thesaurus / Load from URL

Reported by: Fxp Owned by: Fxp
Priority: minor Milestone: v2.7.0
Component: General Version: v2.6.1
Keywords: Cc:

Description

Add the capability to load a thesaurus from URL.

Attachments (2)

335.patch (16.7 KB ) - added by Fxp 14 years ago.
thesaurus-from-url.png (58.9 KB ) - added by Fxp 14 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Fxp, 14 years ago

An URL could be define in the upload form in the thesaurus administration.

An Atom feed is provided in SVN to register working thesaurus and add a one click button to the admin interface to load those thesaurus.

A thesaurus is described like :

	<entry>
		<title>INSPIRE Themes (in all EU languages)</title>
		<link href="https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/utilities/gemet/thesauri/inspire-theme.rdf" />
		<id>urn:geonetwork-opensource.org:thesaurus:inspire:theme</id>
		<updated>2010-10-19T18:30:02Z</updated>
		<summary>34 INSPIRE Themes described in annex I, II, III.</summary>
		<category>theme</category>
	</entry>

If the atom feed is not defined in config-gui.xml, then this section is not displayed.

by Fxp, 14 years ago

Attachment: 335.patch added

by Fxp, 14 years ago

Attachment: thesaurus-from-url.png added

comment:2 by Fxp, 14 years ago

Resolution: fixed
Status: newclosed

r6676-6678

Note: See TracTickets for help on using tickets.