<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,77 +1,41 @@
 Text Editor Actions for Espresso
 --------------------------------
 
-Text Editor Actions (TEA) for Espresso is an [Espresso][1] plugin that provides:
-
-1. Some of my favorite text actions for HTML, such as Wrap Selection In Tag
-   (inspired mainly by Textmate's excellent HTML bundle)
-2. Generic text manipulation scripts that can be leveraged by any Sugar (or
-   through custom user actions)
+Text Editor Actions (TEA) for Espresso is an [Espresso][1] plugin that 
+provides numerous bundled actions and an infrastructure for easily creating 
+more, whether you are a Sugar developer or not.
 
 TEA has been bundled with Espresso since version 1.0, so you do not need to
 download it (unless you want to test bleeding edge improvements).
 
-   [1]: http://macrabbit.com/espresso/
-
-TEA for users
-=============
-
-Many people will be content with the default TEA HTML actions, but if you
-wish you can add your own custom actions by defining them in XML (I plan to
-add an interface for managing custom actions; until then you'll need to
-use XML):
+For more info about TEA (including documentation) see the TEA website:
 
-* [Adding your own actions][2]
-* [A tutorial for adding simple tab completions][3]
-* [Text snippets reference][4]
-* [Third party snippet collections][5]
-* [Adding or overriding Python scripts][6] (for more advanced custom actions)
-* [Running shell scripts][7] (for advanced custom actions)
+&lt;http://onecrayon.com/tea/&gt;
 
 **Found something about TEA that makes you unhappy?** [Submit a bug report or
-feature request][8] (requires free GitHub account) or visit the official
-[TEA forum post][9]. You can, of course, also email me: &lt;ian@onecrayon.com&gt;.
-I typically respond within a day.
+feature request][2] (requires free GitHub account) or [drop me a line][3].
 
-   [2]: http://wiki.github.com/onecrayon/tea-for-espresso/adding-your-own-actions
-   [3]: http://wiki.github.com/onecrayon/tea-for-espresso/adding-simple-tab-completions
-   [4]: http://wiki.github.com/onecrayon/tea-for-espresso/text-snippets-reference
-   [5]: http://wiki.github.com/onecrayon/tea-for-espresso/third-party-snippet-collections
-   [6]: http://wiki.github.com/onecrayon/tea-for-espresso/adding-or-overriding-python-scripts
-   [7]: http://wiki.github.com/onecrayon/tea-for-espresso/running-shell-scripts
-   [8]: http://github.com/onecrayon/tea-for-espresso/issues
-   [9]: http://wiki.macrabbit.com/forums/viewthread/160/
-   
-
-TEA for Sugar developers
-========================
-
-There are three ways to leverage TEA within your own Sugar:
-
-1. Use TEA's generic internal actions simply by adding XML definitions
-(syntax is identical to custom user actions above; only difference is you
-put your actions in your Sugar's TextActions folder). For a full list of
-available actions, see the [generic action API][10].
+   [1]: http://macrabbit.com/espresso/
+   [2]: http://github.com/onecrayon/tea-for-espresso/issues
+   [3]: http://onecrayon.com/about/contact/
 
-2. Use the TEALoader class to run a custom script in any language supported
-by the Mac OS X command line.  See [Running shell scripts][7] for more info.
+Building from source
+====================
 
-3. Code your own Python scripts for TEA, leveraging the numerous built-in
-helper functions.  See [Adding or overriding Python scripts][6] for more info.
+Since you're here, odds are you want to mess around with TEA's source code. 
+To compile TEA:
 
-   [10]: http://wiki.github.com/onecrayon/tea-for-espresso/generic-action-api
+    git clone git://github.com/onecrayon/tea-for-espresso.git
+    cd tea-for-espresso
+    python setup.py py2app
 
-Errata
-======
+If you wish to create a development version, you can run this instead:
 
-The [TEA for Espresso wiki][11] is currently the best place for information
-about extending TEA. I do not yet have any documentation about using TEA's
-bundled HTML actions; hopefully their names will be self-explanatory to some
-extent.
+    python setup.py py2app -A
 
-If you are interested in coding your own Sugar in Python, the TEA for
-Espresso project can also serve as an excellent starting point.  The
-code is released under the MIT license, as described in the main bundle
-file.
+This will create a normal version of the TEA plugin, but symlink all the 
+internal files so that you don't have to rebuild the Sugar to try out changes 
+(you'll still need to relaunch Espresso between changes, though).
 
-   [11]: http://wiki.github.com/onecrayon/tea-for-espresso
\ No newline at end of file
+To override the bundled version of TEA in Espresso, make sure to increment 
+the CFBundleVersion in setup.py before compiling TEA.
\ No newline at end of file</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>54d233ce61f5b30c03c5ebca5d52777373531d1c</id>
    </parent>
  </parents>
  <author>
    <name>Ian Beck</name>
    <email>ian@onecrayon.com</email>
  </author>
  <url>http://github.com/onecrayon/tea-for-espresso/commit/cbdc46bd30abb4b1758f918c55e4c588f8310419</url>
  <id>cbdc46bd30abb4b1758f918c55e4c588f8310419</id>
  <committed-date>2009-09-19T07:08:17-07:00</committed-date>
  <authored-date>2009-09-19T07:08:17-07:00</authored-date>
  <message>Updated README with main site info and building from source instructions</message>
  <tree>80b30fcbb184e8ae9f830f2d65b1481fc2b9e56a</tree>
  <committer>
    <name>Ian Beck</name>
    <email>ian@onecrayon.com</email>
  </committer>
</commit>
