Translate

من ويكي عربآيز
نسخة 22:35، 14 أكتوبر 2007 للمستخدم 89.139.171.155 (ناقش) (TODO)
اذهب إلى: تصفح، ابحث

Translate is an IRC bot Afief created to be used on our IRC channel to allow fast queries to be made to the Technical Dictionary on the wiki. Translate currently can read the Technical Dictionary from the wiki but not write to it.

Usage

You have to go to our IRC channel #arabeyes on freenode network.

Then you can easily query it by writing its name and the term you want to find. i.e.:

<hydrated> Translate, Print
<Translate> hydrated, الاسم = طبع . 

Source

Translate is GPL and the source code is available.

Translate is written in C. It compiles successfuly on linux . Not tested on windows.

Dependencies:

  • libwww

TODO

  • Remove more of the ugly C code and replace it with C++ that uses std::string
  • Make it write to the technical dictionary on the wiki.
    • details
    • details
  • Provide a link to the term on the wiki when using --url.
  • Provide a link when a term isn't found.