Simple words cloud generator
Go to file
Gregory Trolliet 06de0eb561 Fix the duration set error 2020-11-25 22:35:28 +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 Add load and local save of the cloud 2020-11-25 22:13:59 +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 duration set error 2020-11-25 22:35:28 +01:00
db.php Fix the duration set error 2020-11-25 22:35:28 +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 Switch from SQLite to PostgreSQL 2020-11-22 15:09:31 +01:00
i18n.php Use an i18n tool 2020-11-23 11:01:37 +01:00
index.php Move the build tables in the init.php file 2020-11-23 13:18:24 +01:00
init.php Move the build tables in the init.php file 2020-11-23 13:18:24 +01:00
result.php Change links hover and space the words table 2020-11-23 20:33:57 +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.