tinycm view plugins/community/community.conf @ rev 97

Add Twitter timeline support to community plugin
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 19 23:46:04 2017 +0100 (2017-02-19)
parents 7edde907440f
children 95673a3de4e4
line source
1 # TinyCM Plugin configuration
3 PLUGIN="Community Tools"
4 SHORT_DESC="Small social community functions and tools for TinyCM"
5 MAINTAINER="pankso@slitaz.org"
7 DASHBOARD_TOOLS="${DASHBOARD_TOOLS} <a href='?community'>Community</a>"
9 # Configurable variables used in community.cgi
11 # Wall mode: public/private
12 WALL_MODE="public"
14 # Max length for messages on the Wall
15 WALL_MESSAGES_LENGTH="240"
17 # Twitter account user name
18 TWITTER_USER="slitaz"