<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 h3. jQuery Microformats
 
+*At the moment and for the next few days (maybe weeks) only parseLocal will be available as I am going to write all the parsers then apply the remote system*
+
 jQuery Microformats is an in development jQuery plugin for parsing local and remote documents for &quot;microformats&quot;:http://microformats.org/wiki/Main_Page. 
 
 h3. Example Code</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@
 &lt;script type=&quot;text/javascript&quot;&gt;
 $(document).ready(function() {
 	$.microformats.parseLocal();
-	console.log($.microformats.hCards[0].org);
+	console.log($.microformats.hCards);
 });
 
 &lt;/script&gt;
@@ -40,6 +40,5 @@ $(document).ready(function() {
    &lt;span class=&quot;email&quot;&gt;info@commerce.net&lt;/span&gt;
   &lt;/div&gt;
 &lt;/div&gt;
-
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>hcard.htm</filename>
    </modified>
    <modified>
      <diff>@@ -6,12 +6,12 @@ jQuery.fn.parseMicroformatAttribute = function() {
 	}
 };
 jQuery.microformats = { 
-	
 	availableFormats: ['hCard', 'hCalendar', 'hReview', 'XFN'],
 	hCards: [],
 	hCalendars: [],
 	hReviews: [],
 	XF: [],
+	lastRemote: false,
 	documentParsed: {
 		hCard 		: false,
 		hCalender	: false,
@@ -19,6 +19,8 @@ jQuery.microformats = {
 		XFN			: false	
 	},
 	hCard: function(target, settings){
+		//console.log(settings);
+		//console.log(target);
 		var foundHCards = [];
 		var standardAttributes = [
 				{name: 'fn', class: '.fn'},
@@ -52,7 +54,11 @@ jQuery.microformats = {
 					]
 				}
 			];
+		//console.log(target);
+		console.log(target);
+		console.log(typeof(target));
 		jQuery(target).find('.vcard').each(function() {
+			alert('anything');
 			var vCardObject = {};
 			var current = this;
 			jQuery.each(standardAttributes, function() {
@@ -132,27 +138,6 @@ jQuery.microformats = {
 		}
 	},
 	parseRemote : function(target, settings) {
-		settings = jQuery.extend({
-			microformats: &quot;all&quot;,
-			appendToLocal: true
-		}, settings);
-		var page = '';
-		console.log(target);
-		$('body').load('http://digg.com/users/MakiMaki');
-		if(typeof(settings.microformats) == &quot;string&quot;) {
-			if(settings.microformats == 'all') {
-				settings.microformats = this.availableFormats;
-			} else {
-				settings.microformats = [settings.microformats];	
-			}
-		}
-		var passedSettings = {
-			appendToLocal: settings.appendToLocal	
-		}
-		for(i = 0; i &lt; settings.microformats.length; i++) {
-			if(jQuery.isFunction(eval('jQuery.microformats.'+settings.microformats[i]))) {
-				eval('jQuery.microformats.'+settings.microformats[i]+'(page, passedSettings)');
-			}
-		}
+		return true;
 	}
-};
+};
\ No newline at end of file</diff>
      <filename>lib/jquery.microformats.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8251771d9263167a2853b6687a0e98178d657420</id>
    </parent>
  </parents>
  <author>
    <name>stuartloxton</name>
    <email>stuart.loxton@googlemail.com</email>
  </author>
  <url>http://github.com/stuartloxton/jquery-microformats/commit/05f7adc918b641095bbe32ecbe26066d0cc13f52</url>
  <id>05f7adc918b641095bbe32ecbe26066d0cc13f52</id>
  <committed-date>2008-05-12T14:54:28-07:00</committed-date>
  <authored-date>2008-05-12T14:54:28-07:00</authored-date>
  <message>Removed parseRemote() code.</message>
  <tree>189f1e0cd425b7f12ff323eb4264bf6b631ba23b</tree>
  <committer>
    <name>stuartloxton</name>
    <email>stuart.loxton@googlemail.com</email>
  </committer>
</commit>
