tinycm diff config.cgi @ rev 99

Add Facebook page to community plugins and improve TinyCM site(s) update
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 20 02:20:44 2017 +0100 (2017-02-20)
parents 2f4b9f31ee08
children 69214a677729
line diff
     1.1 --- a/config.cgi	Tue Jan 07 23:50:04 2014 +0100
     1.2 +++ b/config.cgi	Mon Feb 20 02:20:44 2017 +0100
     1.3 @@ -1,4 +1,5 @@
     1.4 -# CM configuration
     1.5 +#
     1.6 +# TinyCM configuration
     1.7  #
     1.8  
     1.9  # Administrator email.
    1.10 @@ -18,3 +19,17 @@
    1.11  
    1.12  # Use Mercurial repo for content and configure user name
    1.13  HG="no"
    1.14 +
    1.15 +#
    1.16 +# Plugin configuration: community.cgi
    1.17 +#
    1.18 +
    1.19 +# Wall mode: public/private
    1.20 +WALL_MODE="public"
    1.21 +
    1.22 +# Max length for messages on the Wall
    1.23 +WALL_MESSAGES_LENGTH="240"
    1.24 +
    1.25 +# Twitter user name and/or Facebook page URL name 
    1.26 +TWITTER_USER="slitaz"
    1.27 +FACEBOOK_PAGE="slitaz"