<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rad Geek's Projects &#187; Footnotes for WordPress</title>
	<atom:link href="http://projects.radgeek.com/tag/wp-footnotes/feed/" rel="self" type="application/rss+xml" />
	<link>http://projects.radgeek.com</link>
	<description>the software industry of a secessionist republic of one</description>
	<lastBuildDate>Sat, 25 May 2013 20:07:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Now available: Footnotes for WordPress</title>
		<link>http://projects.radgeek.com/2010/03/06/now-available-footnotes-for-wordpress/</link>
		<comments>http://projects.radgeek.com/2010/03/06/now-available-footnotes-for-wordpress/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 03:15:13 +0000</pubDate>
		<dc:creator>Rad Geek</dc:creator>
				<category><![CDATA[Footnotes for WordPress]]></category>
		<category><![CDATA[New project]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://projects.radgeek.com/?p=193</guid>
		<description><![CDATA[I&#8217;m happy to announce the initial public release (2010.0306) of Footnotes for WordPress, a new open-source plugin for the WordPress blogging platform. Footnotes for WordPress is a simple plugin designed with a simple aim in mind: to make it dead-easy to include decently-formatted footnotes in posts and pages on your WordPress blog. The plugin includes [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce <a href="http://downloads.wordpress.org/plugin/footnotes-for-wordpress.2010.0306.zip">the initial public release (2010.0306)</a> of <strong>Footnotes for WordPress</strong>, a new open-source plugin for the <a href="http://wordpress.org/">WordPress</a> blogging platform. Footnotes for WordPress is a simple plugin designed with a simple aim in mind: to make it dead-easy to include decently-formatted footnotes in posts and pages on your WordPress blog.<sup>[<a href="#now-available-footnotes-for-wordpress-n-1" class="footnoted" id="to-now-available-footnotes-for-wordpress-n-1">1</a>]</sup></p>

<p>The plugin includes three major components: (1) a PHP module which implements easy-to-use shortcodes for footnotes in FeedWordPress; (2) a small JavaScript module which allows JavaScript-enabled browsers to display the footnote in a small bubble that pops up over the footnote reference, for easy reading; and (3) a stylesheet and small collection of images, which control the default appearance of footnote references, the content of footnotes, and the content of footnotes when displayed inline. The plugin makes extensive use of CSS classes to determine the appearance of the footnotes, meaning that you can override it with your own favored appearance from within your WordPress theme&#8217;s stylesheets.</p>

<p><strong>Installation:</strong> Installation is designed to be dead simple. Download the <a href="http://downloads.wordpress.org/plugin/footnotes-for-wordpress.2010.0306.zip">installation package</a>, install the contents in the plugins directory of your WordPress website, and activate the plugin from within the WordPress Plugins control panel. The plugin should begin working automatically as soon as it is activated.</p>

<p><strong>Usage:</strong> Shortcodes are based on MediaWiki&#8217;s syntax for footnotes. To create a footnote, you can use the following WordPress shortcode:</p>

<p><code><pre>
This text is footnoted.&#091;ref]With this footnote&#091;/ref]
</pre></code></p>

<p>The plugin will automatically generate a unique HTML ID for each footnote that you add. However, if you wish to set a specific HTML ID of your own, you can use the <code>name="..."</code> parameter:</p>

<p><code><pre>
You can make the plugin generate IDs
with different names.&#091;ref name="any-id-you-please"]Any IDs you
please!&#091;/ref]
</pre></code></p>

<p>By default, the plugin will automatically place all footnotes at the end of your post. If you want to display the footnote content somewhere else in the post (for example, because you want to place it above a list of &#8220;see also&#8221; likes), you can do so using the <code>&#091;references/]</code> shortcode:</p>

<div>
<code><pre>
This text is footnoted.&#091;ref]With
this footnote.&#091;/ref]
     
And our footnotes will appear here:

&#091;references/]

&lt;h3&gt;See also:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://example.com/1/"&gt;Post 1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://example.com/2/"&gt;Post 2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</code></pre>
</div>

<p><strong>Download and enjoy!</strong> As always, if you have any issues with the release, or if there is anything that you would like to see included in a future release, please use the comments form or drop me a line to let me know about it.</p>

<ol class="footnotes">
	<li class="footnote" id="now-available-footnotes-for-wordpress-n-1"><strong><sup>[1]</sup></strong> In fact, I am using the plugin on this installation of WordPress, so you can see what kind of output it produces right here. <a class="note-return" href="#to-now-available-footnotes-for-wordpress-n-1">&#x21A9;</a></li></ol>
]]></content:encoded>
			<wfw:commentRss>http://projects.radgeek.com/2010/03/06/now-available-footnotes-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
