<?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/mariamole/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/mariamole/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 28 Nov 2012 19:23:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mariamole/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Alex Porto</title><link>https://sourceforge.net/p/mariamole/wiki/Home/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -9,6 +9,6 @@
 *Easily import Arduino libraries: A Wizard windows helps you with that. And also with adding new files to projects, importing other files, configuring the projects, etc.
 *Color-themes: Do you prefer a dark color-scheme for code editing? No problem. This is the default for MariaMole. Or do you prefer writing your code against a white background? No problem yet! MariaMole comes with a light theme too. And you cand design your own theme!
 
-This project is distributed under the license CC By-SA 3.0: See it here:http://creativecommons.org/licenses/by-sa/3.0/
+This project is distributed under the license GPL v3: http://www.gnu.org/licenses/gpl-3.0-standalone.html
 
 This project uses an open-source library called Scintilla, for the syntax-highlighting code editor. You can get Scintilla licensing from here: http://www.scintilla.org/License.txt
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex Porto</dc:creator><pubDate>Wed, 28 Nov 2012 19:23:05 -0000</pubDate><guid>https://sourceforge.net5d5a73424b23e383bfd21a52005ccb1e07644ae3</guid></item><item><title>WikiPage Home modified by Alex Porto</title><link>https://sourceforge.net/p/mariamole/wiki/Home/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,5 @@
 MariaMole is an open-source project being developed by me, on my spare time. But it's already fully functional. Check some of its features:
+
 *Runs over Arduino install: MariaMole uses the Arduino software that you have installed, so all your Arduino configurations are kept. You can still use the original Arduino side-by-side to MariaMole, if you want,.
 *Workspace support multiple projects at the same time. Workspaces are special folders where you can group any number of projects. This helps you keep the projects organized, and allows working with several projects at the same time. If you have used Visual Studio, CodeLite, Code::Blocks, Eclipse or any other modern IDE, you know that this makes a difference. Specially if you're designing a system with multiple Arduino boards talking each other, you're gonna love the workspace feature!
 *Multiple serial port consoles at the same time: And more: Once you open a serial console, it's always available. You don't have to close or re-open it again to upload your project to Arduino
@@ -7,3 +8,7 @@
 *Imports Arduino examples and sketches: You won't have any problems to reuse your old sketches.
 *Easily import Arduino libraries: A Wizard windows helps you with that. And also with adding new files to projects, importing other files, configuring the projects, etc.
 *Color-themes: Do you prefer a dark color-scheme for code editing? No problem. This is the default for MariaMole. Or do you prefer writing your code against a white background? No problem yet! MariaMole comes with a light theme too. And you cand design your own theme!
+
+This project is distributed under the license CC By-SA 3.0: See it here:http://creativecommons.org/licenses/by-sa/3.0/
+
+This project uses an open-source library called Scintilla, for the syntax-highlighting code editor. You can get Scintilla licensing from here: http://www.scintilla.org/License.txt
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex Porto</dc:creator><pubDate>Fri, 23 Nov 2012 12:41:24 -0000</pubDate><guid>https://sourceforge.netee980bf5e41cadec2daba1f74f18f7620d502087</guid></item><item><title>WikiPage Home modified by Alex Porto</title><link>https://sourceforge.net/p/mariamole/wiki/Home/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -1,10 +1,9 @@
 MariaMole is an open-source project being developed by me, on my spare time. But it's already fully functional. Check some of its features:
-
-    Runs over Arduino install: MariaMole uses the Arduino software that you have installed, so all your Arduino configurations are kept. You can still use the original Arduino side-by-side to MariaMole, if you want,.
-    Workspace support multiple projects at the same time. Workspaces are special folders where you can group any number of projects. This helps you keep the projects organized, and allows working with several projects at the same time. If you have used Visual Studio, CodeLite, Code::Blocks, Eclipse or any other modern IDE, you know that this makes a difference. Specially if you're designing a system with multiple Arduino boards talking each other, you're gonna love the workspace feature!
-    Multiple serial port consoles at the same time: And more: Once you open a serial console, it's always available. You don't have to close or re-open it again to upload your project to Arduino
-    Files use open-formats: All project informatio and configuration are stored on a single XML file (Except for code!)
-    Building process configurable: The Arduino IDE does a great job behind the scenes, but, sometimes, you're gonna need to fine-tune the building sequence, add or replace libraries or change the compiler options. Of cource, unless you ask for it, MariaMole works the same way as Arduino, building the whole project for you.
-    Imports Arduino examples and sketches: You won't have any problems to reuse your old sketches.
-    Easily import Arduino libraries: A Wizard windows helps you with that. And also with adding new files to projects, importing other files, configuring the projects, etc.
-    Color-themes: Do you prefer a dark color-scheme for code editing? No problem. This is the default for MariaMole. Or do you prefer writing your code against a white background? No problem yet! MariaMole comes with a light theme too. And you cand design your own theme!
+*Runs over Arduino install: MariaMole uses the Arduino software that you have installed, so all your Arduino configurations are kept. You can still use the original Arduino side-by-side to MariaMole, if you want,.
+*Workspace support multiple projects at the same time. Workspaces are special folders where you can group any number of projects. This helps you keep the projects organized, and allows working with several projects at the same time. If you have used Visual Studio, CodeLite, Code::Blocks, Eclipse or any other modern IDE, you know that this makes a difference. Specially if you're designing a system with multiple Arduino boards talking each other, you're gonna love the workspace feature!
+*Multiple serial port consoles at the same time: And more: Once you open a serial console, it's always available. You don't have to close or re-open it again to upload your project to Arduino
+*Files use open-formats: All project informatio and configuration are stored on a single XML file (Except for code!)
+*Building process configurable: The Arduino IDE does a great job behind the scenes, but, sometimes, you're gonna need to fine-tune the building sequence, add or replace libraries or change the compiler options. Of cource, unless you ask for it, MariaMole works the same way as Arduino, building the whole project for you.
+*Imports Arduino examples and sketches: You won't have any problems to reuse your old sketches.
+*Easily import Arduino libraries: A Wizard windows helps you with that. And also with adding new files to projects, importing other files, configuring the projects, etc.
+*Color-themes: Do you prefer a dark color-scheme for code editing? No problem. This is the default for MariaMole. Or do you prefer writing your code against a white background? No problem yet! MariaMole comes with a light theme too. And you cand design your own theme!
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex Porto</dc:creator><pubDate>Tue, 20 Nov 2012 08:59:41 -0000</pubDate><guid>https://sourceforge.net4643956a065974c3665274195f9da4899ac6c5d6</guid></item><item><title>WikiPage Home modified by Alex Porto</title><link>https://sourceforge.net/p/mariamole/wiki/Home/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,10 @@
-Welcome to your wiki!
+MariaMole is an open-source project being developed by me, on my spare time. But it's already fully functional. Check some of its features:
 
-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/mariamole/wiki/markdown_syntax/) syntax.
-
-[[project_admins]]
-[[download_button]]
+    Runs over Arduino install: MariaMole uses the Arduino software that you have installed, so all your Arduino configurations are kept. You can still use the original Arduino side-by-side to MariaMole, if you want,.
+    Workspace support multiple projects at the same time. Workspaces are special folders where you can group any number of projects. This helps you keep the projects organized, and allows working with several projects at the same time. If you have used Visual Studio, CodeLite, Code::Blocks, Eclipse or any other modern IDE, you know that this makes a difference. Specially if you're designing a system with multiple Arduino boards talking each other, you're gonna love the workspace feature!
+    Multiple serial port consoles at the same time: And more: Once you open a serial console, it's always available. You don't have to close or re-open it again to upload your project to Arduino
+    Files use open-formats: All project informatio and configuration are stored on a single XML file (Except for code!)
+    Building process configurable: The Arduino IDE does a great job behind the scenes, but, sometimes, you're gonna need to fine-tune the building sequence, add or replace libraries or change the compiler options. Of cource, unless you ask for it, MariaMole works the same way as Arduino, building the whole project for you.
+    Imports Arduino examples and sketches: You won't have any problems to reuse your old sketches.
+    Easily import Arduino libraries: A Wizard windows helps you with that. And also with adding new files to projects, importing other files, configuring the projects, etc.
+    Color-themes: Do you prefer a dark color-scheme for code editing? No problem. This is the default for MariaMole. Or do you prefer writing your code against a white background? No problem yet! MariaMole comes with a light theme too. And you cand design your own theme!
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex Porto</dc:creator><pubDate>Tue, 20 Nov 2012 08:58:32 -0000</pubDate><guid>https://sourceforge.net4dd4740c9d1c178423af9b3580f8d50743d80aa9</guid></item><item><title>WikiPage Home modified by Alex Porto</title><link>https://sourceforge.net/p/mariamole/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/mariamole/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex Porto</dc:creator><pubDate>Mon, 19 Nov 2012 21:16:42 -0000</pubDate><guid>https://sourceforge.net5ffdbdaccfeea69e65639d84b6c9b0e58c164ca7</guid></item></channel></rss>