gnu-social/plugins/TagCloud
Alexei Sorokin 6911b499d3 [DATABASE] Consistently use the "LIMIT $limit OFFSET $offset" syntax
The "LIMIT $offset, $limit" syntax is only supported by MySQL and MariaDB.
2019-09-11 10:12:49 +03:00
..
actions TagCloud turned into plugin (performance issues on large installs) 2016-08-27 15:24:25 +02:00
lib [DATABASE] Consistently use the "LIMIT $limit OFFSET $offset" syntax 2019-09-11 10:12:49 +03:00
locale [PLUGINS] Removed GeoURL as the service doesn't exist anymore 2019-08-24 01:59:36 +01:00
README [TagCloud] Add Readme 2019-08-24 01:59:40 +01:00
TagCloudPlugin.php [TagCloud] Add Readme 2019-08-24 01:59:40 +01:00

README

Add "tag clouds" in the UI

Installation
============
add "addModule('TagCloud');"
to the bottom of your config.php

Settings
========
No settings.