sjasthi / quotes

This application manages the quotes and generates several types of puzzles on those quotes.
MIT License
2 stars 11 forks source link

(Refactoring) indic-wp #33

Open sjasthi opened 3 years ago

sjasthi commented 3 years ago

(TBD) Run all the way! Place the "indic-wp" parallel to "quotes" application under htdocs folder. Then make "quotes" refer to "indic-wp"


indic-wp module (word_processor.php which in turn uses telugu_parser.php) is key to all the puzzle. Using the functions from these two files will automatically support ENGLISH and TELUGU.

Right now, these files are buried in the main folder.

I have placed "indic-wp" inside the htdocs/quotes folder.

The code need to be refactored so that it makes use of the files in the indic-wp module.