<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.html</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,37 @@
+h1. jQuery Pushup
+
+jQuery pushup is a direct port of &quot;pushup&quot;:http://pushuptheweb.com/ by &quot;Nick Stakenburg&quot;:http://www.nickstakenburg.com/. It's designed to use the built in features of jQuery to reduce file-size + unneeded duplication of functions (prototype opacity Vs. jQuery fade). 
+
+h3. Installation
+
+Download the jQuery pushup and place CSS, JS and images where needed. If you use a different file structure than the on provided than make sure you change the image URL in @jquery.pushup.js@.
+
+*DO _NOT_ rename jquery.pushup.js, it's file name is used inside the script.*
+
+h3. Options
+
+To change the options open up @js/jquery.pushup.js@ where the beginning of the file will have some options you can change.
+
+@appearDelay@: Delay in seconds before Pushup fades in.
+@fadeDelay@: Delay in seconds before Pushup fades out.
+@images@: Location of the images relative to @jQuery.pushup.js@ (absolute URL's are allowed; both @http://@ _and_ @/@)
+@message@: The update message users will see when their browser needs an update.
+@reminder.hours@: Time in hours used when clicked on the reminder message.
+@reminder.message@: The reminder message, @#{hours}@ will be replaced by reminder.hours.
+
+h3. Functions
+
+@jQuery.pushup.init()@: This is called on document load, it tests to see if a pushup message should be shown and if so then shows one.
+@jQuery.pushup.show([browser, options])@: Shows the pushup message, you can overwrite the browser shown by using the @browser: String@ parameter.
+@jQuery.pushup.hide()@: Hides currently shown pushup message.
+@jQuery.pushup.setReminder(hours)@: Set a cookie that prevents pushup from showing for @hours@ amount of time.
+@jQuery.pushup.reserReminder()@: Resets the reminder time so that Pushup will show up on the next visit, if required.
+
+h3. More:
+
+If you don't want to have the @jQuery.pushup.init()@ called on DOM ready then remove it from the bottom of @jquery.pushup.js@.
+
+h3. TODO:
+
+ * Refractor more and reduce bloat.
+ * Setup options for @show()@
\ No newline at end of file</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -23,8 +23,7 @@ jQuery.pushup = {
 	    reminder: {
 	    	hours: 6,
 	    	message: 'Remind me again in #{hours}'
-	    },
-	    skip: true
+	    }
 	},
 	updateLinks: {
 		IE: 'http://www.microsoft.com/windows/downloads/ie/',</diff>
      <filename>js/jquery.pushup.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9c4205459ce28bf9238ba5460e2dccaf27e70161</id>
    </parent>
  </parents>
  <author>
    <name>Stuart Loxton</name>
    <email>stuartloxton@Keith-McGregors-Computer.local</email>
  </author>
  <url>http://github.com/stuartloxton/jquery-pushup/commit/179d57621369fabaebd5be5186977ed95d3ebafb</url>
  <id>179d57621369fabaebd5be5186977ed95d3ebafb</id>
  <committed-date>2008-07-31T02:34:23-07:00</committed-date>
  <authored-date>2008-07-31T02:34:23-07:00</authored-date>
  <message>Addd README.textile for Github + README.html for anyone who downloads</message>
  <tree>bbead9c31186c3fa2ae929d7020bc6581f950255</tree>
  <committer>
    <name>Stuart Loxton</name>
    <email>stuartloxton@Keith-McGregors-Computer.local</email>
  </committer>
</commit>
