|
1 week ago | |
---|---|---|
css | 2 months ago | |
js | 2 months ago | |
lang | 1 week ago | |
templates | 2 months ago | |
.gitignore | 2 months ago | |
CHANGELOG.md | 1 week ago | |
LICENSE | 2 months ago | |
README.md | 1 month ago | |
about.php | 2 months ago | |
addWord.php | 2 months ago | |
common.php | 2 months ago | |
create.php | 1 week ago | |
db.php | 1 month ago | |
dbconfig_empty.php | 2 months ago | |
download.php | 2 months ago | |
get.php | 2 months ago | |
i18n.php | 2 months ago | |
index.php | 1 month ago | |
init.php | 2 months ago | |
result.php | 1 week ago | |
save.php | 2 months ago | |
soundex_fr.php | 2 months ago |
This site allows to create simple words cloud, without any registrations. There is nothing stored on the server except the words.
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.
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.
The display of the words cloud is done by the Wordcloud2 javascript code, made by Timothy Guan-tin Chien.
The words comparison is made with PHP tools and the work of Florent Bruneau on the french translation of soundex.