This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# you need a Kynetx developer account | |
# and you have to create a Kynetx ruleset | |
# your hook (for your Twilio phone number) will be: | |
# http://webhooks.kynetx.com:3098/t/--appID--/callstart | |
# (replace --appID-- with your app ID such as a8x16 | |
# - or a8x16.dev to use the latest dev version of the ruleset) | |
# | |
# 2010-11-22 (rsbohn) Now with YAML! | |
# -- create kilter.yml in the same directory, then run kilter.rb | |
# -- sample YAML at the bottom of this file! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a421x14 { | |
meta { | |
name "more-true-fan" | |
description "Add OneTrueFan widget to a website" | |
author "Randall Bohn" | |
logging off | |
} | |
// add more domains here | |
dispatch { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a421x45 { | |
meta { | |
name "Try Recursion" | |
description << | |
Try some recursion | |
>> | |
author "Randall Bohn" | |
logging on | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a421x54 { | |
meta { | |
name "Fun With jQuery UI" | |
description << | |
Fun Fun Fun | |
>> | |
author "Randall Bohn" | |
logging off | |
use css resource jquery_ui_smoothness_css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a421x67 { | |
meta { | |
name "test-hmac-sha1" | |
description "Test hmac_sha1_base64(msg, key) function" | |
author "Randall Bohn" | |
logging on | |
} | |
dispatch {} | |
global {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a421x68 { | |
meta { | |
name "test-hmac" | |
description << | |
Test the various hmac functions. | |
Expected values from Python. | |
http://ktest.heroku.com/a421x68 | |
>> | |
author "Randall Bohn" | |
logging on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a421x69 { | |
meta { | |
name "try-peav" | |
description << | |
Try out Ed Orcutt's PeepsOnEAv module. | |
>> | |
author "Randall Bohn" | |
logging on | |
use module a421x70 alias Regression | |
use module a169x322 alias PeepsOnEAv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a421x99 { | |
meta { | |
name "use regression module" | |
description << sample use of regression module >> | |
author "Randall Bohn" | |
use module a421x70 alias Regression | |
} | |
dispatch {} | |
global { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset a1764x27 { | |
meta { | |
name "Chapter 10 Hello Monkey" | |
description << | |
An example Twilio app. Give Twilio following URL to try it out: | |
http://webhooks.kynetxapps.net/t/a1764x27/inbound_call | |
>> | |
author "randy" | |
logging on | |
use module a421x70 alias Regression |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruleset GreenResources { | |
meta { | |
name "Green Team Resources" | |
description "Resources for team GREEN. Loaded from the bootstrap RulesetA." | |
author "Randall Bohn" | |
use javascript resource "https://library.exampley.com/team_green.js" | |
} | |
dispatch {} | |
global {} | |
rule bootstrap { |
OlderNewer