Re: [PATCH Resend] services: dict.scm: Support more dicod configuration

2017-03-09 Thread Ludovic Courtès
"Huang, Ying" skribis: > From dico documentation > > http://puszcza.gnu.org.ua/software/dico/manual/html_node/dictorg.html > > There may be multiple instances for one module. And the "instance" is > called as "handler" in "database" configuration. So I changed the name. > If we call "instance"

Re: [PATCH Resend] services: dict.scm: Support more dicod configuration

2017-03-09 Thread Huang, Ying
l...@gnu.org (Ludovic Courtès) writes: > Hello! > > Sorry for the long delay. > > Huang Ying skribis: > >> * gnu/services/dict.scm (): Rename databases >> to items to reflect more general configuration. >> (): Add new record type to describe handler (module). >> (): Add more fields. >> (d

Re: [PATCH Resend] services: dict.scm: Support more dicod configuration

2017-03-08 Thread Ludovic Courtès
Hello! Sorry for the long delay. Huang Ying skribis: > * gnu/services/dict.scm (): Rename databases > to items to reflect more general configuration. > (): Add new record type to describe handler (module). > (): Add more fields. > (dicod-configuration-file): Support convert more configu

Re: [PATCH Resend] services: dict.scm: Support more dicod configuration

2017-03-08 Thread Huang, Ying
Hi, Can anyone help me to review this patch? Best Regards, Huang, Ying Huang Ying writes: > * gnu/services/dict.scm (): Rename databases > to items to reflect more general configuration. > (): Add new record type to describe handler (module). > (): Add more fields. > (dicod-configurati

[PATCH Resend] services: dict.scm: Support more dicod configuration

2017-03-07 Thread Huang Ying
* gnu/services/dict.scm (): Rename databases to items to reflect more general configuration. (): Add new record type to describe handler (module). (): Add more fields. (dicod-configuration-file): Support convert more configuration items to config file. --- gnu/services/dict.scm | 50