<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Footnotes 0.9 Plugin for WordPress 2.0.x</title>
	<atom:link href="http://elvery.net/drzax/2006/02/10/footnotes-0-9-plugin-for-wordpress-2-0-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://elvery.net/drzax/2006/02/10/footnotes-0-9-plugin-for-wordpress-2-0-x/</link>
	<description>Someone or something wonderful or excellent.</description>
	<pubDate>Fri, 29 Aug 2008 00:31:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Simon</title>
		<link>http://elvery.net/drzax/2006/02/10/footnotes-0-9-plugin-for-wordpress-2-0-x/#comment-10622</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 28 Mar 2007 02:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.elvery.net/drzax/2006/02/10/footnotes-0-9-plugin-for-wordpress-2-0-x/#comment-10622</guid>
		<description>&lt;p&gt;Hi Folks. The new version is out and about in the wild. See all the details &lt;a href="http://elvery.net/drzax/more-things/wordpress-footnotes-plugin/" rel="nofollow"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;These comments are being closed. Any future comments should be sent to me via the &lt;a href="http://www.elvery.net/drzax/about/contact-author/" rel="nofollow"&gt;contact page&lt;/a&gt; or left on the &lt;a href="http://wordpress.org/extend/plugins/wp-footnotes/" rel="nofollow"&gt;WP Plugins Repository site&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;eddie: To answer your question it already has that ability, see the docs linked above.&lt;/p&gt;

&lt;p&gt;Cheers,
Simon&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Folks. The new version is out and about in the wild. See all the details <a href="http://elvery.net/drzax/more-things/wordpress-footnotes-plugin/" >here</a>.</p>
<p>These comments are being closed. Any future comments should be sent to me via the <a href="http://www.elvery.net/drzax/about/contact-author/" >contact page</a> or left on the <a href="http://wordpress.org/extend/plugins/wp-footnotes/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://wordpress.org/extend/plugins/wp-footnotes/');">WP Plugins Repository site</a>.</p>
<p>eddie: To answer your question it already has that ability, see the docs linked above.</p>
<p>Cheers,<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dgy</title>
		<link>http://elvery.net/drzax/2006/02/10/footnotes-0-9-plugin-for-wordpress-2-0-x/#comment-10585</link>
		<dc:creator>Dgy</dc:creator>
		<pubDate>Tue, 27 Mar 2007 04:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.elvery.net/drzax/2006/02/10/footnotes-0-9-plugin-for-wordpress-2-0-x/#comment-10585</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Your plugin looks nice, I am looking forward to the new version, as I am moving a site made up of static pages under wordpress. The site has many articles often with extensive footnotes, sometimes even hundreds. I use a pure css pop up to display the footnotes (the code is at the end of this comment). You can see it in action here:
http://www.holmi.org/arch/2005/09/06.html
The footnotes are at the end of the article, in order to be displayed, each needs to be inserted manually after the reference mark into the body of the article, which means that for example 
1 
must be replaced with
&lt;a href="#" rel="nofollow"&gt;1
&lt;strong&gt;1&lt;/strong&gt;Text of the footnote&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I know I can use a quicktag for this, but that would still involve an insane amount of copying and pasting. (There are hundreds of articles.) 
I would need your plugin to work in reverse, meaning the footnotes should be taken from the list at the end of the article, (actually the footnotes are just divs marked with a footnote class like this one:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. &lt;/strong&gt;Text of the footnote.&lt;/p&gt;

&lt;p&gt;) and each should be inserted in the body of the article, after the reference number, wrapped in this a tag and span class. I have looked at the source of your plugin, and I think it is feasible altering it to my needs, but I am not sure my php is good enough. I know this may be a lot of work, but this could be the ultimate killer footnote plugin.. (Ultimately the css could be placed automatically in the head and the style and position of the popup could be altered in tha options page.)&lt;/p&gt;

&lt;p&gt;That would be something to write footnotes about!&lt;/p&gt;

&lt;p&gt;Dgy.&lt;/p&gt;

&lt;p&gt;Here is the css for the popup:
.bpop { 
display: none; 
}&lt;/p&gt;

&lt;p&gt;a.footref:hover {
    border-width: 0; 
}&lt;/p&gt;

&lt;p&gt;.footref {
    text-decoration: none;
    color: #000;
}
.footref:hover .bpop {
    display: block;
    position: absolute;
    left: 30%;
    width: 70%;
    background: url(backgroundimagehere.gif);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: white;
    padding: 1px 3px 1px 85px;
    border: 3px #000 solid;
    font-size: 18px;
    color: black;
    z-index: 25;
}&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<br />
]]></content:encoded>
	</item>
	<item>
		<title>By: eddie</title>
		<link>http://elvery.net/drzax/2006/02/10/footnotes-0-9-plugin-for-wordpress-2-0-x/#comment-10578</link>
		<dc:creator>eddie</dc:creator>
		<pubDate>Tue, 27 Mar 2007 01:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.elvery.net/drzax/2006/02/10/footnotes-0-9-plugin-for-wordpress-2-0-x/#comment-10578</guid>
		<description>&lt;p&gt;Love this plugin, works great, looks sharp. :)&lt;/p&gt;

&lt;p&gt;Quick question/suggestion?&lt;/p&gt;

&lt;p&gt;If it's not already implemented, it would be awesome if I could have a footnote reference an existing comment.  i.e., if I was able to do (( My first footnote. ))&lt;/p&gt;

&lt;p&gt;And another comment here, that references the first: ((1)).&lt;/p&gt;

&lt;p&gt;That'd be fantastic.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Love this plugin, works great, looks sharp. <img src='http://elvery.net/drzax/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Quick question/suggestion?</p>
<p>If it&#8217;s not already implemented, it would be awesome if I could have a footnote reference an existing comment.  i.e., if I was able to do (( My first footnote. ))</p>
<p>And another comment here, that references the first: ((1)).</p>
<p>That&#8217;d be fantastic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philippK</title>
		<link>http://elvery.net/drzax/2006/02/10/footnotes-0-9-plugin-for-wordpress-2-0-x/#comment-10440</link>
		<dc:creator>philippK</dc:creator>
		<pubDate>Fri, 23 Mar 2007 17:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.elvery.net/drzax/2006/02/10/footnotes-0-9-plugin-for-wordpress-2-0-x/#comment-10440</guid>
		<description>&lt;p&gt;watching!!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>watching!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vulturo</title>
		<link>http://elvery.net/drzax/2006/02/10/footnotes-0-9-plugin-for-wordpress-2-0-x/#comment-10268</link>
		<dc:creator>Vulturo</dc:creator>
		<pubDate>Tue, 20 Mar 2007 18:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.elvery.net/drzax/2006/02/10/footnotes-0-9-plugin-for-wordpress-2-0-x/#comment-10268</guid>
		<description>&lt;p&gt;I'm watching too. Please do release the new version.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m watching too. Please do release the new version.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
