POST /RPC2 HTTP/1.0
User-Agent: Frontier/5.1.2 (WinNT)
Host: betty.userland.com
Content-Type: text/xml
Content-length: 181
<?xml version="1.0"?>
<methodCall>
examples.getStateName
This file contains hidden or 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
{ | |
"port": 1402, | |
"clients": { | |
"michigan": { | |
"id": "w7eonmdnlsnfysqjatl3", | |
"secret": "7i7h1iotnwzqqm4psjqtmgnvw2ga3rcki5kv52hb", | |
"urlEditorApp": "http://mysite.com/editor/" | |
} | |
}, | |
"defaultNameCommitter": "Lawyer Boyer", |
This file contains hidden or 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
<html> | |
<head> | |
<title>Demo River</title> | |
<link href="//fonts.googleapis.com/css?family=Ubuntu:400,500i,700" rel="stylesheet"> | |
<link rel="stylesheet" href="//s3.amazonaws.com/scripting.com/code/fontawesome/css/all.css"> | |
<script src="//s3.amazonaws.com/scripting.com/code/includes/jquery-1.9.1.min.js"></script> | |
<link href="//s3.amazonaws.com/scripting.com/code/includes/bootstrap.css" rel="stylesheet"> | |
<script src="//s3.amazonaws.com/scripting.com/code/includes/bootstrap.min.js"></script> | |
<script src="//s3.amazonaws.com/scripting.com/code/includes/basic/code.js"></script> | |
<link href="//s3.amazonaws.com/scripting.com/code/includes/basic/styles.css" rel="stylesheet" type="text/css"> |
This file contains hidden or 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
HTTP/1.1 200 OK | |
content-type: text/xml | |
date: Sun, 01 Sep 2019 19:44:33 GMT | |
connection: close | |
transfer-encoding: chunked | |
1f7 | |
<?xml version="1.0"?> | |
<methodResponse> | |
<params> |
This file contains hidden or 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
const xmlrpc = require ("davexmlrpc"); | |
const utils = require ("daveutils"); | |
const davehttp = require ("davehttp"); | |
const mail = require ("davemail"); | |
const fs = require ("fs"); | |
var config = { | |
port: 1417, | |
flPostEnabled: true, | |
flLogToConsole: true, |
This file contains hidden or 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
{ | |
"name": "proxypersisttest", | |
"description": "A little test app that uses JavaScript proxy to manage a persistent stats object.", | |
"author": "Dave Winer <[email protected]>", | |
"license": "MIT", | |
"version": "0.4.0", | |
"dependencies" : { | |
"daveutils": "*" | |
} | |
} |
This file contains hidden or 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
{ | |
"name": "test", | |
"description": "Test app for persists package.", | |
"author": "Dave Winer <[email protected]>", | |
"license": "MIT", | |
"version": "0.4.0", | |
"dependencies" : { | |
"persists": "*" | |
} | |
} |
This file contains hidden or 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
const urlRepo = "https://github.com/scripting/test2"; | |
const localFolderPath = "myAppFolder/"; | |
git.clone (urlRepo, localFolderPath, function (err) { | |
}); |
This file contains hidden or 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
{ | |
"githubServeFrom": { | |
"username": "scripting", | |
"repository": "pagePark", | |
"path": "" | |
} | |
} |