diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f0ee7af..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/.svn/ -/*.ipk -/releases \ No newline at end of file diff --git a/Ping.fm/.gitignore b/Ping.fm/.gitignore deleted file mode 100644 index 18978d2..0000000 --- a/Ping.fm/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/.pmd -/.project -/.settings/ diff --git a/Ping.fm/app/assistants/main-assistant.js b/Ping.fm/app/assistants/main-assistant.js index 8eb45ac..d4a6e4f 100644 --- a/Ping.fm/app/assistants/main-assistant.js +++ b/Ping.fm/app/assistants/main-assistant.js @@ -74,7 +74,7 @@ KeyDialogAssistant.prototype.checkKey = function() Mojo.Log.info('checkKey: ' + params.toQueryString()); - var request = new Ajax.Request('http://papi.cmp.sr/v1/user.key', + var request = new Ajax.Request('http://api.ping.fm/v1/user.key', { method: 'post', parameters: params, @@ -519,7 +519,7 @@ MainAssistant.prototype.pingIt = function() this.controller.modelChanged(this.pingBtnModel); var method = this.methodModel.value; - var url = 'http://papi.cmp.sr/v1/user.post'; + var url = 'http://api.ping.fm/v1/user.post'; this.prefs.defaultMethod = method; @@ -534,7 +534,7 @@ MainAssistant.prototype.pingIt = function() if (method.charAt(0) == '#') { - url = 'http://papi.cmp.sr/v1/user.tpost'; + url = 'http://api.ping.fm/v1/user.tpost'; // toLowerCase workaround Ping.fm API bug params.set('trigger', method.substring(1).toLowerCase()); } @@ -647,7 +647,7 @@ MainAssistant.prototype.updateMethods = function() if (this.updatedMethods.hasNoServices) { - request = new Ajax.Request('http://papi.cmp.sr/v1/user.services', + request = new Ajax.Request('http://api.ping.fm/v1/user.services', { method: 'post', parameters: @@ -663,7 +663,7 @@ MainAssistant.prototype.updateMethods = function() if (this.updatedMethods.hasNoTargets) { - request = new Ajax.Request('http://papi.cmp.sr/v1/user.triggers', + request = new Ajax.Request('http://api.ping.fm/v1/user.triggers', { method: 'post', parameters: diff --git a/Ping.fm/appinfo.json b/Ping.fm/appinfo.json index 7acb165..30a05eb 100644 --- a/Ping.fm/appinfo.json +++ b/Ping.fm/appinfo.json @@ -1,12 +1,11 @@ { "id": "net.thauvin.erik.webos.pingfm", - "version": "1.0.3", + "version": "1.0.2", "vendor": "Erik C. Thauvin", "type": "web", "theme": "light", "main": "index.html", "title": "Ping.fm", "icon": "icon.png", - "noWindow": true, - "uiRevision": 2 + "noWindow": true } \ No newline at end of file diff --git a/screenshots/5-pingfm_2011-11-07_182824.png b/screenshots/5-pingfm_2011-11-07_182824.png deleted file mode 100644 index ba7fd5c..0000000 Binary files a/screenshots/5-pingfm_2011-11-07_182824.png and /dev/null differ diff --git a/screenshots/6-pingfm_2011-11-07_191545.png b/screenshots/6-pingfm_2011-11-07_191545.png deleted file mode 100644 index 44ed516..0000000 Binary files a/screenshots/6-pingfm_2011-11-07_191545.png and /dev/null differ diff --git a/screenshots/7-pingfm_2011-11-07_182709.png b/screenshots/7-pingfm_2011-11-07_182709.png deleted file mode 100644 index 060ad3b..0000000 Binary files a/screenshots/7-pingfm_2011-11-07_182709.png and /dev/null differ