GiellaLT provides an infrastructure for rule-based language technology aimed at minority and indigenous languages, and streamlines building anything from keyboards to speech technology. Read more about Why. See also How to get started and our Privacy document.
In order to see the dictionary files in XMLEditor, do the following:
Options
, select Preferences
Preferences
window, under Tools
, select Install add-ons
Download add-ons form these servers
, click the Add
button and add the following url: http://divvun.no/static_files/list.xxe_addon
Every time the gt_dictionary dtd or css are updated, the following procedure must be gone through:
Options
, select Install Add-ons
$GTHOME/words/dicts/scripts
and check in.cd $GTHOME/tools/xxe/
gtdict-config/gtdict-config.xxe_addon
(Remember to add new version number both in the node a:version
and in the description!)$GTHOME/tools/xxe/
, give the command make
During development of a new feature, it is best to work locally, and only publish the updates once you are satisfied with the changes. To work like that, do the following:
cd $GTHOME/tools/xxe/
make install
Now edit the CSS, DTD or whatever needs updates, and after each change, run make install
and reload the open document used to test the configuration in XXE. For some changes (like dtd changes), you need to restart XXE to see the effect of the change.
When you are satisfied with your local changes, do the following to publish and revert to the public version of the configuration (and remember to update the version info etc. as described above):
cd $GTHOME/tools/xxe/
make uninstall
make distribute
This info is for users who want to edit documentation files written using the forrest platform.
Note: The sites divvun.no, divvun.org and giellatekno.uit.no are written on forrest platforms, with some (the older) files written in xml and newer files typically written in jspwiki. Current documentation (like this file and other files on this site) is written in Markdown. Read the documentation below only if you know that you are going to edit xml files in forrest by using the XMLMind editor.