Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ABOUT9
-rw-r--r--AUTHORS2
-rw-r--r--HACKING6
-rw-r--r--NEWS11
-rw-r--r--TODO19
5 files changed, 29 insertions, 18 deletions
diff --git a/ABOUT b/ABOUT
index 0bf5622..ad17202 100644
--- a/ABOUT
+++ b/ABOUT
@@ -1,7 +1,4 @@
-The WebSDK is meant as a starting point for building activities with a Model / Viewer / Controller paradigm.
-It showcases web technology available with Sugar WebSDK.
+The WebSDK is meant as a starting point for building activities with Web technologies.
+An IDE is provided as a proof of concept.
-Activities developed with WebSDK can be used in the cloud or locally.
-
-This is an experimental Technology Preview release.
-Feedback welcome! \ No newline at end of file
+Activities developed with WebSDK can be used in the cloud or locally, off-line.
diff --git a/AUTHORS b/AUTHORS
index e1e4d69..6c444a8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,4 @@
WebSDK by Icarito
Hello World Activity by Erikos and Gonzalo
+
+Flask by Armin Ronacher
diff --git a/HACKING b/HACKING
index 6bca753..af03746 100644
--- a/HACKING
+++ b/HACKING
@@ -1 +1,5 @@
-Instructions to come. \ No newline at end of file
+Please use the git repository at:
+http://git.sugarlabs.org/websdk
+to submit code contributions.
+
+Thank you
diff --git a/NEWS b/NEWS
index 8b74be6..496aedd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+20111012 - Technology Preview 2
+
+ Implementation moved to Flask.
+ Web Widgets.
+ Debugger.
+ Bundled documentation.
+ Support for both Gecko and Webkit.
+ Includes an early IDE prototype.
+ General code improvement.
+
+
20110808 - Technology Preview Release
Implemented initial Webpy IDE
diff --git a/TODO b/TODO
index 3f0d62a..f3a101b 100644
--- a/TODO
+++ b/TODO
@@ -1,14 +1,11 @@
-= Abstract away uglinnes API =
+= Wishlist =
-*just some ideas*
+* Javascript - Python bridge:
-in javascript api:
- websdk.go( python controller )
- websdk.do( python controller )
- json = websdk.get( python controller )
+Seems to me pythonwebkit
+http://www.gnu.org/s/pythonwebkit/
+is the way to cleanly integrate
+javascript and python.
-in python controller:
- websdk.activity( activity callback )
-
-in activity callback
- websdk.do( javascript ) \ No newline at end of file
+This would not work in case of
+cloud hosted activities.