simpleWordsCloud/README.md

29 lines
929 B
Markdown
Raw Permalink Normal View History

2020-11-23 13:31:18 +01:00
# SimpleWordsCloud
This site allows to create simple words cloud, without any registrations.
There is nothing stored on the server except the words.
2020-11-25 19:43:40 +01:00
## Database
Database config option is set in the dbconfig.php file,
example is in dbconfig_empty.php.
2020-11-26 17:23:13 +01:00
This software is developped with PostgreSQL,
I don't know if it is working with others DB management systems.
## Libraries
### php-i18n
The internationalization is made possible by
[Philipp Schröer (php-i18n project)](https://github.com/Philipp15b/php-i18n).
For now it's only in french but the traduction should be easy.
### Wordcloud2
The display of the words cloud is done by the Wordcloud2 javascript
code, made by
[Timothy Guan-tin Chien](http://timdream.org/wordcloud2.js/).
### Soundex_fr
The words comparison is made with PHP tools and the work of
Florent Bruneau on [the french translation of soundex](http://blog.mymind.fr/blog/2007/03/15/soundex-francais/).