Simple words cloud generator
Go to file
Gregory Trolliet 12045275d5 Simplify the cloud generation code 2020-11-26 17:03:27 +01:00
css Fix the max body width 2020-11-23 21:38:34 +01:00
js Remove unused options 2020-11-22 15:10:22 +01:00
lang Fix the override of the 'create' value 2020-11-26 16:59:44 +01:00
templates Add about page 2020-11-23 21:31:09 +01:00
.gitignore Remove db connection info 2020-11-23 15:23:49 +01:00
CHANGELOG.md Add a changelog 2020-11-23 13:29:41 +01:00
LICENSE Add MIT license 2020-11-23 13:28:45 +01:00
README.md Add database type option 2020-11-25 19:43:40 +01:00
about.php Add the use of soundex_fr for word comparison 2020-11-23 23:27:33 +01:00
addWord.php First version of the WordsCloud site 2020-11-15 21:51:28 +01:00
common.php Move the word comparison function to common file 2020-11-25 19:52:13 +01:00
create.php Fix the override of the 'create' value 2020-11-26 16:59:44 +01:00
db.php Simplify the cloud generation code 2020-11-26 17:03:27 +01:00
dbconfig_empty.php Add database type option 2020-11-25 19:43:40 +01:00
download.php Add an option to download the data as csv 2020-11-23 11:30:26 +01:00
get.php Remove unused methods 2020-11-25 22:53:07 +01:00
i18n.php Use an i18n tool 2020-11-23 11:01:37 +01:00
index.php Fix the override of the 'create' value 2020-11-26 16:59:44 +01:00
init.php Move the build tables in the init.php file 2020-11-23 13:18:24 +01:00
result.php Load the cloud before any action 2020-11-25 23:24:43 +01:00
save.php Add load and local save of the cloud 2020-11-25 22:13:59 +01:00
soundex_fr.php Add the use of soundex_fr for word comparison 2020-11-23 23:27:33 +01:00

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.