Skip to content

Commit

Permalink
Changed category slugs in entries to use full slug (parent/child). Al…
Browse files Browse the repository at this point in the history
…so removed name
  • Loading branch information
rdworth committed May 4, 2012
1 parent c635297 commit e3c9d15
Show file tree
Hide file tree
Showing 291 changed files with 871 additions and 867 deletions.
6 changes: 3 additions & 3 deletions entries/add.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ collection = collection.add(document.getElementById("a"));
collection.css("background", "yellow");]]></code>
<html><![CDATA[<p>Hello</p><span id="a">Hello Again</span>]]></html>
</example>
<category name="Miscellaneous Traversing" slug="miscellaneous-traversal"/>
<category name="Version 1.0" slug="1.0"/>
<category name="Version 1.4" slug="1.4"/>
<category slug="traversing/miscellaneous-traversal"/>
<category slug="version/1.0"/>
<category slug="version/1.4"/>
</entry>
10 changes: 5 additions & 5 deletions entries/addClass.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
<p>There are zero green divs</p>
]]></html>
</example>
<category name="Attributes" slug="attributes"/>
<category name="Class Attribute" slug="class-attribute"/>
<category name="CSS" slug="css"/>
<category name="Version 1.0" slug="1.0"/>
<category name="Version 1.4" slug="1.4"/>
<category slug="attributes"/>
<category slug="manipulation/class-attribute"/>
<category slug="css"/>
<category slug="version/1.0"/>
<category slug="version/1.4"/>
</entry>
6 changes: 3 additions & 3 deletions entries/after.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $('p').first().after($newdiv1, [newdiv2, existingdiv1]);
<css><![CDATA[p { background:yellow; }]]></css>
<html><![CDATA[<b>Hello</b><p>I would like to say: </p>]]></html>
</example>
<category name="DOM Insertion, Outside" slug="dom-insertion-outside"/>
<category name="Version 1.0" slug="1.0"/>
<category name="Version 1.4" slug="1.4"/>
<category slug="manipulation/dom-insertion-outside"/>
<category slug="version/1.0"/>
<category slug="version/1.4"/>
</entry>
4 changes: 2 additions & 2 deletions entries/ajaxComplete.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
$(this).append("<li>Request Complete.</li>");
});]]></code>
</example>
<category name="Global Ajax Event Handlers" slug="global-ajax-event-handlers"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="ajax/global-ajax-event-handlers"/>
<category slug="version/1.0"/>
</entry>
4 changes: 2 additions & 2 deletions entries/ajaxError.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
$(this).append("<li>Error requesting page " + settings.url + "</li>");
});]]></code>
</example>
<category name="Global Ajax Event Handlers" slug="global-ajax-event-handlers"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="ajax/global-ajax-event-handlers"/>
<category slug="version/1.0"/>
</entry>
4 changes: 2 additions & 2 deletions entries/ajaxSend.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
$(this).append("<li>Starting request at " + settings.url + "</li>");
});]]></code>
</example>
<category name="Global Ajax Event Handlers" slug="global-ajax-event-handlers"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="ajax/global-ajax-event-handlers"/>
<category slug="version/1.0"/>
</entry>
4 changes: 2 additions & 2 deletions entries/ajaxStart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
$(this).show();
});]]></code>
</example>
<category name="Global Ajax Event Handlers" slug="global-ajax-event-handlers"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="ajax/global-ajax-event-handlers"/>
<category slug="version/1.0"/>
</entry>
4 changes: 2 additions & 2 deletions entries/ajaxStop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
$(this).hide();
});]]></code>
</example>
<category name="Global Ajax Event Handlers" slug="global-ajax-event-handlers"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="ajax/global-ajax-event-handlers"/>
<category slug="version/1.0"/>
</entry>
4 changes: 2 additions & 2 deletions entries/ajaxSuccess.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
});]]></code>
</example>

<category name="Global Ajax Event Handlers" slug="global-ajax-event-handlers"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="ajax/global-ajax-event-handlers"/>
<category slug="version/1.0"/>
</entry>
4 changes: 2 additions & 2 deletions entries/all-selector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ $("body").prepend("<h3>" + elementCount + " elements found</h3>");]]></code>
]]></css>

</example>
<category name="Basic" slug="basic-css-selectors"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="selectors/basic-css-selectors"/>
<category slug="version/1.0"/>
</entry>
4 changes: 2 additions & 2 deletions entries/andSelf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
<p>Second Paragraph</p>
</div>]]></html>
</example>
<category name="Miscellaneous Traversing" slug="miscellaneous-traversal"/>
<category name="Version 1.2" slug="1.2"/>
<category slug="traversing/miscellaneous-traversal"/>
<category slug="version/1.2"/>
</entry>
4 changes: 2 additions & 2 deletions entries/animate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,6 @@ div {
});
]]></code>
</example>
<category name="Custom" slug="custom-effects"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="effects/custom-effects"/>
<category slug="version/1.0"/>
</entry>
6 changes: 3 additions & 3 deletions entries/animated-selector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
div.colored { background:green; }
]]></css>
</example>
<category name="Basic Filter" slug="basic-filter-selectors"/>
<category name="jQuery Extensions" slug="jquery-selector-extensions"/>
<category name="Version 1.2" slug="1.2"/>
<category slug="selectors/basic-filter-selectors"/>
<category slug="selectors/jquery-selector-extensions"/>
<category slug="version/1.2"/>
</entry>
6 changes: 3 additions & 3 deletions entries/append.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $('body').append($newdiv1, [newdiv2, existingdiv1]);
]]></css>
<html><![CDATA[<strong>Hello world!!!</strong><p>I would like to say: </p>]]></html>
</example>
<category name="DOM Insertion, Inside" slug="dom-insertion-inside"/>
<category name="Version 1.0" slug="1.0"/>
<category name="Version 1.4" slug="1.4"/>
<category slug="manipulation/dom-insertion-inside"/>
<category slug="version/1.0"/>
<category slug="version/1.4"/>
</entry>
4 changes: 2 additions & 2 deletions entries/appendTo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
<div id="foo">FOO! </div>]]></html>
</example>
<category name="DOM Insertion, Inside" slug="dom-insertion-inside"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="manipulation/dom-insertion-inside"/>
<category slug="version/1.0"/>
</entry>
20 changes: 10 additions & 10 deletions entries/attr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ var title = $("em").attr("title");
The title of the emphasis is:<div></div>
]]></html>
</example>
<category name="Attributes" slug="attributes"/>
<category name="General Attributes" slug="general-attributes"/>
<category name="Version 1.0" slug="1.0"/>
<category name="Version 1.1" slug="1.1"/>
<category name="Version 1.6" slug="1.6"/>
<category slug="attributes"/>
<category slug="manipulation/general-attributes"/>
<category slug="version/1.0"/>
<category slug="version/1.1"/>
<category slug="version/1.6"/>
</entry>

<entry type='method' name="attr" return="jQuery">
Expand Down Expand Up @@ -148,10 +148,10 @@ $("img").attr("src", function() {
<img title="hat.gif"/>
]]></html>
</example>
<category name="Attributes" slug="attributes"/>
<category name="General Attributes" slug="general-attributes"/>
<category name="Version 1.0" slug="1.0"/>
<category name="Version 1.1" slug="1.1"/>
<category name="Version 1.6" slug="1.6"/>
<category slug="attributes"/>
<category slug="manipulation/general-attributes"/>
<category slug="version/1.0"/>
<category slug="version/1.1"/>
<category slug="version/1.6"/>
</entry>
</entries>
4 changes: 2 additions & 2 deletions entries/attribute-contains-prefix-selector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ a { display: inline-block; }
]]></css>

</example>
<category name="Attribute" slug="attribute-selectors"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="selectors/attribute-selectors"/>
<category slug="version/1.0"/>
</entry>
4 changes: 2 additions & 2 deletions entries/attribute-contains-selector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<input name="letterman2" />
<input name="newmilk" />]]></html>
</example>
<category name="Attribute" slug="attribute-selectors"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="selectors/attribute-selectors"/>
<category slug="version/1.0"/>
</entry>
4 changes: 2 additions & 2 deletions entries/attribute-contains-word-selector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<input name="letterman2" />
<input name="newmilk" />]]></html>
</example>
<category name="Attribute" slug="attribute-selectors"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="selectors/attribute-selectors"/>
<category slug="version/1.0"/>
</entry>
4 changes: 2 additions & 2 deletions entries/attribute-ends-with-selector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<input name="milkman" />
<input name="jobletter" />]]></html>
</example>
<category name="Attribute" slug="attribute-selectors"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="selectors/attribute-selectors"/>
<category slug="version/1.0"/>
</entry>
4 changes: 2 additions & 2 deletions entries/attribute-equals-selector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
</label>
</div>]]></html>
</example>
<category name="Attribute" slug="attribute-selectors"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="selectors/attribute-selectors"/>
<category slug="version/1.0"/>
</entry>
6 changes: 3 additions & 3 deletions entries/attribute-not-equal-selector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<span>name is accept</span>
</div>]]></html>
</example>
<category name="Attribute" slug="attribute-selectors"/>
<category name="jQuery Extensions" slug="jquery-selector-extensions"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="selectors/attribute-selectors"/>
<category slug="selectors/jquery-selector-extensions"/>
<category slug="version/1.0"/>
</entry>
4 changes: 2 additions & 2 deletions entries/attribute-starts-with-selector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<input name="milkman" />
<input name="newsboy" />]]></html>
</example>
<category name="Attribute" slug="attribute-selectors"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="selectors/attribute-selectors"/>
<category slug="version/1.0"/>
</entry>
6 changes: 3 additions & 3 deletions entries/before.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $('p').first().before($newdiv1, [newdiv2, existingdiv1]);
<css><![CDATA[p { background:yellow; }]]></css>
<html><![CDATA[<p> is what I said...</p><b>Hello</b>]]></html>
</example>
<category name="DOM Insertion, Outside" slug="dom-insertion-outside"/>
<category name="Version 1.0" slug="1.0"/>
<category name="Version 1.4" slug="1.4"/>
<category slug="manipulation/dom-insertion-outside"/>
<category slug="version/1.0"/>
<category slug="version/1.4"/>
</entry>
8 changes: 4 additions & 4 deletions entries/bind.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ span { color:blue; }
}
});]]></code>
</example>
<category name="Event Handler Attachment" slug="event-handler-attachment"/>
<category name="Version 1.0" slug="1.0"/>
<category name="Version 1.4" slug="1.4"/>
<category name="Version 1.4.3" slug="1.4.3"/>
<category slug="events/event-handler-attachment"/>
<category slug="version/1.0"/>
<category slug="version/1.4"/>
<category slug="version/1.4.3"/>
</entry>
8 changes: 4 additions & 4 deletions entries/blur.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ $('#target').blur(function() {
<code><![CDATA[$("p").blur();]]></code>
</example>

<category name="Form Events" slug="form-events"/>
<category name="Forms" slug="forms"/>
<category name="Version 1.0" slug="1.0"/>
<category name="Version 1.4.3" slug="1.4.3"/>
<category slug="events/form-events"/>
<category slug="forms"/>
<category slug="version/1.0"/>
<category slug="version/1.4.3"/>
</entry>
6 changes: 3 additions & 3 deletions entries/button-selector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div>
</div>]]></html>
</example>
<category name="Form" slug="form-selectors"/>
<category name="jQuery Extensions" slug="jquery-selector-extensions"/>
<category name="Version 1.0" slug="1.0"/>
<category slug="selectors/form-selectors"/>
<category slug="selectors/jquery-selector-extensions"/>
<category slug="version/1.0"/>
</entry>
4 changes: 2 additions & 2 deletions entries/callbacks.add.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ callbacks.fire( 'world' );
</pre>

</longdesc>
<category name="Callbacks Object" slug="callbacks-object"/>
<category name="Version 1.7" slug="1.7"/>
<category slug="callbacks-object"/>
<category slug="version/1.7"/>
</entry>
4 changes: 2 additions & 2 deletions entries/callbacks.disable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ callbacks.disable();
callbacks.fire( 'foobar' ); // foobar isn't output
</pre>
</longdesc>
<category name="Callbacks Object" slug="callbacks-object"/>
<category name="Version 1.7" slug="1.7"/>
<category slug="callbacks-object"/>
<category slug="version/1.7"/>
</entry>
4 changes: 2 additions & 2 deletions entries/callbacks.empty.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ console.log( callbacks.has( foo ) ); // false
console.log( callbacks.has( bar ) ); // false
</pre>
</longdesc>
<category name="Callbacks Object" slug="callbacks-object"/>
<category name="Version 1.7" slug="1.7"/>
<category slug="callbacks-object"/>
<category slug="version/1.7"/>
</entry>
4 changes: 2 additions & 2 deletions entries/callbacks.fire.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ callbacks.fire( 'hello again' );
// 'bar: hello again'
</pre>
</longdesc>
<category name="Callbacks Object" slug="callbacks-object"/>
<category name="Version 1.7" slug="1.7"/>
<category slug="callbacks-object"/>
<category slug="version/1.7"/>
</entry>
4 changes: 2 additions & 2 deletions entries/callbacks.fireWith.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ callbacks.fireWith( window, ['foo','bar']);
// outputs: Received: foo, bar
</pre>
</longdesc>
<category name="Callbacks Object" slug="callbacks-object"/>
<category name="Version 1.7" slug="1.7"/>
<category slug="callbacks-object"/>
<category slug="version/1.7"/>
</entry>
4 changes: 2 additions & 2 deletions entries/callbacks.fired.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ callbacks.fire( 'world '); // outputs: 'foo: world'
console.log( callbacks.fired() );
</pre>
</longdesc>
<category name="Callbacks Object" slug="callbacks-object"/>
<category name="Version 1.7" slug="1.7"/>
<category slug="callbacks-object"/>
<category slug="version/1.7"/>
</entry>
4 changes: 2 additions & 2 deletions entries/callbacks.has.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ console.log( callbacks.has( foo ) ); // true
console.log( callbacks.has( bar ) ); // false
]]></code>
</example>
<category name="Callbacks Object" slug="callbacks-object"/>
<category name="Version 1.7" slug="1.7"/>
<category slug="callbacks-object"/>
<category slug="version/1.7"/>
</entry>
4 changes: 2 additions & 2 deletions entries/callbacks.lock.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ callbacks.fire( 'world' );
</example>


<category name="Callbacks Object" slug="callbacks-object"/>
<category name="Version 1.7" slug="1.7"/>
<category slug="callbacks-object"/>
<category slug="version/1.7"/>
</entry>
Loading

0 comments on commit e3c9d15

Please sign in to comment.