web/config.js.tmpl
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 15 Dec 2011 18:42:18 +0100
changeset 416 49ff61b8baf6
parent 408 4141c5821c98
permissions -rw-r--r--
Merge with c0e892c26894c380c352f6f0cc11ac2a9a1d6e6e

var tracking_keywords = [ "#rsln" ],
    suggested_keywords = [
        "confiance",
        "croyance",
        "crédit",
        "trace",
        "foi",
        "risque", 
        "assurance", 
        "démocratie", 
        "expertise",
        "catastrophe",
        "transparence", 
        "politique"
    ],
    annotations = {
        "default" : {
            "colors" : {
                "tweet" : "#ffffff",
                "timeline" : "#585858",
                "h" : 0,
                "s" : 0
            }
        },
        "positive" : {
            "display_name" : "++",
            "keywords" : [ /\+\+/ ],
            "colors" : {
                "tweet" : "#c5e7cd",
                "timeline" : "#1D973D",
                "h" : .3,
                "s" : .65
            }
        },
        "negative" : {
            "display_name" : "--",
            "keywords" : [ /\-\-/ ],
            "colors" : {
                "tweet" : "#f6ced0",
                "timeline" : "#CE0A15",
                "h" : 0,
                "s" : .8
            }
        },
        "reference" : {
            "display_name" : "==",
            "keywords" : [ /\=\=/ ],
            "colors" : {
                "tweet" : "#ecedc1",
                "timeline" : "#C5A62D",
                "h" : .16,
                "s" : .8
            }
        },
        "question" : {
            "display_name" : "??",
            "keywords" : [ /\?\?/ ],
            "colors" : {
                "tweet" : "#bfdbec",
                "timeline" : "#036AAE",
                "h" : .6,
                "s" : .8
            }
        }
    }