Author: Sean Gillies Version: 1.0
This document describes a GeoJSON-like protocol for geo-spatial (GIS) vector data.
| name: "github-activity" | |
| description: "some description text" | |
| conflicts: | |
| - githubot-activity-1 | |
| - githubot-activity-2 | |
| dependencies: | |
| - name: "date-utils" | |
| version: ">=1.2.5" | |
| - name: "githubot" | |
| version: "0.4.x" |
| {"hubot":"b0ee3f90-beec-11e3-9198-ef9371f6a8ba","level":"debug","body":"Unavailability received for makara","timestamp":1396942345698} | |
| {"hubot":"b0ee3f90-beec-11e3-9198-ef9371f6a8ba","level":"debug","body":"Availability received for makara","timestamp":1396942347053} | |
| {"hubot":"b0ee3f90-beec-11e3-9198-ef9371f6a8ba","level":"debug","body":"Availability received for makara","timestamp":1396942347168} | |
| {"hubot":"b0ee3f90-beec-11e3-9198-ef9371f6a8ba","level":"debug","body":"Received message: I need you and @kuno to tell me what we get from the backend for the bot in room: [email protected], from: hunvreus","timestamp":1396942356356} | |
| {"hubot":"b0ee3f90-beec-11e3-9198-ef9371f6a8ba","level":"debug","body":"Received message: including an excerpt of the logs we could get from chato.ps in room: [email protected], from: hunvreus","timestamp":1396942371609} | |
| {"hubot":"b0ee3f90-beec-11e3-9198-ef9371f6a8ba","level":"debug","body":"Received message: I can get the whole thing designed by tomorrow in |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>apache document</title> | |
| </head> | |
| <body> | |
| <h1>apache</h1> | |
| <h2> Some text docs </h1> | |
| <ul> |
| - certain endpoints are always blocked | |
| if nginx_uri == "/_access_token" or nginx_uri == "/_me" then | |
| ngx.exit(403) | |
| end | |
| -- import requirements | |
| local cjson = require "cjson" | |
| -- setup some app-level vars | |
| local app_id = "APP_ID" |
| { | |
| "misc": [ | |
| { | |
| "name": "redis-brain", | |
| "description": [], | |
| "dependencies": [ | |
| { | |
| "name": "redis", | |
| "version": "~0.10.1" | |
| } |
| [ | |
| { | |
| "name": "46elks", | |
| "description": [ | |
| "Allows Hubot to send text messages using 46elks.com API." | |
| ], | |
| "dependencies": [], | |
| "configuration": { | |
| "description": [ | |
| "HUBOT_46ELKS_USERNAME", |
| #!/bin/bash | |
| VERSION=1.4.3.9 | |
| echo '[CMD] Install dependencies' | |
| sudo apt-get install -y libreadline-dev libncurses5-dev libpcre3-dev libssl-dev perl make | |
| echo '[CMD] Downlaod openresty' | |
| wget http://openresty.org/download/ngx_openresty-${VERSION}.tar.gz | |
| echo '[CMD] Build openresty' |
| # this will install everything as root, so take that into account before you run it | |
| # need cmake, python development headers, ZLib and OpenSSL | |
| sudo apt-get install cmake python2.7-dev zlib1g-dev libssl-dev | |
| mkdir libgit && cd libgit | |
| git clone git://github.com/libgit2/libgit2.git | |
| cd libgit2 |