<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>CONTRIBUTORS</filename>
    </added>
    <added>
      <filename>LICENSE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,50 @@
+= clientperf
+
+== Synopsis
+
+Measures the time it takes a user's browser to get from the top of a web page to the window.onload event. This includes all asset requests.
+
+== Installation
+
+	sudo gem install clientperf
+	clientperf /path/to/rails/app
+	rake db:migrate
+
+== Usage
+
+	http://&lt;site&gt;/clientperf to view metrics
+
+== Configuration
+
+edit config/clientperf.yml
+	
+	---
+	username: bob
+	password: foo
+	
+this allows for http basic auth on the /clientperf url
+
+== License
+
+Copyright (c) 2008 Eric Falcao &lt;efalcao@gmail.com&gt;
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the &quot;Software&quot;), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 = TODO
 * charts
 * make it pretty
-* create rubyforge accnt
-* tests (how to test a plugin?)
\ No newline at end of file
+* tests (how to test a plugin?)
+* indexes? other small optimizations?
\ No newline at end of file</diff>
      <filename>TODO.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fa54179a9cab0f6aacd28aabe812323c386108c4</id>
    </parent>
  </parents>
  <author>
    <name>Eric Falcao</name>
    <email>efalcao@gmail.com</email>
  </author>
  <url>http://github.com/efalcao/clientperf/commit/2b26adff46a1579147f8ad84d2d52c30a4044d5a</url>
  <id>2b26adff46a1579147f8ad84d2d52c30a4044d5a</id>
  <committed-date>2008-06-16T13:39:20-07:00</committed-date>
  <authored-date>2008-06-16T13:39:20-07:00</authored-date>
  <message>added license, contributors</message>
  <tree>d4e2d967a0ab6c068ac6061a17992601db9fff6e</tree>
  <committer>
    <name>Eric Falcao</name>
    <email>efalcao@gmail.com</email>
  </committer>
</commit>
