= Documentation for Web admin interface = Package: '''debserver-common''' == Password change == ''(change my password)'' Available to all users. Here they can change their password. == Dictionaries == Dictionary files and features definition. code:: short dictionary code, used as a dictionary definition name:: dictionary name, displayed to users file:: name of dbxml file class:: Ruby class used for dictionary API, list is fixed and contains all possible classes. File containing class definition must be included in runner script. ''Dictionary'' class is the most common. root tag:: root element of each entry key:: XPath of each entry key indexes:: List of indexed elements/attributes, pairs of element name (attributes name without @) and index type (choose the right type, or the wrong index may cause performance issues). For Wordnet dictionaries, basic set of indexes is filled automatically. xslt:: List of XSLT templates for entries preview, pairs of template name (used in code) and XSLT filename. For Wordnet dictionaries, basic set of templates is filled automatically. packages:: eq tags:: lookup dict:: reload dict:: === Example === English Wordnet example. * code = wnen * name = English Wordnet * file = wnen.dbxml * class = !WordNet * root tag = SYNSET * key = /SYNSET/ID * indexes = automatically set Wordnet indexes (for example, ID:node-element-equality-string, LITERAL:node-element-substring-string) * xslt = automagically set (xml:xmlpretty.xsl (for neat XML preview), preview:wn-preview.xslt, vb:wnvb.xslt) == Services == == Users ==