Skip to content
/ wdict Public
forked from weimingtom/wdict

Automatically exported from code.google.com/p/wdict

Notifications You must be signed in to change notification settings

icyfork/wdict

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

          WDict, yet another web dictionary
=====================================================================
@author   NGUYEN-DAI Quy <[email protected]>
@license  http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
@url      http://vnoss.org http://forum.vnoss.org 
@homepage http://code.google.com/p/wdict/
=====================================================================

Features:
---------
    * UTF-8 support
    * Ajax Autocomplete with Jquery
    * Audio support (Text-to-Speech) is available for english only 
      for this moment, but support for any language can be added painlessly 

Requirements:
------------
    * PHP
    * MySQL with UTF-8 support 
    * Javascript in web client

Available MySQL data:
---------------------
    * English-Vietnamese
    * Vietnamese-English
    * French-Vietnamese
    * Vietnamese-French 

Support Text-to-Speech
-----------------------
    * English (from Stardict project) 

Software/component used in WDict:
---------------------------------
  * Dictionary data from http://www.informatik.uni-leipzig.de/~duc/Dict/index.html
  * jQuery toolkit
  * XSPF Web Music Player (Flash) from http://musicplayer.sourceforge.net/
  * TTS data of Stardict project from http://stardict.sourceforge.net/

Credits:
---------
  * Workaround for Collation UTF8 in MySQL by Long Dinh Le (skz0) <longld AT gmail DOT com>
  * Audio support started by Nguyen Duy Tho <nguyenduytho AT gmail DOT com>

About

Automatically exported from code.google.com/p/wdict

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 45.6%
  • JavaScript 43.6%
  • CSS 7.5%
  • Smarty 1.7%
  • HTML 1.6%