Simple words cloud generator
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Gregory Trolliet af32ddf003 Remove the cloud create submit page 2 years ago
css Fix the max body width 3 years ago
js Remove unused options 3 years ago
lang Remove the cloud create submit page 2 years ago
templates Add about page 3 years ago
.gitignore Remove db connection info 3 years ago
CHANGELOG.md Remove the cloud create submit page 2 years ago
LICENSE Add MIT license 3 years ago
README.md Add librairies in readme file 3 years ago
about.php Add the use of soundex_fr for word comparison 3 years ago
addWord.php First version of the WordsCloud site 3 years ago
common.php Move the word comparison function to common file 3 years ago
create.php Remove the cloud create submit page 2 years ago
db.php Remove the forced code 3 years ago
dbconfig_empty.php Add database type option 3 years ago
download.php Add an option to download the data as csv 3 years ago
get.php Remove unused methods 3 years ago
i18n.php Use an i18n tool 3 years ago
index.php Fix the override of the 'create' value 3 years ago
init.php Move the build tables in the init.php file 3 years ago
result.php Remove the cloud create submit page 2 years ago
save.php Add load and local save of the cloud 3 years ago
soundex_fr.php Add the use of soundex_fr for word comparison 3 years ago

README.md

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.