From d405e065b19266b92ff1ea2f9cac071a3a8a4e09 Mon Sep 17 00:00:00 2001 From: Jonathan LeBlanc Date: Sat, 17 Apr 2010 20:21:23 -0700 Subject: [PATCH 1/4] new table to fetch slideshare slideshows by user --- slideshare/slideshare.slideshows.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 slideshare/slideshare.slideshows.xml diff --git a/slideshare/slideshare.slideshows.xml b/slideshare/slideshare.slideshows.xml new file mode 100644 index 00000000..3fc24df2 --- /dev/null +++ b/slideshare/slideshare.slideshows.xml @@ -0,0 +1,19 @@ + + + + Jonathan LeBlanc (Twitter: @jcleblanc) + Google Buzz Updates API + http://www.slideshare.net/rss/user/{user} + SELECT * FROM {table} WHERE user='jcleblanc' + + + + +
From dbaa458567e65fca7a11db23a0329eeae3cb5fcc Mon Sep 17 00:00:00 2001 From: Jonathan LeBlanc Date: Sat, 17 Apr 2010 20:26:29 -0700 Subject: [PATCH 2/4] adjusted documentation for slideshare.slideshows table --- slideshare/slideshare.slideshows.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slideshare/slideshare.slideshows.xml b/slideshare/slideshare.slideshows.xml index 3fc24df2..9f4d8e22 100644 --- a/slideshare/slideshare.slideshows.xml +++ b/slideshare/slideshare.slideshows.xml @@ -2,7 +2,7 @@ Jonathan LeBlanc (Twitter: @jcleblanc) - Google Buzz Updates API + Slideshare Slideshows by Userhttp://www.slideshare.net/rss/user/{user}SELECT * FROM {table} WHERE user='jcleblanc' From 03ecafd6c8be09a89e2b1fe95798a3124a939c0b Mon Sep 17 00:00:00 2001 From: Sam Pullara Date: Sun, 18 Apr 2010 12:26:41 -0700 Subject: [PATCH 3/4] start of analytics support --- google/google.analytics.xml | 41 ++++++++++++++++++++++++++++++++++ simplegeo/simplegeo.nearby.xml | 12 ++++++++++ 2 files changed, 53 insertions(+) create mode 100644 google/google.analytics.xml diff --git a/google/google.analytics.xml b/google/google.analytics.xml new file mode 100644 index 00000000..eca27c4e --- /dev/null +++ b/google/google.analytics.xml @@ -0,0 +1,41 @@ + +
+ + Sam Pullara + Access your Google Analytics accounts + http://code.google.com/apis/analytics/docs/gdata/gdataAuthentication.html + + + + + +
diff --git a/simplegeo/simplegeo.nearby.xml b/simplegeo/simplegeo.nearby.xml index 55c74100..ea72583d 100644 --- a/simplegeo/simplegeo.nearby.xml +++ b/simplegeo/simplegeo.nearby.xml @@ -26,6 +26,12 @@ var accessor = { consumerSecret:secret, tokenSecret:""}; + + + + + + + + + + + + Date: Sun, 18 Apr 2010 12:44:41 -0700 Subject: [PATCH 4/4] add data access layer --- google/google.analytics.xml | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/google/google.analytics.xml b/google/google.analytics.xml index eca27c4e..d3c9c5fc 100644 --- a/google/google.analytics.xml +++ b/google/google.analytics.xml @@ -3,7 +3,7 @@ Sam Pullara Access your Google Analytics accounts - http://code.google.com/apis/analytics/docs/gdata/gdataAuthentication.html + http://code.google.com/apis/analytics/docs/gdata/gdataDeveloperGuide.html +