[xiph-commits] r13200 - in trunk/icebreaker: . Icebreaker
Icebreaker/icebreaker/templates
nickmudd at svn.xiph.org
nickmudd at svn.xiph.org
Fri Jun 29 02:12:45 PDT 2007
Author: nickmudd
Date: 2007-06-29 02:12:45 -0700 (Fri, 29 Jun 2007)
New Revision: 13200
Modified:
trunk/icebreaker/Icebreaker/devdata.sqlite
trunk/icebreaker/Icebreaker/icebreaker/templates/create.kid
trunk/icebreaker/Icebreaker/icebreaker/templates/create.pyc
trunk/icebreaker/README
Log:
updated README, create.kid
Modified: trunk/icebreaker/Icebreaker/devdata.sqlite
===================================================================
(Binary files differ)
Modified: trunk/icebreaker/Icebreaker/icebreaker/templates/create.kid
===================================================================
--- trunk/icebreaker/Icebreaker/icebreaker/templates/create.kid 2007-06-29 07:55:55 UTC (rev 13199)
+++ trunk/icebreaker/Icebreaker/icebreaker/templates/create.kid 2007-06-29 09:12:45 UTC (rev 13200)
@@ -52,19 +52,25 @@
id="${optrans_name}_btn_selected"
py:attrs="value=btn_to_selected"
onclick="${optrans_name}.transferRight()"
- /><br /><br />
+ />
+ <br />
+ <br />
<input type="button"
name="btn_all_selected"
id="${optrans_name}_btn_all_selected"
py:attrs="value=btn_all_selected"
onclick="${optrans_name}.transferAllRight()"
- /><br /><br />
+ />
+ <br />
+ <br />
<input type="button"
name="btn_all_available"
id="${optrans_name}_btn_all_available"
py:attrs="value=btn_all_available"
onclick="${optrans_name}.transferAllLeft()"
- /><br /><br />
+ />
+ <br />
+ <br />
<input type="button"
name="btn_available"
id="${optrans_name}_btn_available"
Modified: trunk/icebreaker/Icebreaker/icebreaker/templates/create.pyc
===================================================================
(Binary files differ)
Modified: trunk/icebreaker/README
===================================================================
--- trunk/icebreaker/README 2007-06-29 07:55:55 UTC (rev 13199)
+++ trunk/icebreaker/README 2007-06-29 09:12:45 UTC (rev 13200)
@@ -4,5 +4,21 @@
Requirements:
Python >=2.4 http://www.python.org/download/
-Turbogears >=1.0 http://www.turbogears.org/download/
+TurboGears >=1.0 http://www.turbogears.org/download/
Select-shuttle >=1.2 http://cheeseshop.python.org/pypi/Select-Shuttle
+
+Installation/Testing:
+
+Icebreaker is currently in a non-working, incomplete state.
+That said, follow the steps below to get Icebreaker running.
+
+1. Install required packages.
+2. Checkout code from https://svn.xiph.org/trunk/icebreaker
+3. Navigate to the Icebreaker directory, and run:
+ $ python start-icebreaker.py
+ You should then be able to access Icebreaker at http://localhost:8080
+4. See TurboGears docs at http://docs.turbogears.org/1.0/ for the ins and outs of TurboGears.
+5. In the Icebreaker directory, run:
+ $ tg-admin toolbox
+ You will get a nice web interface where you can play around at http://localhost:7654.
+6.
More information about the commits
mailing list