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
{ | |
"productname": "bloatWare", | |
"productnameForDisplay": "BloatWare", | |
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."", | |
"urlTwitterServer": "http://localhost:1229/", | |
"urlPageTemplate": "/template.html", | |
"urlChatLogSocket": "ws://localhost:1230/", | |
"domain": "1999.io", | |
"nameChatLog": "davewiner", | |
"version": "0.88j", |
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
{ | |
"myPort": 1999, | |
"websocketPort": 2000, | |
"myDomain": "1999.bigbloat.io:1999", | |
"where": { | |
"flUseLocalFilesystem": true, | |
"publicPath": "publicFiles/", | |
"privatePath": "privateFiles/" | |
}, | |
"homePage": { |
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
{ | |
"myPort": 1999, | |
"websocketPort": 2000, | |
"myDomain": "1999.bullmancuso.io:1999", | |
"where": { | |
"flUseLocalFilesystem": true, | |
"publicPath": "publicFiles/", | |
"privatePath": "privateFiles/" | |
}, | |
"plugIns": { |
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>[%title%]</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="alternate" type="application/rss+xml" href="[%urlRssFeed%]" /> | |
<script src="http://1999.io/dev/publish/code.js"></script> | |
<link rel="stylesheet" href="http://1999.io/dev/publish/styles.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
{ | |
"myPort": 1999, | |
"websocketPort": 2000, | |
"myDomain": "1999.bigbloat.io:1999", | |
"where": { | |
"flUseLocalFilesystem": true, | |
"publicPath": "publicFiles/", | |
"privatePath": "privateFiles/" | |
}, | |
"domains": { |
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
<div class="divDisqusComments"> | |
<div id="disqus_thread"></div> | |
<script> | |
var disqus_config = function () { | |
this.page.url = "[%thispageurl%]"; | |
}; | |
(function () { | |
var d = document, s = d.createElement ('script'); | |
s.src = '//smallpict.disqus.com/embed.js'; | |
s.setAttribute ('data-timestamp', +new Date()); |
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
{ | |
"myPort": 1999, | |
"websocketPort": 2000, | |
"myDomain": "1999.bullmancuso.io:1999", | |
"where": { | |
"flUseLocalFilesystem": true, | |
"publicPath": "publicFiles/", | |
"privatePath": "privateFiles/" | |
}, | |
"url404page": "http://1999.io/error.html", |
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
{ | |
"myPort": 1999, | |
"websocketPort": 2000, | |
"myDomain": "my.1999.io", | |
"where": { | |
"flUseLocalFilesystem": true, | |
"publicPath": "publicFiles/", | |
"privatePath": "privateFiles/" | |
}, |
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
{ | |
"myPort": 1999, | |
"websocketPort": 2000, | |
"myDomain": "my.1999.io", | |
"flForceTwitterLogin": true, | |
"url404page": "http://1999.io/error.html", | |
"where": { | |
"flUseLocalFilesystem": 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
messageOfTheDay = function (appName) { | |
this.appName = appName; | |
if (this.lastMessageText === undefined) { | |
this.lastMessageText = ""; | |
} | |
this.sayHello = function () { | |
console.log ("hello"); | |
} | |
this.checkForUpdate = function () { | |
var urlTextFile = "http://1999.io/testing/motd/" + this.appName + ".txt"; |