<?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>Oracle of ONE1 &#187; ggis InlinePost</title>
	<atom:link href="http://dvector.com/oracle/category/wordpress/ggis-inlinepost-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://dvector.com/oracle</link>
	<description>Obscure words of unity</description>
	<lastBuildDate>Wed, 31 Aug 2011 21:25:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Release of ggis-InlinePost v1.1</title>
		<link>http://dvector.com/oracle/2010/06/26/release-of-ggis-inlinepost-v1-1/</link>
		<comments>http://dvector.com/oracle/2010/06/26/release-of-ggis-inlinepost-v1-1/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 16:12:35 +0000</pubDate>
		<dc:creator>one1</dc:creator>
				<category><![CDATA[ggis InlinePost]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[ggis-inlinepost]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://dvector.com/oracle/?p=399</guid>
		<description><![CDATA[The version 1.1 of ggis-InlinePost is released into the wild on June 26, 2010. It is available for download from the WP plugin directory. This release fixes a few minor issues, converts to standard shortcode conventions, and has been tested with the recently released WordPress 3.0.
Changelog

FIX: Shortcodes within an inlined post are now processed. Uses [...]]]></description>
			<content:encoded><![CDATA[<p>The version 1.1 of ggis-InlinePost is released into the wild on June 26, 2010. It is available for download from the <a href="http://downloads.wordpress.org/plugin/ggis-inline-post.1.1.zip">WP plugin directory</a>. This release fixes a few minor issues, converts to standard shortcode conventions, and has been tested with the recently released WordPress 3.0.</p>
<h3>Changelog</h3>
<ol>
<li>FIX: Shortcodes within an inlined post are now processed. Uses do_shortcode().</li>
<li>FIX: Comment metadata now shows correct number of comments made.</li>
<li>NEW: Change code convention to shortcode which allows use of the standard shortcode functions. Old insert methods are deprecated but will still work.</li>
<li>NEW: Recursive inlining now allowed when using new shortcode styling. Protection against infinite loop coded.</li>
<li>NEW Added the showcontent attribute to control display of the post&#8217;s content.</li>
</ol>
<p><span id="more-399"></span></p>
<h3>Shortcode convention</h3>
<p>Users will mainly notice that the code used to inline a post has been updated to the shortcode convention.</p>
<pre>&#91;ggisinlinepost id="%id" attribute1="%attr1" attribute2="%attr2"]
</pre>
<p>The previous code convention while deprecated will still work: <em>&#91;-ggis-inlinepost id=&#8221;%id&#8221; titletag=&#8221;%tag&#8221;-]</em>.</p>
<p>Usage is covered on the <a href="http://dvector.com/oracle/ggis-inlinepost/">ggis-inlinepost page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/oracle/2010/06/26/release-of-ggis-inlinepost-v1-1/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Release of ggis-InlinePost v1.0</title>
		<link>http://dvector.com/oracle/2010/06/03/release-of-ggis-inlinepost-v1-0/</link>
		<comments>http://dvector.com/oracle/2010/06/03/release-of-ggis-inlinepost-v1-0/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 20:06:49 +0000</pubDate>
		<dc:creator>one1</dc:creator>
				<category><![CDATA[ggis InlinePost]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[ggis-inlinepost]]></category>

		<guid isPermaLink="false">http://dvector.com/oracle/?p=377</guid>
		<description><![CDATA[Today, I release the version 1.0 of ggis-InlinePost. It is available for download from the WP plugin directory. This release fixes the improper newline formatting reported by a few users. Additionally, it adds or enhances the following:

FIX: Correct paragraph/newline formatting.
NEW: Inlined post now recognizes the &#8216;more&#8217; shortcode.
NEW: If a post requires a password, the password [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I release the version 1.0 of ggis-InlinePost. It is available for download from the <a title="Download ggis-inline-post.1.0" href="http://downloads.wordpress.org/plugin/ggis-inline-post.1.0.zip">WP plugin directory</a>. This release fixes the improper newline formatting reported by a few users. Additionally, it adds or enhances the following:</p>
<ol>
<li>FIX: Correct paragraph/newline formatting.</li>
<li>NEW: Inlined post now recognizes the &#8216;more&#8217; shortcode.</li>
<li>NEW: If a post requires a password, the password entry form will be displayed.</li>
<li>UPDATE: Improved display of metadata.</li>
</ol>
<p><span id="more-377"></span></p>
<p>The metadata uses the following CSS classes for display:</p>
<ul>
<li>entry-meta</li>
<li>meta-sep</li>
<li>meta-prep</li>
</ul>
<p>Please post your questions or comments on this post here.</p>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/oracle/2010/06/03/release-of-ggis-inlinepost-v1-0/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Plugin ggis-InlinePost for WordPress</title>
		<link>http://dvector.com/oracle/2008/11/02/plugin-ggis-inlinepost-for-wordpress/</link>
		<comments>http://dvector.com/oracle/2008/11/02/plugin-ggis-inlinepost-for-wordpress/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 23:20:04 +0000</pubDate>
		<dc:creator>one1</dc:creator>
				<category><![CDATA[ggis InlinePost]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[ggis-inlinepost]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dvector.com/oracle/?p=155</guid>
		<description><![CDATA[New plugin for Wordpress developed. It should be available on the their site shortly. In the meantime, it will be available for download here.
If you have any comments or questions, please add them here.
//UPDATE 5/11/2010
Usage is convered on the ggis-inlinepost page.
]]></description>
			<content:encoded><![CDATA[<p>New plugin for Wordpress developed. It should be available on the their site shortly. In the meantime, it will be available for <a title="ggis Inline Posts" href="http://wordpress.org/extend/plugins/ggis-inline-post/">download here</a>.</p>
<p>If you have any comments or questions, please add them here.</p>
<p>//UPDATE 5/11/2010</p>
<p>Usage is convered on the <a href="http://dvector.com/oracle/ggis-inlinepost/">ggis-inlinepost page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/oracle/2008/11/02/plugin-ggis-inlinepost-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

