--- coins-metadata.php.orig	2008-10-04 14:41:05.000000000 -0700
+++ coins-metadata.php	2008-10-04 14:42:09.000000000 -0700
@@ -3,7 +3,7 @@
 Plugin Name: COinS Metadata Exposer
 Plugin URI: http://www.zotero.org
 Description: Makes your blog readable by Zotero and other COinS interpreters.
-Version: 0.5
+Version: 0.6
 Author: Sean Takats - Center for History and New Media
 Author URI: http://chnm.gmu.edu
 
@@ -32,8 +32,8 @@
 		$cats = $cats . "&amp;rft.subject=" . urlencode($cat->cat_name);
 	} ?>
 	
-	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=<?php echo(urlencode(get_the_title())); ?>&amp;rft.aulast=<?php echo(urlencode(get_the_author_lastname())); ?>&amp;rft.aufirst=<?php echo(urlencode(get_the_author_firstname())); echo $cats; ?>&amp;rft.source=<?php echo(urlencode(get_bloginfo('name'))); ?>&amp;rft.date=<?php the_time('Y-m-d'); ?>&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=<?php the_permalink(); ?>&amp;rft.language=English"></span>
+	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Fdev.zotero.org%3Awordpress&amp;rft.title=<?php echo(urlencode(get_the_title())); ?>&amp;rft.aulast=<?php echo(urlencode(get_the_author_lastname())); ?>&amp;rft.aufirst=<?php echo(urlencode(get_the_author_firstname())); echo $cats; ?>&amp;rft.source=<?php echo(urlencode(get_bloginfo('name'))); ?>&amp;rft.date=<?php the_time('Y-m-d'); ?>&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=<?php the_permalink(); ?>&amp;rft.language=English"></span>
 <?php 
 	return $content;
 }
-?>
\ No newline at end of file
+?>
