<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -219,8 +219,24 @@ This documentation is released under a Attribution-NonCommercial-ShareAlike 3.0
 
 ## Credits
 
-It was once branched from [*MooTools*](http://mootools.net) (somewhere between 1.11 and 1.2) so it follows its architecture and uses overlapping helpers.
-
- * Thanks to [*Steven Levithan*](http://blog.stevenlevithan.com/), the master of regular expressions, for all the optimisation tips
- * Additional custom pseudo-classes on *jQuery*
+Valerio Proietti &amp; MooTools contributors
+	- Idea of modular combinator and pseudo filters
+	- Code for several pseudo filters
+	- Slickspeed benchmark framework
+Steven Levithan
+	- Improved Sly.parse RegExp
+Diego Perini
+	- Research on querySelectorAll and browser quirks
+	- Patches for Sly.parse expression
+	- Combined tests from jQuery and Prototype
+Thomas Aylott &amp; Slick contributors
+	- Idea of using regular expressions in attribute filter.
+John Resig &amp; jQuery/Sizzle contributors
+	- Browser feature/quirks detection
+	- Additional pseudo filters
+	- Extensive Unit Tests
+Sam Stephenson &amp; Prototype contributors
+	- Extensive Unit Tests
+Alan Kang &amp; JSSpec contributors
+	- JSSpec BDD framework
 </diff>
      <filename>README.md</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,34 @@
 /*! Sly v1.0rc2 &lt;http://sly.digitarald.com&gt; - (C) 2009 Harald Kirschner &lt;http://digitarald.de&gt; - Open source under MIT License */
 
+/**
+ * Credits
+ * 
+ * Sly's code and pattern are inspired by several open source developers.
+ * 
+ * Valerio Proietti &amp; MooTools contributors
+ *  - Idea of modular combinator and pseudo filters
+ *  - Code for several pseudo filters
+ *  - Slickspeed benchmark framework
+ * Steven Levithan
+ *  - Improved Sly.parse RegExp
+ * Diego Perini
+ *  - Research on querySelectorAll and browser quirks
+ *  - Patches for Sly.parse expression
+ *  - Combined tests from jQuery and Prototype
+ * Thomas Aylott &amp; Slick contributors
+ *   - Idea of using regular expressions in attribute filter.
+ * John Resig &amp; jQuery/Sizzle contributors
+ *  - Browser feature/quirks detection
+ *  - Additional pseudo filters
+ *  - Extensive Unit Tests
+ * Sam Stephenson &amp; Prototype contributors
+ *  - Extensive Unit Tests
+ * Alan Kang &amp; JSSpec contributors
+ *  - JSSpec BDD framework
+ * 
+ * Kudos to every single one of them for supporting the open web.
+ */
+
 var Sly = (function() {
 
 var cache = {};
@@ -231,8 +260,8 @@ Sly.recompile = function() {
 	for (key in operators) operList.push(key);
 
 	/**
-	  The regexp is a group of every possible selector part including combinators.
-	  &quot;|&quot; separates the possible selectors.
+		The regexp is a group of every possible selector part including combinators.
+		&quot;|&quot; separates the possible selectors.
 
 		Capturing parentheses:
 		1 - Combinator (only requires to allow multiple-character combinators)</diff>
      <filename>Sly.js</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>Sly-jquery.js</filename>
    </removed>
    <removed>
      <filename>Tests/test.js</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>be3519aae6508c5e830aface853aad3ef65b26e3</id>
    </parent>
  </parents>
  <author>
    <name>Harald Kirschner</name>
    <email>mail@digitarald.de</email>
  </author>
  <url>http://github.com/digitarald/sly/commit/6ca495bc6f12fde7577349f9020c43ab171b79cd</url>
  <id>6ca495bc6f12fde7577349f9020c43ab171b79cd</id>
  <committed-date>2009-06-01T09:25:36-07:00</committed-date>
  <authored-date>2009-06-01T09:25:36-07:00</authored-date>
  <message> - added extensive credits to support all the developers who supported Sly with their work.</message>
  <tree>0d1ea256e5e4640863e6ef43dc8dae9f63971d6c</tree>
  <committer>
    <name>Harald Kirschner</name>
    <email>mail@digitarald.de</email>
  </committer>
</commit>
