Edited wiki page GSoC2011IntegrationWithExternalAPIs through web user interface.
diff --git a/GSoC2011IntegrationWithExternalAPIs.wiki b/GSoC2011IntegrationWithExternalAPIs.wiki
index ae0111a..3d46223 100644
--- a/GSoC2011IntegrationWithExternalAPIs.wiki
+++ b/GSoC2011IntegrationWithExternalAPIs.wiki
@@ -100,9 +100,36 @@
  * Provide a "remember me" checkbox with login button. 
  * Store "remember me" choice and access token in Profile model.
 
-== Monday, July 21 20:00:00 in UTC (GTalk with Mario) ==
+== Wednesday, June 29 (GTalk with Mario) ==
 === Notes ===
-It's not convenient to export lists from server side. GAE has 30 second request limit that may prevent uploading big lists. Instead of that, we can upload spreadsheets with JS over GData rest protocol. 
+Bacause GAE filesystem is not writable it's not possible to export a document with current GData API, we talked how to overcome this. We decided, to modify gdata library as least as possible, we need to extend 'Export' funciton's defination to accept a memory file besides file path.
+Not broking current API is important.
+
+
+== Sunday, July 3 (GTalk with Mario) ==
+=== Notes ===
+I asked Mario about easiest integration of 'gdata.js' script for each page that uses it. I asked how to eliminate initializing it in every page (by moving initialization to base template). The reason for this was, in future ther would be probably lots of pages that uses 'gdata.js' script and i wanted to move intialization code to base.html where initializaiton is done automatically. 
+
+Mario conclusion: "sometimes it's a tradeoff between DRY and YAGNI :)"
+
+We decided to keep the initalization in each page uses 'gdata.js' until we really need to move it to the base template.
+
+== Sunday, July 6 (GTalk with Mario) ==
+=== Notes ===
+It's not possible to show OAuth roundtrip in an IFrame. Mario pointed a few ways of possible solutions. I tried on a https connection but that didn't work. So we had to decide to show OAuth roundtrip in a popup window. I created an [http://code.google.com/p/gdata-issues/issues/detail?id=2651 issue] for this.
+
+== Tuesday, June 8 (GTalk with Mario) ==
+=== Notes ===
+for proposal sync page, we decided leaving search queries to GData API, instead of getting full documents after the page is loaded.
+
+== Tuesday, June 23 (GTalk with Mario) ==
+=== Notes ===
+Mario suggested to use Restful API for GData on client-side as there isn't a ready JS API. This will also prevent wasting datastore cycles as we won't run two transaction for the same entities. 
+
+== Tuesday, June 28 (GTalk with Mario) ==
+==Notes==
+We talked about how to skip popup blockers for popup pages. We decided we should trigger popup mechanism exactly just after a click event occurs. We rediscussed our current popup mechanism and decided to make some changes on design through this.
+
 
 == Agust 6 20:00:00 in UTC (GTalk with Mario) ==
 === Notes ===