<?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/netlinx-workspace/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/netlinx-workspace/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 17 Feb 2015 01:43:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/netlinx-workspace/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Alex McLain</title><link>https://sourceforge.net/p/netlinx-workspace/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,67 +1,2 @@
-NetLinx Workspace
-===============
-netlinx-workspace
-
-A library for working with AMX NetLinx Studio workspaces in Ruby.
-
-[![Gem Version](https://badge.fury.io/rb/netlinx-workspace.png)](http://badge.fury.io/rb/netlinx-workspace)
-
-This library provides a developer API for working with NetLinx Studio workspaces in Ruby. It also adds compiler support to the [NetLinx Compile](https://sourceforge.net/p/netlinx-compile/wiki/Home/) gem for these workspaces.
-
-*THIS IS A THIRD-PARTY TOOL AND IS NOT AFFILIATED WITH THE AMX ORGANIZATION*
-
-
-Installation
-------------
-
-netlinx-workspace is available as a Ruby gem.
-
-1. Install [Ruby](http://www.ruby-lang.org/en/downloads/) (For Windows use [RubyInstaller](http://rubyinstaller.org/) and make sure ruby/bin is in your [system path](http://www.computerhope.com/issues/ch000549.htm).)
-2. Open the [command line](http://www.addictivetips.com/windows-tips/windows-7-elevated-command-prompt-in-context-menu/) and type:
-
-    ***gem install netlinx-workspace***
-    ***gem install netlinx-compile*** (optional: for compiler support)
-
-
-Use
----
-
-**NetLinx Compile Support**
-
-Installing this gem automatically enables support for NetLinx Compile to compile NetLinx Studio (.apw) files.
-
-
-**Ruby Developer API**
-
-A Ruby API is provided for developers looking to integrate the NetLinx Workspace library into thier own tools.
-[NetLinx Workspace Developer Documentation](http://rubydoc.info/gems/netlinx-workspace/frames)
-
-Status
-------
-
-This tool is known to be stable when integrated with netlinx-compile.
-API features are still in development.
-
-
-Licensing
----------
-
-This project is licensed under the Apache License, Version 2.0.
-A copy of the license can be obtained from http://www.apache.org/licenses/LICENSE-2.0
-
-
-Contact
---------
-
-http://www.alexmclain.com/contact
-
-
-Related Projects
-----------------
-* [NetLinx Compile](https://sourceforge.net/p/netlinx-compile/wiki/Home/)
-* [Sublime Text AMX NetLinx Plugin](https://sourceforge.net/p/sublime-netlinx/wiki/Home/)
-
-
-**All Projects**
-
-* [Alex McLain's Open Source Projects](http://www.alexmclain.com/projects)
+Documentation available at:
+https://github.com/amclain/netlinx-workspace
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex McLain</dc:creator><pubDate>Tue, 17 Feb 2015 01:43:15 -0000</pubDate><guid>https://sourceforge.net12a70c7fa0135fb4b9b814cdc0b9faf20a33a60a</guid></item><item><title>Home modified by Alex McLain</title><link>https://sourceforge.net/p/netlinx-workspace/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -33,7 +33,8 @@

 **Ruby Developer API**

-A Ruby API is provided for developers looking to integrate the NetLinx Workspace library into thier own tools. For developer documentation, clone down this repository and run ***rake doc***. Ruby RDoc will be available in the *doc* folder.
+A Ruby API is provided for developers looking to integrate the NetLinx Workspace library into thier own tools.
+[NetLinx Workspace Developer Documentation](http://rubydoc.info/gems/netlinx-workspace/frames)

 Status
 ------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex McLain</dc:creator><pubDate>Sat, 24 Aug 2013 19:21:18 -0000</pubDate><guid>https://sourceforge.net869eeff0181063456021609912ab7c7d5a705764</guid></item><item><title>Home modified by Alex McLain</title><link>https://sourceforge.net/p/netlinx-workspace/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -38,7 +38,8 @@
 Status
 ------

-This tool is known to be stable.
+This tool is known to be stable when integrated with netlinx-compile.
+API features are still in development.

 Licensing
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex McLain</dc:creator><pubDate>Sat, 24 Aug 2013 19:08:28 -0000</pubDate><guid>https://sourceforge.netb863d1af987531db52435b09eec5aa75687f9785</guid></item><item><title>Home modified by Alex McLain</title><link>https://sourceforge.net/p/netlinx-workspace/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,65 @@
-Welcome to your wiki!
+NetLinx Workspace
+===============
+netlinx-workspace

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+A library for working with AMX NetLinx Studio workspaces in Ruby.

-The wiki uses [Markdown](/p/netlinx-workspace/wiki/markdown_syntax/) syntax.
+[![Gem Version](https://badge.fury.io/rb/netlinx-workspace.png)](http://badge.fury.io/rb/netlinx-workspace)

-[[members limit=20]]
-[[download_button]]
+This library provides a developer API for working with NetLinx Studio workspaces in Ruby. It also adds compiler support to the [NetLinx Compile](https://sourceforge.net/p/netlinx-compile/wiki/Home/) gem for these workspaces.
+
+*THIS IS A THIRD-PARTY TOOL AND IS NOT AFFILIATED WITH THE AMX ORGANIZATION*
+
+
+Installation
+------------
+
+netlinx-workspace is available as a Ruby gem.
+
+1. Install [Ruby](http://www.ruby-lang.org/en/downloads/) (For Windows use [RubyInstaller](http://rubyinstaller.org/) and make sure ruby/bin is in your [system path](http://www.computerhope.com/issues/ch000549.htm).)
+2. Open the [command line](http://www.addictivetips.com/windows-tips/windows-7-elevated-command-prompt-in-context-menu/) and type:
+
+    ***gem install netlinx-workspace***
+    ***gem install netlinx-compile*** (optional: for compiler support)
+
+
+Use
+---
+
+**NetLinx Compile Support**
+
+Installing this gem automatically enables support for NetLinx Compile to compile NetLinx Studio (.apw) files.
+
+
+**Ruby Developer API**
+
+A Ruby API is provided for developers looking to integrate the NetLinx Workspace library into thier own tools. For developer documentation, clone down this repository and run ***rake doc***. Ruby RDoc will be available in the *doc* folder.
+
+Status
+------
+
+This tool is known to be stable.
+
+
+Licensing
+---------
+
+This project is licensed under the Apache License, Version 2.0.
+A copy of the license can be obtained from http://www.apache.org/licenses/LICENSE-2.0
+
+
+Contact
+--------
+
+http://www.alexmclain.com/contact
+
+
+Related Projects
+----------------
+* [NetLinx Compile](https://sourceforge.net/p/netlinx-compile/wiki/Home/)
+* [Sublime Text AMX NetLinx Plugin](https://sourceforge.net/p/sublime-netlinx/wiki/Home/)
+
+
+**All Projects**
+
+* [Alex McLain's Open Source Projects](http://www.alexmclain.com/projects)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex McLain</dc:creator><pubDate>Sat, 24 Aug 2013 18:46:06 -0000</pubDate><guid>https://sourceforge.netc2ad42f999b80469bcaebfa6fa073fa82ece15cf</guid></item><item><title>Home modified by Alex McLain</title><link>https://sourceforge.net/p/netlinx-workspace/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/netlinx-workspace/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/amclain/"&gt;Alex McLain&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-5211c2f2b9363c45e08fe565" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex McLain</dc:creator><pubDate>Mon, 19 Aug 2013 07:02:10 -0000</pubDate><guid>https://sourceforge.netcd0e4ef6be4545b89234a209a5747a9ebebc7f57</guid></item></channel></rss>