<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installation</title><link>https://sourceforge.net/p/phdl/wiki/Installation/</link><description>Recent changes to Installation</description><atom:link href="https://sourceforge.net/p/phdl/wiki/Installation/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 10 Nov 2012 01:01:01 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phdl/wiki/Installation/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Installation modified by Joshua Mangelson</title><link>https://sourceforge.net/p/phdl/wiki/Installation/</link><description>&lt;pre&gt;--- v25
+++ v26
@@ -2,6 +2,8 @@
 
 #PHDL Installation Instructions#
 There are two ways to use PHDL. The first way is with the command prompt (Option 1) and the second way is with an Eclipse IDE Plugin, (Option 2). We encourage new users to start with Option 1 as it requires the fewest additional software tools be installed.  Later, you may want to install the plugin (Option 2) since IDE plugins provide many useful features such as syntax highlighting, content assist, and automatic code completion that greatly improve productivity.
+
+Installing the plugin involves a few more steps through the use of eclipse update sites. Due to the nature of open source projects, and in particular the Xtext project which PHDL IDE is built around, the quantity of these steps is expected to decrease in future PHDL releases.
 
 ####Option 1 ― Install PHDL Command-Line Compiler and Translator####
 You can run the PHDL compiler as a stand-alone tool without any eclipse support if you would like.
@@ -21,40 +23,38 @@
 
 ####Option 2 ― Install the PHDL IDE Eclipse Plugin 2.1 (Beta) from the update site:####
 
-1. Install Java: Eclipse is a java-based application, and requires a suitable runtime environment to run. Regardless of your operating system, you will need a Java Virtual Machine (JVM). You may fulfill the requirement for installing a JVM by installing a Java Runtime Environment (JRE), or Java Development Kit (JDK). 
+  1. Install Java: Eclipse is a java-based application, and requires a suitable runtime environment to run. Regardless of your operating system, you will need a Java Virtual Machine (JVM). You may fulfill the requirement for installing a JVM by installing a Java Runtime Environment (JRE), or Java Development Kit (JDK). 
     * A popular source is Oracle, found [here](http://www.java.com). Install java 1.6 or higher.
 
-+ Eclipse: 
-    * If you do not have a working installation of Eclipse INDIGO or JUNO running or would like to install one with the X-text dependencies already set up, download and install one from [here](http://www.eclipse.org/Xtext/download.html). 
-        1. Select your operating system on the right hand side, and save the archive to your machine.
-            * For Windows: extract the contents of the archive. For example, extract to: C:\\Program Files\\eclipse.
-            * For Mac/Linux: after downloading, untar the file you get. The result will be an "Eclipse" folder which you simply copy instact into the Applications folder. Inside that folder is an Eclipse application icon which, when clicked, will open Eclipse. 
-        + The first time you run Eclipse it will ask you to select or create a workspace area. This is where Eclipse keeps all your projects.   
-   
-    * If you would like to use an existing installation of eclipse that you already have on your computer, then you will need to make sure you have the Xtext dependencies, to install them, do the following:
-
-        1. Modify The "eclipse.ini" File: PHDL IDE is built around the Xtext framework. Xtext requires a bit more resources from Eclipse than are available by default. Therefore, navigate to the installation location of Eclipse, and open the eclipse.ini file in a text editor. Add the following arguments after the -vmargs line.: -XX:MaxPermSize=256m and -Xmx512m If "-vmargs" is not present in the file, add it and then add those two arguments after it. Depending on your platform and where you installed eclipse, the location of eclipse.ini may be:
-            * For Windows: the file will be located at C:\\Program Files\\eclipse\\eclipse.ini
-            * For Mac: find where your eclipse is installed. On a typical machine it might be in: /Applications/eclipse. On that machine, the eclipse.ini file would be at: /Applications/eclipse/Eclipse.app/Contents/MacOS. The Mac Finder won't let you look inside a package directory (which Eclipse.app is). To get inside, right click the Eclipse icon inside /Applications/eclipse and choose "Show Package Contents". Alternatively, you can edit this file via the Terminal application and 'vi'.
-            * For Linux: the file will be located in "/eclipse/"
-
-        + Install Xtext Dependencies: 
-            * Start Eclipse, and wait for "building workspace" to complete if running. 
-            * From the menu bar, choose: Help -&gt; Install New Software...
-            * In the window that pops up, click Add... and copy and paste the following update site into the location: &lt;http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/&gt;
-            * Give the location a name (Xtext) for the update site. 
-            * Click OK. (If the OK button is not clickable, it means you already have an update site with that name or location, or there is a problem with your Eclipse installation.) The list may take a while to populate.
-            * From the list, select Xtext2.2.1 (way down at the bottom). 
-            * Proceed with the rest of the installation by clicking Next and agree to the terms, conditions and licensing. 
-            * Complete the wizard by clicking on the Next button until you can click Finish. The installation may ask questions regarding unsigned content, and to restart eclipse when finished. Click yes to these when prompted. It is important not to interrupt Eclipse during the installation process!
-
-+ Install PHDL IDE Plugin: Repeat the "Install Xtext Dependencies" step above with the following update site: &lt;http://phdl.sourceforge.net/update&gt;
+  + Install Eclipse: If you do not have a working installation of Eclipse INDIGO running, download and install one from [here](http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/indigosr2). Select your operating system on the right hand side, and choose the Eclipse IDE for Java developers on the following page. Download and save the archive to your machine.
+    * For Windows: extract the contents of the archive. For example, extract to: C:\\Program Files\\eclipse.
+    * For Mac/Linux: after downloading, untar the file you get. The result will be an "Eclipse" folder which you simply copy instact into the Applications folder. Inside that folder is an Eclipse application icon which, when clicked, will open Eclipse. However, hold off on running it until you have modified your eclipse.ini file in the next step.
+  + Modify The "eclipse.ini" File: PHDL IDE is built around the Xtext framework. Xtext requires a bit more resources from Eclipse than are available by default. Therefore, navigate to the installation location of Eclipse, and open the eclipse.ini file in a text editor. Add the arguments:
+     -XX:MaxPermSize=256m
+     -Xmx512m
+after the -vmargs line. If -vmargs is not present in the file, add it and then add those two arguments after it. Depending on your platform and where you installed eclipse, the location of eclipse.ini may be:
+    * For Windows: the file will be located at C:\\Program Files\\eclipse\\eclipse.ini
+    * For Mac: find where your eclipse is installed. On a typical machine it might be in: /Applications/eclipse. On that machine, the eclipse.ini file would be at: /Applications/eclipse/Eclipse.app/Contents/MacOS. The Mac Finder won't let you look inside a package directory (which Eclipse.app is). To get inside, right click the Eclipse icon inside /Applications/eclipse and choose "Show Package Contents". Alternatively, you can edit this file via the Terminal application and 'vi'.
+    * For Linux: the file will be located in /eclipse/
+  + Run Eclipse for the first time: The first time you run Eclipse it will ask you to select or create a workspace area. This is where Eclipse keeps all your projects. 
+    * If you have run Eclipse before, the existing workspace will work just fine. Otherwise, give it a directory name to keep your projects in.
+  * Install Xtext Dependencies: 
+    * Start Eclipse, and wait for "building workspace" to complete if running. 
+    * From the menu bar, choose: Help -&gt; Install New Software...
+    * In the window that pops up, click Add... and copy and paste the following update site into the location: &lt;http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/&gt;
+    * Give the location a name (Xtext) for the update site. 
+    * Click OK. (If the OK button is not clickable, it means you already have an update site with that name or location, or there is a problem with your Eclipse installation.) The list may take a while to populate.
+    * From the list, select Xtext2.2.1 (way down at the bottom). 
+    * Proceed with the rest of the installation by clicking Next and agree to the terms, conditions and licensing. 
+    * Complete the wizard by clicking on the Next button until you can click Finish. The installation may ask questions regarding unsigned content, and to restart eclipse when finished. Click yes to these when prompted. It is important not to interrupt Eclipse during the installation process!
+  * Install PHDL IDE Plugin: Repeat the previous step with the following update site: &lt;http://phdl.sourceforge.net/update&gt;
     * Enter a name (PHDL) for the update site and click OK. 
-    * Wait for the list to populate and choose the PHDL category. 
+    * Wait for the list to populate and choose the PHDL IDE category. 
     * Proceed through the installation prompts exactly as in the process above.
-* Install optional content assist template file: 
+  * Install optional content assist template file: 
     * In future releases of this plugin, this template file will be automatically included in the installation process. This template file will make smart proposals for PHDL constructs based on the context of where the proposals are queried. Once the file has been imported, use CTRL + SPACE to activate template proposals anywhere in your source code.
-    * The template file can be found [here](http://phdl.sourceforge.net/2.1/templates/templatesMac-Oct22-2012.xml) for Mac users and [here](http://phdl.sourceforge.net/2.1/templates/templates-Oct22-2012.xml), for non Mac users. You should take this file and put it on your local machine somewhere. To add it manually to the beta release you need to set it in the Eclipse preferences. 
+    * The template file can be found here for Mac users and here, for non Mac users. You should take this file and put it on your local machine somewhere. To add it manually to the beta release you need to set it in the Eclipse preferences. 
       * On Windows do this: choose Window -&gt; Preferences -&gt; Phdl -&gt; Templates -&gt; Import and import the template file found. 
       * On a Mac, open Preferences (CMD-,) and then open the PHDL item and and select Templates. As of writing this, the template called "Template to concatenate another connection" will not import on a Mac, and has been removed from the Mac template file. 
   * Using the Plugin: Congratulations! The PHDL IDE Eclipse plugin is now installed, and you may begin developing in PHDL. Please refer to the quickstart guide and our tutorial to get started!
+
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joshua Mangelson</dc:creator><pubDate>Sat, 10 Nov 2012 01:01:01 -0000</pubDate><guid>https://sourceforge.net7490c71ac3aa016947cf4ebbf9200e6a30395331</guid></item><item><title>WikiPage Installation modified by Joshua Mangelson</title><link>https://sourceforge.net/p/phdl/wiki/Installation/</link><description>&lt;pre&gt;--- v24
+++ v25
@@ -54,7 +54,7 @@
     * Proceed through the installation prompts exactly as in the process above.
 * Install optional content assist template file: 
     * In future releases of this plugin, this template file will be automatically included in the installation process. This template file will make smart proposals for PHDL constructs based on the context of where the proposals are queried. Once the file has been imported, use CTRL + SPACE to activate template proposals anywhere in your source code.
-    * The template file can be found here for Mac users and here, for non Mac users. You should take this file and put it on your local machine somewhere. To add it manually to the beta release you need to set it in the Eclipse preferences. 
+    * The template file can be found [here](http://phdl.sourceforge.net/2.1/templates/templatesMac-Oct22-2012.xml) for Mac users and [here](http://phdl.sourceforge.net/2.1/templates/templates-Oct22-2012.xml), for non Mac users. You should take this file and put it on your local machine somewhere. To add it manually to the beta release you need to set it in the Eclipse preferences. 
       * On Windows do this: choose Window -&gt; Preferences -&gt; Phdl -&gt; Templates -&gt; Import and import the template file found. 
       * On a Mac, open Preferences (CMD-,) and then open the PHDL item and and select Templates. As of writing this, the template called "Template to concatenate another connection" will not import on a Mac, and has been removed from the Mac template file. 
   * Using the Plugin: Congratulations! The PHDL IDE Eclipse plugin is now installed, and you may begin developing in PHDL. Please refer to the quickstart guide and our tutorial to get started!
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joshua Mangelson</dc:creator><pubDate>Mon, 22 Oct 2012 23:06:25 -0000</pubDate><guid>https://sourceforge.net9deefa7315ee5d5ee665fcd8ad811ff7594ae18e</guid></item><item><title>WikiPage Installation modified by Joshua Mangelson</title><link>https://sourceforge.net/p/phdl/wiki/Installation/</link><description>&lt;pre&gt;--- v23
+++ v24
@@ -50,7 +50,7 @@
 
 + Install PHDL IDE Plugin: Repeat the "Install Xtext Dependencies" step above with the following update site: &lt;http://phdl.sourceforge.net/update&gt;
     * Enter a name (PHDL) for the update site and click OK. 
-    * Wait for the list to populate and choose the PHDL IDE category. 
+    * Wait for the list to populate and choose the PHDL category. 
     * Proceed through the installation prompts exactly as in the process above.
 * Install optional content assist template file: 
     * In future releases of this plugin, this template file will be automatically included in the installation process. This template file will make smart proposals for PHDL constructs based on the context of where the proposals are queried. Once the file has been imported, use CTRL + SPACE to activate template proposals anywhere in your source code.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joshua Mangelson</dc:creator><pubDate>Mon, 22 Oct 2012 22:47:42 -0000</pubDate><guid>https://sourceforge.netd482f0ba4c08ce7438304256c748de52f50abe21</guid></item><item><title>WikiPage Installation modified by Joshua Mangelson</title><link>https://sourceforge.net/p/phdl/wiki/Installation/</link><description>&lt;pre&gt;--- v22
+++ v23
@@ -2,8 +2,6 @@
 
 #PHDL Installation Instructions#
 There are two ways to use PHDL. The first way is with the command prompt (Option 1) and the second way is with an Eclipse IDE Plugin, (Option 2). We encourage new users to start with Option 1 as it requires the fewest additional software tools be installed.  Later, you may want to install the plugin (Option 2) since IDE plugins provide many useful features such as syntax highlighting, content assist, and automatic code completion that greatly improve productivity.
-
-Installing the plugin involves a few more steps through the use of eclipse update sites. Due to the nature of open source projects, and in particular the Xtext project which PHDL IDE is built around, the quantity of these steps is expected to decrease in future PHDL releases.
 
 ####Option 1 ― Install PHDL Command-Line Compiler and Translator####
 You can run the PHDL compiler as a stand-alone tool without any eclipse support if you would like.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joshua Mangelson</dc:creator><pubDate>Mon, 22 Oct 2012 22:43:26 -0000</pubDate><guid>https://sourceforge.net211bcb0a01dbb26618310c00b395a3528e45339c</guid></item><item><title>WikiPage Installation modified by Joshua Mangelson</title><link>https://sourceforge.net/p/phdl/wiki/Installation/</link><description>&lt;pre&gt;--- v21
+++ v22
@@ -35,10 +35,7 @@
    
     * If you would like to use an existing installation of eclipse that you already have on your computer, then you will need to make sure you have the Xtext dependencies, to install them, do the following:
 
-        1. Modify The "eclipse.ini" File: PHDL IDE is built around the Xtext framework. Xtext requires a bit more resources from Eclipse than are available by default. Therefore, navigate to the installation location of Eclipse, and open the eclipse.ini file in a text editor. Add the arguments:
-            -XX:MaxPermSize=256m
-            -Xmx512m
-after the -vmargs line. If -vmargs is not present in the file, add it and then add those two arguments after it. Depending on your platform and where you installed eclipse, the location of eclipse.ini may be:
+        1. Modify The "eclipse.ini" File: PHDL IDE is built around the Xtext framework. Xtext requires a bit more resources from Eclipse than are available by default. Therefore, navigate to the installation location of Eclipse, and open the eclipse.ini file in a text editor. Add the following arguments after the -vmargs line.: -XX:MaxPermSize=256m and -Xmx512m If "-vmargs" is not present in the file, add it and then add those two arguments after it. Depending on your platform and where you installed eclipse, the location of eclipse.ini may be:
             * For Windows: the file will be located at C:\\Program Files\\eclipse\\eclipse.ini
             * For Mac: find where your eclipse is installed. On a typical machine it might be in: /Applications/eclipse. On that machine, the eclipse.ini file would be at: /Applications/eclipse/Eclipse.app/Contents/MacOS. The Mac Finder won't let you look inside a package directory (which Eclipse.app is). To get inside, right click the Eclipse icon inside /Applications/eclipse and choose "Show Package Contents". Alternatively, you can edit this file via the Terminal application and 'vi'.
             * For Linux: the file will be located in "/eclipse/"
@@ -53,7 +50,7 @@
             * Proceed with the rest of the installation by clicking Next and agree to the terms, conditions and licensing. 
             * Complete the wizard by clicking on the Next button until you can click Finish. The installation may ask questions regarding unsigned content, and to restart eclipse when finished. Click yes to these when prompted. It is important not to interrupt Eclipse during the installation process!
 
-+ Install PHDL IDE Plugin: Repeat the previous step with the following update site: &lt;http://phdl.sourceforge.net/update&gt;
++ Install PHDL IDE Plugin: Repeat the "Install Xtext Dependencies" step above with the following update site: &lt;http://phdl.sourceforge.net/update&gt;
     * Enter a name (PHDL) for the update site and click OK. 
     * Wait for the list to populate and choose the PHDL IDE category. 
     * Proceed through the installation prompts exactly as in the process above.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joshua Mangelson</dc:creator><pubDate>Mon, 22 Oct 2012 22:41:19 -0000</pubDate><guid>https://sourceforge.net018240b1cf8ee209a24e2fa304a40734ac24e52b</guid></item><item><title>WikiPage Installation modified by Joshua Mangelson</title><link>https://sourceforge.net/p/phdl/wiki/Installation/</link><description>&lt;pre&gt;--- v20
+++ v21
@@ -23,38 +23,43 @@
 
 ####Option 2 ― Install the PHDL IDE Eclipse Plugin 2.1 (Beta) from the update site:####
 
-  1. Install Java: Eclipse is a java-based application, and requires a suitable runtime environment to run. Regardless of your operating system, you will need a Java Virtual Machine (JVM). You may fulfill the requirement for installing a JVM by installing a Java Runtime Environment (JRE), or Java Development Kit (JDK). 
+1. Install Java: Eclipse is a java-based application, and requires a suitable runtime environment to run. Regardless of your operating system, you will need a Java Virtual Machine (JVM). You may fulfill the requirement for installing a JVM by installing a Java Runtime Environment (JRE), or Java Development Kit (JDK). 
     * A popular source is Oracle, found [here](http://www.java.com). Install java 1.6 or higher.
 
-  + Install Eclipse: If you do not have a working installation of Eclipse INDIGO running, download and install one from [here](http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/indigosr2). Select your operating system on the right hand side, and choose the Eclipse IDE for Java developers on the following page. Download and save the archive to your machine.
-    * For Windows: extract the contents of the archive. For example, extract to: C:\\Program Files\\eclipse.
-    * For Mac/Linux: after downloading, untar the file you get. The result will be an "Eclipse" folder which you simply copy instact into the Applications folder. Inside that folder is an Eclipse application icon which, when clicked, will open Eclipse. However, hold off on running it until you have modified your eclipse.ini file in the next step.
-  + Modify The "eclipse.ini" File: PHDL IDE is built around the Xtext framework. Xtext requires a bit more resources from Eclipse than are available by default. Therefore, navigate to the installation location of Eclipse, and open the eclipse.ini file in a text editor. Add the arguments:
-     -XX:MaxPermSize=256m
-     -Xmx512m
++ Eclipse: 
+    * If you do not have a working installation of Eclipse INDIGO or JUNO running or would like to install one with the X-text dependencies already set up, download and install one from [here](http://www.eclipse.org/Xtext/download.html). 
+        1. Select your operating system on the right hand side, and save the archive to your machine.
+            * For Windows: extract the contents of the archive. For example, extract to: C:\\Program Files\\eclipse.
+            * For Mac/Linux: after downloading, untar the file you get. The result will be an "Eclipse" folder which you simply copy instact into the Applications folder. Inside that folder is an Eclipse application icon which, when clicked, will open Eclipse. 
+        + The first time you run Eclipse it will ask you to select or create a workspace area. This is where Eclipse keeps all your projects.   
+   
+    * If you would like to use an existing installation of eclipse that you already have on your computer, then you will need to make sure you have the Xtext dependencies, to install them, do the following:
+
+        1. Modify The "eclipse.ini" File: PHDL IDE is built around the Xtext framework. Xtext requires a bit more resources from Eclipse than are available by default. Therefore, navigate to the installation location of Eclipse, and open the eclipse.ini file in a text editor. Add the arguments:
+            -XX:MaxPermSize=256m
+            -Xmx512m
 after the -vmargs line. If -vmargs is not present in the file, add it and then add those two arguments after it. Depending on your platform and where you installed eclipse, the location of eclipse.ini may be:
-    * For Windows: the file will be located at C:\\Program Files\\eclipse\\eclipse.ini
-    * For Mac: find where your eclipse is installed. On a typical machine it might be in: /Applications/eclipse. On that machine, the eclipse.ini file would be at: /Applications/eclipse/Eclipse.app/Contents/MacOS. The Mac Finder won't let you look inside a package directory (which Eclipse.app is). To get inside, right click the Eclipse icon inside /Applications/eclipse and choose "Show Package Contents". Alternatively, you can edit this file via the Terminal application and 'vi'.
-    * For Linux: the file will be located in /eclipse/
-  + Run Eclipse for the first time: The first time you run Eclipse it will ask you to select or create a workspace area. This is where Eclipse keeps all your projects. 
-    * If you have run Eclipse before, the existing workspace will work just fine. Otherwise, give it a directory name to keep your projects in.
-  * Install Xtext Dependencies: 
-    * Start Eclipse, and wait for "building workspace" to complete if running. 
-    * From the menu bar, choose: Help -&gt; Install New Software...
-    * In the window that pops up, click Add... and copy and paste the following update site into the location: &lt;http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/&gt;
-    * Give the location a name (Xtext) for the update site. 
-    * Click OK. (If the OK button is not clickable, it means you already have an update site with that name or location, or there is a problem with your Eclipse installation.) The list may take a while to populate.
-    * From the list, select Xtext2.2.1 (way down at the bottom). 
-    * Proceed with the rest of the installation by clicking Next and agree to the terms, conditions and licensing. 
-    * Complete the wizard by clicking on the Next button until you can click Finish. The installation may ask questions regarding unsigned content, and to restart eclipse when finished. Click yes to these when prompted. It is important not to interrupt Eclipse during the installation process!
-  * Install PHDL IDE Plugin: Repeat the previous step with the following update site: &lt;http://phdl.sourceforge.net/update&gt;
+            * For Windows: the file will be located at C:\\Program Files\\eclipse\\eclipse.ini
+            * For Mac: find where your eclipse is installed. On a typical machine it might be in: /Applications/eclipse. On that machine, the eclipse.ini file would be at: /Applications/eclipse/Eclipse.app/Contents/MacOS. The Mac Finder won't let you look inside a package directory (which Eclipse.app is). To get inside, right click the Eclipse icon inside /Applications/eclipse and choose "Show Package Contents". Alternatively, you can edit this file via the Terminal application and 'vi'.
+            * For Linux: the file will be located in "/eclipse/"
+
+        + Install Xtext Dependencies: 
+            * Start Eclipse, and wait for "building workspace" to complete if running. 
+            * From the menu bar, choose: Help -&gt; Install New Software...
+            * In the window that pops up, click Add... and copy and paste the following update site into the location: &lt;http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/&gt;
+            * Give the location a name (Xtext) for the update site. 
+            * Click OK. (If the OK button is not clickable, it means you already have an update site with that name or location, or there is a problem with your Eclipse installation.) The list may take a while to populate.
+            * From the list, select Xtext2.2.1 (way down at the bottom). 
+            * Proceed with the rest of the installation by clicking Next and agree to the terms, conditions and licensing. 
+            * Complete the wizard by clicking on the Next button until you can click Finish. The installation may ask questions regarding unsigned content, and to restart eclipse when finished. Click yes to these when prompted. It is important not to interrupt Eclipse during the installation process!
+
++ Install PHDL IDE Plugin: Repeat the previous step with the following update site: &lt;http://phdl.sourceforge.net/update&gt;
     * Enter a name (PHDL) for the update site and click OK. 
     * Wait for the list to populate and choose the PHDL IDE category. 
     * Proceed through the installation prompts exactly as in the process above.
-  * Install optional content assist template file: 
+* Install optional content assist template file: 
     * In future releases of this plugin, this template file will be automatically included in the installation process. This template file will make smart proposals for PHDL constructs based on the context of where the proposals are queried. Once the file has been imported, use CTRL + SPACE to activate template proposals anywhere in your source code.
     * The template file can be found here for Mac users and here, for non Mac users. You should take this file and put it on your local machine somewhere. To add it manually to the beta release you need to set it in the Eclipse preferences. 
       * On Windows do this: choose Window -&gt; Preferences -&gt; Phdl -&gt; Templates -&gt; Import and import the template file found. 
       * On a Mac, open Preferences (CMD-,) and then open the PHDL item and and select Templates. As of writing this, the template called "Template to concatenate another connection" will not import on a Mac, and has been removed from the Mac template file. 
   * Using the Plugin: Congratulations! The PHDL IDE Eclipse plugin is now installed, and you may begin developing in PHDL. Please refer to the quickstart guide and our tutorial to get started!
-
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joshua Mangelson</dc:creator><pubDate>Mon, 22 Oct 2012 22:31:14 -0000</pubDate><guid>https://sourceforge.netee8820e2abf42f43f8ab82fe9f86c0aa8dcf0dd3</guid></item><item><title>WikiPage Installation modified by Brent Nelson</title><link>https://sourceforge.net/p/phdl/wiki/Installation/</link><description>&lt;pre&gt;--- v19
+++ v20
@@ -41,13 +41,13 @@
   * Install Xtext Dependencies: 
     * Start Eclipse, and wait for "building workspace" to complete if running. 
     * From the menu bar, choose: Help -&gt; Install New Software...
-    * In the window that pops up, click Add... and copy and paste the following update site into the location: http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/
+    * In the window that pops up, click Add... and copy and paste the following update site into the location: &lt;http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/&gt;
     * Give the location a name (Xtext) for the update site. 
     * Click OK. (If the OK button is not clickable, it means you already have an update site with that name or location, or there is a problem with your Eclipse installation.) The list may take a while to populate.
     * From the list, select Xtext2.2.1 (way down at the bottom). 
     * Proceed with the rest of the installation by clicking Next and agree to the terms, conditions and licensing. 
     * Complete the wizard by clicking on the Next button until you can click Finish. The installation may ask questions regarding unsigned content, and to restart eclipse when finished. Click yes to these when prompted. It is important not to interrupt Eclipse during the installation process!
-  * Install PHDL IDE Plugin: Repeat the previous step with the following update site: http://phdl.sourceforge.net/update
+  * Install PHDL IDE Plugin: Repeat the previous step with the following update site: &lt;http://phdl.sourceforge.net/update&gt;
     * Enter a name (PHDL) for the update site and click OK. 
     * Wait for the list to populate and choose the PHDL IDE category. 
     * Proceed through the installation prompts exactly as in the process above.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brent Nelson</dc:creator><pubDate>Thu, 11 Oct 2012 15:07:23 -0000</pubDate><guid>https://sourceforge.net2a3ae24e4bd23cd8922cc3ad49e4a83567c1ce88</guid></item><item><title>WikiPage Installation modified by Brent Nelson</title><link>https://sourceforge.net/p/phdl/wiki/Installation/</link><description>&lt;pre&gt;--- v18
+++ v19
@@ -1,3 +1,5 @@
+[[include ref=Menu]]
+
 #PHDL Installation Instructions#
 There are two ways to use PHDL. The first way is with the command prompt (Option 1) and the second way is with an Eclipse IDE Plugin, (Option 2). We encourage new users to start with Option 1 as it requires the fewest additional software tools be installed.  Later, you may want to install the plugin (Option 2) since IDE plugins provide many useful features such as syntax highlighting, content assist, and automatic code completion that greatly improve productivity.
 
@@ -56,4 +58,3 @@
       * On a Mac, open Preferences (CMD-,) and then open the PHDL item and and select Templates. As of writing this, the template called "Template to concatenate another connection" will not import on a Mac, and has been removed from the Mac template file. 
   * Using the Plugin: Congratulations! The PHDL IDE Eclipse plugin is now installed, and you may begin developing in PHDL. Please refer to the quickstart guide and our tutorial to get started!
 
-[[include ref=Menu]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brent Nelson</dc:creator><pubDate>Tue, 09 Oct 2012 22:22:16 -0000</pubDate><guid>https://sourceforge.net99c40b1e086e7ebf6ab0306bac9df30dc1758003</guid></item><item><title>WikiPage Installation modified by Brent Nelson</title><link>https://sourceforge.net/p/phdl/wiki/Installation/</link><description>&lt;pre&gt;--- v17
+++ v18
@@ -55,3 +55,5 @@
       * On Windows do this: choose Window -&gt; Preferences -&gt; Phdl -&gt; Templates -&gt; Import and import the template file found. 
       * On a Mac, open Preferences (CMD-,) and then open the PHDL item and and select Templates. As of writing this, the template called "Template to concatenate another connection" will not import on a Mac, and has been removed from the Mac template file. 
   * Using the Plugin: Congratulations! The PHDL IDE Eclipse plugin is now installed, and you may begin developing in PHDL. Please refer to the quickstart guide and our tutorial to get started!
+
+[[include ref=Menu]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brent Nelson</dc:creator><pubDate>Tue, 09 Oct 2012 22:19:30 -0000</pubDate><guid>https://sourceforge.net71b5a55e6d119896a882da99fe56475fad7949d5</guid></item><item><title>WikiPage Installation modified by Brent Nelson</title><link>https://sourceforge.net/p/phdl/wiki/Installation/</link><description>&lt;pre&gt;--- v16
+++ v17
@@ -7,7 +7,7 @@
 You can run the PHDL compiler as a stand-alone tool without any eclipse support if you would like.
 
   1. You may install Java 1.6 or higher [here](http://www.java.com).
-  * Download the jar from [here](https://sourceforge.net/projects/phdl/files/) and save on your disk with the name "phdlcomp.jar".
+  * Download the jar from [here](https://sourceforge.net/projects/phdl/files/PHDL v.2.1 - Standalone Compiler) and save on your disk with the name "phdlcomp.jar".
 
 You may then the jar from a command line prompt like this: 
     
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brent Nelson</dc:creator><pubDate>Tue, 09 Oct 2012 21:45:11 -0000</pubDate><guid>https://sourceforge.netaa9e79b4d49454257637d74cbbdf518bfcd165fa</guid></item></channel></rss>