<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,28 +1,33 @@
 == Welcome to SproutCore Sample Applications
 
-This is a samples application package for building a SproutCore applications.  
-To get started, edit your JavaScript application in the clients directory 
+This is a samples application package for building a SproutCore applications.
+To get started, edit your JavaScript application in the clients directory
 (we've already created one for you.)
 
-== BEFORE YOU CONTINUE 
+== BEFORE YOU CONTINUE
 
-If you just cloned this samples directory using Git, you need to run the following two commands to get the latest version of SproutCore JavaScript:
+If you just cloned this samples directory using Git, you need to run the
+following two commands to get the latest version of SproutCore JavaScript:
 
 git submodule init
 git submodule update
 
 == Getting Started
 
-To try the samples, start the SproutCore Dev Server by running from this directory:
+To try the samples, start the SproutCore Dev Server by running from this
+directory:
 
-sc-server 
+sc-server
 
-This takes all the same arguments as mongrel.  You can now visit your app
-by going to any of these apps:
+This takes all the same arguments as mongrel.  You can now test any of the
+following sample apps:
 
+http://localhost:4020/contacts
+http://localhost:4020/demo
+http://localhost:4020/hello_world
 http://localhost:4020/photos
 http://localhost:4020/samples_controls
-http://localhost:4020/hello_world
+http://localhost:4020/twitter
 
 You can also view the SproutCore docs or run the unit tests:
 
@@ -33,35 +38,35 @@ http://localhost:4020/sproutcore/-tests
 
 Here is a brief description of the various parts of the SproutCore app:
 
-* *clients:*  Each folder in the clients directory contains a single-page 
-  application you can load in your web browser.  By default the URL to reach 
-  each application is the /directory-name.  You will do most of your editing 
+* *clients:*  Each folder in the clients directory contains a single-page
+  application you can load in your web browser.  By default the URL to reach
+  each application is the /directory-name.  You will do most of your editing
   here.
-  
+
 * *frameworks:* Each folder in the frameworks directory is a SproutCore
   library that your client applications can use.  No HTML will be generated
   for these frameworks, but any JavaScript, CSS or other images you place
   in here will be accessible through your web browser.
-  
-* *public:* This directory contains any other static resources your other 
-  apps needs to be able to use.  If you have static HTML or other basic 
+
+* *public:* This directory contains any other static resources your other
+  apps needs to be able to use.  If you have static HTML or other basic
   files you want to have access to.  If you start your server in production
   mode, cached output will also be saved into this directory.
-  
-* *lib:* Any ruby files you place in this directory will be automatically 
+
+* *lib:* Any ruby files you place in this directory will be automatically
   loaded when the sproutcore server start or when you do a static build.
   If you write any custom view helpers, you can place them here.
-  
+
 * *setup.yaml:* This is a config file that you can use to set various load
   options for the clients and frameworks in your app.  The default options are
   specified in the default: group.  You can override the default for specific
   frameworks or clients by naming them.
-  
+
 == Using Frameworks
 
-Frameworks are automatically automatically available in your app.  You can
+Frameworks are automatically available in your app.  You can
 also name frameworks available anywhere in your load path (including those
-installed in gems).  
+installed in gems).
 
 The SproutCore gem comes with the latest versions of prototype, sproutcore,
 and sproutapp frameworks installed.  All you need to do is indicate that
@@ -69,25 +74,29 @@ you require them.
 
 == Deploying your SproutCore App
 
-Normally you will use the sc-server to host your application while you are 
+Normally you will use the sc-server to host your application while you are
 developing your code.  Once you are ready to deploy, however, there are two
 ways you can do it:
 
-==== 1. Use sc-server in production.  
+==== 1. Use sc-server in production.
 
-The SproutCore server can be run in a production mode that will simply generate and cache web-optimized versions of all of your resources upon request.  For a low-traffic or newer site, this approach is an easy way to get your code into production.  You just replace your directory with your latest files and the sc-server will start serving the new resources.
+The SproutCore server can be run in a production mode that will simply generate
+and cache web-optimized versions of all of your resources upon request.  For a
+low-traffic or newer site, this approach is an easy way to get your code into
+production.  You just replace your directory with your latest files and the
+sc-server will start serving the new resources.
 
 ==== 2. Do a static build
 
-In general, however, loading all of your resources through a Ruby-app is not the best, especially when you could use a high-speed server such as lighttpd that is optimized for serving static content.
+In general, however, loading all of your resources through a Ruby-app is not the
+best, especially when you could use a high-speed server such as lighttpd that
+is optimized for serving static content.
 
 If you want real speed, do a static build of your content and serve it through
 lighttpd or apache.  Do the static build, just run:
 
 sc-build
 
-This will place a directory in tmp/build that contains all of your resources 
+This will place a directory in tmp/build that contains all of your resources
 pre-compiled and ready for static serving.
 
-
-</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>60bde7aa88a563f6e54629d082ed590e8a9ca01d</id>
    </parent>
  </parents>
  <author>
    <name>Glenn Rempe</name>
    <email>glenn@rempe.us</email>
  </author>
  <url>http://github.com/sproutit/sproutcore-samples/commit/40d7573485660d8b462ece1fe4b4c20320180a46</url>
  <id>40d7573485660d8b462ece1fe4b4c20320180a46</id>
  <committed-date>2008-06-25T14:44:29-07:00</committed-date>
  <authored-date>2008-06-25T14:44:29-07:00</authored-date>
  <message>Added some missing sample URL's.  Typo and whitespace cleanup.</message>
  <tree>24355a13ed5cc91dfb4534ecc8bf7087ce7bce76</tree>
  <committer>
    <name>Glenn Rempe</name>
    <email>glenn@rempe.us</email>
  </committer>
</commit>
