<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/opengcd/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/opengcd/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 28 Jul 2014 00:55:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/opengcd/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Mark Heily</title><link>https://sourceforge.net/p/opengcd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -1,3 +1,6 @@
+NOTE --- THIS PROJECT HAS MOVED TO GITHUB
+---
+
 OpenGCD
 ---

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Heily</dc:creator><pubDate>Mon, 28 Jul 2014 00:55:33 -0000</pubDate><guid>https://sourceforge.neta2c0e35e7fb37ad55238c2a5f80215e0ceb06b4c</guid></item><item><title>Home modified by Mark Heily</title><link>https://sourceforge.net/p/opengcd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -18,14 +18,16 @@

 [[download_button]]

+ 

 Support
 ---

-Please direct all questions to the 'opengcd-support' mailing list. If you want to get notified when a new version is released, consider subscribing to the 'opengcd-announce' mailing list.
+There is a mailing list named 'opengcd-support' that provides a general forum for questions about OpenGCD. If you want to get notified when a new version is released, consider subscribing to the 'opengcd-announce' mailing list.
+
+There is also an IRC channel named '##opengcd' on irc.freenode.net where developers hang out. If you don't have an IRC client, click [here](http://webchat.freenode.net/?randomnick=1&amp;amp;channels=%23%23opengcd) to visit the IRC channel in your web browser.

 See also
 ---
  * [TargetPlatforms]
  * [HowToBuild]
-
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Heily</dc:creator><pubDate>Wed, 09 Oct 2013 01:41:51 -0000</pubDate><guid>https://sourceforge.net4315909da631b50cfe749a25d7865ed0a96bdbfb</guid></item><item><title>WikiPage Home modified by Mark Heily</title><link>https://sourceforge.net/p/opengcd/wiki/Home/</link><description>&lt;pre&gt;--- v7
+++ v8
@@ -13,7 +13,8 @@
 Download
 ---
 
-Click the link below to go to the download page.
+Click the link below to go to the download page. 
+
 
 [[download_button]]
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Heily</dc:creator><pubDate>Wed, 31 Oct 2012 02:08:16 -0000</pubDate><guid>https://sourceforge.net18b90c3664b668142dff88409f48f3d657009525</guid></item><item><title>WikiPage Home modified by Mark Heily</title><link>https://sourceforge.net/p/opengcd/wiki/Home/</link><description>&lt;pre&gt;--- v6
+++ v7
@@ -17,6 +17,7 @@
 
 [[download_button]]
 
+
 Support
 ---
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Heily</dc:creator><pubDate>Wed, 31 Oct 2012 02:06:56 -0000</pubDate><guid>https://sourceforge.net2f1ae18082b7bdf8a97e9d377d51412d7add0420</guid></item><item><title>WikiPage Home modified by Mark Heily</title><link>https://sourceforge.net/p/opengcd/wiki/Home/</link><description>&lt;pre&gt;--- v5
+++ v6
@@ -10,6 +10,13 @@
 
 These components together provide the complete functionality needed to port programs that use GCD to other platforms.
 
+Download
+---
+
+Click the link below to go to the download page.
+
+[[download_button]]
+
 Support
 ---
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Heily</dc:creator><pubDate>Wed, 31 Oct 2012 02:06:18 -0000</pubDate><guid>https://sourceforge.net72989fee56380a9f1ff991e68f5395ac692093ca</guid></item><item><title>WikiPage Home modified by Mark Heily</title><link>https://sourceforge.net/p/opengcd/wiki/Home/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -9,19 +9,14 @@
 * libBlocksRuntime
 
 These components together provide the complete functionality needed to port programs that use GCD to other platforms.
- 
-Topics:
 
+Support
+---
+
+Please direct all questions to the 'opengcd-support' mailing list. If you want to get notified when a new version is released, consider subscribing to the 'opengcd-announce' mailing list.
+
+See also
+---
  * [TargetPlatforms]
  * [HowToBuild]
 
-
-The wiki uses [Markdown](/p/opengcd/wiki/markdown_syntax/) syntax.
-
-Admins:
-
-[[project_admins]]
-
-Download:
-
-[[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Heily</dc:creator><pubDate>Wed, 31 Oct 2012 02:05:27 -0000</pubDate><guid>https://sourceforge.net514a66a8a6f56b15c1fc61d509ace1b4b8a68abf</guid></item><item><title>WikiPage Home modified by Mark Heily</title><link>https://sourceforge.net/p/opengcd/wiki/Home/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -1,6 +1,15 @@
 OpenGCD
 ---
 
+OpenGCD provides a portable implementation of the [Grand Central Dispatch](http://en.wikipedia.org/wiki/Grand_Central_Dispatch) API. It combines several components:
+
+* libdispatch
+* libkqueue
+* libpthread_workqueue
+* libBlocksRuntime
+
+These components together provide the complete functionality needed to port programs that use GCD to other platforms.
+ 
 Topics:
 
  * [TargetPlatforms]
@@ -9,5 +18,10 @@
 
 The wiki uses [Markdown](/p/opengcd/wiki/markdown_syntax/) syntax.
 
+Admins:
+
 [[project_admins]]
+
+Download:
+
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Heily</dc:creator><pubDate>Thu, 25 Oct 2012 12:08:37 -0000</pubDate><guid>https://sourceforge.netb185d899db81b5e8599a7def3ee2eb3ceec15bd6</guid></item><item><title>WikiPage Home modified by Mark Heily</title><link>https://sourceforge.net/p/opengcd/wiki/Home/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -3,6 +3,7 @@
 
 Topics:
 
+ * [TargetPlatforms]
  * [HowToBuild]
 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Heily</dc:creator><pubDate>Wed, 06 Jun 2012 22:36:17 -0000</pubDate><guid>https://sourceforge.net0bd51912c682b2846d0c644705faa5d6a39ba85f</guid></item><item><title>WikiPage Home modified by Mark Heily</title><link>https://sourceforge.net/p/opengcd/wiki/Home/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,10 @@
-Welcome to your wiki!
+OpenGCD
+---
 
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Topics:
+
+ * [HowToBuild]
+
 
 The wiki uses [Markdown](/p/opengcd/wiki/markdown_syntax/) syntax.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Heily</dc:creator><pubDate>Wed, 06 Jun 2012 22:27:44 -0000</pubDate><guid>https://sourceforge.netb21d3d0ca2fe32126f8a8a1e3b7643c0127d3ab7</guid></item><item><title>WikiPage Home modified by Mark Heily</title><link>https://sourceforge.net/p/opengcd/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/opengcd/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Heily</dc:creator><pubDate>Wed, 06 Jun 2012 22:18:05 -0000</pubDate><guid>https://sourceforge.net56b031678abd93cf3b86aad9004b661c34359066</guid></item></channel></rss>