Services/Dico: Difference between revisions
From DcUsers
No edit summary |
|||
Line 13: | Line 13: | ||
Use the following URL: |
Use the following URL: |
||
https://dico.duckcorp.org/ |
|||
=== Command Line Interface === |
=== Command Line Interface === |
||
Line 30: | Line 30: | ||
* generic documentation on [[wikipedia:Dict|DICT]] |
* generic documentation on [[wikipedia:Dict|DICT]] |
||
* [ |
* [https://puszcza.gnu.org.ua/software/dico/manual/dico.html#dico-client command line syntax for dico] |
||
== Technical Details == |
== Technical Details == |
||
This service is made using: |
This service is made using: |
||
* [ |
* [https://puszcza.gnu.org.ua/software/dico/ GNU Dico] |
||
* [ |
* [https://www.djangoproject.com/ Django] |
Latest revision as of 06:44, 8 April 2020
Description | This service is an online dictionary, used both for definitions and translations, providing information from multiple sources | |||
---|---|---|---|---|
Prerequisite | None | |||
Account | none | IPv6 Ready | No | |
Security Notes | There is no big security concern except you can't be sure you're talking to our DICT server (no TLS support). |
Access
Web Interface
Use the following URL:
https://dico.duckcorp.org/
Command Line Interface
You need a DICT software to query the dictionary. On Debian you can install it easily using:
apt-get install dico
or (another compatible software):
apt-get install dict
With dico you can query for <word>:
dico --host=dict.duckcorp.org <word>
or with dict:
dict --host=dict.duckcorp.org <word>
Documentation
- generic documentation on DICT
- command line syntax for dico
Technical Details
This service is made using: