liquid_feedback_frontend

changeset 837:92fffd09deee

Added example config for public message of the day
author bsw
date Fri Jul 13 22:55:43 2012 +0200 (2012-07-13)
parents cb5bac9da089
children ab827375de65
files config/example.lua
line diff
     1.1 --- a/config/example.lua	Fri Jul 13 20:53:29 2012 +0200
     1.2 +++ b/config/example.lua	Fri Jul 13 22:55:43 2012 +0200
     1.3 @@ -119,6 +119,10 @@
     1.4  --  photo =  function(data) return extos.pfilter(data, "convert", "jpeg:-", "-thumbnail", "240x240", "jpeg:-") end
     1.5  --}
     1.6  
     1.7 +-- Display a public message of the day
     1.8 +-- ------------------------------------------------------------------------
     1.9 +config.motd_public = "===Message of the day===\nThe MOTD is formatted with rocket wiki"
    1.10 +
    1.11  -- Automatic issue related discussion URL
    1.12  -- ------------------------------------------------------------------------
    1.13  -- config.issue_discussion_url_func = function(issue)

Impressum / About Us