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.
- Timestamp:
-
Jan 3, 2007, 3:57:25 PM (19 years ago)
- Author:
-
Adam
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v16
|
v17
|
|
52 | 52 | == Services == |
53 | 53 | |
| 54 | Service 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 | {{{ |
| 60 | wninfo = WordNetAdmin.new(db_path, 'admininfo.dbxml', '', env) |
| 61 | wninfo.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 | |
54 | 68 | == Users == |