public
Description: A SSB OSX application, which at some point will be able to create a new application which wraps a specific web application, (Think Campfire, Twitter etc) and allows the user to use Ruby to create event handlers to be able support things like Growl or whatever you would like.
Homepage:
Clone URL: git://github.com/alloy/webapp-app.git
Updated README for name changes.
alloy (author)
Wed Oct 29 17:48:17 -0700 2008
commit  36f039bddf92f0c28f59db3f93b70386756cee87
tree    dffdf53e9feba5ec7ffc1cad937f447a3e8e6cba
parent  bc06a5a4cf64fab8eaae95ea273143909424c57c
...
26
27
28
29
30
 
 
31
32
33
34
35
 
36
37
38
 
39
40
41
...
43
44
45
46
 
47
48
49
...
26
27
28
 
 
29
30
31
32
33
34
 
35
36
37
 
38
39
40
41
...
43
44
45
 
46
47
48
49
0
@@ -26,16 +26,16 @@ WebApp needs Rucola 0.5.1:
0
 == Install
0
 
0
 Note:
0
-* WeApp is the application which generates the single site browser applications.
0
-* WebAppApplication is the actual single site browser application template.
0
+* WebAppGenerator is the application which generates the single site browser applications.
0
+* WebAppTemplate is the actual single site browser application template.
0
 
0
 * Get the source: <tt>$ git clone git clone git://github.com/alloy/webapp-app.git && cd webapp-app/</tt>
0
 * Initialize and update the submodule(s): <tt>$ git submodule init && git submodule update</tt>
0
 
0
-=== WebAppApplication
0
+=== WebAppTemplate
0
 
0
 * Configure for, for instance, Campfire:
0
-  <tt>$ cd WebAppApplication && cp config/Info.plist.sample config/Info.plist</tt>
0
+  <tt>$ cd WebAppTemplate && cp config/Info.plist.sample config/Info.plist</tt>
0
 * In config/Info.plist change the following keys:
0
   * CFBundleIdentifier: Substitute CHANGEME with the name of your app.
0
   * WebAppURL: Substitute with the URL of the web app that you want to wrap.
0
@@ -43,7 +43,7 @@ Note:
0
 
0
 === WebApp
0
 
0
-WebApp needs a build of WebAppApplication prepared as an archive, simply run the deploy task: <tt>$ rake deploy</tt>
0
+WebAppGenerator needs a build of WebAppTemplate prepared as an archive, simply run the deploy task: <tt>$ rake deploy</tt>
0
 
0
 The deploy tasks will start the applications after building but before packaging to give you a chance to check
0
 if the build is really functioning. When you quit the application the packaging will continue.

Comments