wiki:WebAdminInterface
close Warning: Can't synchronize with repository "(default)" (/usr/local/svn/deb2-client does not appear to be a Subversion repository.). Look in the Trac log for more information.

Version 8 (modified by Adam, 17 years ago) (diff)

--

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

Example

English Wordnet example.

  • code = wnen
  • name = English Wordnet
  • file = wnen.dbxml
  • class = WordNet
  • root tag = SYNSET
  • key = /SYNSET/ID

Services

Users