Changes

Line 31: Line 31:  
  cd gevent-1.0rc1
 
  cd gevent-1.0rc1
 
  ./setup.py build && ./setup.py install
 
  ./setup.py build && ./setup.py install
 +
 +
== Usage ==
 +
 +
Contributor Hub coded using [http://enyojs.com/ Enyo] Javascript framework. It is designed to be useful on all major platform including module ones. Current Contributor Hub is not optimized for touch screens (and XO-4's screen in particular), but it might be a fun to enable touch scrolling for tables:
 +
 +
--- app.js.orig
 +
+++ app.js
 +
@@ -4665,7 +4665,6 @@
 +
  enyo.kind({
 +
  name: "sugar_network.Table",
 +
  kind: "Scroller",
 +
+touch: true,
 +
  horizontal: "hidden",
 +
  cell: {},
 +
  cellBounds: {},
    
== Sources ==
 
== Sources ==