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.

Changes between Version 16 and Version 17 of WebAdminInterface


Ignore:
Timestamp:
Jan 3, 2007, 3:57:25 PM (19 years ago)
Author:
Adam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebAdminInterface

    v16 v17  
    5252== Services ==
    5353
     54Service is one DEB server running on separate port. Several services can use the same dictionaries.
     55
     56  code::
     57   short service code, used as an identification.
     58   This code is also used in start script, for example in ''bin/wordnet_services.rb'':
     59{{{
     60wninfo = WordNetAdmin.new(db_path, 'admininfo.dbxml', '', env)
     61wninfo.service_name = 'debvisdic'
     62}}}
     63  name::
     64   service name
     65  dictionaries::
     66   check the box for dictionaries that should be part of this service
     67
    5468== Users ==