Simple words cloud generator
Go to file
Gregory Trolliet af32ddf003 Remove the cloud create submit page 2021-01-11 18:05:46 +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 Remove the cloud create submit page 2021-01-11 18:05:46 +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 Remove the cloud create submit page 2021-01-11 18:05:46 +01:00
LICENSE Add MIT license 2020-11-23 13:28:45 +01:00
README.md Add librairies in readme file 2020-11-26 17:23:13 +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 Remove the cloud create submit page 2021-01-11 18:05:46 +01:00
db.php Remove the forced code 2020-12-03 18:41:00 +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 Remove the cloud create submit page 2021-01-11 18:05:46 +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. 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.