<?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/fmgenerator/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/fmgenerator/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 09 Jul 2012 14:47:29 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fmgenerator/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by John Redford</title><link>https://sourceforge.net/p/fmgenerator/wiki/Home/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -2,7 +2,9 @@
 
 To install the plugin, simply download the plugin jar file and place it in the Eclipse plugins directory, then restart Eclipse.
 
-To enable FMGenerator for a project in Eclipse, right-click on the project and select "Add/Remove FreeMarker Nature".
+To enable FMGenerator for a project in Eclipse, right-click on the project and select "Configure"-&gt;"FreeMarker Nature".
+
+![Enable Nature](https://sourceforge.net/p/fmgenerator/screenshot/Enable%20Nature.png)
 
 With FMGenerator enabled, files that end in ".fmg" will be processed by FreeMarker to generate target files. The name of the target file and the file content are determined by macros that must be defined in the FreeMarker template. These macros are `fmg_path` and `fmg_content`.
 
@@ -20,5 +22,10 @@
 &lt;/#macro&gt;
 ~~~~~~
 
+In Eclipse, this sample template would look like:
+![Sample Template](https://sourceforge.net/p/fmgenerator/screenshot/Sample%20Template.PNG)
+
+The resulting, generated code:
+![Generated Code](https://sourceforge.net/p/fmgenerator/screenshot/Generated%20Code.PNG)
 
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Redford</dc:creator><pubDate>Mon, 09 Jul 2012 14:47:29 -0000</pubDate><guid>https://sourceforge.nete8adc2b135dbd5526179f976b83b5127934d653d</guid></item><item><title>WikiPage Home modified by John Redford</title><link>https://sourceforge.net/p/fmgenerator/wiki/Home/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -4,9 +4,9 @@
 
 To enable FMGenerator for a project in Eclipse, right-click on the project and select "Add/Remove FreeMarker Nature".
 
-With FMGenerator enabled, files that end in ".fmg" will be processed by FreeMarker to generate target files. The name of the target file and the file content are determined by macros that must be defined in the FreeMarker template. These macros are fmg_path and fmg_content.
+With FMGenerator enabled, files that end in ".fmg" will be processed by FreeMarker to generate target files. The name of the target file and the file content are determined by macros that must be defined in the FreeMarker template. These macros are `fmg_path` and `fmg_content`.
 
-For example, if the Eclipse project contains a file named sample.fmg which contains the following text, it will generate the file HelloWorld.java in the src folder at the root of the Eclipse project.
+For example, if the Eclipse project contains a file named `sample.fmg` which contains the following text, it will generate the file `HelloWorld.java` in the src folder at the root of the Eclipse project.
 
 ~~~~~~
 &lt;#macro fmg_path&gt;src/HelloWorld.java&lt;/#macro&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Redford</dc:creator><pubDate>Wed, 01 Feb 2012 20:38:56 -0000</pubDate><guid>https://sourceforge.net5f577052064210db26b0970c2cd757ca630edfc8</guid></item><item><title>WikiPage Home modified by John Redford</title><link>https://sourceforge.net/p/fmgenerator/wiki/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,5 +1,3 @@
-[[download_button]]
-
 FMGenerator integrates FreeMarker templates into Eclipse by providing a builder plugin.
 
 To install the plugin, simply download the plugin jar file and place it in the Eclipse plugins directory, then restart Eclipse.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Redford</dc:creator><pubDate>Wed, 01 Feb 2012 20:37:33 -0000</pubDate><guid>https://sourceforge.netd1ecbbbf00b5aa5f9e0afba76790bc416e4ea43a</guid></item><item><title>WikiPage Home modified by John Redford</title><link>https://sourceforge.net/p/fmgenerator/wiki/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,8 +1,26 @@
-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/fmgenerator/wiki/markdown_syntax/) syntax.
-
-[[project_admins]]
+[[download_button]]
+
+FMGenerator integrates FreeMarker templates into Eclipse by providing a builder plugin.
+
+To install the plugin, simply download the plugin jar file and place it in the Eclipse plugins directory, then restart Eclipse.
+
+To enable FMGenerator for a project in Eclipse, right-click on the project and select "Add/Remove FreeMarker Nature".
+
+With FMGenerator enabled, files that end in ".fmg" will be processed by FreeMarker to generate target files. The name of the target file and the file content are determined by macros that must be defined in the FreeMarker template. These macros are fmg_path and fmg_content.
+
+For example, if the Eclipse project contains a file named sample.fmg which contains the following text, it will generate the file HelloWorld.java in the src folder at the root of the Eclipse project.
+
+~~~~~~
+&lt;#macro fmg_path&gt;src/HelloWorld.java&lt;/#macro&gt;
+
+&lt;#macro fmg_content&gt;
+public class HelloWorld {
+  public static void main(String[] args) {
+    System.out.println("Hello, World");
+  }
+}
+&lt;/#macro&gt;
+~~~~~~
+
+
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Redford</dc:creator><pubDate>Wed, 01 Feb 2012 20:37:14 -0000</pubDate><guid>https://sourceforge.net1e7350adf4886d946c76fdef496ce19506b6726e</guid></item><item><title>WikiPage Home modified by John Redford</title><link>https://sourceforge.net/p/fmgenerator/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/fmgenerator/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Redford</dc:creator><pubDate>Wed, 01 Feb 2012 15:34:05 -0000</pubDate><guid>https://sourceforge.net9b08a1f1ece697f03d6d00554a915ceb7f61ee6d</guid></item></channel></rss>