Simple words cloud generator
css | ||
js | ||
lang | ||
templates | ||
.gitignore | ||
about.php | ||
addWord.php | ||
CHANGELOG.md | ||
common.php | ||
create.php | ||
db.php | ||
dbconfig_empty.php | ||
download.php | ||
get.php | ||
i18n.php | ||
index.php | ||
init.php | ||
LICENSE | ||
README.md | ||
result.php | ||
save.php | ||
soundex_fr.php |
SimpleWordsCloud
This site allows to create simple words cloud, without any registrations. There is nothing stored on the server except the words.
Database
Database config option is set in the dbconfig.php file, example is in dbconfig_empty.php. 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). 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.
Soundex_fr
The words comparison is made with PHP tools and the work of Florent Bruneau on the french translation of soundex.