<?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/sharpassembler/home/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/sharpassembler/home/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 26 Sep 2011 21:56:45 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sharpassembler/home/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Daniël Pelsmaeker</title><link>https://sourceforge.net/p/sharpassembler/home/Home/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -8,7 +8,7 @@
 Using SharpAssembler is really easy. Have a look at the examples on the [wiki](https://sourceforge.net/p/sharpassembler/wiki/). If you need support in any way, drop by the [forum](https://sourceforge.net/p/sharpassembler/discussion/) or [file a ticket](https://sourceforge.net/p/sharpassembler/tickets/). You may also file a ticket for any errors, inconsistensies, bugs, documentation faults and suggestions.
 
 Download the latest release here:
-[[download_button]]
+[[download_button]]&lt;br /&gt;
 
 
 This project is proudly developed by:
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniël Pelsmaeker</dc:creator><pubDate>Mon, 26 Sep 2011 21:56:45 -0000</pubDate><guid>https://sourceforge.netccecf2b1a05d54e8f9c8061f400662c6a95e3d91</guid></item><item><title>WikiPage Home modified by Daniël Pelsmaeker</title><link>https://sourceforge.net/p/sharpassembler/home/Home/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -10,6 +10,7 @@
 Download the latest release here:
 [[download_button]]
 
+
 This project is proudly developed by:
 [[project_admins]]
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniël Pelsmaeker</dc:creator><pubDate>Mon, 26 Sep 2011 21:56:32 -0000</pubDate><guid>https://sourceforge.net43eb187bd1d360d7cf0e21fb24f5eab2ac97ae02</guid></item><item><title>WikiPage Home modified by Daniël Pelsmaeker</title><link>https://sourceforge.net/p/sharpassembler/home/Home/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -7,6 +7,9 @@
 
 Using SharpAssembler is really easy. Have a look at the examples on the [wiki](https://sourceforge.net/p/sharpassembler/wiki/). If you need support in any way, drop by the [forum](https://sourceforge.net/p/sharpassembler/discussion/) or [file a ticket](https://sourceforge.net/p/sharpassembler/tickets/). You may also file a ticket for any errors, inconsistensies, bugs, documentation faults and suggestions.
 
+Download the latest release here:
+[[download_button]]
+
 This project is proudly developed by:
 [[project_admins]]
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniël Pelsmaeker</dc:creator><pubDate>Mon, 26 Sep 2011 21:56:17 -0000</pubDate><guid>https://sourceforge.net018b7b797214d152e8d82dc86e2b2732927673df</guid></item><item><title>WikiPage Home modified by Daniël Pelsmaeker</title><link>https://sourceforge.net/p/sharpassembler/home/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,13 +1,11 @@
 Welcome to the **SharpAssembler** project!
-
+==========================================
+
 This project is about a .NET library, written in C#, which allows you to construct a representation of machine code (for example x86-64) using managed objects. The representation can then be assembled by this library into a physical object file such as `bin` or `elf`.
 
 The inspiration for this project came from managed operating system projects such as [SharpOS](http://www.sharpos.org/) and [Cosmos](http://cosmos.codeplex.com/) that have no way to assemble the machine instructions into machine code other than using external tools such as NASM.
 
 Using SharpAssembler is really easy. Have a look at the examples on the [wiki](https://sourceforge.net/p/sharpassembler/wiki/). If you need support in any way, drop by the [forum](https://sourceforge.net/p/sharpassembler/discussion/) or [file a ticket](https://sourceforge.net/p/sharpassembler/tickets/). You may also file a ticket for any errors, inconsistensies, bugs, documentation faults and suggestions.
-
-Download the latest binaries here:
-[[download_button]]
 
 This project is proudly developed by:
 [[project_admins]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniël Pelsmaeker</dc:creator><pubDate>Mon, 26 Sep 2011 21:52:43 -0000</pubDate><guid>https://sourceforge.net748537f2c4a8d2ea5762ad511e1d41c9236acf90</guid></item><item><title>WikiPage Home modified by Daniël Pelsmaeker</title><link>https://sourceforge.net/p/sharpassembler/home/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,14 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/sharpassembler/home/markdown_syntax/) syntax.
+Welcome to the **SharpAssembler** project!
+
+This project is about a .NET library, written in C#, which allows you to construct a representation of machine code (for example x86-64) using managed objects. The representation can then be assembled by this library into a physical object file such as `bin` or `elf`.
+
+The inspiration for this project came from managed operating system projects such as [SharpOS](http://www.sharpos.org/) and [Cosmos](http://cosmos.codeplex.com/) that have no way to assemble the machine instructions into machine code other than using external tools such as NASM.
+
+Using SharpAssembler is really easy. Have a look at the examples on the [wiki](https://sourceforge.net/p/sharpassembler/wiki/). If you need support in any way, drop by the [forum](https://sourceforge.net/p/sharpassembler/discussion/) or [file a ticket](https://sourceforge.net/p/sharpassembler/tickets/). You may also file a ticket for any errors, inconsistensies, bugs, documentation faults and suggestions.
+
+Download the latest binaries here:
+[[download_button]]
+
+This project is proudly developed by:
+[[project_admins]]
+
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniël Pelsmaeker</dc:creator><pubDate>Mon, 26 Sep 2011 21:50:54 -0000</pubDate><guid>https://sourceforge.net07a9e2988baf0257491654c80c4407a0b3fbdab3</guid></item><item><title>WikiPage Home modified by Daniël Pelsmaeker</title><link>https://sourceforge.net/p/sharpassembler/home/Home/</link><description>Welcome to your wiki!

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

The wiki uses [Markdown](/p/sharpassembler/home/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniël Pelsmaeker</dc:creator><pubDate>Mon, 26 Sep 2011 21:47:47 -0000</pubDate><guid>https://sourceforge.netef25421d7194952fd9e1660a8b8be0eb7c738f7d</guid></item></channel></rss>